From 5521e3d7ab1ead3b7e7cb4ca6f91bc286e7a79f9 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sat, 4 Feb 2023 22:04:06 -0600 Subject: [PATCH 01/57] first bow powercreep edition --- code/datums/components/crafting/antag.dm | 18 ++- code/datums/components/crafting/tailoring.dm | 5 +- code/datums/components/crafting/weapons.dm | 52 +++---- code/game/objects/items/granters.dm | 2 +- code/game/objects/items/storage/belt.dm | 3 +- code/modules/clothing/suits/armor.dm | 8 +- .../projectiles/ammunition/caseless/arrow.dm | 69 ++++++---- .../modules/projectiles/guns/ballistic/bow.dm | 29 ++-- .../projectiles/projectile/reusable/arrow.dm | 128 ++++++++---------- 9 files changed, 160 insertions(+), 154 deletions(-) diff --git a/code/datums/components/crafting/antag.dm b/code/datums/components/crafting/antag.dm index e724ecb0d309..2c9db8522585 100644 --- a/code/datums/components/crafting/antag.dm +++ b/code/datums/components/crafting/antag.dm @@ -104,35 +104,33 @@ always_available = FALSE /datum/crafting_recipe/bola_arrow - name = "Bola arrow" + name = "Bola Arrow" result = /obj/item/ammo_casing/caseless/arrow/bola - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, - /obj/item/stack/sheet/silk = 1, + /obj/item/stack/sheet/cloth = 1, /obj/item/restraints/legcuffs/bola = 1) parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/legcuffs/bola = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE -/* /datum/crafting_recipe/explosive_arrow - name = "Explosive arrow" + name = "Explosive Arrow" result = /obj/item/ammo_casing/caseless/arrow/explosive - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, - /obj/item/stack/sheet/silk = 1, + /obj/item/stack/sheet/cloth = 1, /obj/item/grenade = 1) parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/grenade = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE -*/ /datum/crafting_recipe/flaming_arrow - name = "Flaming arrow" + name = "Fire Arrow" result = /obj/item/ammo_casing/caseless/arrow/flaming - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/stack/sheet/cloth = 1, /datum/reagent/fuel = 10) diff --git a/code/datums/components/crafting/tailoring.dm b/code/datums/components/crafting/tailoring.dm index 51e7a3a89786..10f4faffdc7f 100644 --- a/code/datums/components/crafting/tailoring.dm +++ b/code/datums/components/crafting/tailoring.dm @@ -573,11 +573,10 @@ subcategory = CAT_EQUIPMENT /datum/crafting_recipe/quiver - name = "Quiver" + name = "Leather Quiver" result = /obj/item/storage/belt/quiver time = 8 SECONDS - reqs = list(/obj/item/stack/sheet/leather = 3, - /obj/item/stack/sheet/sinew = 4) + reqs = list(/obj/item/stack/sheet/leather = 4) category = CAT_APPAREL subcategory = CAT_EQUIPMENT diff --git a/code/datums/components/crafting/weapons.dm b/code/datums/components/crafting/weapons.dm index e80e7c42a58e..39f000330269 100644 --- a/code/datums/components/crafting/weapons.dm +++ b/code/datums/components/crafting/weapons.dm @@ -145,7 +145,7 @@ reqs = list(/obj/item/pipe = 5, /obj/item/stack/sheet/plastic = 5, /obj/item/weaponcrafting/silkstring = 1) - time = 45 SECONDS + time = 9 SECONDS category = CAT_WEAPONRY subcategory = CAT_WEAPON @@ -155,7 +155,7 @@ reqs = list(/obj/item/pipe = 5, /obj/item/stack/tape = 3, /obj/item/stack/cable_coil = 10) - time = 45 SECONDS + time = 10 SECONDS category = CAT_WEAPONRY subcategory = CAT_WEAPON @@ -165,7 +165,7 @@ reqs = list(/obj/item/stack/sheet/mineral/wood = 8, /obj/item/stack/sheet/metal = 2, /obj/item/weaponcrafting/silkstring = 1) - time = 12 SECONDS + time = 7 SECONDS category = CAT_WEAPONRY subcategory = CAT_WEAPON @@ -178,7 +178,7 @@ /obj/item/weaponcrafting/receiver = 1, /obj/item/weaponcrafting/stock = 1) tools = list(TOOL_SCREWDRIVER) - time = 16 SECONDS + time = 10 SECONDS category = CAT_WEAPONRY subcategory = CAT_WEAPON @@ -284,7 +284,7 @@ /datum/crafting_recipe/bone_bow name = "Bone Bow" result = /obj/item/gun/ballistic/bow/ashen - time = 20 SECONDS + time = 8 SECONDS reqs = list(/obj/item/stack/sheet/bone = 8, /obj/item/stack/sheet/sinew = 4) category = CAT_WEAPONRY @@ -463,34 +463,34 @@ result = /obj/item/ammo_casing/caseless/arrow/wood time = 3 SECONDS reqs = list(/obj/item/stack/sheet/mineral/wood = 1, - /obj/item/stack/sheet/silk = 1, - /obj/item/stack/rods = 1) //1 metal sheet = 2 rods= 2 arrows + /obj/item/stack/sheet/cloth = 1, + /obj/item/stack/rods = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/ashen_arrow - name = "Fire hardened arrow" + name = "Ashen Arrow" result = /obj/item/ammo_casing/caseless/arrow/ash tools = list(TOOL_WELDER) - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow/wood = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/bone_tipped_arrow - name = "Bone Tipped Arrow" + name = "Bone-Tipped Arrow" result = /obj/item/ammo_casing/caseless/arrow/bone_tipped - time = 3 SECONDS - reqs = list(/obj/item/stack/sheet/bone = 1, - /obj/item/stack/sheet/sinew = 1, - /obj/item/ammo_casing/caseless/arrow/ash = 1) + time = 1.5 SECONDS + reqs = list(/obj/item/ammo_casing/caseless/arrow/ash = 1, + /obj/item/stack/sheet/bone = 1, + /obj/item/stack/sheet/sinew = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/bone_arrow name = "Bone Arrow" result = /obj/item/ammo_casing/caseless/arrow/bone - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/bone = 1, /obj/item/stack/sheet/sinew = 1) category = CAT_WEAPONRY @@ -499,36 +499,36 @@ /datum/crafting_recipe/chitin_arrow name = "Chitin Arrow" result = /obj/item/ammo_casing/caseless/arrow/chitin - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow/bone = 1, /obj/item/stack/sheet/sinew = 1, /obj/item/stack/sheet/ashresin = 1, - /obj/item/stack/sheet/animalhide/weaver_chitin = 2) + /obj/item/stack/sheet/animalhide/weaver_chitin = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/bamboo_arrow name = "Bamboo Arrow" result = /obj/item/ammo_casing/caseless/arrow/bamboo - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/mineral/bamboo = 2) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/bronze_arrow - name = "Bronze arrow" + name = "Bronze Arrow" result = /obj/item/ammo_casing/caseless/arrow/bronze - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/mineral/wood = 1, - /obj/item/stack/tile/bronze = 1, - /obj/item/stack/sheet/silk = 1) + /obj/item/stack/sheet/cloth = 1, + /obj/item/stack/tile/bronze = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/glass_arrow - name = "Glass arrow" + name = "Glass Arrow" result = /obj/item/ammo_casing/caseless/arrow/glass - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/shard = 1, /obj/item/stack/rods = 1, /obj/item/stack/cable_coil = 3) @@ -536,9 +536,9 @@ subcategory = CAT_AMMO /datum/crafting_recipe/plasma_glass_arrow - name = "Plasma glass arrow" + name = "Plasmaglass Arrow" result = /obj/item/ammo_casing/caseless/arrow/glass/plasma - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/shard/plasma = 1, /obj/item/stack/rods = 1, /obj/item/stack/cable_coil = 3) diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 7de9658f7d18..845df246aadf 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -543,7 +543,7 @@ /obj/item/book/granter/crafting_recipe/weapons name = "makeshift weapons 101" desc = "A book filled with directions on how to make various weaponry." - crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/makeshiftemag) + crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/makeshiftemag) icon_state = "bookCrafting" oneuse = TRUE diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 07372e7f9d7d..12155d524bf4 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -809,7 +809,8 @@ /obj/item/storage/belt/quiver/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) - STR.max_items = 15 + STR.max_items = 20 + STR.max_combined_w_class = 20 STR.display_numerical_stacking = TRUE STR.set_holdable(list( /obj/item/ammo_casing/caseless/arrow, diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index e1533520d8d8..bfdef5b92936 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -137,6 +137,7 @@ /obj/item/clothing/suit/armor/bone name = "bone armor" desc = "A tribal armor plate, crafted from animal bone." + allowed = list (/obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/tank/internals/ipc_coolant, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "bonearmor" item_state = "bonearmor" blood_overlay_type = "armor" @@ -154,6 +155,7 @@ /obj/item/clothing/suit/armor/tribalcoat name = "tribal coat" desc = "A light yet tough leather coat reinforced with bone pauldrons." + allowed = list (/obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/tank/internals/ipc_coolant, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "tribalcoat" item_state = "tribalcoat" blood_overlay_type = "armor" @@ -333,7 +335,7 @@ /obj/item/clothing/suit/hooded/cloak/goliath name = "goliath cloak" icon_state = "goliath_cloak" - desc = "A staunch, practical cape made out of numerous monster materials, it is coveted amongst exiles & hermits." + desc = "A staunch, practical cape made out of numerous monster materials. It is coveted amongst exiles and hermits." allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/pickaxe, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) //a fair alternative to bone armor, requiring alternative materials and gaining a suit slot resistance_flags = FIRE_PROOF @@ -343,7 +345,7 @@ /obj/item/clothing/head/hooded/cloakhood/goliath name = "goliath cloak hood" icon_state = "golhood" - desc = "A protective & concealing hood." + desc = "A protective and concealing hood." armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) resistance_flags = FIRE_PROOF flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR @@ -351,7 +353,7 @@ /obj/item/clothing/suit/hooded/cloak/goliath/desert name = "brown leather cape" - desc = "An ash coated cloak." + desc = "An ash-coated cloak." icon_state = "desertcloak" armor = list() resistance_flags = 0 diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index c64b1f75258b..c2a97c927551 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -5,75 +5,89 @@ caliber = "arrow" icon_state = "arrow" force = 5 - throwforce = 5 //good luck hitting someone with the pointy end of the arrow + throwforce = 5 //If, if you want to throw the arrow since you don't have a bow? throw_speed = 3 sharpness = SHARP_POINTY embedding = list("embed_chance" = 25, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/wood name = "wooden arrow" - desc = "An arrow made of wood, typically fired from a bow." + desc = "A wooden arrow, quickly made." projectile_type = /obj/item/projectile/bullet/reusable/arrow/wood /obj/item/ammo_casing/caseless/arrow/ash name = "ashen arrow" - desc = "An arrow made from wood, hardened by fire" + desc = "A wooden arrow tempered by fire. It's tougher, but less likely to embed." icon_state = "ashenarrow" + force = 7 + throwforce = 7 + embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) projectile_type = /obj/item/projectile/bullet/reusable/arrow/ash - embedding = list("embed_chance" = 30, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/bone_tipped - name = "bone tipped arrow" - desc = "An arrow made of bone, wood, and sinew. The tip is sharp enough to pierce goliath hide." + name = "bone-tipped arrow" + desc = "An arrow made from bone, wood, and sinew. Sturdy and sharp." icon_state = "bonetippedarrow" + force = 9 + throwforce = 9 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bone_tipped - embedding = list("embed_chance" = 10, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/bone name = "bone arrow" - desc = "A flimsy arrow made of bone. Not strong or durable, but is easy to make." + desc = "An arrow made from bone and sinew. Better at hunting fauna." icon_state = "bonearrow" + force = 4 + throwforce = 4 + embedding = list("embed_chance" = 20, "embedded_fall_chance" = 0) projectile_type = /obj/item/projectile/bullet/reusable/arrow/bone - embedding = list("embed_chance" = 10, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/chitin - name = "chitin tipped arrow" - desc = "A sharp arrow made of the guts of lavaland monsters. The tip is sharp and jagged, making it easier to get stuck into your target." + name = "chitin-tipped arrow" + desc = "An arrow made from chitin, bone, and sinew. Incredibly potent at puncturing armor and hunting fauna." icon_state = "chitinarrow" + armour_penetration = 25 //Ah yes the 25 AP on a 5 force hit projectile_type = /obj/item/projectile/bullet/reusable/arrow/chitin - embedding = list("embed_chance" = 10, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/bamboo name = "bamboo arrow" - desc = "A flimsy arrow made of bamboo. Not strong or durable, but is easy to make." + desc = "An arrow made from bamboo. Incredibly fragile and weak, but prone to shattering in unarmored targets." icon_state = "bambooarrow" + force = 3 + throwforce = 3 + armour_penetration = -10 + embedding = list("embed_chance" = 35, "embedded_fall_chance" = 0) + variance = 10 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bamboo - embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/bronze name = "bronze arrow" - desc = "An arrow made from wood. tipped with bronze." + desc = "An arrow tipped with bronze. Better against armor than iron." icon_state = "bronzearrow" + armour_penetration = 10 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bronze - embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) /obj/item/ammo_casing/caseless/arrow/glass name = "glass arrow" - desc = "An arrow made from a metal rod, wrapped in wires, and tipped with glass." + desc = "A shoddy arrow with a broken glass shard as its tip. Can break upon impact." icon_state = "glassarrow" + force = 4 + throwforce = 4 + embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) + variance = 5 projectile_type = /obj/item/projectile/bullet/reusable/arrow/glass - variance = 10 /obj/item/ammo_casing/caseless/arrow/glass/plasma - name = "plasma glass arrow" - desc = "An arrow made from a metal rod, wrapped in wires, and tipped with plasma glass." + name = "plasmaglass arrow" + desc = "An arrow with a plasmaglass shard affixed to its head. Incredibly capable of puncturing armor." icon_state = "plasmaglassarrow" + armour_penetration = 40 //Ah yes the 40 AP on a 4 force hit + embedding = list("embed_chance" = 25, "embedded_fall_chance" = 0) + variance = 5 projectile_type = /obj/item/projectile/bullet/reusable/arrow/glass/plasma - variance = 10 /obj/item/ammo_casing/caseless/arrow/bola name = "bola arrow" - desc = "An arrow made from wood. a bola is wrapped around it." + desc = "An arrow with a bola wrapped around it. Will automatically wrap around any target hit." projectile_type = /obj/item/projectile/bullet/reusable/arrow/bola /obj/item/ammo_casing/caseless/arrow/bola/Initialize() @@ -98,10 +112,10 @@ bola_arrow.bola = bola add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) -/* + /obj/item/ammo_casing/caseless/arrow/explosive name = "explosive arrow" - desc = "An arrow made from wood. an explosive is attached to it." + desc = "An arrow with an explosive attached to it, ready to prime upon impact." projectile_type = /obj/item/projectile/bullet/reusable/arrow/explosive /obj/item/ammo_casing/caseless/arrow/explosive/Initialize() @@ -115,6 +129,7 @@ if(istype(AA) && istype(BBB)) BBB.damage = AA.damage * 0.5 BBB.armour_penetration = AA.armour_penetration * 0.5 + BBB.embed_chance = AA.embed_chance * 0.5 BBB.ammo_type = AA.ammo_type var/obj/item/grenade/explosive = locate(/obj/item/grenade) in contents @@ -125,10 +140,10 @@ explosive_arrow.explosive = explosive add_overlay(mutable_appearance(icon, "arrow_explosive"), TRUE) -*/ + /obj/item/ammo_casing/caseless/arrow/flaming - name = "flaming arrow" - desc = "An arrow made from wood. lit on fire." + name = "fire arrow" + desc = "An arrow set ablaze, ready to ignite a target." projectile_type = /obj/item/projectile/bullet/reusable/arrow/flaming /obj/item/ammo_casing/caseless/arrow/flaming/Initialize() diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 4cb48d2ebd8d..5cbee4591ae9 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -98,35 +98,36 @@ return chambered /obj/item/gun/ballistic/bow/ashen - name = "Bone Bow" + name = "bone bow" desc = "Some sort of primitive projectile weapon made of bone and wrapped sinew." icon_state = "ashenbow" item_state = "ashenbow" + force = 10 spread = 3 - force = 8 /obj/item/gun/ballistic/bow/pipe - name = "Pipe Bow" - desc = "A crude projectile weapon made from silk string, pipe and lots of bending." + name = "pipe bow" + desc = "A crude projectile weapon made from silk string, pipe, and lots of bending." icon_state = "pipebow" item_state = "pipebow" - force = 7 + force = 12 spread = 5 draw_time = 1 SECONDS /obj/item/gun/ballistic/bow/maint - name = "Makeshift Bow" - desc = "A crude projectile weapon made from cables, pipe, tape and lots of bending." + name = "makeshift bow" + desc = "A crude projectile weapon made from cables, pipe, tape, and lots of bending." icon_state = "makeshift_bow" item_state = "makeshift_bow" - force = 7 - spread = 10 - draw_time = 2 SECONDS + force = 8 + spread = 7 + draw_time = 1 SECONDS /obj/item/gun/ballistic/bow/crossbow name = "wooden crossbow" desc = "A bow with a locking mechanism that more closely resembles a modern gun." icon_state = "crossbow" + force = 15 //Beating someone with a goddamned stock are we spread = 0 draw_time = 2 SECONDS draw_slowdown = FALSE @@ -153,7 +154,7 @@ ..() /obj/item/gun/ballistic/bow/energy - name = "Hardlight Bow" + name = "hardlight bow" desc = "A modern bow that can fabricate hardlight arrows using an internal energy." icon_state = "bow_hardlight" item_state = "bow_hardlight" @@ -254,13 +255,13 @@ update_icon() /obj/item/gun/ballistic/bow/energy/advanced - name = "Advanced Hardlight Bow" + name = "advanced hardlight bow" mag_type = /obj/item/ammo_box/magazine/internal/bow/energy/advanced recharge_time = 0 pin = /obj/item/firing_pin /obj/item/gun/ballistic/bow/energy/syndicate - name = "Syndicate Hardlight Bow" + name = "syndicate hardlight bow" desc = "A modern bow that can fabricate hardlight arrows using an internal energy. This one is designed by the Syndicate for silent takedowns of targets." icon_state = "bow_syndicate" item_state = "bow_syndicate" @@ -321,7 +322,7 @@ update_icon() /obj/item/gun/ballistic/bow/energy/clockwork - name = "Brass Bow" + name = "brass bow" desc = "A bow made from brass and other components that you can't quite understand. It glows with a deep energy and fabricates arrows by itself." icon_state = "bow_clockwork" item_state = "bow_clockwork" diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 12431d4251c2..cb027b82252d 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -1,14 +1,15 @@ /obj/item/projectile/bullet/reusable/arrow //Base arrow. Good against fauna, not perfect, but well-rounded. - name = "Arrow" + name = "arrow" desc = "Woosh!" - damage = 20 + damage = 35 + armour_penetration = -25 //Melee armor tends to be much higher, so this hurts speed = 0.6 flag = MELEE icon_state = "arrow" ammo_type = /obj/item/ammo_casing/caseless/arrow var/embed_chance = 0.4 - var/break_chance = 10 - var/fauna_damage_bonus = 20 + var/break_chance = 0 + var/fauna_damage_bonus = 10 /obj/item/projectile/bullet/reusable/arrow/on_hit(atom/target, blocked = FALSE) . = ..() @@ -33,83 +34,74 @@ dropped = TRUE /obj/item/projectile/bullet/reusable/arrow/wood - name = "Wooden arrow" - desc = "Wooden arrow." + name = "wooden arrow" + desc = "A wooden arrow, quickly made." ammo_type = /obj/item/ammo_casing/caseless/arrow/wood -/obj/item/projectile/bullet/reusable/arrow/ash //Fire-tempered head makes it tougher; more damage, but less likely to shatter and embed - name = "Ashen arrow" - desc = "Fire Hardened arrow." - damage = 25 - embed_chance = 0.25 - break_chance = 0 +/obj/item/projectile/bullet/reusable/arrow/ash //Fire-tempered head makes it tougher; more damage, but less likely to embed + name = "ashen arrow" + desc = "A wooden arrow tempered by fire. It's tougher, but less likely to embed." + damage = 40 + embed_chance = 0.3 ammo_type = /obj/item/ammo_casing/caseless/arrow/ash -/obj/item/projectile/bullet/reusable/arrow/bone_tipped //Highest damage; fully upgraded normal arrow, simply well-crafted - name = "Bone tipped arrow" - desc = "An arrow made from bone, wood, and sinew." - damage = 30 - armour_penetration = 20 - embed_chance = 0.33 - break_chance = 0 +/obj/item/projectile/bullet/reusable/arrow/bone_tipped //A fully upgraded normal arrow; it's got the stats to show. Still less damage than a slug, resolving against melee, fired less often, slower, and with negative AP + name = "bone-tipped arrow" + desc = "An arrow made from bone, wood, and sinew. Sturdy and sharp." + damage = 45 + armour_penetration = -10 ammo_type = /obj/item/ammo_casing/caseless/arrow/bone_tipped -/obj/item/projectile/bullet/reusable/arrow/bone //Cheap, easy to make in bulk but mostly capable of being used to hunt fauna - name = "Bone arrow" - desc = "An arrow made from bone and sinew." - damage = 15 - fauna_damage_bonus = 35 +/obj/item/projectile/bullet/reusable/arrow/bone //Cheap, easy to make in bulk but mostly used for hunting fauna + name = "bone arrow" + desc = "An arrow made from bone and sinew. Better at hunting fauna." + damage = 25 + armour_penetration = -10 //So it's not as terrible against miners; still bad + fauna_damage_bonus = 35 //Significantly better for hunting fauna, but you don't get to instantly recharge your shots embed_chance = 0.33 - break_chance = 10 ammo_type = /obj/item/ammo_casing/caseless/arrow/bone -/obj/item/projectile/bullet/reusable/arrow/chitin //Most expensive arrow, but powerful for those who put in the time. Greater AP alternative to bone-tipped. Very robust against fauna. - name = "Chitin tipped arrow" - desc = "An arrow made from chitin, bone, and sinew." - damage = 25 - fauna_damage_bonus = 40 - armour_penetration = 35 - embed_chance = 0.4 - break_chance = 0 +/obj/item/projectile/bullet/reusable/arrow/chitin //Most expensive arrow time and resource-wise, simply because of ash resin. Should be good + name = "chitin-tipped arrow" + desc = "An arrow made from chitin, bone, and sinew. Incredibly potent at puncturing armor and hunting fauna." + damage = 35 + armour_penetration = 30 //Basically an AP arrow + fauna_damage_bonus = 40 //Even better, since they're that much harder to make ammo_type = /obj/item/ammo_casing/caseless/arrow/chitin /obj/item/projectile/bullet/reusable/arrow/bamboo //Very brittle, very fragile, but very potent at splintering into targets assuming it isn't broken on impact - name = "Bamboo arrow" - desc = "An arrow made from bamboo." - damage = 10 - embed_chance = 0.5 - break_chance = 50 + name = "bamboo arrow" + desc = "An arrow made from bamboo. Incredibly fragile and weak, but prone to shattering in unarmored targets." + damage = 20 + armour_penetration = -40 + embed_chance = 0.6 //Reminder that this resolves against melee armor + break_chance = 33 //Doesn't embed if it breaks ammo_type = /obj/item/ammo_casing/caseless/arrow/bamboo -/obj/item/projectile/bullet/reusable/arrow/bronze //Inferior metal. Slightly better than ashen - name = "Bronze arrow" - desc = "Bronze tipped arrow" - damage = 25 - armour_penetration = 10 - embed_chance = 0.3 - break_chance = 10 +/obj/item/projectile/bullet/reusable/arrow/bronze //Bronze > iron, that's why they called it the bronze age + name = "bronze arrow" + desc = "An arrow tipped with bronze. Better against armor than iron." + armour_penetration = -10 ammo_type = /obj/item/ammo_casing/caseless/arrow/bronze -/obj/item/projectile/bullet/reusable/arrow/glass //Fragile, but sharp and light. Not as effective as metal but cheaper. - name = "Glass arrow" - desc = "Glass tipped arrow" - damage = 15 +/obj/item/projectile/bullet/reusable/arrow/glass //Basically just a downgrade for people who can't their hands on wood/cloth + name = "glass arrow" + desc = "A shoddy arrow with a broken glass shard as its tip. Can break upon impact." + damage = 25 embed_chance = 0.3 - break_chance = 25 + break_chance = 10 ammo_type = /obj/item/ammo_casing/caseless/arrow/glass -/obj/item/projectile/bullet/reusable/arrow/glass/plasma //Immensely capable of puncturing through materials; plasma is a robust material, more capable of slicing through protection - name = "Plasma Glass arrow" - desc = "Plasma Glass tipped arrow" - damage = 18 - armour_penetration = 60 - embed_chance = 0.4 - break_chance = 0 +/obj/item/projectile/bullet/reusable/arrow/glass/plasma //It's HARD to get plasmaglass shards without an axe, so this should be GOOD + name = "plasmaglass arrow" + desc = "An arrow with a plasmaglass shard affixed to its head. Incredibly capable of puncturing armor." + damage = 25 + armour_penetration = 45 //18.75 damage against elite hardsuit assuming chest shot (and that's a long reload, draw, projectile speed, etc.) ammo_type = /obj/item/ammo_casing/caseless/arrow/glass/plasma /obj/item/projectile/bullet/reusable/arrow/bola //More of a blunt impact of the bola, still an arrow. Only able to be crafted with makeshift weaponry - name = "Bola arrow" - desc = "An arrow with a bola wrapped around it" + name = "bola arrow" + desc = "An arrow with a bola wrapped around it. Will automatically wrap around any target hit." var/obj/item/restraints/legcuffs/bola/bola /obj/item/projectile/bullet/reusable/arrow/bola/on_hit(atom/target, blocked = FALSE) @@ -118,12 +110,10 @@ return bola.impactCarbon(target) if(isanimal(target)) return bola.impactAnimal(target) -/* -/obj/item/projectile/bullet/reusable/arrow/explosive - name = "Explosive arrow" - desc = "An arrow with an explosive attached to it" - damage = 20 - armour_penetration = 10 + +/obj/item/projectile/bullet/reusable/arrow/explosive //Ka-BOOM baby. Only makeshift weaponry + name = "explosive arrow" + desc = "An arrow with an explosive attached to it, ready to prime upon impact." var/obj/item/grenade/explosive = null /obj/item/projectile/bullet/reusable/arrow/explosive/prehit(atom/target) @@ -131,10 +121,10 @@ explosive.forceMove(target) explosive.prime() visible_message("[explosive]") -*/ -/obj/item/projectile/bullet/reusable/arrow/flaming //Normal arrow, but it also sets people on fire. Simple - name = "Flaming arrow" - desc = "A burning arrow" + +/obj/item/projectile/bullet/reusable/arrow/flaming //Normal arrow, but it also sets people on fire. Simple. Only makeshift weaponry + name = "fire arrow" + desc = "An arrow set ablaze, ready to ignite a target." /obj/item/projectile/bullet/reusable/arrow/flaming/on_hit(atom/target, blocked = FALSE) if((blocked != 100) && iscarbon(target)) From 7fe398949ffb0dddd9b61421b9ea027a02b9cd46 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sat, 4 Feb 2023 22:30:30 -0600 Subject: [PATCH 02/57] first patch --- code/modules/projectiles/ammunition/caseless/arrow.dm | 4 ++-- code/modules/projectiles/projectile/reusable/arrow.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index c2a97c927551..6d52bfbd5950 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -124,8 +124,8 @@ if(istype(A)) icon = A.icon icon_state = A.icon_state - var/obj/item/projectile/bullet/reusable/AA = A.BB - var/obj/item/projectile/bullet/reusable/BBB = BB + var/obj/item/projectile/bullet/reusable/arrow/AA = A.BB + var/obj/item/projectile/bullet/reusable/arrow/BBB = BB if(istype(AA) && istype(BBB)) BBB.damage = AA.damage * 0.5 BBB.armour_penetration = AA.armour_penetration * 0.5 diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index cb027b82252d..e87a820219ef 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -84,7 +84,7 @@ armour_penetration = -10 ammo_type = /obj/item/ammo_casing/caseless/arrow/bronze -/obj/item/projectile/bullet/reusable/arrow/glass //Basically just a downgrade for people who can't their hands on wood/cloth +/obj/item/projectile/bullet/reusable/arrow/glass //Basically just a downgrade for people who can't get their hands on wood/cloth name = "glass arrow" desc = "A shoddy arrow with a broken glass shard as its tip. Can break upon impact." damage = 25 From d0702b96f9a9da123f871c44595038cacd10ffc8 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sun, 5 Feb 2023 15:08:20 -0600 Subject: [PATCH 03/57] description updates --- code/modules/clothing/suits/armor.dm | 12 ++++++------ code/modules/projectiles/guns/ballistic/bow.dm | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index bfdef5b92936..188b09e1da66 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -136,7 +136,7 @@ /obj/item/clothing/suit/armor/bone name = "bone armor" - desc = "A tribal armor plate, crafted from animal bone." + desc = "A mass of bones wrapped together into a protective shell. Not as effective as modern protection, but it still offers notable protection." allowed = list (/obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/tank/internals/ipc_coolant, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "bonearmor" item_state = "bonearmor" @@ -146,15 +146,15 @@ /obj/item/clothing/suit/armor/bone/heavy name = "heavy bone armor" - desc = "A heavy tribal armor plate, crafted from a lot animal bone." + desc = "A hefty set of bones that covers most of the body. Slowing, but able to repel considerable blows." icon_state = "hbonearmor" item_state = "hbonearmor" armor = list(MELEE = 40, BULLET = 30, LASER = 30, ENERGY = 15, BOMB = 20, BIO = 0, RAD = 0, FIRE = 60, ACID = 30, WOUND = 20) - slowdown = 0.20 + slowdown = 0.2 /obj/item/clothing/suit/armor/tribalcoat name = "tribal coat" - desc = "A light yet tough leather coat reinforced with bone pauldrons." + desc = "A light, yet tough leather coat, reinforced with bone pauldrons. Often worn by tribe leaders." allowed = list (/obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/tank/internals/ipc_coolant, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "tribalcoat" item_state = "tribalcoat" @@ -165,7 +165,7 @@ /obj/item/clothing/suit/armor/pathfinder name = "pathfinder cloak" - desc = "A thick cloak woven from sinew and hides meant to protect its wearer from hazardous weather." + desc = "A thick cloak woven from sinew and hides, designed to protect its wearer from hazardous weather." allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/pickaxe, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "pathcloak" item_state = "pathcloak" @@ -362,7 +362,7 @@ /obj/item/clothing/head/hooded/cloakhood/goliath/desert name = "goliath cloak hood" icon_state = "desertcloak" - desc = "An ash coated cloak hood." + desc = "The hood of an ashy cloak." armor = list() resistance_flags = 0 flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 5cbee4591ae9..52da0a8790e9 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -1,6 +1,6 @@ /obj/item/gun/ballistic/bow name = "wooden bow" - desc = "some sort of primitive projectile weapon. used to fire arrows." + desc = "A well-made weapon capable of firing arrows. Mostly outdated, but still dependable." icon_state = "bow" item_state = "bow" w_class = WEIGHT_CLASS_BULKY @@ -99,7 +99,7 @@ /obj/item/gun/ballistic/bow/ashen name = "bone bow" - desc = "Some sort of primitive projectile weapon made of bone and wrapped sinew." + desc = "A primitive bow with a sinew bowstring. Typically used by tribal hunters and warriors." icon_state = "ashenbow" item_state = "ashenbow" force = 10 @@ -107,7 +107,7 @@ /obj/item/gun/ballistic/bow/pipe name = "pipe bow" - desc = "A crude projectile weapon made from silk string, pipe, and lots of bending." + desc = "A variety of pipes and plastic bent together with a silk bowstring. Cumbersome and inaccurate." icon_state = "pipebow" item_state = "pipebow" force = 12 @@ -116,7 +116,7 @@ /obj/item/gun/ballistic/bow/maint name = "makeshift bow" - desc = "A crude projectile weapon made from cables, pipe, tape, and lots of bending." + desc = "A crude contraption of rods, tape, and cable; this bow is servicable, but of poor quality." icon_state = "makeshift_bow" item_state = "makeshift_bow" force = 8 @@ -125,7 +125,7 @@ /obj/item/gun/ballistic/bow/crossbow name = "wooden crossbow" - desc = "A bow with a locking mechanism that more closely resembles a modern gun." + desc = "A handcrafted version of a typical medieval crossbow. The stock is heavy and loading it takes time, but it can be quickly fired once ready." icon_state = "crossbow" force = 15 //Beating someone with a goddamned stock are we spread = 0 From 51a46811f8f546e0d5d06b4fc9305e7d4a4c7de6 Mon Sep 17 00:00:00 2001 From: nmajask Date: Sun, 5 Feb 2023 21:49:45 -0500 Subject: [PATCH 04/57] added the stuff --- code/datums/components/crafting/antag.dm | 26 +- code/game/objects/items/granters.dm | 1 + code/game/objects/items/storage/belt.dm | 34 ++- code/modules/assembly/voicebox.dm | 78 ++++++ .../projectiles/ammunition/caseless/arrow.dm | 240 ++++++++++++------ .../modules/projectiles/guns/ballistic/bow.dm | 86 +++++++ .../projectiles/projectile/reusable/arrow.dm | 81 +++--- icons/mob/clothing/back.dmi | Bin 103055 -> 104363 bytes icons/mob/clothing/belt.dmi | Bin 19161 -> 21779 bytes icons/obj/ammo.dmi | Bin 40546 -> 42101 bytes icons/obj/clothing/belt_overlays.dmi | Bin 5441 -> 6189 bytes icons/obj/clothing/belts.dmi | Bin 13238 -> 14537 bytes icons/obj/guns/bows.dmi | Bin 0 -> 17556 bytes icons/obj/guns/projectile.dmi | Bin 46792 -> 35281 bytes icons/obj/storage.dmi | Bin 71230 -> 71118 bytes yogstation.dme | 1 + 16 files changed, 432 insertions(+), 115 deletions(-) create mode 100644 code/modules/assembly/voicebox.dm create mode 100644 icons/obj/guns/bows.dmi diff --git a/code/datums/components/crafting/antag.dm b/code/datums/components/crafting/antag.dm index 2c9db8522585..960542e32a30 100644 --- a/code/datums/components/crafting/antag.dm +++ b/code/datums/components/crafting/antag.dm @@ -105,31 +105,31 @@ /datum/crafting_recipe/bola_arrow name = "Bola Arrow" - result = /obj/item/ammo_casing/caseless/arrow/bola + result = /obj/item/ammo_casing/caseless/arrow time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, - /obj/item/stack/sheet/cloth = 1, + /obj/item/restraints/handcuffs/cable = 1, /obj/item/restraints/legcuffs/bola = 1) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/legcuffs/bola = 1) + parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/restraints/legcuffs/bola = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE /datum/crafting_recipe/explosive_arrow name = "Explosive Arrow" - result = /obj/item/ammo_casing/caseless/arrow/explosive + result = /obj/item/ammo_casing/caseless/arrow time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, - /obj/item/stack/sheet/cloth = 1, + /obj/item/restraints/handcuffs/cable = 1, /obj/item/grenade = 1) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/grenade = 1) + parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/grenade = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE /datum/crafting_recipe/flaming_arrow name = "Fire Arrow" - result = /obj/item/ammo_casing/caseless/arrow/flaming + result = /obj/item/ammo_casing/caseless/arrow time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/stack/sheet/cloth = 1, @@ -138,3 +138,15 @@ category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE + +/datum/crafting_recipe/syringe_arrow + name = "Syringe arrow" + result = /obj/item/ammo_casing/caseless/arrow + time = 3 SECONDS + reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, + /obj/item/restraints/handcuffs/cable = 1, + /obj/item/reagent_containers/syringe = 1) + parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/reagent_containers/syringe = 1) + category = CAT_WEAPONRY + subcategory = CAT_AMMO + always_available = FALSE diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 845df246aadf..50448a08fde1 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -560,6 +560,7 @@ desc = "A book filled with directions on how to make various tribal clothes and weapons." icon_state = "stone_tablet" crafting_recipe_types = list(/datum/crafting_recipe/bola_arrow, + /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/raider_leather, /datum/crafting_recipe/tribal_wraps, diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 12155d524bf4..0c6db922dd87 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -606,7 +606,7 @@ item_state = "security" content_overlays = TRUE // This won't end well -/obj/item/storage/belt/military/snack/ComponentInitialize() +/obj/item/storage/belt/admin/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.max_items = 1000 @@ -805,6 +805,13 @@ desc = "A quiver made from the hide of some animal. Used to hold arrows." icon_state = "quiver" item_state = "quiver" + content_overlays = TRUE + slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK + +/obj/item/storage/belt/quiver/build_worn_icon(default_layer = 0, default_icon_file = null, isinhands = FALSE, femaleuniform = NO_FEMALE_UNIFORM, override_state = null) + if(!override_state && !isinhands && (locate(/obj/item/ammo_casing/caseless/arrow) in contents)) + override_state = "[icon_state]_empty" + ..() /obj/item/storage/belt/quiver/ComponentInitialize() . = ..() @@ -818,11 +825,20 @@ /obj/item/throwing_star/magspear )) +/obj/item/storage/belt/quiver/weaver + name = "weaver chitin quiver" + desc = "A quiver made from the chitin of a weaver. Used to hold arrows." + icon_state = "quiver_weaver" + item_state = "quiver_weaver" + resistance_flags = FIRE_PROOF + /obj/item/storage/belt/quiver/ashwalker/PopulateContents() for(var/i in 1 to 10) new /obj/item/ammo_casing/caseless/arrow/bone(src) /obj/item/storage/belt/quiver/admin + name = "admin quiver" + content_overlays = FALSE w_class = WEIGHT_CLASS_TINY /obj/item/storage/belt/quiver/admin/ComponentInitialize() @@ -838,6 +854,22 @@ for(var/i in 1 to 10) new arrow(src) +/obj/item/storage/belt/quiver/blue + icon_state = "quiver_blue" + item_state = "quiver_blue" + +/obj/item/storage/belt/quiver/blue/PopulateContents() + for(var/i in 1 to 10) + new /obj/item/ammo_casing/caseless/arrow/toy/blue(src) + +/obj/item/storage/belt/quiver/red + icon_state = "quiver_red" + item_state = "quiver_red" + +/obj/item/storage/belt/quiver/red/PopulateContents() + for(var/i in 1 to 10) + new /obj/item/ammo_casing/caseless/arrow/toy/red(src) + /obj/item/storage/belt/fannypack name = "fannypack" desc = "A dorky fannypack for keeping small items in." diff --git a/code/modules/assembly/voicebox.dm b/code/modules/assembly/voicebox.dm new file mode 100644 index 000000000000..94debc0ef64f --- /dev/null +++ b/code/modules/assembly/voicebox.dm @@ -0,0 +1,78 @@ +#define VOICEBOX_OPTION_ADD "(ADD NEW)" +#define VOICEBOX_OPTION_CLEAR "(CLEAR ALL)" +#define VOICEBOX_OPTION_CLOSE "(CLOSE)" + +/obj/item/assembly/voice_box + name = "voice box" + desc = "A device that says a message when activated. Often used in toys." + icon_state = "control" + + /// List of messages, a random one will be selected when arctivated + var/list/messages + /// How long before another message can be sent + var/cooldown_time = 0 SECONDS + +/obj/item/assembly/voice_box/multitool_act(mob/living/user, obj/item/I) + . = ..() + edit_mode(user) + +/obj/item/assembly/voice_box/proc/edit_mode(mob/living/user) + var/keep_open = TRUE + var/list/choices + var/list/menu_choices = list(VOICEBOX_OPTION_ADD, VOICEBOX_OPTION_CLEAR, VOICEBOX_OPTION_CLOSE) + while(keep_open) + choices = messages ? sortList(messages.Copy(), /proc/cmp_text_asc) : list() + LAZYADD(choices, menu_choices) + var/choice = sanitize_inlist(input("Select message to edit", "Edit Voicebox Messages") as null|anything in choices, choices, VOICEBOX_OPTION_CLOSE) + + switch(choice) + if(VOICEBOX_OPTION_CLOSE) + keep_open = FALSE + if(VOICEBOX_OPTION_CLEAR) + if(tgui_alert(user, "Are you sure you want to clear all messages?",, list("Yes", "No")) == "Yes") + messages = list() + else + if(choice == VOICEBOX_OPTION_ADD) + choice = "Hello" + else + LAZYREMOVE(messages, choice) + var/new_message = sanitize(stripped_input(user, "What would you like the new message to be?", "[src]", choice, MAX_MESSAGE_LEN)) + if(isnotpretty(new_message)) // This proc has an awful name + message_admins("[ADMIN_LOOKUPFLW(user)] just attempted to add a bad message to a voice box: '[new_message]'") + to_chat(user, span_warning("Invalid message!")) + else if(new_message in menu_choices) + to_chat(user, span_warning("Invalid message!")) + else if(new_message in messages) + to_chat(user, span_warning("Message already exists!")) + else + LAZYADD(messages, new_message) + to_chat(user, span_notice("\"[new_message]\" added to message list.")) + log_game("[key_name(user)] added a new message '[new_message]' to [src]") + + +/obj/item/assembly/voice_box/activate() + if(TIMER_COOLDOWN_CHECK(src, "message") || !LAZYLEN(messages)) + return + TIMER_COOLDOWN_START(src, "message", cooldown_time) + var/atom/movable/speaker = loc + if(istype(speaker)) + speaker.say(pick(messages)) + else + say(pick(messages)) + + +/obj/item/assembly/voice_box/bow + cooldown_time = 1 SECONDS + +/obj/item/assembly/voice_box/bow/nanotrasen + messages = list("Death to the Syndicate!!", "Glory to Nanotrasen!!", "Die Syndie scum!!", "Eat hardlight!!") + +/obj/item/assembly/voice_box/bow/syndie + messages = list("Death to the Nanotrasen!!", "Glory to Syndicate!!", "Die NT scum!!", "Eat hardlight!!") + +/obj/item/assembly/voice_box/bow/clockwork + messages = list("For Ratvar!!", "Cog and gear!!", "Death to the non-believers!!", "Glory to Ratvar!!") + +#undef VOICEBOX_OPTION_ADD +#undef VOICEBOX_OPTION_CLEAR +#undef VOICEBOX_OPTION_CLOSE diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index 6d52bfbd5950..2fd8ac5d62f8 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -10,6 +10,141 @@ sharpness = SHARP_POINTY embedding = list("embed_chance" = 25, "embedded_fall_chance" = 0) + /// List of all attached parts to move to the projectile when fired + var/list/attached_parts + /// Attached explosive + var/obj/item/grenade/explosive + /// Attached bola + var/obj/item/restraints/legcuffs/bola/bola + /// Attached syringe + var/obj/item/reagent_containers/syringe/syringe + /// If the arrow is on fire + var/flaming = FALSE + +/obj/item/ammo_casing/caseless/arrow/Initialize() + var/list/new_parts + if(ispath(explosive)) + LAZYADD(new_parts, new explosive()) + if(ispath(bola)) + LAZYADD(new_parts, new bola()) + ..() + if(LAZYLEN(new_parts)) + CheckParts(new_parts) + +/obj/item/ammo_casing/caseless/arrow/update_icon(force_update) + ..() + cut_overlays() + if(istype(explosive)) + add_overlay(mutable_appearance(icon, "arrow_explosive[explosive.active ? "_active" : ""]"), TRUE) + if(istype(bola)) + add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) + if(istype(syringe)) + add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) + if(flaming) + add_overlay(mutable_appearance(icon, "arrow_fire"), TRUE) + +/obj/item/ammo_casing/caseless/arrow/examine(mob/user) + . = ..() + if(explosive) + . += "It has [explosive.active ? "an armed " : ""][explosive] attached." + if(bola) + . += "It has [bola] attached." + if(LAZYLEN(attached_parts)) + . += "The added parts can be removed with a wirecutter." + if(flaming) + . += "It is on fire." + +/obj/item/ammo_casing/caseless/arrow/attack_self(mob/user) + if(istype(explosive)) + explosive.attack_self(user) + add_fingerprint(user) + if(iscarbon(user)) + var/mob/living/carbon/C = user + C.throw_mode_off() + update_icon() + return ..() + +/obj/item/ammo_casing/caseless/arrow/wirecutter_act(mob/living/user, obj/item/I) + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(!istype(arrow)) + return + if(!LAZYLEN(attached_parts)) + to_chat(user, span_warning("There is nothing to remove!")) + return + if(explosive) + explosive = null + arrow.explosive = null + if(bola) + bola = null + arrow.bola = null + attached_parts = null + for(var/obj/item/part in attached_parts) + if(!part.forceMove(part.drop_location())) + qdel(part) + to_chat(user, span_notice("You remove the attached parts.")) + + +/obj/item/ammo_casing/caseless/arrow/CheckParts(list/parts_list) + var/obj/item/ammo_casing/caseless/arrow/A = locate(/obj/item/ammo_casing/caseless/arrow) in parts_list + if(A) + LAZYREMOVE(parts_list, A) + if(flaming) + add_flame() + A.CheckParts(parts_list) + qdel(src) + for(var/obj/item/grenade/G in parts_list) + if(G) + if(istype(explosive)) + G.forceMove(G.drop_location()) + else + add_explosive(G) + for(var/obj/item/restraints/legcuffs/bola/B in parts_list) + if(B) + if(istype(bola)) + B.forceMove(B.drop_location()) + else + add_bola(B) + for(var/obj/item/restraints/handcuffs/cable/C in parts_list) + LAZYADD(attached_parts, C) + if(LAZYLEN(attached_parts)) + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + arrow.attached_parts = attached_parts + ..() + +/obj/item/ammo_casing/caseless/arrow/fire_casing(atom/target, mob/living/user, params, distro, quiet, zone_override, spread, atom/fired_from) + if (..()) + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(istype(arrow)) + arrow.CheckParts(attached_parts) + return TRUE + return FALSE + +/obj/item/ammo_casing/caseless/arrow/proc/add_explosive(obj/item/grenade/new_explosive) + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(istype(new_explosive) && istype(arrow)) + explosive = new_explosive + arrow.explosive = new_explosive + LAZYADD(attached_parts, new_explosive) + update_icon() + +/obj/item/ammo_casing/caseless/arrow/proc/add_bola(obj/item/restraints/legcuffs/bola/new_bola) + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(istype(new_bola) && istype(arrow)) + bola = new_bola + arrow.bola = new_bola + LAZYADD(attached_parts, new_bola) + update_icon() + +/obj/item/ammo_casing/caseless/arrow/proc/add_flame() + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(istype(arrow)) + flaming = TRUE + arrow.flaming = TRUE + update_icon() + + +// Arrow Subtypes // + /obj/item/ammo_casing/caseless/arrow/wood name = "wooden arrow" desc = "A wooden arrow, quickly made." @@ -85,84 +220,46 @@ variance = 5 projectile_type = /obj/item/projectile/bullet/reusable/arrow/glass/plasma -/obj/item/ammo_casing/caseless/arrow/bola - name = "bola arrow" - desc = "An arrow with a bola wrapped around it. Will automatically wrap around any target hit." - projectile_type = /obj/item/projectile/bullet/reusable/arrow/bola -/obj/item/ammo_casing/caseless/arrow/bola/Initialize() - ..() - var/obj/item/ammo_casing/caseless/arrow/A = locate(/obj/item/ammo_casing/caseless/arrow) in contents - if(istype(A)) - icon = A.icon - icon_state = A.icon_state - var/obj/item/projectile/bullet/reusable/arrow/AA = A.BB - var/obj/item/projectile/bullet/reusable/arrow/BBB = BB - if(istype(AA) && istype(BBB)) - BBB.damage = AA.damage * 0.5 - BBB.armour_penetration = AA.armour_penetration * 0.5 - BBB.embed_chance = AA.embed_chance * 0.5 - BBB.ammo_type = AA.ammo_type - - var/obj/item/restraints/legcuffs/bola/bola = locate(/obj/item/restraints/legcuffs/bola) in contents - var/obj/item/projectile/bullet/reusable/arrow/bola/bola_arrow = BB - if(!istype(bola)) - bola = new(src) - if(istype(bola) && istype(bola_arrow)) - bola_arrow.bola = bola - - add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) +// Toy // -/obj/item/ammo_casing/caseless/arrow/explosive - name = "explosive arrow" - desc = "An arrow with an explosive attached to it, ready to prime upon impact." - projectile_type = /obj/item/projectile/bullet/reusable/arrow/explosive +/obj/item/ammo_casing/caseless/arrow/toy + name = "toy arrow" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits." + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy + force = 0 + throwforce = 0 + sharpness = SHARP_NONE + embedding = list(100, 0, 0, 0, 0, 0, 0, 0.5, TRUE) + taped = TRUE -/obj/item/ammo_casing/caseless/arrow/explosive/Initialize() - ..() - var/obj/item/ammo_casing/caseless/arrow/A = locate(/obj/item/ammo_casing/caseless/arrow) in contents - if(istype(A)) - icon = A.icon - icon_state = A.icon_state - var/obj/item/projectile/bullet/reusable/arrow/AA = A.BB - var/obj/item/projectile/bullet/reusable/arrow/BBB = BB - if(istype(AA) && istype(BBB)) - BBB.damage = AA.damage * 0.5 - BBB.armour_penetration = AA.armour_penetration * 0.5 - BBB.embed_chance = AA.embed_chance * 0.5 - BBB.ammo_type = AA.ammo_type - - var/obj/item/grenade/explosive = locate(/obj/item/grenade) in contents - var/obj/item/projectile/bullet/reusable/arrow/explosive/explosive_arrow = BB - if(!istype(explosive)) - explosive = new /obj/item/grenade/plastic/c4(src) - if(istype(explosive) && istype(explosive_arrow)) - explosive_arrow.explosive = explosive - - add_overlay(mutable_appearance(icon, "arrow_explosive"), TRUE) +/obj/item/ammo_casing/caseless/arrow/toy/blue + name = "blue toy arrow" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a blue hardlight arrow." + icon_state = "arrow_toy_blue" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/blue -/obj/item/ammo_casing/caseless/arrow/flaming - name = "fire arrow" - desc = "An arrow set ablaze, ready to ignite a target." - projectile_type = /obj/item/projectile/bullet/reusable/arrow/flaming +/obj/item/ammo_casing/caseless/arrow/toy/red + name = "red toy arrow" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a red hardlight arrow." + icon_state = "arrow_toy_red" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/red + + +// Utility // + +/obj/item/ammo_casing/caseless/arrow/bola + bola = /obj/item/restraints/legcuffs/bola + +/obj/item/ammo_casing/caseless/arrow/explosive + explosive = /obj/item/grenade/iedcasing /obj/item/ammo_casing/caseless/arrow/flaming/Initialize() ..() - var/obj/item/ammo_casing/caseless/arrow/A = locate(/obj/item/ammo_casing/caseless/arrow) in contents - if(istype(A)) - icon = A.icon - icon_state = A.icon_state - var/obj/item/projectile/bullet/reusable/arrow/AA = A.BB - var/obj/item/projectile/bullet/reusable/arrow/BBB = BB - if(istype(AA) && istype(BBB)) - BBB.damage = AA.damage * 0.5 - BBB.armour_penetration = AA.armour_penetration * 0.5 - BBB.embed_chance = AA.embed_chance * 0.5 - BBB.ammo_type = AA.ammo_type - - add_overlay(mutable_appearance(icon, "arrow_fire"), TRUE) + add_flame() + -// Energy Arrows // +// Hardlight // /obj/item/ammo_casing/caseless/arrow/energy name = "energy bolt" @@ -171,7 +268,6 @@ item_flags = DROPDEL embedding = list("embedded_pain_chance" = 0, "embedded_pain_multiplier" = 0, "embedded_unsafe_removal_pain_multiplier" = 0, "embedded_pain_chance" = 0, "embedded_fall_chance" = 0) projectile_type = /obj/item/projectile/energy/arrow - var/overlay_state = "redlight" var/ticks = 0 var/tick_max = 10 @@ -194,7 +290,6 @@ name = "disabler bolt" desc = "An arrow made from hardlight. This one stuns the victim in a non-lethal way." icon_state = "arrow_disable" - overlay_state = "disable" projectile_type = /obj/item/projectile/energy/arrow/disabler harmful = FALSE tick_damage_type = STAMINA @@ -203,7 +298,6 @@ name = "X-ray bolt" desc = "An arrow made from hardlight. This one can pass through obstructions." icon_state = "arrow_xray" - overlay_state = "xray" projectile_type = /obj/item/projectile/energy/arrow/xray tick_damage_type = TOX diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 52da0a8790e9..5d35971aeabd 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -3,6 +3,7 @@ desc = "A well-made weapon capable of firing arrows. Mostly outdated, but still dependable." icon_state = "bow" item_state = "bow" + icon = 'icons/obj/guns/bows.dmi' w_class = WEIGHT_CLASS_BULKY weapon_weight = WEAPON_HEAVY //need both hands to fire force = 5 @@ -74,6 +75,23 @@ update_slowdown() update_icon() +/obj/item/gun/ballistic/bow/AltClick(mob/user) + if(chambered || get_ammo()) + var/obj/item/ammo_casing/AC = chambered ? chambered : magazine.get_round(TRUE) + AC.attack_self(user) + return + ..() + +/obj/item/gun/ballistic/bow/attack_hand(mob/user) + if(internal_magazine && loc == user && user.is_holding(src) && (chambered || get_ammo())) + var/obj/item/ammo_casing/AC = magazine.get_round(FALSE) + user.put_in_hands(AC) + chambered = null + update_slowdown() + update_icon() + return + return ..() + /obj/item/gun/ballistic/bow/attackby(obj/item/I, mob/user, params) if (magazine.attackby(I, user, params, 1)) to_chat(user, span_notice("You notch the arrow.")) @@ -153,6 +171,74 @@ return ..() + +// Toy // + +/obj/item/gun/ballistic/bow/toy + name = "toy bow" + desc = "A plastic bow that can fire arrows. Features real voice action!" + force = 0 + spread = 10 + draw_time = 2 SECONDS + + var/obj/item/assembly/assembly = /obj/item/assembly/voice_box/bow + +/obj/item/gun/ballistic/bow/toy/Initialize() + . = ..() + if(ispath(assembly)) + assembly = new assembly(src) + +/obj/item/gun/ballistic/bow/toy/screwdriver_act(mob/living/user, obj/item/I) + . = ..() + if(!assembly) + to_chat(user, span_warning("[src] doesn't have a device inside!")) + return TRUE + I.play_tool_sound(src) + to_chat(user, span_notice("You remove [assembly] from [src].")) + user.put_in_hands(assembly) + assembly = null + return TRUE + +/obj/item/gun/ballistic/bow/toy/process_chamber() + ..() + if(assembly) + assembly.pulsed() + +/obj/item/gun/ballistic/bow/toy/attackby(obj/item/I, mob/user) + if(istype(I, /obj/item/assembly)) + if(assembly) + to_chat(user, span_warning("[src] already has a device inside!")) + return + if(!user.transferItemToLoc(I, src)) + return + assembly = I + return + return ..() + +/obj/item/gun/ballistic/bow/toy/blue + name = "blue toy bow" + desc = "A Nanotrasen themed plastic bow that can fire arrows. Features real voice action!" + icon_state = "bow_toy_blue" + item_state = "bow_hardlight" + assembly = /obj/item/assembly/voice_box/bow/nanotrasen + +/obj/item/gun/ballistic/bow/toy/red + name = "blue toy bow" + desc = "A Syndicate themed plastic bow that can fire arrows. Features real voice action!" + icon_state = "bow_toy_red" + item_state = "bow_syndicate" + assembly = /obj/item/assembly/voice_box/bow/syndie + +/obj/item/gun/ballistic/bow/toy/clockwork + name = "clockwork toy bow" + desc = "A Ratvarian themed plastic bow that can fire arrows. Features real voice action!" + icon_state = "bow_toy_clockwork" + item_state = "bow_clockwork" + assembly = /obj/item/assembly/voice_box/bow/clockwork + + +// Hardlight // + /obj/item/gun/ballistic/bow/energy name = "hardlight bow" desc = "A modern bow that can fabricate hardlight arrows using an internal energy." diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index e87a820219ef..19fa3394052f 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -11,17 +11,40 @@ var/break_chance = 0 var/fauna_damage_bonus = 10 + var/list/attached_parts + var/obj/item/grenade/explosive + var/obj/item/restraints/legcuffs/bola/bola + var/flaming = FALSE + /obj/item/projectile/bullet/reusable/arrow/on_hit(atom/target, blocked = FALSE) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(ismegafauna(L) || istype(L, /mob/living/simple_animal/hostile/asteroid)) - L.apply_damage(fauna_damage_bonus) + ..() + if(!isliving(target) || (blocked == 100)) + return + + if(iscarbon(target)) + if(flaming) + var/mob/living/carbon/M = target + M.apply_damage(8, BURN) + M.adjust_fire_stacks(1) + M.IgniteMob() + if(istype(bola)) + return bola.impactCarbon(target) + + if(istype(bola) && isanimal(target)) + return bola.impactAnimal(target) + + var/mob/living/L = target + if(ismegafauna(L) || istype(L, /mob/living/simple_animal/hostile/asteroid)) + L.apply_damage(fauna_damage_bonus) /obj/item/projectile/bullet/reusable/arrow/handle_drop(atom/target) if(prob(break_chance)) + for(var/obj/item/part in attached_parts) + if(!part.forceMove(part.drop_location())) + qdel(part) return var/obj/item/dropping = new ammo_type() + dropping.CheckParts(attached_parts) if(iscarbon(target)) var/mob/living/carbon/embede = target var/obj/item/bodypart/part = embede.get_bodypart(def_zone) @@ -33,6 +56,9 @@ dropping.forceMove(get_turf(src)) dropped = TRUE + +// Arrow Subtypes // + /obj/item/projectile/bullet/reusable/arrow/wood name = "wooden arrow" desc = "A wooden arrow, quickly made." @@ -99,40 +125,27 @@ armour_penetration = 45 //18.75 damage against elite hardsuit assuming chest shot (and that's a long reload, draw, projectile speed, etc.) ammo_type = /obj/item/ammo_casing/caseless/arrow/glass/plasma -/obj/item/projectile/bullet/reusable/arrow/bola //More of a blunt impact of the bola, still an arrow. Only able to be crafted with makeshift weaponry - name = "bola arrow" - desc = "An arrow with a bola wrapped around it. Will automatically wrap around any target hit." - var/obj/item/restraints/legcuffs/bola/bola -/obj/item/projectile/bullet/reusable/arrow/bola/on_hit(atom/target, blocked = FALSE) - . = ..() - if(iscarbon(target)) - return bola.impactCarbon(target) - if(isanimal(target)) - return bola.impactAnimal(target) +// Toy // -/obj/item/projectile/bullet/reusable/arrow/explosive //Ka-BOOM baby. Only makeshift weaponry - name = "explosive arrow" - desc = "An arrow with an explosive attached to it, ready to prime upon impact." - var/obj/item/grenade/explosive = null +/obj/item/projectile/bullet/reusable/arrow/toy //Toy arrow with velcro tip that safely embeds into target + damage = 0 + embed_chance = 0.9 + break_chance = 0 + ammo_type = /obj/item/ammo_casing/caseless/arrow/toy -/obj/item/projectile/bullet/reusable/arrow/explosive/prehit(atom/target) - . = ..() - explosive.forceMove(target) - explosive.prime() - visible_message("[explosive]") +/obj/item/projectile/bullet/reusable/arrow/toy/blue + name = "disabler bolt" + icon_state = "arrow_disable" + ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/blue -/obj/item/projectile/bullet/reusable/arrow/flaming //Normal arrow, but it also sets people on fire. Simple. Only makeshift weaponry - name = "fire arrow" - desc = "An arrow set ablaze, ready to ignite a target." +/obj/item/projectile/bullet/reusable/arrow/toy/red + name = "energy bolt" + icon_state = "arrow_energy" + ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/red -/obj/item/projectile/bullet/reusable/arrow/flaming/on_hit(atom/target, blocked = FALSE) - if((blocked != 100) && iscarbon(target)) - var/mob/living/carbon/M = target - M.apply_damage(8, BURN) - M.adjust_fire_stacks(1) - M.IgniteMob() - return ..() + +// Hardlight // /obj/item/projectile/energy/arrow //Hardlight projectile. Significantly more robust than a standard laser. Capable of hardening in target's flesh name = "energy bolt" diff --git a/icons/mob/clothing/back.dmi b/icons/mob/clothing/back.dmi index 1a481dc55198b93da4178bc527ba4f7deb2aecd9..426b31c096a39aa44f14076b7f511f4223cf5668 100644 GIT binary patch literal 104363 zcmd422T&AE)HXT<1xbn^phQ7IML%Uch)n9k3pl5ofXQoegpYuHDoPMwQM3tWA5)A}F z^lA^3o^>H>$xjgxmmc{y13gqJ3)|lYEDwG)4ViYQ2)!ePIb zH=?)U3dElDz&rglD-;#oTveeWUYPNy!u+bPjX;SE+pj8J?Fr{Dn;#?w+zY

vY#~ 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

x)4BFV7unl)7&Ex1=ZSDBVF_QTd9)TJq-~CD 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 C59Fx; literal 103055 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 KpQE3-8ToJ0t+a^% literal 19161 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 BL~{TD literal 46792 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

HE{hQh6Dy-_7K&lOIy$z{#!q9`hlml5`K^M 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 diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index 597d47e2568a2a00a07af7edc8a519d9106179e9..5b7aab0edc0ca74fa4519c4d7e35322133d55204 100644 GIT binary patch delta 29787 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 delta 29942 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 diff --git a/yogstation.dme b/yogstation.dme index e305378f5fcd..ef0778d08d0c 100644 --- a/yogstation.dme +++ b/yogstation.dme @@ -1747,6 +1747,7 @@ #include "code\modules\assembly\signaler.dm" #include "code\modules\assembly\timer.dm" #include "code\modules\assembly\voice.dm" +#include "code\modules\assembly\voicebox.dm" #include "code\modules\asset_cache\asset_cache_client.dm" #include "code\modules\asset_cache\asset_cache_item.dm" #include "code\modules\asset_cache\asset_list.dm" From b1465d629f21d0e8a8f85f640e60731b768a7c23 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:27:03 -0600 Subject: [PATCH 05/57] follow-up edits --- code/datums/components/crafting/antag.dm | 4 ++-- code/datums/components/crafting/tailoring.dm | 10 +++++++++- code/datums/components/crafting/weapons.dm | 2 +- code/game/objects/items/granters.dm | 2 +- code/game/objects/items/storage/belt.dm | 6 +++++- code/modules/projectiles/ammunition/caseless/arrow.dm | 4 ++-- code/modules/projectiles/guns/ballistic/bow.dm | 8 ++++---- code/modules/projectiles/projectile/reusable/arrow.dm | 6 +++--- 8 files changed, 27 insertions(+), 15 deletions(-) diff --git a/code/datums/components/crafting/antag.dm b/code/datums/components/crafting/antag.dm index 960542e32a30..a43fa7876308 100644 --- a/code/datums/components/crafting/antag.dm +++ b/code/datums/components/crafting/antag.dm @@ -140,9 +140,9 @@ always_available = FALSE /datum/crafting_recipe/syringe_arrow - name = "Syringe arrow" + name = "Syringe Arrow" result = /obj/item/ammo_casing/caseless/arrow - time = 3 SECONDS + time = 1.5 SECONDS reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/reagent_containers/syringe = 1) diff --git a/code/datums/components/crafting/tailoring.dm b/code/datums/components/crafting/tailoring.dm index 10f4faffdc7f..4eb537dd7432 100644 --- a/code/datums/components/crafting/tailoring.dm +++ b/code/datums/components/crafting/tailoring.dm @@ -541,7 +541,7 @@ subcategory = CAT_EQUIPMENT /datum/crafting_recipe/resinband - name = "Resin armband" + name = "Resin Armband" result = /obj/item/clothing/accessory/resinband time = 2 SECONDS reqs = list(/obj/item/stack/sheet/ashresin = 3) @@ -580,6 +580,14 @@ category = CAT_APPAREL subcategory = CAT_EQUIPMENT +/datum/crafting_recipe/chitinquiver + name = "Chitin Quiver" + result = /obj/item/storage/belt/quiver/weaver + time = 8 SECONDS + reqs = list(/obj/item/stack/sheet/animalhide/weaver_chitin = 4) //Just one spider! + category = CAT_APPAREL + subcategory = CAT_EQUIPMENT + /datum/crafting_recipe/goliathgloves name = "Goliath Gloves" result = /obj/item/clothing/gloves/color/black/goliath diff --git a/code/datums/components/crafting/weapons.dm b/code/datums/components/crafting/weapons.dm index 39f000330269..155c5030d8cb 100644 --- a/code/datums/components/crafting/weapons.dm +++ b/code/datums/components/crafting/weapons.dm @@ -264,7 +264,7 @@ subcategory = CAT_WEAPON /datum/crafting_recipe/goliathshield - name = "Goliath shield" + name = "Goliath Shield" result = /obj/item/shield/riot/goliath time = 6 SECONDS reqs = list(/obj/item/stack/sheet/bone = 4, diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 50448a08fde1..4c40db62dfe3 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -543,7 +543,7 @@ /obj/item/book/granter/crafting_recipe/weapons name = "makeshift weapons 101" desc = "A book filled with directions on how to make various weaponry." - crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/makeshiftemag) + crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/syringe_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/makeshiftemag) icon_state = "bookCrafting" oneuse = TRUE diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 0c6db922dd87..80c73b038278 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -827,7 +827,7 @@ /obj/item/storage/belt/quiver/weaver name = "weaver chitin quiver" - desc = "A quiver made from the chitin of a weaver. Used to hold arrows." + desc = "A fireproof quiver made from the chitin of a marrow weaver. Used to hold arrows." icon_state = "quiver_weaver" item_state = "quiver_weaver" resistance_flags = FIRE_PROOF @@ -855,6 +855,8 @@ new arrow(src) /obj/item/storage/belt/quiver/blue + name = "toy blue quiver" + desc = "A quiver that holds toy arrows that look suspiciously like the disabler arrows fabricated by certain hardlight bows." icon_state = "quiver_blue" item_state = "quiver_blue" @@ -863,6 +865,8 @@ new /obj/item/ammo_casing/caseless/arrow/toy/blue(src) /obj/item/storage/belt/quiver/red + name = "toy red quiver" + desc = "A strange quiver filled with toy energy arrows, meant to be used in games of pretend." icon_state = "quiver_red" item_state = "quiver_red" diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index 2fd8ac5d62f8..75e27b471744 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -235,13 +235,13 @@ /obj/item/ammo_casing/caseless/arrow/toy/blue name = "blue toy arrow" - desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a blue hardlight arrow." + desc = "A toy arrow that looks like a disabler bolt fabricated from a hardlight bow. Tipped with velcro to allow it to stick to targets." icon_state = "arrow_toy_blue" projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/blue /obj/item/ammo_casing/caseless/arrow/toy/red name = "red toy arrow" - desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a red hardlight arrow." + desc = "A deceiving arrow that looks to be lethal, but is a velcro-tipped toy. For use with toy bows." icon_state = "arrow_toy_red" projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/red diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 5d35971aeabd..5fff6f46e43c 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -217,21 +217,21 @@ /obj/item/gun/ballistic/bow/toy/blue name = "blue toy bow" - desc = "A Nanotrasen themed plastic bow that can fire arrows. Features real voice action!" + desc = "A toy bow equipped with a screeching voice box, themed after Nanotrasen." icon_state = "bow_toy_blue" item_state = "bow_hardlight" assembly = /obj/item/assembly/voice_box/bow/nanotrasen /obj/item/gun/ballistic/bow/toy/red - name = "blue toy bow" - desc = "A Syndicate themed plastic bow that can fire arrows. Features real voice action!" + name = "red toy bow" + desc = "A red toy boy meant to replicate the hardlight bow used by Syndicate operatives. Comes equipped with a loud voice box." icon_state = "bow_toy_red" item_state = "bow_syndicate" assembly = /obj/item/assembly/voice_box/bow/syndie /obj/item/gun/ballistic/bow/toy/clockwork name = "clockwork toy bow" - desc = "A Ratvarian themed plastic bow that can fire arrows. Features real voice action!" + desc = "A plastic, Ratvarian-based toy bow. Sounds a gnarly, obnoxious voice box when fired." icon_state = "bow_toy_clockwork" item_state = "bow_clockwork" assembly = /obj/item/assembly/voice_box/bow/clockwork diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 19fa3394052f..0d0e0044dc1e 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -24,7 +24,6 @@ if(iscarbon(target)) if(flaming) var/mob/living/carbon/M = target - M.apply_damage(8, BURN) M.adjust_fire_stacks(1) M.IgniteMob() if(istype(bola)) @@ -129,18 +128,19 @@ // Toy // /obj/item/projectile/bullet/reusable/arrow/toy //Toy arrow with velcro tip that safely embeds into target + name = "toy arrow" damage = 0 embed_chance = 0.9 break_chance = 0 ammo_type = /obj/item/ammo_casing/caseless/arrow/toy /obj/item/projectile/bullet/reusable/arrow/toy/blue - name = "disabler bolt" + name = "toy disabler bolt" icon_state = "arrow_disable" ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/blue /obj/item/projectile/bullet/reusable/arrow/toy/red - name = "energy bolt" + name = "toy energy bolt" icon_state = "arrow_energy" ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/red From a0028a94ca954723e74de31761f380788f0dd43d Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:38:55 -0600 Subject: [PATCH 06/57] very mild voicebox updates --- code/modules/assembly/voicebox.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/assembly/voicebox.dm b/code/modules/assembly/voicebox.dm index 94debc0ef64f..29de2b0b768f 100644 --- a/code/modules/assembly/voicebox.dm +++ b/code/modules/assembly/voicebox.dm @@ -63,15 +63,16 @@ /obj/item/assembly/voice_box/bow cooldown_time = 1 SECONDS - + +// Good god all the below need to be changed /obj/item/assembly/voice_box/bow/nanotrasen messages = list("Death to the Syndicate!!", "Glory to Nanotrasen!!", "Die Syndie scum!!", "Eat hardlight!!") /obj/item/assembly/voice_box/bow/syndie - messages = list("Death to the Nanotrasen!!", "Glory to Syndicate!!", "Die NT scum!!", "Eat hardlight!!") + messages = list("Death to Nanotrasen!!", "Glory to the Syndicate!!", "Die NT scum!!", "Eat hardlight!!") /obj/item/assembly/voice_box/bow/clockwork - messages = list("For Ratvar!!", "Cog and gear!!", "Death to the non-believers!!", "Glory to Ratvar!!") + messages = list("For Ratvar!!", "Death to the non-believers!!", "Glory to Ratvar!!") #undef VOICEBOX_OPTION_ADD #undef VOICEBOX_OPTION_CLEAR From 2fa9c03b82945acf31b5e7176fb719c1d214839e Mon Sep 17 00:00:00 2001 From: nmajask Date: Fri, 10 Feb 2023 23:05:01 -0500 Subject: [PATCH 07/57] all the stuff --- .../lavaland_surface_ash_walker1.dmm | 4 +- .../LavaRuins/lavaland_surface_meteorite.dmm | 18 +- .../StationRuins/maint/10x5/10x5_bamboo.dmm | 6 +- code/__DEFINES/combat.dm | 10 +- code/datums/components/crafting/antag.dm | 28 +- code/datums/components/crafting/weapons.dm | 24 +- code/game/atoms.dm | 4 +- code/game/objects/items/granters.dm | 3 +- code/game/objects/items/handcuffs.dm | 2 +- code/game/objects/items/robot/robot_items.dm | 27 +- code/game/objects/items/storage/belt.dm | 30 +- .../game/objects/items/storage/uplink_kits.dm | 9 +- .../objects/structures/ghost_role_spawners.dm | 2 +- code/modules/clothing/neck/_neck.dm | 90 +++++ code/modules/flufftext/Hallucination.dm | 2 +- .../mining/lavaland/necropolis_chests.dm | 2 +- code/modules/mob/living/carbon/examine.dm | 4 +- .../mob/living/carbon/human/examine.dm | 20 +- .../modules/mob/living/carbon/update_icons.dm | 4 +- code/modules/mob/living/living_defense.dm | 4 + .../projectiles/ammunition/_ammunition.dm | 4 +- .../ammunition/caseless/_caseless.dm | 23 +- .../projectiles/ammunition/caseless/arrow.dm | 185 +++++++---- .../projectiles/ammunition/caseless/foam.dm | 55 +-- .../projectiles/boxes_magazines/ammo_boxes.dm | 40 ++- .../boxes_magazines/external/toy.dm | 16 +- .../boxes_magazines/internal/bow.dm | 19 +- .../boxes_magazines/internal/toy.dm | 2 +- .../modules/projectiles/guns/ballistic/bow.dm | 314 ++++++++++++++---- .../modules/projectiles/guns/ballistic/toy.dm | 2 +- .../projectiles/guns/energy/special.dm | 4 +- .../projectile/bullets/dart_syringe.dm | 19 +- .../projectile/reusable/_reusable.dm | 18 +- .../projectiles/projectile/reusable/arrow.dm | 149 ++++++--- .../projectile/reusable/foam_dart.dm | 30 +- .../research/designs/autolathe_designs.dm | 2 +- code/modules/uplink/uplink_items.dm | 6 + icons/mob/clothing/back.dmi | Bin 104363 -> 110060 bytes icons/mob/clothing/hands/hands.dmi | Bin 10809 -> 12160 bytes icons/mob/clothing/neck/neck.dmi | Bin 24123 -> 28889 bytes icons/mob/inhands/weapons/guns_lefthand.dmi | Bin 69536 -> 77309 bytes icons/mob/inhands/weapons/guns_righthand.dmi | Bin 73238 -> 79516 bytes icons/mob/inhands/weapons/swords_lefthand.dmi | Bin 26874 -> 27071 bytes .../mob/inhands/weapons/swords_righthand.dmi | Bin 30290 -> 30522 bytes icons/mob/inhands/weapons/thrown_lefthand.dmi | Bin 1980 -> 1994 bytes icons/mob/restraints.dmi | Bin 715 -> 1086 bytes icons/obj/ammo.dmi | Bin 42101 -> 43115 bytes icons/obj/clothing/gloves.dmi | Bin 16888 -> 17707 bytes icons/obj/clothing/neck.dmi | Bin 6009 -> 6250 bytes icons/obj/guns/bows.dmi | Bin 17556 -> 25185 bytes icons/obj/objects.dmi | Bin 116115 -> 117091 bytes icons/obj/projectiles.dmi | Bin 144277 -> 144327 bytes icons/obj/stack_medical.dmi | Bin 9412 -> 9281 bytes icons/obj/weapons/swords.dmi | Bin 28281 -> 28547 bytes yogstation.dme | 2 +- .../projectiles/ammunition/caseless/misc.dm | 6 +- .../boxes_magazines/internal/misc.dm | 2 +- .../projectiles/reusable/kineticspear.dm | 1 - 58 files changed, 807 insertions(+), 385 deletions(-) diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm index 12c417054d22..fd768d45c5da 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm @@ -1224,10 +1224,10 @@ dir = 4 }, /obj/structure/table/wood, -/obj/item/storage/belt/quiver/ashwalker{ +/obj/item/storage/belt/quiver/weaver/ashwalker{ pixel_y = 2 }, -/obj/item/storage/belt/quiver/ashwalker{ +/obj/item/storage/belt/quiver/weaver/ashwalker{ pixel_y = -2 }, /obj/item/gun/ballistic/bow/ashen{ diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_meteorite.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_meteorite.dmm index aea289d55cc1..560e03e5e13c 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_meteorite.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_meteorite.dmm @@ -277,7 +277,7 @@ "fO" = ( /obj/structure/fluff/grave/empty, /obj/effect/mob_spawn/human/corpse/damaged/legioninfested, -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = 11; pixel_y = 2 }, @@ -809,7 +809,7 @@ /turf/open/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "ov" = ( -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = -10; pixel_y = 7 }, @@ -1755,23 +1755,23 @@ pixel_x = 1; pixel_y = 1 }, -/obj/item/storage/belt/quiver/ashwalker{ +/obj/item/storage/belt/quiver/weaver/ashwalker{ pixel_x = -9; pixel_y = -3 }, /obj/item/circular_saw/bone{ pixel_x = 7 }, -/obj/item/ammo_casing/caseless/arrow/ash, -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash, +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = 4; pixel_y = -4 }, -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = -5; pixel_y = 2 }, -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = 9; pixel_y = -6 }, @@ -2449,11 +2449,11 @@ /area/lavaland/surface/outdoors) "RF" = ( /obj/structure/marker_beacon, -/obj/item/ammo_casing/caseless/arrow/ash{ +/obj/item/ammo_casing/reusable/arrow/ash{ pixel_x = 6; pixel_y = -11 }, -/obj/item/ammo_casing/caseless/arrow/ash, +/obj/item/ammo_casing/reusable/arrow/ash, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "RG" = ( diff --git a/_maps/RandomRuins/StationRuins/maint/10x5/10x5_bamboo.dmm b/_maps/RandomRuins/StationRuins/maint/10x5/10x5_bamboo.dmm index a8498db09ba3..8ea25ddeeb29 100644 --- a/_maps/RandomRuins/StationRuins/maint/10x5/10x5_bamboo.dmm +++ b/_maps/RandomRuins/StationRuins/maint/10x5/10x5_bamboo.dmm @@ -1,14 +1,14 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "b" = ( -/obj/item/ammo_casing/caseless/arrow/bamboo{ +/obj/item/ammo_casing/reusable/arrow/bamboo{ pixel_x = 2; pixel_y = -1 }, -/obj/item/ammo_casing/caseless/arrow/bamboo{ +/obj/item/ammo_casing/reusable/arrow/bamboo{ pixel_x = -3; pixel_y = 2 }, -/obj/item/ammo_casing/caseless/arrow/bamboo{ +/obj/item/ammo_casing/reusable/arrow/bamboo{ pixel_x = -7; pixel_y = 5 }, diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm index bb50fdf4f295..e6f6e316ee91 100644 --- a/code/__DEFINES/combat.dm +++ b/code/__DEFINES/combat.dm @@ -250,15 +250,15 @@ GLOBAL_LIST_INIT(shove_disarming_types, typecacheof(list( //bullet_act() return values /// It's a successful hit, whatever that means in the context of the thing it's hitting. -#define BULLET_ACT_HIT "HIT" //It's a successful hit, whatever that means in the context of the thing it's hitting. +#define BULLET_ACT_HIT (1<<0) //It's a successful hit, whatever that means in the context of the thing it's hitting. /// It's a blocked hit, whatever that means in the context of the thing it's hitting. -#define BULLET_ACT_BLOCK "BLOCK" +#define BULLET_ACT_BLOCK (1<<1) /// It pierces through the object regardless of the bullet being piercing by default. -#define BULLET_ACT_FORCE_PIERCE "PIERCE" +#define BULLET_ACT_FORCE_PIERCE (1<<2) /// It hit us but it should hit something on the same turf too. Usually used for turfs. -#define BULLET_ACT_TURF "TURF" +#define BULLET_ACT_TURF (1<<3) /// It hit something, but it should just keep going until it hit something else -#define BULLET_ACT_PENETRATE "PENETRATE" +#define BULLET_ACT_PENETRATE (1<<4) // Weather immunities // #define WEATHER_STORM "storm" diff --git a/code/datums/components/crafting/antag.dm b/code/datums/components/crafting/antag.dm index 960542e32a30..96f2aabb6249 100644 --- a/code/datums/components/crafting/antag.dm +++ b/code/datums/components/crafting/antag.dm @@ -105,48 +105,52 @@ /datum/crafting_recipe/bola_arrow name = "Bola Arrow" - result = /obj/item/ammo_casing/caseless/arrow + result = /obj/item/ammo_casing/reusable/arrow time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/restraints/legcuffs/bola = 1) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/restraints/legcuffs/bola = 1) + blacklist = list(/obj/item/ammo_casing/reusable/arrow/toy) + parts = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/restraints/legcuffs/bola = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE /datum/crafting_recipe/explosive_arrow name = "Explosive Arrow" - result = /obj/item/ammo_casing/caseless/arrow + result = /obj/item/ammo_casing/reusable/arrow time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/grenade = 1) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/grenade = 1) + blacklist = list(/obj/item/ammo_casing/reusable/arrow/toy) + parts = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/grenade = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE /datum/crafting_recipe/flaming_arrow name = "Fire Arrow" - result = /obj/item/ammo_casing/caseless/arrow + result = /obj/item/ammo_casing/reusable/arrow time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/stack/sheet/cloth = 1, /datum/reagent/fuel = 10) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1) + blacklist = list(/obj/item/ammo_casing/reusable/arrow/toy) + parts = list(/obj/item/ammo_casing/reusable/arrow = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE /datum/crafting_recipe/syringe_arrow name = "Syringe arrow" - result = /obj/item/ammo_casing/caseless/arrow + result = /obj/item/ammo_casing/reusable/arrow time = 3 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/reagent_containers/syringe = 1) - parts = list(/obj/item/ammo_casing/caseless/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/reagent_containers/syringe = 1) + blacklist = list(/obj/item/ammo_casing/reusable/arrow/toy) + parts = list(/obj/item/ammo_casing/reusable/arrow = 1, /obj/item/restraints/handcuffs/cable = 1, /obj/item/reagent_containers/syringe = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE diff --git a/code/datums/components/crafting/weapons.dm b/code/datums/components/crafting/weapons.dm index 39f000330269..afe089fb19fe 100644 --- a/code/datums/components/crafting/weapons.dm +++ b/code/datums/components/crafting/weapons.dm @@ -460,7 +460,7 @@ /datum/crafting_recipe/wood_arrow name = "Wood Arrow" - result = /obj/item/ammo_casing/caseless/arrow/wood + result = /obj/item/ammo_casing/reusable/arrow/wood time = 3 SECONDS reqs = list(/obj/item/stack/sheet/mineral/wood = 1, /obj/item/stack/sheet/cloth = 1, @@ -470,18 +470,18 @@ /datum/crafting_recipe/ashen_arrow name = "Ashen Arrow" - result = /obj/item/ammo_casing/caseless/arrow/ash + result = /obj/item/ammo_casing/reusable/arrow/ash tools = list(TOOL_WELDER) time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow/wood = 1) + reqs = list(/obj/item/ammo_casing/reusable/arrow/wood = 1) category = CAT_WEAPONRY subcategory = CAT_AMMO /datum/crafting_recipe/bone_tipped_arrow name = "Bone-Tipped Arrow" - result = /obj/item/ammo_casing/caseless/arrow/bone_tipped + result = /obj/item/ammo_casing/reusable/arrow/bone_tipped time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow/ash = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow/ash = 1, /obj/item/stack/sheet/bone = 1, /obj/item/stack/sheet/sinew = 1) category = CAT_WEAPONRY @@ -489,7 +489,7 @@ /datum/crafting_recipe/bone_arrow name = "Bone Arrow" - result = /obj/item/ammo_casing/caseless/arrow/bone + result = /obj/item/ammo_casing/reusable/arrow/bone time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/bone = 1, /obj/item/stack/sheet/sinew = 1) @@ -498,9 +498,9 @@ /datum/crafting_recipe/chitin_arrow name = "Chitin Arrow" - result = /obj/item/ammo_casing/caseless/arrow/chitin + result = /obj/item/ammo_casing/reusable/arrow/chitin time = 1.5 SECONDS - reqs = list(/obj/item/ammo_casing/caseless/arrow/bone = 1, + reqs = list(/obj/item/ammo_casing/reusable/arrow/bone = 1, /obj/item/stack/sheet/sinew = 1, /obj/item/stack/sheet/ashresin = 1, /obj/item/stack/sheet/animalhide/weaver_chitin = 1) @@ -509,7 +509,7 @@ /datum/crafting_recipe/bamboo_arrow name = "Bamboo Arrow" - result = /obj/item/ammo_casing/caseless/arrow/bamboo + result = /obj/item/ammo_casing/reusable/arrow/bamboo time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/mineral/bamboo = 2) category = CAT_WEAPONRY @@ -517,7 +517,7 @@ /datum/crafting_recipe/bronze_arrow name = "Bronze Arrow" - result = /obj/item/ammo_casing/caseless/arrow/bronze + result = /obj/item/ammo_casing/reusable/arrow/bronze time = 1.5 SECONDS reqs = list(/obj/item/stack/sheet/mineral/wood = 1, /obj/item/stack/sheet/cloth = 1, @@ -527,7 +527,7 @@ /datum/crafting_recipe/glass_arrow name = "Glass Arrow" - result = /obj/item/ammo_casing/caseless/arrow/glass + result = /obj/item/ammo_casing/reusable/arrow/glass time = 1.5 SECONDS reqs = list(/obj/item/shard = 1, /obj/item/stack/rods = 1, @@ -537,7 +537,7 @@ /datum/crafting_recipe/plasma_glass_arrow name = "Plasmaglass Arrow" - result = /obj/item/ammo_casing/caseless/arrow/glass/plasma + result = /obj/item/ammo_casing/reusable/arrow/glass/plasma time = 1.5 SECONDS reqs = list(/obj/item/shard/plasma = 1, /obj/item/stack/rods = 1, diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 05998096900e..479803548688 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -428,7 +428,9 @@ * Default behaviour is to send the COMSIG_ATOM_BULLET_ACT and then call on_hit() on the projectile */ /atom/proc/bullet_act(obj/item/projectile/P, def_zone) - SEND_SIGNAL(src, COMSIG_ATOM_BULLET_ACT, P, def_zone) + var/sig_return = SEND_SIGNAL(src, COMSIG_ATOM_BULLET_ACT, P, def_zone) + if(sig_return != NONE) + return sig_return . = P.on_hit(src, 0, def_zone) ///Return true if we're inside the passed in atom diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 50448a08fde1..5694cba16496 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -543,7 +543,7 @@ /obj/item/book/granter/crafting_recipe/weapons name = "makeshift weapons 101" desc = "A book filled with directions on how to make various weaponry." - crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/makeshiftemag) + crafting_recipe_types = list(/datum/crafting_recipe/metal_baseball_bat, /datum/crafting_recipe/lance, /datum/crafting_recipe/knifeboxing, /datum/crafting_recipe/pipebomb, /datum/crafting_recipe/makeshiftpistol, /datum/crafting_recipe/makeshiftmagazine, /datum/crafting_recipe/makeshiftsuppressor, /datum/crafting_recipe/makeshiftcrowbar, /datum/crafting_recipe/makeshiftwrench, /datum/crafting_recipe/makeshiftwirecutters, /datum/crafting_recipe/makeshiftweldingtool, /datum/crafting_recipe/makeshiftmultitool, /datum/crafting_recipe/makeshiftscrewdriver, /datum/crafting_recipe/makeshiftknife, /datum/crafting_recipe/makeshiftpickaxe, /datum/crafting_recipe/makeshiftradio, /datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, /datum/crafting_recipe/syringe_arrow, /datum/crafting_recipe/makeshiftemag) icon_state = "bookCrafting" oneuse = TRUE @@ -562,6 +562,7 @@ crafting_recipe_types = list(/datum/crafting_recipe/bola_arrow, /datum/crafting_recipe/explosive_arrow, /datum/crafting_recipe/flaming_arrow, + /datum/crafting_recipe/syringe_arrow, /datum/crafting_recipe/raider_leather, /datum/crafting_recipe/tribal_wraps, /datum/crafting_recipe/ash_robe, diff --git a/code/game/objects/items/handcuffs.dm b/code/game/objects/items/handcuffs.dm index 33e5e284aab4..72ccff11de38 100644 --- a/code/game/objects/items/handcuffs.dm +++ b/code/game/objects/items/handcuffs.dm @@ -405,7 +405,7 @@ name = "gonbola" desc = "Hey, if you have to be hugged in the legs by anything, it might as well be this little guy." icon_state = "gonbola" - item_state = "ebola" + item_state = "bola_r" breakouttime = 300 slowdown = 0 var/datum/status_effect/gonbolaPacify/effectReference diff --git a/code/game/objects/items/robot/robot_items.dm b/code/game/objects/items/robot/robot_items.dm index 122101d3f1d8..79a62750847f 100644 --- a/code/game/objects/items/robot/robot_items.dm +++ b/code/game/objects/items/robot/robot_items.dm @@ -444,7 +444,7 @@ to_chat(user, span_warning("Not enough lollipops left!")) return FALSE candy-- - var/obj/item/ammo_casing/caseless/lollipop/A = new /obj/item/ammo_casing/caseless/lollipop(src) + var/obj/item/ammo_casing/reusable/lollipop/A = new /obj/item/ammo_casing/reusable/lollipop(src) A.BB.damage = hitdamage if(hitdamage) A.BB.nodamage = FALSE @@ -459,7 +459,7 @@ to_chat(user, span_warning("Not enough gumballs left!")) return FALSE candy-- - var/obj/item/ammo_casing/caseless/gumball/A = new /obj/item/ammo_casing/caseless/gumball(src) + var/obj/item/ammo_casing/reusable/gumball/A = new /obj/item/ammo_casing/reusable/gumball(src) A.BB.damage = hitdamage if(hitdamage) A.BB.nodamage = FALSE @@ -512,13 +512,12 @@ #undef THROW_GUMBALL_MODE #undef DISPENSE_ICECREAM_MODE -/obj/item/ammo_casing/caseless/gumball +/obj/item/ammo_casing/reusable/gumball name = "Gumball" desc = "Why are you seeing this?!" projectile_type = /obj/item/projectile/bullet/reusable/gumball click_cooldown_override = 2 - /obj/item/projectile/bullet/reusable/gumball name = "gumball" desc = "Oh noes! A fast-moving gumball!" @@ -526,14 +525,12 @@ ammo_type = /obj/item/reagent_containers/food/snacks/gumball/cyborg nodamage = TRUE -/obj/item/projectile/bullet/reusable/gumball/handle_drop() - if(!dropped) - var/turf/T = get_turf(src) - var/obj/item/reagent_containers/food/snacks/gumball/S = new ammo_type(T) - S.color = color - dropped = TRUE +/obj/item/projectile/bullet/reusable/gumball/Initialize() + . = ..() + ammo_type = new ammo_type(src) + color = ammo_type.color -/obj/item/ammo_casing/caseless/lollipop //NEEDS RANDOMIZED COLOR LOGIC. +/obj/item/ammo_casing/reusable/lollipop //NEEDS RANDOMIZED COLOR LOGIC. name = "Lollipop" desc = "Why are you seeing this?!" projectile_type = /obj/item/projectile/bullet/reusable/lollipop @@ -550,18 +547,12 @@ /obj/item/projectile/bullet/reusable/lollipop/Initialize() . = ..() var/obj/item/reagent_containers/food/snacks/lollipop/S = new ammo_type(src) + ammo_type = S color2 = S.headcolor var/mutable_appearance/head = mutable_appearance('icons/obj/projectiles.dmi', "lollipop_2") head.color = color2 add_overlay(head) -/obj/item/projectile/bullet/reusable/lollipop/handle_drop() - if(!dropped) - var/turf/T = get_turf(src) - var/obj/item/reagent_containers/food/snacks/lollipop/S = new ammo_type(T) - S.change_head_color(color2) - dropped = TRUE - #define PKBORG_DAMPEN_CYCLE_DELAY 20 //Peacekeeper Cyborg Projectile Dampenening Field diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 0c6db922dd87..afa22aaac81c 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -808,10 +808,18 @@ content_overlays = TRUE slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK + +/obj/item/storage/belt/quiver/update_icon() + ..() + if(ismob(loc)) + var/mob/M = loc + M.update_inv_belt() + M.update_inv_back() + /obj/item/storage/belt/quiver/build_worn_icon(default_layer = 0, default_icon_file = null, isinhands = FALSE, femaleuniform = NO_FEMALE_UNIFORM, override_state = null) - if(!override_state && !isinhands && (locate(/obj/item/ammo_casing/caseless/arrow) in contents)) + if(!override_state && !isinhands && !(locate(/obj/item/ammo_casing/reusable/arrow) in contents)) override_state = "[icon_state]_empty" - ..() + return ..() /obj/item/storage/belt/quiver/ComponentInitialize() . = ..() @@ -820,7 +828,7 @@ STR.max_combined_w_class = 20 STR.display_numerical_stacking = TRUE STR.set_holdable(list( - /obj/item/ammo_casing/caseless/arrow, + /obj/item/ammo_casing/reusable/arrow, /obj/item/stand_arrow, /obj/item/throwing_star/magspear )) @@ -832,9 +840,9 @@ item_state = "quiver_weaver" resistance_flags = FIRE_PROOF -/obj/item/storage/belt/quiver/ashwalker/PopulateContents() +/obj/item/storage/belt/quiver/weaver/ashwalker/PopulateContents() for(var/i in 1 to 10) - new /obj/item/ammo_casing/caseless/arrow/bone(src) + new /obj/item/ammo_casing/reusable/arrow/bone(src) /obj/item/storage/belt/quiver/admin name = "admin quiver" @@ -848,8 +856,8 @@ STR.max_items = 100 /obj/item/storage/belt/quiver/admin/full/PopulateContents() - for(var/arrow in typesof(/obj/item/ammo_casing/caseless/arrow)) - if(istype(arrow, /obj/item/ammo_casing/caseless/arrow/energy)) + for(var/arrow in typesof(/obj/item/ammo_casing/reusable/arrow)) + if(istype(arrow, /obj/item/ammo_casing/reusable/arrow/energy)) continue for(var/i in 1 to 10) new arrow(src) @@ -858,17 +866,17 @@ icon_state = "quiver_blue" item_state = "quiver_blue" -/obj/item/storage/belt/quiver/blue/PopulateContents() +/obj/item/storage/belt/quiver/blue/full/PopulateContents() for(var/i in 1 to 10) - new /obj/item/ammo_casing/caseless/arrow/toy/blue(src) + new /obj/item/ammo_casing/reusable/arrow/toy/pulse(src) /obj/item/storage/belt/quiver/red icon_state = "quiver_red" item_state = "quiver_red" -/obj/item/storage/belt/quiver/red/PopulateContents() +/obj/item/storage/belt/quiver/red/full/PopulateContents() for(var/i in 1 to 10) - new /obj/item/ammo_casing/caseless/arrow/toy/red(src) + new /obj/item/ammo_casing/reusable/arrow/toy/energy(src) /obj/item/storage/belt/fannypack name = "fannypack" diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 61616db01cf1..80619989dcd0 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -138,7 +138,7 @@ new /obj/item/card/emag(src) //6 TC /obj/item/storage/box/syndicate/bundle_B/PopulateContents() - switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1))) + switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1, "hawkeye" = 2))) if("v") //Big Boss. Total of ~26 TC. new /obj/item/clothing/under/syndicate/camo(src) //Reskinned tactical turtleneck, free new /obj/item/clothing/glasses/eyepatch/bigboss(src) //Gives flash protection and night vision, probably around 2-3 TC @@ -268,6 +268,13 @@ new /obj/item/reagent_containers/glass/bottle/drugs(src) new /obj/item/slimecross/stabilized/green(src) //secret identity + if("hawkeye") + new /obj/item/clothing/neck/cloak/ranger/syndie(src) // Just a weaker version of the wizard ranger cloak + new /obj/item/gun/ballistic/bow/energy/syndicate/folded(src) // 6 TC + new /obj/item/clothing/glasses/thermal/syndi(src) // 4 TC + new /obj/item/clothing/gloves/krav_maga/combatglovesplus + // TODO: Add more to this + #undef CARP_CARP_CARP /obj/item/stand_arrow/boss diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 2db9e21d5397..3ea612f47010 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -81,7 +81,7 @@ uniform = /obj/item/clothing/under/ash_robe/hunter suit = /obj/item/clothing/suit/hooded/cloak/goliath/desert back = /obj/item/gun/ballistic/bow/ashen - belt = /obj/item/storage/belt/quiver/ashwalker + belt = /obj/item/storage/belt/quiver/weaver/ashwalker shoes = /obj/item/clothing/shoes/xeno_wraps /datum/outfit/ashwalker/warrior diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index d5d06008f42f..1d79f5d9c521 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -331,3 +331,93 @@ name = "ornate mantle" desc = "An ornate mantle commonly worn by a shaman or chieftain." icon_state = "tribal-mantle" + +/obj/item/clothing/neck/cloak/ranger + name = "ranger cloak" + desc = "A cape that uses light altering magic to make the wearer invisable and dodge projectiles. The illusion weakens the more the wearer moves." + icon_state = "ranger_cloak" + + /// The mob currently wearing this + var/mob/current_user + /// How much the user is cloaked as a percentage, which effects the wearer's transparency and dodge chance + var/cloak = 0 + /// What cloak is capped to + var/max_cloak = 100 + /// How much the cloak charges per process + var/cloak_charge_rate = 10 + /// How much the cloak decreases when moving + var/cloak_move_loss = 5 + /// How much the cloak decreases on a successful dodge + var/cloak_dodge_loss = 30 + +/obj/item/clothing/neck/cloak/ranger/equipped(mob/user, slot) + . = ..() + update_signals() + +/obj/item/clothing/neck/cloak/ranger/dropped(mob/user) + . = ..() + update_signals() + +/obj/item/clothing/neck/cloak/ranger/proc/update_signals(user) + if((!user || (current_user == user)) && current_user == loc && istype(current_user) && current_user.get_item_by_slot(SLOT_NECK) == src) + return TRUE + + UnregisterSignal(current_user, list(COMSIG_MOVABLE_MOVED, COMSIG_ATOM_BULLET_ACT)) + if(user) + UnregisterSignal(user, list(COMSIG_MOVABLE_MOVED, COMSIG_ATOM_BULLET_ACT)) + adjust_cloak(0) + + var/mob/new_user = loc + if(istype(new_user) && new_user.get_item_by_slot(SLOT_NECK) == src) + current_user = new_user + RegisterSignal(current_user, COMSIG_MOVABLE_MOVED, .proc/on_move) + RegisterSignal(current_user, COMSIG_ATOM_BULLET_ACT, .proc/on_projectile_hit) + START_PROCESSING(SSobj, src) + else + STOP_PROCESSING(SSobj, src) + +/obj/item/clothing/neck/cloak/ranger/proc/adjust_cloak(ammount) + cloak = clamp(ammount, 0, max_cloak) + var/mob/user = loc + if(istype(user)) + animate(user, alpha = round(clamp(255 * (1 - (cloak * 0.01)), 0, 255)), time = 0.5 SECONDS) + +/obj/item/clothing/neck/cloak/ranger/process(delta_time) + if(!update_signals()) + return + var/mob/user = loc + if(!istype(user) || !user.get_item_by_slot(SLOT_NECK) == src) + + return + adjust_cloak(cloak + (cloak_charge_rate * delta_time)) + +/obj/item/clothing/neck/cloak/ranger/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) + if(dodge(owner, hitby, attack_text)) + return TRUE + return ..() + +/obj/item/clothing/neck/cloak/ranger/proc/on_move(mob/user, Dir, Forced = FALSE) + if(update_signals(user)) + adjust_cloak(cloak - cloak_move_loss) + +/obj/item/clothing/neck/cloak/ranger/proc/on_projectile_hit(mob/living/carbon/human/user, obj/item/projectile/P, def_zone) + if(dodge(user, P, "[P]")) + return BULLET_ACT_FORCE_PIERCE + +/obj/item/clothing/neck/cloak/ranger/proc/dodge(mob/living/carbon/human/user, atom/movable/hitby, attack_text) + if(!update_signals(user) || current_user.incapacitated(check_immobilized = TRUE) || !prob(cloak)) + return FALSE + + adjust_cloak(cloak - cloak_dodge_loss) + current_user.SpinAnimation(7,1) + current_user.balloon_alert_to_viewers("Dodged!", "Dodged!", COMBAT_MESSAGE_RANGE) + current_user.visible_message(span_danger("[current_user] dodges [attack_text]!"), span_userdanger("You dodge [attack_text]"), null, COMBAT_MESSAGE_RANGE) + return TRUE + +/obj/item/clothing/neck/cloak/ranger/syndie + name = "shadow cloak" + desc = "A cape that uses advanced chameleon technology to make the wearer nearly invisable and dodge projectiles. The illusion weakens the more the wearer moves." + icon_state = "syndie_cloak" + max_cloak = 90 + cloak_charge_rate = 7 + cloak_move_loss = 7 diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index cf1944184103..ed4bcfb242e2 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -467,7 +467,7 @@ GLOBAL_LIST_INIT(hallucination_list, list( image_file = 'icons/mob/inhands/weapons/guns_righthand.dmi' else image_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi' - A = image(image_file,H,"crossbow", layer=ABOVE_MOB_LAYER) + A = image(image_file,H,"ecrossbow", layer=ABOVE_MOB_LAYER) if("baton") if(side == "right") image_file = 'icons/mob/inhands/equipment/security_righthand.dmi' diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index b51f19c66c62..ff4c0006598a 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -701,7 +701,7 @@ GLOBAL_LIST_EMPTY(aide_list) if(51 to 60)//10% for bow and bronze tipped arrows, bronze are supposed to be the worst in runescape but they kinda slap in here, hopefully limited by the 5 arrows new /obj/item/gun/ballistic/bow(spot) for(var/i in 1 to 5) - new /obj/item/ammo_casing/caseless/arrow/bronze(spot) + new /obj/item/ammo_casing/reusable/arrow/bronze(spot) if(61 to 70)//10% chance at a seed drop, runescape drops seeds somewhat frequently for players to plant and harvest later switch(rand(1,5)) if(1) diff --git a/code/modules/mob/living/carbon/examine.dm b/code/modules/mob/living/carbon/examine.dm index 3af45acb7b0b..1ea29403b65c 100644 --- a/code/modules/mob/living/carbon/examine.dm +++ b/code/modules/mob/living/carbon/examine.dm @@ -10,7 +10,9 @@ var/list/obscured = check_obscured_slots() if (handcuffed) - . += span_warning("[t_He] [t_is] [icon2html(handcuffed, user)] handcuffed!") + . += span_warning("[t_He] [t_is] handcuffed with [handcuffed.get_examine_string(user)]!") + if (legcuffed) + . += span_warning("[t_He] [t_is] legcuffed with [legcuffed.get_examine_string(user)]!") if (head) . += "[t_He] [t_is] wearing [head.get_examine_string(user)] on [t_his] head. " if(wear_mask && !(SLOT_WEAR_MASK in obscured)) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 970a5aa7a91f..b42ad8c67989 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -62,14 +62,13 @@ if(hand_number) . += span_warning("[t_He] [t_has] [hand_number > 1 ? "" : "a"] blood-stained hand[hand_number > 1 ? "s" : ""]!") - //handcuffed? - //handcuffed? if(handcuffed) - if(istype(handcuffed, /obj/item/restraints/handcuffs/cable)) - . += span_warning("[t_He] [t_is] [icon2html(handcuffed, user)] restrained with cable!") - else - . += span_warning("[t_He] [t_is] [icon2html(handcuffed, user)] handcuffed!") + . += span_warning("[t_He] [t_is] handcuffed with [handcuffed.get_examine_string(user)]!") + + //legcuffed? + if(legcuffed) + . += span_warning("[t_He] [t_is] legcuffed with [legcuffed.get_examine_string(user)]!") //belt if(belt) @@ -525,10 +524,11 @@ //handcuffed? if(handcuffed) - if(istype(handcuffed, /obj/item/restraints/handcuffs/cable)) - . += span_warning("[t_He] [t_is] [icon2html(handcuffed, user)] restrained with cable!") - else - . += span_warning("[t_He] [t_is] [icon2html(handcuffed, user)] handcuffed!") + . += span_warning("[t_He] [t_is] handcuffed with [handcuffed.get_examine_string(user)]!") + + //legcuffed? + if(legcuffed) + . += span_warning("[t_He] [t_is] legcuffed with [legcuffed.get_examine_string(user)]!") //belt if(belt) diff --git a/code/modules/mob/living/carbon/update_icons.dm b/code/modules/mob/living/carbon/update_icons.dm index 097a86d58e98..eb0c0337cec3 100644 --- a/code/modules/mob/living/carbon/update_icons.dm +++ b/code/modules/mob/living/carbon/update_icons.dm @@ -184,9 +184,9 @@ clear_alert("legcuffed") if(legcuffed) var/mutable_appearance/legcuffs = mutable_appearance('icons/mob/restraints.dmi', legcuffed.item_state, -LEGCUFF_LAYER) - legcuffs.color = handcuffed.color + legcuffs.color = legcuffed.color - overlays_standing[HANDCUFF_LAYER] = legcuffs + overlays_standing[LEGCUFF_LAYER] = legcuffs apply_overlay(LEGCUFF_LAYER) throw_alert("legcuffed", /atom/movable/screen/alert/restrained/legcuffed, new_master = legcuffed) diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index 69680ca1a816..91d1af58ecdb 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -65,6 +65,10 @@ guardian_pass = (src in safe) if(guardian_pass) return BULLET_ACT_FORCE_PIERCE + + var/sig_return = SEND_SIGNAL(src, COMSIG_ATOM_BULLET_ACT, P, def_zone) + if(sig_return != NONE) + return sig_return if(!P.nodamage) last_damage = P.name diff --git a/code/modules/projectiles/ammunition/_ammunition.dm b/code/modules/projectiles/ammunition/_ammunition.dm index b7839a898651..b36cca8be22b 100644 --- a/code/modules/projectiles/ammunition/_ammunition.dm +++ b/code/modules/projectiles/ammunition/_ammunition.dm @@ -20,6 +20,8 @@ var/firing_effect_type = /obj/effect/temp_visual/dir_setting/firing_effect //the visual effect appearing when the ammo is fired. var/heavy_metal = TRUE var/harmful = TRUE //pacifism check for boolet, set to FALSE if bullet is non-lethal + /// If this casing has a different sprite for when it is live + var/live_sprite = TRUE /obj/item/ammo_casing/spent name = "spent bullet casing" @@ -36,7 +38,7 @@ /obj/item/ammo_casing/update_icon() ..() - icon_state = "[initial(icon_state)][BB ? "-live" : ""]" + icon_state = "[initial(icon_state)][BB && live_sprite ? "-live" : ""]" desc = "[initial(desc)][BB ? "" : " This one is spent."]" //proc to magically refill a casing with a new projectile diff --git a/code/modules/projectiles/ammunition/caseless/_caseless.dm b/code/modules/projectiles/ammunition/caseless/_caseless.dm index db1aa6562c46..7a9b4506cce2 100644 --- a/code/modules/projectiles/ammunition/caseless/_caseless.dm +++ b/code/modules/projectiles/ammunition/caseless/_caseless.dm @@ -2,6 +2,7 @@ desc = "A caseless bullet casing." firing_effect_type = null heavy_metal = FALSE + live_sprite = FALSE /obj/item/ammo_casing/caseless/fire_casing(atom/target, mob/living/user, params, distro, quiet, zone_override, spread, atom/fired_from) if (..()) //successfully firing @@ -11,6 +12,24 @@ else return FALSE -/obj/item/ammo_casing/caseless/update_icon() +/obj/item/ammo_casing/reusable + desc = "A reusable bullet casing." + firing_effect_type = null + heavy_metal = FALSE + live_sprite = FALSE + + /// If the projectile is currently being shot as a projectile + var/in_air = FALSE + +/obj/item/ammo_casing/reusable/ready_proj(atom/target, mob/living/user, quiet, zone_override = "", atom/fired_from) ..() - icon_state = "[initial(icon_state)]" + var/obj/item/projectile/bullet/reusable/reusable_projectile = BB + if(istype(reusable_projectile)) + reusable_projectile.ammo_type = src + forceMove(BB) + in_air = TRUE + +/obj/item/ammo_casing/reusable/proc/on_land() + BB = new projectile_type(src) + in_air = FALSE + update_icon() diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index 2fd8ac5d62f8..11d584954974 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -1,9 +1,10 @@ -/obj/item/ammo_casing/caseless/arrow +/obj/item/ammo_casing/reusable/arrow name = "arrow" desc = "An arrow, typically fired from a bow." projectile_type = /obj/item/projectile/bullet/reusable/arrow caliber = "arrow" icon_state = "arrow" + item_state = "arrow" force = 5 throwforce = 5 //If, if you want to throw the arrow since you don't have a bow? throw_speed = 3 @@ -21,17 +22,19 @@ /// If the arrow is on fire var/flaming = FALSE -/obj/item/ammo_casing/caseless/arrow/Initialize() +/obj/item/ammo_casing/reusable/arrow/Initialize() var/list/new_parts if(ispath(explosive)) LAZYADD(new_parts, new explosive()) if(ispath(bola)) LAZYADD(new_parts, new bola()) + if(ispath(syringe)) + LAZYADD(new_parts, new syringe()) ..() if(LAZYLEN(new_parts)) CheckParts(new_parts) -/obj/item/ammo_casing/caseless/arrow/update_icon(force_update) +/obj/item/ammo_casing/reusable/arrow/update_icon(force_update) ..() cut_overlays() if(istype(explosive)) @@ -39,22 +42,24 @@ if(istype(bola)) add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) if(istype(syringe)) - add_overlay(mutable_appearance(icon, "arrow_bola"), TRUE) + add_overlay(mutable_appearance(icon, "arrow_syringe"), TRUE) if(flaming) add_overlay(mutable_appearance(icon, "arrow_fire"), TRUE) -/obj/item/ammo_casing/caseless/arrow/examine(mob/user) +/obj/item/ammo_casing/reusable/arrow/examine(mob/user) . = ..() if(explosive) . += "It has [explosive.active ? "an armed " : ""][explosive] attached." if(bola) . += "It has [bola] attached." + if(syringe) + . += "It has [syringe] attached." if(LAZYLEN(attached_parts)) . += "The added parts can be removed with a wirecutter." if(flaming) . += "It is on fire." -/obj/item/ammo_casing/caseless/arrow/attack_self(mob/user) +/obj/item/ammo_casing/reusable/arrow/attack_self(mob/user) if(istype(explosive)) explosive.attack_self(user) add_fingerprint(user) @@ -64,7 +69,7 @@ update_icon() return ..() -/obj/item/ammo_casing/caseless/arrow/wirecutter_act(mob/living/user, obj/item/I) +/obj/item/ammo_casing/reusable/arrow/wirecutter_act(mob/living/user, obj/item/I) var/obj/item/projectile/bullet/reusable/arrow/arrow = BB if(!istype(arrow)) return @@ -73,19 +78,17 @@ return if(explosive) explosive = null - arrow.explosive = null if(bola) bola = null - arrow.bola = null - attached_parts = null for(var/obj/item/part in attached_parts) if(!part.forceMove(part.drop_location())) qdel(part) + attached_parts = null to_chat(user, span_notice("You remove the attached parts.")) -/obj/item/ammo_casing/caseless/arrow/CheckParts(list/parts_list) - var/obj/item/ammo_casing/caseless/arrow/A = locate(/obj/item/ammo_casing/caseless/arrow) in parts_list +/obj/item/ammo_casing/reusable/arrow/CheckParts(list/parts_list) + var/obj/item/ammo_casing/reusable/arrow/A = locate(/obj/item/ammo_casing/reusable/arrow) in parts_list if(A) LAZYREMOVE(parts_list, A) if(flaming) @@ -104,89 +107,97 @@ B.forceMove(B.drop_location()) else add_bola(B) + for(var/obj/item/reagent_containers/syringe/S in parts_list) + if(S) + if(istype(syringe)) + S.forceMove(S.drop_location()) + else + add_syringe(S) for(var/obj/item/restraints/handcuffs/cable/C in parts_list) LAZYADD(attached_parts, C) - if(LAZYLEN(attached_parts)) - var/obj/item/projectile/bullet/reusable/arrow/arrow = BB - arrow.attached_parts = attached_parts ..() -/obj/item/ammo_casing/caseless/arrow/fire_casing(atom/target, mob/living/user, params, distro, quiet, zone_override, spread, atom/fired_from) - if (..()) - var/obj/item/projectile/bullet/reusable/arrow/arrow = BB - if(istype(arrow)) - arrow.CheckParts(attached_parts) - return TRUE - return FALSE - -/obj/item/ammo_casing/caseless/arrow/proc/add_explosive(obj/item/grenade/new_explosive) - var/obj/item/projectile/bullet/reusable/arrow/arrow = BB - if(istype(new_explosive) && istype(arrow)) +/obj/item/ammo_casing/reusable/arrow/proc/add_explosive(obj/item/grenade/new_explosive) + if(istype(new_explosive)) explosive = new_explosive - arrow.explosive = new_explosive LAZYADD(attached_parts, new_explosive) update_icon() -/obj/item/ammo_casing/caseless/arrow/proc/add_bola(obj/item/restraints/legcuffs/bola/new_bola) - var/obj/item/projectile/bullet/reusable/arrow/arrow = BB - if(istype(new_bola) && istype(arrow)) +/obj/item/ammo_casing/reusable/arrow/proc/add_bola(obj/item/restraints/legcuffs/bola/new_bola) + if(istype(new_bola)) bola = new_bola - arrow.bola = new_bola LAZYADD(attached_parts, new_bola) update_icon() -/obj/item/ammo_casing/caseless/arrow/proc/add_flame() - var/obj/item/projectile/bullet/reusable/arrow/arrow = BB - if(istype(arrow)) - flaming = TRUE - arrow.flaming = TRUE +/obj/item/ammo_casing/reusable/arrow/proc/add_syringe(obj/item/reagent_containers/syringe/new_syringe) + if(istype(new_syringe)) + syringe = new_syringe + LAZYADD(attached_parts, new_syringe) update_icon() +/obj/item/ammo_casing/reusable/arrow/proc/add_flame() + flaming = TRUE + update_icon() + +/obj/item/ammo_casing/reusable/arrow/on_embed(mob/living/carbon/human/embedde, obj/item/bodypart/part) + if(syringe) + return syringe.on_embed(embedde, part) + return TRUE + +/obj/item/ammo_casing/reusable/arrow/embed_tick(embedde, part) + if(syringe) + syringe.embed_tick(embedde, part) + // Arrow Subtypes // -/obj/item/ammo_casing/caseless/arrow/wood +/obj/item/ammo_casing/reusable/arrow/wood name = "wooden arrow" desc = "A wooden arrow, quickly made." projectile_type = /obj/item/projectile/bullet/reusable/arrow/wood -/obj/item/ammo_casing/caseless/arrow/ash +/obj/item/ammo_casing/reusable/arrow/ash name = "ashen arrow" desc = "A wooden arrow tempered by fire. It's tougher, but less likely to embed." icon_state = "ashenarrow" + item_state = "ashenarrow" force = 7 throwforce = 7 embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) projectile_type = /obj/item/projectile/bullet/reusable/arrow/ash -/obj/item/ammo_casing/caseless/arrow/bone_tipped +/obj/item/ammo_casing/reusable/arrow/bone_tipped name = "bone-tipped arrow" desc = "An arrow made from bone, wood, and sinew. Sturdy and sharp." icon_state = "bonetippedarrow" + item_state = "bonetippedarrow" force = 9 throwforce = 9 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bone_tipped -/obj/item/ammo_casing/caseless/arrow/bone +/obj/item/ammo_casing/reusable/arrow/bone name = "bone arrow" desc = "An arrow made from bone and sinew. Better at hunting fauna." icon_state = "bonearrow" + item_state = "bonearrow" force = 4 throwforce = 4 embedding = list("embed_chance" = 20, "embedded_fall_chance" = 0) projectile_type = /obj/item/projectile/bullet/reusable/arrow/bone -/obj/item/ammo_casing/caseless/arrow/chitin +/obj/item/ammo_casing/reusable/arrow/chitin name = "chitin-tipped arrow" desc = "An arrow made from chitin, bone, and sinew. Incredibly potent at puncturing armor and hunting fauna." icon_state = "chitinarrow" + item_state = "chitinarrow" armour_penetration = 25 //Ah yes the 25 AP on a 5 force hit projectile_type = /obj/item/projectile/bullet/reusable/arrow/chitin -/obj/item/ammo_casing/caseless/arrow/bamboo +/obj/item/ammo_casing/reusable/arrow/bamboo name = "bamboo arrow" desc = "An arrow made from bamboo. Incredibly fragile and weak, but prone to shattering in unarmored targets." icon_state = "bambooarrow" + item_state = "bambooarrow" force = 3 throwforce = 3 armour_penetration = -10 @@ -194,27 +205,30 @@ variance = 10 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bamboo -/obj/item/ammo_casing/caseless/arrow/bronze +/obj/item/ammo_casing/reusable/arrow/bronze name = "bronze arrow" desc = "An arrow tipped with bronze. Better against armor than iron." icon_state = "bronzearrow" + item_state = "bronzearrow" armour_penetration = 10 projectile_type = /obj/item/projectile/bullet/reusable/arrow/bronze -/obj/item/ammo_casing/caseless/arrow/glass +/obj/item/ammo_casing/reusable/arrow/glass name = "glass arrow" desc = "A shoddy arrow with a broken glass shard as its tip. Can break upon impact." icon_state = "glassarrow" + item_state = "glassarrow" force = 4 throwforce = 4 embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) variance = 5 projectile_type = /obj/item/projectile/bullet/reusable/arrow/glass -/obj/item/ammo_casing/caseless/arrow/glass/plasma +/obj/item/ammo_casing/reusable/arrow/glass/plasma name = "plasmaglass arrow" desc = "An arrow with a plasmaglass shard affixed to its head. Incredibly capable of puncturing armor." icon_state = "plasmaglassarrow" + item_state = "plasmaglassarrow" armour_penetration = 40 //Ah yes the 40 AP on a 4 force hit embedding = list("embed_chance" = 25, "embedded_fall_chance" = 0) variance = 5 @@ -223,7 +237,7 @@ // Toy // -/obj/item/ammo_casing/caseless/arrow/toy +/obj/item/ammo_casing/reusable/arrow/toy name = "toy arrow" desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits." projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy @@ -233,35 +247,61 @@ embedding = list(100, 0, 0, 0, 0, 0, 0, 0.5, TRUE) taped = TRUE -/obj/item/ammo_casing/caseless/arrow/toy/blue - name = "blue toy arrow" - desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a blue hardlight arrow." - icon_state = "arrow_toy_blue" - projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/blue +/obj/item/ammo_casing/reusable/arrow/toy/energy + name = "toy energy bolt" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble an energy bolt from a hardlight bow." + icon_state = "arrow_energy" + item_state = "arrow_toy_energy" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/energy + +/obj/item/ammo_casing/reusable/arrow/toy/disabler + name = "toy disabler bolt" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a disabler bolt from a hardlight bow." + icon_state = "arrow_disable" + item_state = "arrow_toy_disable" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/disabler + +/obj/item/ammo_casing/reusable/arrow/toy/pulse + name = "toy pulse bolt" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a pulse bolt from a hardlight bow." + icon_state = "arrow_pulse" + item_state = "arrow_toy_pulse" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/pulse + +/obj/item/ammo_casing/reusable/arrow/toy/xray + name = "toy X-ray bolt" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a X-ray bolt from a hardlight bow." + icon_state = "arrow_xray" + item_state = "arrow_toy_xray" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/xray -/obj/item/ammo_casing/caseless/arrow/toy/red - name = "red toy arrow" - desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a red hardlight arrow." - icon_state = "arrow_toy_red" - projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/red +/obj/item/ammo_casing/reusable/arrow/toy/shock + name = "toy shock bolt" + desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a shock bolt from a hardlight bow." + icon_state = "arrow_shock" + item_state = "arrow_toy_shock" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/shock // Utility // -/obj/item/ammo_casing/caseless/arrow/bola +/obj/item/ammo_casing/reusable/arrow/bola bola = /obj/item/restraints/legcuffs/bola -/obj/item/ammo_casing/caseless/arrow/explosive +/obj/item/ammo_casing/reusable/arrow/explosive explosive = /obj/item/grenade/iedcasing -/obj/item/ammo_casing/caseless/arrow/flaming/Initialize() +/obj/item/ammo_casing/reusable/arrow/syringe + syringe = /obj/item/reagent_containers/syringe/lethal/choral + +/obj/item/ammo_casing/reusable/arrow/flaming/Initialize() ..() add_flame() // Hardlight // -/obj/item/ammo_casing/caseless/arrow/energy +/obj/item/ammo_casing/reusable/arrow/energy name = "energy bolt" desc = "An arrow made from hardlight." icon_state = "arrow_energy" @@ -275,10 +315,10 @@ var/tick_damage_type = FIRE var/tick_sound = 'sound/effects/sparks4.ogg' -/obj/item/ammo_casing/caseless/arrow/energy/on_embed_removal(mob/living/carbon/human/embedde) +/obj/item/ammo_casing/reusable/arrow/energy/on_embed_removal(mob/living/carbon/human/embedde) qdel(src) -/obj/item/ammo_casing/caseless/arrow/energy/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) +/obj/item/ammo_casing/reusable/arrow/energy/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) if(ticks >= tick_max) embedde.remove_embedded_object(src, , TRUE, TRUE) return @@ -286,7 +326,7 @@ playsound(embedde, tick_sound , 10, 0) embedde.apply_damage(tick_damage, BB.damage_type, part.body_zone) -/obj/item/ammo_casing/caseless/arrow/energy/disabler +/obj/item/ammo_casing/reusable/arrow/energy/disabler name = "disabler bolt" desc = "An arrow made from hardlight. This one stuns the victim in a non-lethal way." icon_state = "arrow_disable" @@ -294,14 +334,29 @@ harmful = FALSE tick_damage_type = STAMINA -/obj/item/ammo_casing/caseless/arrow/energy/xray +/obj/item/ammo_casing/reusable/arrow/energy/pulse + name = "pulse bolt" + desc = "An arrow made from hardlight. This one eliminates any obstructions it hits." + icon_state = "arrow_pulse" + projectile_type = /obj/item/projectile/energy/arrow/pulse + tick_damage = 5 + +/obj/item/ammo_casing/reusable/arrow/energy/xray name = "X-ray bolt" desc = "An arrow made from hardlight. This one can pass through obstructions." icon_state = "arrow_xray" projectile_type = /obj/item/projectile/energy/arrow/xray tick_damage_type = TOX -/obj/item/ammo_casing/caseless/arrow/energy/clockbolt +/obj/item/ammo_casing/reusable/arrow/energy/shock + name = "shock bolt" + desc = "An arrow made from hardlight. This one shocks the victim with harmless energy capable of stunning them." + icon_state = "arrow_shock" + projectile_type = /obj/item/projectile/energy/arrow/shock + harmful = FALSE + tick_damage_type = STAMINA + +/obj/item/ammo_casing/reusable/arrow/energy/clockbolt name = "redlight bolt" desc = "An arrow made from a strange energy." projectile_type = /obj/item/projectile/energy/arrow/clockbolt diff --git a/code/modules/projectiles/ammunition/caseless/foam.dm b/code/modules/projectiles/ammunition/caseless/foam.dm index e1f8c72bc16a..90ebfb71bdf5 100644 --- a/code/modules/projectiles/ammunition/caseless/foam.dm +++ b/code/modules/projectiles/ammunition/caseless/foam.dm @@ -1,4 +1,4 @@ -/obj/item/ammo_casing/caseless/foam_dart +/obj/item/ammo_casing/reusable/foam_dart name = "foam dart" desc = "It's nerf or nothing! Ages 8 and up." projectile_type = /obj/item/projectile/bullet/reusable/foam_dart @@ -8,38 +8,32 @@ materials = list(/datum/material/iron = 11.25) harmful = FALSE var/modified = FALSE + var/obj/item/pen/pen -/obj/item/ammo_casing/caseless/foam_dart/update_icon() +/obj/item/ammo_casing/reusable/foam_dart/update_icon() ..() if (modified) icon_state = "foamdart_empty" - desc = "It's nerf or nothing! ... Although, this one doesn't look too safe." - if(BB) - BB.icon_state = "foamdart_empty" else icon_state = initial(icon_state) - desc = "It's nerf or nothing! Ages 8 and up." - if(BB) - BB.icon_state = initial(BB.icon_state) +/obj/item/ammo_casing/reusable/foam_dart/examine(mob/user) + . = ..() + if(modified) + . += "This one doesn't look too safe." -/obj/item/ammo_casing/caseless/foam_dart/attackby(obj/item/A, mob/user, params) - var/obj/item/projectile/bullet/reusable/foam_dart/FD = BB +/obj/item/ammo_casing/reusable/foam_dart/attackby(obj/item/A, mob/user, params) if (A.tool_behaviour == TOOL_SCREWDRIVER && !modified) modified = TRUE - FD.modified = TRUE - FD.damage_type = BRUTE to_chat(user, span_notice("You pop the safety cap off [src].")) update_icon() else if (istype(A, /obj/item/pen)) if(modified) - if(!FD.pen) - harmful = TRUE - if(!user.transferItemToLoc(A, FD)) + if(!pen) + if(!user.transferItemToLoc(A, src)) return - FD.pen = A - FD.damage = 5 - FD.nodamage = FALSE + harmful = TRUE + pen = A to_chat(user, span_notice("You insert [A] into [src].")) else to_chat(user, span_warning("There's already something in [src].")) @@ -48,16 +42,23 @@ else return ..() -/obj/item/ammo_casing/caseless/foam_dart/attack_self(mob/living/user) - var/obj/item/projectile/bullet/reusable/foam_dart/FD = BB - if(FD.pen) - FD.damage = initial(FD.damage) - FD.nodamage = initial(FD.nodamage) - user.put_in_hands(FD.pen) - to_chat(user, span_notice("You remove [FD.pen] from [src].")) - FD.pen = null +/obj/item/ammo_casing/reusable/foam_dart/attack_self(mob/living/user) + if(pen) + user.put_in_hands(pen) + pen = null + harmful = FALSE + to_chat(user, span_notice("You remove [pen] from [src].")) + +/obj/item/ammo_casing/reusable/foam_dart/ready_proj(atom/target, mob/living/user, quiet, zone_override = "", atom/fired_from) + if(modified) + BB.damage_type = BRUTE + if(pen) + BB.damage = 5 + BB.nodamage = FALSE + BB.icon_state = "[icon_state]_proj" + ..() -/obj/item/ammo_casing/caseless/foam_dart/riot +/obj/item/ammo_casing/reusable/foam_dart/riot name = "riot foam dart" desc = "Whose smart idea was it to use toys as crowd control? Ages 18 and up." projectile_type = /obj/item/projectile/bullet/reusable/foam_dart/riot diff --git a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm index d401f91df5df..f75275c73092 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm @@ -130,11 +130,47 @@ name = "ammo box (Foam Darts)" icon = 'icons/obj/guns/toy.dmi' icon_state = "foambox" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart max_ammo = 40 materials = list(/datum/material/iron = 500) /obj/item/ammo_box/foambox/riot icon_state = "foambox_riot" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot materials = list(/datum/material/iron = 50000) + +// Arrows // +/obj/item/ammo_box/arrow + name = "ammo box (Arrrow)" + icon_state = "arrowbox_green" + ammo_type = /obj/item/ammo_casing/reusable/arrow + max_ammo = 10 + +/obj/item/ammo_box/arrow/toy + name = "ammo box (Toy Arrrow)" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy + +/obj/item/ammo_box/arrow/toy/energy + name = "ammo box (Toy Energy Arrrow)" + icon_state = "arrowbox_red" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/energy + +/obj/item/ammo_box/arrow/toy/disabler + name = "ammo box (Toy Disabler Arrrow)" + icon_state = "arrowbox_teal" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/disabler + +/obj/item/ammo_box/arrow/toy/pulse + name = "ammo box (Toy Pulse Arrrow)" + icon_state = "arrowbox_blue" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/pulse + +/obj/item/ammo_box/arrow/toy/xray + name = "ammo box (Toy X-ray Arrrow)" + icon_state = "arrowbox_green" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/xray + +/obj/item/ammo_box/arrow/toy/shock + name = "ammo box (Toy Shock Arrrow)" + icon_state = "arrowbox_yellow" + ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/shock diff --git a/code/modules/projectiles/boxes_magazines/external/toy.dm b/code/modules/projectiles/boxes_magazines/external/toy.dm index 2369bc6ce35a..6a34c4748c63 100644 --- a/code/modules/projectiles/boxes_magazines/external/toy.dm +++ b/code/modules/projectiles/boxes_magazines/external/toy.dm @@ -1,12 +1,12 @@ /obj/item/ammo_box/magazine/toy name = "foam force META magazine" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart caliber = "foam_force" /obj/item/ammo_box/magazine/toy/smg name = "foam force SMG magazine" icon_state = "smg9mm-42" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart max_ammo = 20 /obj/item/ammo_box/magazine/toy/smg/update_icon() @@ -17,7 +17,7 @@ icon_state = "smg9mm-0" /obj/item/ammo_box/magazine/toy/smg/riot - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot /obj/item/ammo_box/magazine/toy/pistol name = "foam force pistol magazine" @@ -26,13 +26,13 @@ multiple_sprites = AMMO_BOX_FULL_EMPTY /obj/item/ammo_box/magazine/toy/pistol/riot - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot /obj/item/ammo_box/magazine/toy/smgm45 name = "donksoft SMG magazine" icon_state = "c20r45-toy" caliber = "foam_force" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart max_ammo = 20 /obj/item/ammo_box/magazine/toy/smgm45/update_icon() @@ -41,13 +41,13 @@ /obj/item/ammo_box/magazine/toy/smgm45/riot icon_state = "c20r45-riot" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot /obj/item/ammo_box/magazine/toy/m762 name = "donksoft box magazine" icon_state = "a762-toy" caliber = "foam_force" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart max_ammo = 50 /obj/item/ammo_box/magazine/toy/m762/update_icon() @@ -56,4 +56,4 @@ /obj/item/ammo_box/magazine/toy/m762/riot icon_state = "a762-riot" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot diff --git a/code/modules/projectiles/boxes_magazines/internal/bow.dm b/code/modules/projectiles/boxes_magazines/internal/bow.dm index a6e8b7811d2e..785dbfbe51b3 100644 --- a/code/modules/projectiles/boxes_magazines/internal/bow.dm +++ b/code/modules/projectiles/boxes_magazines/internal/bow.dm @@ -1,28 +1,31 @@ /obj/item/ammo_box/magazine/internal/bow name = "bow... magazine?" //shouldnt see this item - ammo_type = /obj/item/ammo_casing/caseless/arrow + ammo_type = /obj/item/ammo_casing/reusable/arrow caliber = "arrow" max_ammo = 1 start_empty = TRUE /obj/item/ammo_box/magazine/internal/bow/energy - ammo_type = /obj/item/ammo_casing/caseless/arrow/energy + ammo_type = /obj/item/ammo_casing/reusable/arrow/energy start_empty = FALSE - var/list/selectable_types = list(/obj/item/ammo_casing/caseless/arrow/energy, /obj/item/ammo_casing/caseless/arrow/energy/disabler) + var/list/selectable_types = list(/obj/item/ammo_casing/reusable/arrow/energy, /obj/item/ammo_casing/reusable/arrow/energy/disabler) /obj/item/ammo_box/magazine/internal/bow/energy/advanced - selectable_types = list(/obj/item/ammo_casing/caseless/arrow/energy, /obj/item/ammo_casing/caseless/arrow/energy/disabler, /obj/item/ammo_casing/caseless/arrow/energy/xray) + selectable_types = list(/obj/item/ammo_casing/reusable/arrow/energy, /obj/item/ammo_casing/reusable/arrow/energy/disabler, /obj/item/ammo_casing/reusable/arrow/energy/xray, /obj/item/ammo_casing/reusable/arrow/energy/pulse, /obj/item/ammo_casing/reusable/arrow/energy/shock) + +/obj/item/ammo_box/magazine/internal/bow/energy/ert + selectable_types = list(/obj/item/ammo_casing/reusable/arrow/energy, /obj/item/ammo_casing/reusable/arrow/energy/disabler, /obj/item/ammo_casing/reusable/arrow/energy/pulse, /obj/item/ammo_casing/reusable/arrow/energy/shock) /obj/item/ammo_box/magazine/internal/bow/energy/syndicate - selectable_types = list(/obj/item/ammo_casing/caseless/arrow/energy, /obj/item/ammo_casing/caseless/arrow/energy/xray) + selectable_types = list(/obj/item/ammo_casing/reusable/arrow/energy, /obj/item/ammo_casing/reusable/arrow/energy/xray) /obj/item/ammo_box/magazine/internal/bow/energy/clockcult - ammo_type = /obj/item/ammo_casing/caseless/arrow/energy/clockbolt - selectable_types = list(/obj/item/ammo_casing/caseless/arrow/energy/clockbolt) + ammo_type = /obj/item/ammo_casing/reusable/arrow/energy/clockbolt + selectable_types = list(/obj/item/ammo_casing/reusable/arrow/energy/clockbolt) /obj/item/ammo_box/magazine/arrow name = "crossbow magazine" - ammo_type = /obj/item/ammo_casing/caseless/arrow + ammo_type = /obj/item/ammo_casing/reusable/arrow icon_state = ".50mag" caliber = "arrow" max_ammo = 5 diff --git a/code/modules/projectiles/boxes_magazines/internal/toy.dm b/code/modules/projectiles/boxes_magazines/internal/toy.dm index 7a520c6a1f10..10653bab7062 100644 --- a/code/modules/projectiles/boxes_magazines/internal/toy.dm +++ b/code/modules/projectiles/boxes_magazines/internal/toy.dm @@ -1,5 +1,5 @@ /obj/item/ammo_box/magazine/internal/shot/toy - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart caliber = "foam_force" max_ammo = 4 diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 5d35971aeabd..887ce1bccaa1 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -25,6 +25,7 @@ var/draw_slowdown = 1.5 var/draw_sound = 'sound/weapons/sound_weapons_bowdraw.ogg' var/mutable_appearance/arrow_overlay + var/equip_when_loaded = FALSE /obj/item/gun/ballistic/bow/shoot_with_empty_chamber() return @@ -51,16 +52,14 @@ /obj/item/gun/ballistic/bow/process_chamber() chambered = null - magazine.get_round(0) + magazine.get_round(FALSE) update_slowdown() update_icon() /obj/item/gun/ballistic/bow/attack_self(mob/living/user) if(chambered) - var/obj/item/ammo_casing/AC = magazine.get_round(0) - user.put_in_hands(AC) - chambered = null - to_chat(user, span_notice("You gently release the bowstring, removing the arrow.")) + release_draw() + to_chat(user, span_notice("You gently release the bowstring.")) else if(get_ammo()) drawing = TRUE update_slowdown() @@ -84,17 +83,23 @@ /obj/item/gun/ballistic/bow/attack_hand(mob/user) if(internal_magazine && loc == user && user.is_holding(src) && (chambered || get_ammo())) - var/obj/item/ammo_casing/AC = magazine.get_round(FALSE) - user.put_in_hands(AC) - chambered = null - update_slowdown() - update_icon() + remove_arrow(user) return return ..() +/obj/item/gun/ballistic/bow/proc/remove_arrow(mob/user) + if(!chambered && !get_ammo()) + return + var/obj/item/ammo_casing/AC = magazine.get_round(FALSE) + user.put_in_hands(AC) + chambered = null + to_chat(user, span_notice("You remove [AC].")) + update_slowdown() + update_icon() + /obj/item/gun/ballistic/bow/attackby(obj/item/I, mob/user, params) if (magazine.attackby(I, user, params, 1)) - to_chat(user, span_notice("You notch the arrow.")) + to_chat(user, span_notice("You notch [I].")) update_slowdown() update_icon() @@ -102,8 +107,8 @@ cut_overlay(arrow_overlay, TRUE) icon_state = "[initial(icon_state)][chambered ? "_firing" : ""]" if(get_ammo()) - var/obj/item/ammo_casing/caseless/arrow/energy/E = magazine.get_round(TRUE) - arrow_overlay = mutable_appearance(icon, "[initial(E.icon_state)][chambered ? "_firing" : ""]") + var/obj/item/ammo_casing/reusable/arrow/energy/E = magazine.get_round(TRUE) + arrow_overlay = mutable_appearance(icon, "[initial(E.item_state)][chambered ? "_firing" : ""]") add_overlay(arrow_overlay, TRUE) /obj/item/gun/ballistic/bow/proc/update_slowdown() @@ -111,6 +116,12 @@ slowdown = draw_slowdown else slowdown = initial(slowdown) + if(equip_when_loaded) + return + if(get_ammo()) + slot_flags = NONE + else + slot_flags = initial(slot_flags) /obj/item/gun/ballistic/bow/can_shoot() return chambered @@ -145,12 +156,21 @@ name = "wooden crossbow" desc = "A handcrafted version of a typical medieval crossbow. The stock is heavy and loading it takes time, but it can be quickly fired once ready." icon_state = "crossbow" + item_state = "crossbow" force = 15 //Beating someone with a goddamned stock are we spread = 0 draw_time = 2 SECONDS draw_slowdown = FALSE drop_release_draw = FALSE move_drawing = FALSE + equip_when_loaded = TRUE + +/obj/item/gun/ballistic/bow/crossbow/ashen + name = "bone crossbow" + desc = "An advanced primitive bow that is designed to function similar to a typical medieval crossbow. The stock is heavy and loading it takes time, but it can be quickly fired once ready." + icon_state = "ashencrossbow" + item_state = "ashencrossbow" + spread = 1 /obj/item/gun/ballistic/bow/crossbow/magfed name = "wooden magfed crossbow" @@ -215,28 +235,135 @@ return return ..() +/obj/item/gun/ballistic/bow/toy/white + name = "white toy bow" + icon_state = "bow_toy_white" + item_state = "bow_hardlight_arrow_disable" + /obj/item/gun/ballistic/bow/toy/blue name = "blue toy bow" desc = "A Nanotrasen themed plastic bow that can fire arrows. Features real voice action!" icon_state = "bow_toy_blue" - item_state = "bow_hardlight" + item_state = "bow_ert_arrow_pulse" assembly = /obj/item/assembly/voice_box/bow/nanotrasen /obj/item/gun/ballistic/bow/toy/red - name = "blue toy bow" + name = "red toy bow" desc = "A Syndicate themed plastic bow that can fire arrows. Features real voice action!" icon_state = "bow_toy_red" - item_state = "bow_syndicate" + item_state = "bow_syndicate_arrow_energy" assembly = /obj/item/assembly/voice_box/bow/syndie /obj/item/gun/ballistic/bow/toy/clockwork name = "clockwork toy bow" desc = "A Ratvarian themed plastic bow that can fire arrows. Features real voice action!" icon_state = "bow_toy_clockwork" - item_state = "bow_clockwork" + item_state = "bow_clockwork_arrow_energy" assembly = /obj/item/assembly/voice_box/bow/clockwork +// Wizard // + +/obj/item/gun/ballistic/bow/break_bow + name = "break bow" + desc = "A finely crafted bow consisting of two blades combined at the hilt and a magical, semi-transparent bowstring. Can be taken apart to use the blades individualy." + icon_state = "breakbow" + item_state = "breakbow" + hitsound = 'sound/weapons/bladeslice.ogg' + force = 20 // You can still hit them with one of the blades + throwforce = 20 + attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") + wound_bonus = 10 + var/bladetype = /obj/item/break_blade + +/obj/item/gun/ballistic/bow/break_bow/Initialize() + . = ..() + AddComponent(/datum/component/butchering, 80 - force, 100, force - 10) + +/obj/item/gun/ballistic/bow/break_bow/attack_self(mob/living/user) + if(get_ammo()) + return ..() + form_blades(user) + +/obj/item/gun/ballistic/bow/break_bow/proc/form_blades(mob/living/user) + moveToNullspace() + user.put_in_hands(new bladetype()) + user.put_in_hands(new bladetype()) + playsound(user, 'sound/weapons/batonextend.ogg', 50, 1) + to_chat(user, span_notice("You detach the two blades of [src].")) + qdel(src) + +/obj/item/break_blade + name = "break bow blade" + desc = "One of ideally two blades used to form a break bow. Can attack with both blades at the same time or combine them into a bow." + icon_state = "brakebow_blade" + item_state = "brakebow_blade" + icon = 'icons/obj/weapons/swords.dmi' + lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' + hitsound = 'sound/weapons/bladeslice.ogg' + embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 65, "embedded_fall_chance" = 10, "embedded_ignore_throwspeed_threshold" = TRUE) + force = 20 + throwforce = 10 + attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") + wound_bonus = 10 + var/bowtype = /obj/item/gun/ballistic/bow/break_bow + +/obj/item/break_blade/Initialize() + . = ..() + AddComponent(/datum/component/butchering, 80 - force, 100, force - 10) + +/obj/item/break_blade/attack_self(mob/living/user) + var/obj/item/break_blade/secondblade = user.get_inactive_held_item() + if(istype(secondblade)) + form_bow(user, secondblade) + else + to_chat(user, span_warning("You need two of [src] to combine them!")) + +/obj/item/break_blade/proc/form_bow(mob/living/user, var/obj/item/break_blade/other_blade) + if(!istype(other_blade)) + return + moveToNullspace() + other_blade.moveToNullspace() + user.put_in_hands(new bowtype()) + playsound(user, 'sound/weapons/batonextend.ogg', 50, 1) + to_chat(user, span_notice("You combine the two [src].")) + qdel(other_blade) + qdel(src) + +/obj/item/break_blade/attack(mob/living/M, mob/living/user, secondattack = FALSE) + . = ..() + var/obj/item/break_blade/secondblade = user.get_inactive_held_item() + if(istype(secondblade) && !secondattack) + sleep(0.2 SECONDS) + secondblade.attack(M, user, TRUE) + +/obj/item/break_blade/throw_at(atom/target, range, speed, mob/thrower, spin, diagonals_first, datum/callback/callback, force, quickstart) + . = ..() + if(!thrower) + return + addtimer(CALLBACK(src, .proc/return_to, thrower), 3 SECONDS) + var/obj/item/break_blade/secondblade = thrower.get_inactive_held_item() + if(istype(secondblade)) + sleep(0.2 SECONDS) + thrower.dropItemToGround(secondblade, silent = TRUE) + thrower.throw_at(target, range, speed, thrower, spin, diagonals_first, callback, force, quickstart) + +/obj/item/break_blade/proc/return_to(mob/living/user) + if(!istype(user)) + return + + var/mob/holder = loc + if(istype(holder) && holder.anti_magic_check()) + to_chat(holder, span_notice("You feel [src] tugging on you.")) + return + + if(!user.put_in_hands(src)) + return + playsound(user, 'sound/magic/blink.ogg', 50, 1) + to_chat(user, span_notice("[src] suddenly returns to you!")) + + // Hardlight // /obj/item/gun/ballistic/bow/energy @@ -249,14 +376,51 @@ draw_slowdown = 0 var/recharge_time = 1 SECONDS + var/can_fold = FALSE + var/folded_w_class = WEIGHT_CLASS_NORMAL + var/folded = FALSE + var/stored_ammo ///what was stored in the magazine before being folded? + var/fold_sound = 'sound/weapons/batonextend.ogg' + +/obj/item/gun/ballistic/bow/energy/Initialize() + if(folded) + toggle_folded(TRUE) + . = ..() + +/obj/item/gun/ballistic/bow/energy/examine(mob/user) + . = ..() + var/obj/item/ammo_box/magazine/internal/bow/energy/M = magazine + if(M.selectable_types.len > 1) + . += "You can select firing modes by using ALT + CLICK." + if(can_fold) + . += "[folded ? "It is currently folded, you can unfold it" : "It can be folded into a compact form"] by using CTRL + CLICK." + if(TIMER_COOLDOWN_CHECK(src, "arrow_recharge")) + . += span_warning("It is currently recharging!") + /obj/item/gun/ballistic/bow/energy/update_icon() cut_overlay(arrow_overlay, TRUE) - if(get_ammo()) - var/obj/item/ammo_casing/caseless/arrow/energy/E = magazine.get_round(TRUE) - arrow_overlay = mutable_appearance(icon, "[initial(E.icon_state)][chambered ? "_firing" : ""]") - add_overlay(arrow_overlay, TRUE) + + if(folded) + icon_state = "[initial(icon_state)]_folded" + item_state = "[initial(item_state)]_folded" + else + icon_state = initial(icon_state) + item_state = initial(item_state) + + if(get_ammo()) + var/obj/item/ammo_casing/reusable/arrow/energy/E = magazine.get_round(TRUE) + arrow_overlay = mutable_appearance(icon, "[initial(E.icon_state)][chambered ? "_firing" : ""]") + add_overlay(arrow_overlay, TRUE) + item_state = "[item_state]_[E.icon_state]" + + if(ismob(loc)) + var/mob/M = loc + M.update_inv_hands() /obj/item/gun/ballistic/bow/energy/shoot_live_shot(mob/living/user, pointblank, atom/pbtarget, message) + if(folded) + to_chat(user, span_notice("You must unfold [src] before firing it!")) + return FALSE . = ..() if(recharge_time) TIMER_COOLDOWN_START(src, "arrow_recharge", recharge_time) @@ -266,9 +430,10 @@ playsound(src, 'sound/effects/sparks4.ogg', 25, 0) /obj/item/gun/ballistic/bow/energy/attack_self(mob/living/user) + if(folded) + toggle_folded(FALSE, user) if(chambered) - chambered = null - to_chat(user, span_notice("You disperse the arrow.")) + remove_arrow() else if(get_ammo()) drawing = TRUE update_slowdown() @@ -286,8 +451,18 @@ update_slowdown() update_icon() +/obj/item/gun/ballistic/bow/energy/remove_arrow(mob/user) + if(!chambered && !get_ammo()) + return + var/obj/item/ammo_casing/AC = magazine.get_round(FALSE) + chambered = null + to_chat(user, span_notice("You disperse [AC].")) + qdel(AC) + update_slowdown() + update_icon() + /obj/item/gun/ballistic/bow/energy/proc/recharge_bolt() - if(magazine.get_round(TRUE)) + if(folded || magazine.get_round(TRUE)) return var/ammo_type = magazine.ammo_type magazine.give_round(new ammo_type()) @@ -327,9 +502,9 @@ var/list/choice_list = list() for(var/arrow_type in M.selectable_types) - var/obj/item/ammo_casing/caseless/arrow/energy/arrow = new arrow_type() + var/obj/item/ammo_casing/reusable/arrow/energy/arrow = new arrow_type() choice_list[arrow] = image(arrow) - var/obj/item/ammo_casing/caseless/arrow/energy/choice = show_radial_menu(user, user, choice_list, tooltips = TRUE) + var/obj/item/ammo_casing/reusable/arrow/energy/choice = show_radial_menu(user, user, choice_list, tooltips = TRUE) if(!choice || !(choice.type in M.selectable_types)) return M.ammo_type = choice.type @@ -340,11 +515,48 @@ QDEL_NULL(choice_list) update_icon() +/obj/item/gun/ballistic/bow/energy/CtrlClick(mob/living/user) + if(!can_fold || !user.is_holding(src)) + return ..() + toggle_folded(!folded, user) + +/obj/item/gun/ballistic/bow/energy/proc/toggle_folded(new_folded, mob/living/user) + if(!can_fold) + return + + if(folded != new_folded) + playsound(src.loc, fold_sound, 50, 1) + + folded = new_folded + + if(folded) + w_class = folded_w_class + chambered = null + stored_ammo = magazine.ammo_list() + magazine.stored_ammo = null + if(user) + to_chat(user, span_notice("You fold [src].")) + else + w_class = initial(w_class) + magazine.stored_ammo = stored_ammo + if(user) + to_chat(user, span_notice("You extend [src], allowing it to be fired.")) + update_icon() + /obj/item/gun/ballistic/bow/energy/advanced name = "advanced hardlight bow" mag_type = /obj/item/ammo_box/magazine/internal/bow/energy/advanced recharge_time = 0 pin = /obj/item/firing_pin + can_fold = TRUE + +/obj/item/gun/ballistic/bow/energy/ert + name = "ert hardlight bow" // Skrem, change this shit to something good + icon_state = "bow_ert" + item_state = "bow_ert" + mag_type = /obj/item/ammo_box/magazine/internal/bow/energy/ert + pin = /obj/item/firing_pin/implant/mindshield + can_fold = TRUE /obj/item/gun/ballistic/bow/energy/syndicate name = "syndicate hardlight bow" @@ -358,54 +570,10 @@ pin = /obj/item/firing_pin fire_sound = null draw_sound = null - var/folded = FALSE - var/stored_ammo ///what was stored in the magazine before being folded? - -/obj/item/gun/ballistic/bow/energy/syndicate/examine(mob/user) - . = ..() - . += "It can be folded into a compact form by using CTRL + CLICK." - -/obj/item/gun/ballistic/bow/energy/syndicate/shoot_live_shot(mob/living/user, pointblank, atom/pbtarget, message) - if(!folded) - return ..() - else - to_chat(user, span_notice("You must unfold [src] before firing it!")) - return FALSE - -/obj/item/gun/ballistic/bow/energy/syndicate/attack_self(mob/living/user) - if(!folded) - return ..() - else - to_chat(user, span_notice("You must unfold [src] to chamber a round!")) - return FALSE + can_fold = TRUE -/obj/item/gun/ballistic/bow/energy/syndicate/AltClick(mob/living/user) - if(!folded) - return ..() - else - to_chat(user, span_notice("You must unfold [src] to switch firing modes!")) - return FALSE - -/obj/item/gun/ballistic/bow/energy/syndicate/CtrlClick(mob/living/user) - if(!user.is_holding(src)) - to_chat(user, span_notice("You need be holding [src] to do that!")) - return - folded = !folded - playsound(src.loc, 'sound/weapons/batonextend.ogg', 50, 1) - if(folded) - to_chat(user, span_notice("You fold [src].")) - w_class = WEIGHT_CLASS_NORMAL - chambered = null - icon_state = "bow_syndicate_folded" - stored_ammo = magazine.ammo_list() - magazine.stored_ammo = null - update_icon() - else - w_class = WEIGHT_CLASS_BULKY - to_chat(user, span_notice("You extend [src], allowing it to be fired.")) - icon_state = "bow_syndicate" - magazine.stored_ammo = stored_ammo - update_icon() +/obj/item/gun/ballistic/bow/energy/syndicate/folded + folded = TRUE /obj/item/gun/ballistic/bow/energy/clockwork name = "brass bow" diff --git a/code/modules/projectiles/guns/ballistic/toy.dm b/code/modules/projectiles/guns/ballistic/toy.dm index bbf909452b7c..b675df6c4474 100644 --- a/code/modules/projectiles/guns/ballistic/toy.dm +++ b/code/modules/projectiles/guns/ballistic/toy.dm @@ -73,7 +73,7 @@ desc = "A weapon favored by many overactive children. Ages 8 and up." icon = 'icons/obj/toy.dmi' icon_state = "foamcrossbow" - item_state = "crossbow" + item_state = "ecrossbow" mag_type = /obj/item/ammo_box/magazine/internal/shot/toy/crossbow fire_sound = 'sound/items/syringeproj.ogg' slot_flags = ITEM_SLOT_BELT diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 686c440dd332..7347fa88d94d 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -89,7 +89,7 @@ name = "mini energy crossbow" desc = "A weapon favored by syndicate stealth specialists. Each bolt injects some poison into the victim." icon_state = "crossbow" - item_state = "crossbow" + item_state = "ecrossbow" w_class = WEIGHT_CLASS_SMALL materials = list(/datum/material/iron=2000) suppressed = TRUE @@ -106,7 +106,7 @@ name = "candy corn crossbow" desc = "A weapon favored by Syndicate trick-or-treaters." icon_state = "crossbow_halloween" - item_state = "crossbow" + item_state = "ecrossbow" ammo_type = list(/obj/item/ammo_casing/energy/bolt/halloween) /obj/item/gun/energy/plasmacutter diff --git a/code/modules/projectiles/projectile/bullets/dart_syringe.dm b/code/modules/projectiles/projectile/bullets/dart_syringe.dm index d1df433fa962..fa59bbbde3bc 100644 --- a/code/modules/projectiles/projectile/bullets/dart_syringe.dm +++ b/code/modules/projectiles/projectile/bullets/dart_syringe.dm @@ -10,30 +10,27 @@ . = ..() /obj/item/projectile/bullet/reusable/dart/on_hit(atom/target, blocked = FALSE) + if(!istype(ammo_type)) + return BULLET_ACT_HIT if(iscarbon(target) && (blocked < 100)) var/mob/living/carbon/C = target - if(C.can_inject(null, FALSE, def_zone, piercing) && C.embed_object(container, def_zone, FALSE)) + if(C.can_inject(null, FALSE, def_zone, piercing) && C.embed_object(ammo_type, def_zone, FALSE)) dropped = TRUE ..() return BULLET_ACT_HIT else - target.visible_message(span_danger("\The [container] was deflected!"), \ - span_userdanger("You were protected against \the [container]!")) + target.visible_message(span_danger("\The [ammo_type] was deflected!"), \ + span_userdanger("You were protected against \the [ammo_type]!")) if(blocked >= 100) - target.visible_message(span_danger("\The [container] was deflected!"), \ - span_userdanger("You were protected against \the [container]!")) + target.visible_message(span_danger("\The [ammo_type] was deflected!"), \ + span_userdanger("You were protected against \the [ammo_type]!")) ..(target, blocked) return BULLET_ACT_HIT -/obj/item/projectile/bullet/reusable/dart/handle_drop() - if(!dropped) - container.forceMove(get_turf(src)) - dropped = TRUE - /obj/item/projectile/bullet/reusable/dart/proc/add_dart(obj/item/reagent_containers/new_dart, syrpierce) piercing = syrpierce - container = new_dart + ammo_type = new_dart new_dart.forceMove(src) name = new_dart.name diff --git a/code/modules/projectiles/projectile/reusable/_reusable.dm b/code/modules/projectiles/projectile/reusable/_reusable.dm index e6a6e0137ae5..b82df60839a2 100644 --- a/code/modules/projectiles/projectile/reusable/_reusable.dm +++ b/code/modules/projectiles/projectile/reusable/_reusable.dm @@ -1,7 +1,7 @@ /obj/item/projectile/bullet/reusable name = "reusable bullet" desc = "How do you even reuse a bullet?" - var/ammo_type = /obj/item/ammo_casing/caseless + var/obj/item/ammo_casing/ammo_type var/dropped = FALSE impact_effect_type = null @@ -14,7 +14,15 @@ ..() /obj/item/projectile/bullet/reusable/proc/handle_drop(atom/target) - if(!dropped) - var/turf/T = get_turf(src) - new ammo_type(T) - dropped = TRUE + if(dropped || !ammo_type) + return + + var/turf/T = get_turf(src) + var/obj/item/thing_to_drop = ispath(ammo_type) ? new ammo_type(T) : ammo_type + thing_to_drop.forceMove(T) + + if(istype(ammo_type, /obj/item/ammo_casing/reusable)) + var/obj/item/ammo_casing/reusable/reusable_to_drop = thing_to_drop + reusable_to_drop.on_land() + + dropped = TRUE diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 19fa3394052f..41094b2357c0 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -6,55 +6,56 @@ speed = 0.6 flag = MELEE icon_state = "arrow" - ammo_type = /obj/item/ammo_casing/caseless/arrow var/embed_chance = 0.4 var/break_chance = 0 var/fauna_damage_bonus = 10 - var/list/attached_parts - var/obj/item/grenade/explosive - var/obj/item/restraints/legcuffs/bola/bola - var/flaming = FALSE - /obj/item/projectile/bullet/reusable/arrow/on_hit(atom/target, blocked = FALSE) ..() if(!isliving(target) || (blocked == 100)) return - - if(iscarbon(target)) - if(flaming) - var/mob/living/carbon/M = target - M.apply_damage(8, BURN) - M.adjust_fire_stacks(1) - M.IgniteMob() - if(istype(bola)) - return bola.impactCarbon(target) - - if(istype(bola) && isanimal(target)) - return bola.impactAnimal(target) - - var/mob/living/L = target + + var/mob/living/L = target if(ismegafauna(L) || istype(L, /mob/living/simple_animal/hostile/asteroid)) L.apply_damage(fauna_damage_bonus) + if(!istype(ammo_type, /obj/item/ammo_casing/reusable/arrow)) + return + + var/obj/item/ammo_casing/reusable/arrow/arrow = ammo_type + if(istype(arrow.bola)) + if(iscarbon(target)) + arrow.bola.impactCarbon(target) + if(isanimal(target)) + arrow.bola.impactAnimal(target) + if(!istype(arrow.bola) || arrow.bola.loc != src) + LAZYREMOVE(arrow.attached_parts, arrow.bola) + arrow.bola = null + + if(arrow.flaming) + L.adjust_fire_stacks(1) + L.IgniteMob() + arrow.flaming = FALSE + + arrow.update_icon() + /obj/item/projectile/bullet/reusable/arrow/handle_drop(atom/target) + if(dropped || !ammo_type) + return ..() + if(prob(break_chance)) - for(var/obj/item/part in attached_parts) - if(!part.forceMove(part.drop_location())) - qdel(part) - return - var/obj/item/dropping = new ammo_type() - dropping.CheckParts(attached_parts) + if(istype(ammo_type)) + qdel(ammo_type) + dropped = TRUE + return ..() + if(iscarbon(target)) + ammo_type = ispath(ammo_type) ? new ammo_type(ammo_type) : ammo_type var/mob/living/carbon/embede = target var/obj/item/bodypart/part = embede.get_bodypart(def_zone) - if(prob(embed_chance * clamp((100 - (embede.getarmor(part, flag) - armour_penetration)), 0, 100)) && embede.embed_object(dropping, part, TRUE)) + if(prob(embed_chance * clamp((100 - (embede.getarmor(part, flag) - armour_penetration)), 0, 100)) && embede.embed_object(ammo_type, part, TRUE)) dropped = TRUE - - // Icky code, but i dont want to create a new obj, delete it, then make a new one - if(!dropped) - dropping.forceMove(get_turf(src)) - dropped = TRUE + return ..() // Arrow Subtypes // @@ -62,21 +63,18 @@ /obj/item/projectile/bullet/reusable/arrow/wood name = "wooden arrow" desc = "A wooden arrow, quickly made." - ammo_type = /obj/item/ammo_casing/caseless/arrow/wood /obj/item/projectile/bullet/reusable/arrow/ash //Fire-tempered head makes it tougher; more damage, but less likely to embed name = "ashen arrow" desc = "A wooden arrow tempered by fire. It's tougher, but less likely to embed." damage = 40 embed_chance = 0.3 - ammo_type = /obj/item/ammo_casing/caseless/arrow/ash /obj/item/projectile/bullet/reusable/arrow/bone_tipped //A fully upgraded normal arrow; it's got the stats to show. Still less damage than a slug, resolving against melee, fired less often, slower, and with negative AP name = "bone-tipped arrow" desc = "An arrow made from bone, wood, and sinew. Sturdy and sharp." damage = 45 armour_penetration = -10 - ammo_type = /obj/item/ammo_casing/caseless/arrow/bone_tipped /obj/item/projectile/bullet/reusable/arrow/bone //Cheap, easy to make in bulk but mostly used for hunting fauna name = "bone arrow" @@ -85,7 +83,6 @@ armour_penetration = -10 //So it's not as terrible against miners; still bad fauna_damage_bonus = 35 //Significantly better for hunting fauna, but you don't get to instantly recharge your shots embed_chance = 0.33 - ammo_type = /obj/item/ammo_casing/caseless/arrow/bone /obj/item/projectile/bullet/reusable/arrow/chitin //Most expensive arrow time and resource-wise, simply because of ash resin. Should be good name = "chitin-tipped arrow" @@ -93,7 +90,6 @@ damage = 35 armour_penetration = 30 //Basically an AP arrow fauna_damage_bonus = 40 //Even better, since they're that much harder to make - ammo_type = /obj/item/ammo_casing/caseless/arrow/chitin /obj/item/projectile/bullet/reusable/arrow/bamboo //Very brittle, very fragile, but very potent at splintering into targets assuming it isn't broken on impact name = "bamboo arrow" @@ -102,13 +98,11 @@ armour_penetration = -40 embed_chance = 0.6 //Reminder that this resolves against melee armor break_chance = 33 //Doesn't embed if it breaks - ammo_type = /obj/item/ammo_casing/caseless/arrow/bamboo /obj/item/projectile/bullet/reusable/arrow/bronze //Bronze > iron, that's why they called it the bronze age name = "bronze arrow" desc = "An arrow tipped with bronze. Better against armor than iron." armour_penetration = -10 - ammo_type = /obj/item/ammo_casing/caseless/arrow/bronze /obj/item/projectile/bullet/reusable/arrow/glass //Basically just a downgrade for people who can't get their hands on wood/cloth name = "glass arrow" @@ -116,14 +110,12 @@ damage = 25 embed_chance = 0.3 break_chance = 10 - ammo_type = /obj/item/ammo_casing/caseless/arrow/glass /obj/item/projectile/bullet/reusable/arrow/glass/plasma //It's HARD to get plasmaglass shards without an axe, so this should be GOOD name = "plasmaglass arrow" desc = "An arrow with a plasmaglass shard affixed to its head. Incredibly capable of puncturing armor." damage = 25 armour_penetration = 45 //18.75 damage against elite hardsuit assuming chest shot (and that's a long reload, draw, projectile speed, etc.) - ammo_type = /obj/item/ammo_casing/caseless/arrow/glass/plasma // Toy // @@ -132,17 +124,26 @@ damage = 0 embed_chance = 0.9 break_chance = 0 - ammo_type = /obj/item/ammo_casing/caseless/arrow/toy -/obj/item/projectile/bullet/reusable/arrow/toy/blue +/obj/item/projectile/bullet/reusable/arrow/toy/energy + name = "energy bolt" + icon_state = "arrow_energy" + +/obj/item/projectile/bullet/reusable/arrow/toy/disabler name = "disabler bolt" icon_state = "arrow_disable" - ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/blue -/obj/item/projectile/bullet/reusable/arrow/toy/red - name = "energy bolt" - icon_state = "arrow_energy" - ammo_type = /obj/item/ammo_casing/caseless/arrow/toy/red +/obj/item/projectile/bullet/reusable/arrow/toy/pulse + name = "pulse bolt" + icon_state = "arrow_pulse" + +/obj/item/projectile/bullet/reusable/arrow/toy/xray + name = "X-ray bolt" + icon_state = "arrow_xray" + +/obj/item/projectile/bullet/reusable/arrow/toy/shock + name = "shock bolt" + icon_state = "arrow_shock" // Hardlight // @@ -154,7 +155,7 @@ wound_bonus = -60 speed = 0.6 var/embed_chance = 0.4 - var/obj/item/embed_type = /obj/item/ammo_casing/caseless/arrow/energy + var/obj/item/embed_type = /obj/item/ammo_casing/reusable/arrow/energy /obj/item/projectile/energy/arrow/on_hit(atom/target, blocked = FALSE) if((blocked != 100) && iscarbon(target)) @@ -170,7 +171,22 @@ light_color = LIGHT_COLOR_BLUE damage = 50 damage_type = STAMINA - embed_type = /obj/item/ammo_casing/caseless/arrow/energy/disabler + embed_type = /obj/item/ammo_casing/reusable/arrow/energy/disabler + +/obj/item/projectile/energy/arrow/pulse //Hardlight projectile. + name = "pulse bolt" + icon_state = "arrow_pulse" + light_color = LIGHT_COLOR_BLUE + damage = 50 + embed_type = /obj/item/ammo_casing/reusable/arrow/energy/pulse + +/obj/item/projectile/energy/arrow/pulse/on_hit(atom/target, blocked = FALSE) + . = ..() + if (!QDELETED(target) && (isturf(target) || istype(target, /obj/structure/))) + if(isobj(target)) + SSexplosions.med_mov_atom += target + else + SSexplosions.medturf += target /obj/item/projectile/energy/arrow/xray //Hardlight projectile. Weakened arrow capable of passing through material. Massive irradiation on hit. name = "X-ray bolt" @@ -181,10 +197,39 @@ irradiate = 500 range = 20 pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE | PASSCLOSEDTURF - embed_type = /obj/item/ammo_casing/caseless/arrow/energy/xray + embed_type = /obj/item/ammo_casing/reusable/arrow/energy/xray + +/obj/item/projectile/energy/arrow/shock //Hardlight projectile. + name = "shock bolt" + icon_state = "arrow_shock" + light_color = LIGHT_COLOR_YELLOW + nodamage = TRUE + paralyze = 100 + stutter = 5 + jitter = 20 + embed_type = /obj/item/ammo_casing/reusable/arrow/energy/shock + +/obj/item/projectile/energy/arrow/shock/on_hit(atom/target, blocked = FALSE) + . = ..() + if(!ismob(target) || blocked >= 100) //Fully blocked by mob or collided with dense object - burst into sparks! + do_sparks(1, TRUE, src) + else if(iscarbon(target)) + var/mob/living/carbon/C = target + SEND_SIGNAL(C, COMSIG_ADD_MOOD_EVENT, "tased", /datum/mood_event/tased) + SEND_SIGNAL(C, COMSIG_LIVING_MINOR_SHOCK) + if(C.dna && (C.dna.check_mutation(HULK) || C.dna.check_mutation(ACTIVE_HULK))) + C.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ), forced = "hulk") + else if((C.status_flags & CANKNOCKDOWN) && !HAS_TRAIT(C, TRAIT_STUNIMMUNE)) + addtimer(CALLBACK(C, /mob/living/carbon.proc/do_jitter_animation, jitter), 5) + if(ishuman(C)) + var/mob/living/carbon/human/H = C + var/obj/item/organ/stomach/ethereal/stomach = H.getorganslot(ORGAN_SLOT_STOMACH) + if(istype(stomach)) + stomach.adjust_charge(10 * ETHEREAL_CHARGE_SCALING_MULTIPLIER) + to_chat(C,span_notice("You get charged by [src].")) /obj/item/projectile/energy/arrow/clockbolt name = "redlight bolt" damage = 18 wound_bonus = 5 - embed_type = /obj/item/ammo_casing/caseless/arrow/energy/clockbolt + embed_type = /obj/item/ammo_casing/reusable/arrow/energy/clockbolt diff --git a/code/modules/projectiles/projectile/reusable/foam_dart.dm b/code/modules/projectiles/projectile/reusable/foam_dart.dm index 3c1dfd8f9e74..6603af099a5c 100644 --- a/code/modules/projectiles/projectile/reusable/foam_dart.dm +++ b/code/modules/projectiles/projectile/reusable/foam_dart.dm @@ -6,37 +6,11 @@ nodamage = TRUE icon = 'icons/obj/guns/toy.dmi' icon_state = "foamdart_proj" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart + ammo_type = /obj/item/ammo_casing/reusable/foam_dart range = 10 - var/modified = FALSE - var/obj/item/pen/pen = null - -/obj/item/projectile/bullet/reusable/foam_dart/handle_drop() - if(dropped) - return - var/turf/T = get_turf(src) - dropped = 1 - var/obj/item/ammo_casing/caseless/foam_dart/newcasing = new ammo_type(T) - newcasing.modified = modified - var/obj/item/projectile/bullet/reusable/foam_dart/newdart = newcasing.BB - newdart.modified = modified - if(modified) - newdart.damage = 5 - newdart.nodamage = FALSE - newdart.damage_type = damage_type - if(pen) - newdart.pen = pen - pen.forceMove(newdart) - pen = null - newdart.update_icon() - - -/obj/item/projectile/bullet/reusable/foam_dart/Destroy() - pen = null - return ..() /obj/item/projectile/bullet/reusable/foam_dart/riot name = "riot foam dart" icon_state = "foamdart_riot_proj" - ammo_type = /obj/item/ammo_casing/caseless/foam_dart/riot + ammo_type = /obj/item/ammo_casing/reusable/foam_dart/riot stamina = 25 diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index d2274468de44..426f585be4ae 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -885,7 +885,7 @@ id = "riot_dart" build_type = AUTOLATHE materials = list(/datum/material/iron = 1000) //Discount for making individually - no box = less metal! - build_path = /obj/item/ammo_casing/caseless/foam_dart/riot + build_path = /obj/item/ammo_casing/reusable/foam_dart/riot category = list("hacked", "Security") /datum/design/riot_darts diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 1f5f3ae1486f..5305da40834d 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -2668,6 +2668,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/gun/energy/pulse/pistol cost = 35 +/datum/uplink_item/nt/energy_weps/hardlightbow + name = "ERT Hardlight Bow" + desc = "A modern bow that can fabricate hardlight arrows, capable of firing multiple types of arrows including pulse and stun. Doesn't need to be charged." + item = /obj/item/gun/ballistic/bow/energy/ert + cost = 60 + /datum/uplink_item/nt/energy_weps/pulsedestroyer name = "Pulse Destroyer" desc = "LOG-ENTRY ERROR. DEATH. DEATH. DEATH. KILL. DESTROY. NONE LEFT ALIVE." diff --git a/icons/mob/clothing/back.dmi b/icons/mob/clothing/back.dmi index 426b31c096a39aa44f14076b7f511f4223cf5668..5240d494ad2c87d713b5cd94f88f588f70aaad87 100644 GIT binary patch literal 110060 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 literal 104363 zcmd422T&AE)HXT<1xbn^phQ7IML%Uch)n9k3pl5ofXQoegpYuHDoPMwQM3tWA5)A}F z^lA^3o^>H>$xjgxmmc{y13gqJ3)|lYEDwG)4ViYQ2)!ePIb zH=?)U3dElDz&rglD-;#oTveeWUYPNy!u+bPjX;SE+pj8J?Fr{Dn;#?w+zY

vY#~ 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 E2M4+;Gynhq diff --git a/icons/obj/ammo.dmi b/icons/obj/ammo.dmi index 276bc3a69aab37d3619c0ab49ef24ca73416d5b2..f8bb349c43d1b2cd3a449b5cf86065ff93c117fe 100644 GIT binary patch literal 42101 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 literal 40546 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 X8@k6Ltv%d8ci2UHXS-MDf4%!}3sr3z diff --git a/icons/obj/clothing/belt_overlays.dmi b/icons/obj/clothing/belt_overlays.dmi index 92171e682cd0ea28feff7269a14e2abd61a1d815..616397db7766c9366b97e17da65c7457c5132c66 100644 GIT binary patch literal 6189 zcmZ`-2UL^WvJM@QB1%yKL8XY4NJqLf2`J&vJ4g}fAl)PcMLroQTqKK3u2y?mWLJph2f^u)v#kLd^W;g}r*+D)nJYpB+W zP@rq%od`CHLjbvm7|K{f{GOcV;lBLDdwJjYFOKaf=74(_ppn|O&b{8lr|#CZ?PP-A zt{djvLeH=kx0rbt<=xu)VDzEPIS8sn|FKA4MxLp#^tPl-dykxUk-lT)6!V66z31Hm z(XT~@ggQ}lX|Gv&9g~z7eR3NT#1KA9#!jm$xdJo(zT(X?BVyYtEZ=4uCl`6heiZas zf;fuz*U>$CH%m?wXg9y|`8KEUH;Un_#^Re0P*8E&t%&UPdww#e}!%ZX*5wfqsfX484ko`Xs75{$Y1 zk&nXK)DeL}^0!GaS?wCZ{j+rW^a60%J9$F=;ujSFz&Zm`e`FY#zBvmCG(5=Y+`(ks zG5>N!)t48n)z#k-!TZL{OM2%Gs8P?DihMnBN+;4?kl$#>Y<<{trr>^}c?tXOc_uoL(+N z37P9)auPuQ`KWy5ka+&_HaBWFZO_my}+`K#Kgp6atXTUyE08UUkgz>+iqRy4S^0`Vz{MX`dKq-c)lgH zI|6q$`g&pjUrZrhg%18~ewR5hx!}d-RE@U{G`Gwu=3pHg&m{D39Uu0Mq#PtjV|Y=+ zi4oczLdmYUca5H!57gh^zj%~`v8u2@qIKCX&V(J){a@~zc*E&mY|poloU5t7oX|(; zcA2aQTE_gEba8bZiM_2hIzFx$%zYxPVuOT*i3$r1cg5Z1GSdR82Rw4ipwd1(b2#j( z&{RD6B<(&`4FbBkenr47a)mAq@&ig1Wu!Jo^Phei9j&gy936eTe0YSuutLI#-;{_m z>=AI=zl@EOCYvC&HH?$~M66OhkO#yeH6tk{6%_n~KMn2nLK0q)2winLC!WFlRn)@i zhm@%^vIs#mzOSAihOiF{kxq7z!n>@ToTY9dQfPlh0*y7{hFarm8o7=-;k>I!yO{c? zP2;=8mm8kOKO(*D;lZduVq&6Wo)Ib|23~I;eB|tT;=`qv)zqZO!?mrk6PMe7Wi)=# zB{$nNKJaLwZ#{G5Gfp|5G*%&yNMt$btc8@7=d_guZ7u~#tnE&6yLKiQRYMOujdv}A z{j!(c&zox)Uvx%u^q+T)cmhPCr_PP1ek^rt<^>Ddk_g# zG_FxIDX$nIv-EW;&MY-oqoL$2?&;Akc2Yx#%^lvjH%<79!-mU4x>;_f@u)C^qc)j= z%Oi;-hY%>2-YC~z)O+GY7tR01{vezKyjDMOPfn5TQV^dcAYe>~U-nD!7A4J%G49{3 z*n28~<_gb;`)+}BS3>L&J3F}MAkFI`lv1(wDuCF)moHyZTe7l?m?vx`j;-MW?6?rh zJg7Y@T#s0m-aUuN$VkR0M4&L6h`Gb_{XUbmEs2$EM zOeVwWLv}LWy7f_T+~${;?3MTGyr4L(whmg(*DGK0P?|uhGY^%cH;&MApLGo_L_f1I z#c(zwZ3qJ@noPrN;#@9$6H4-~ADwB`mJ_4DD1S`!(`Dd&8u9MEr&eA}pou|YQ zxvcT=aTQnBb(QC0JW^6puhY_Qx)OAxiDPSidMj4hxyoiehdMNN@<@A?OBxkz!jr=n$QCXj9mVIHKR(<85fvGw=|i(5#${k-~#U~{_C{Ovr5n~F9> ziY1FOsgLIMFD8~OUfcEXC(~43O9xn;uW*yb&Dq-=gv!*WC4&&e_r=SiT5Fwl6T~yH zqU@v#b0iK*vMW!>jhA#D=7sInqRp%rEvR^IDP7cXh@z4$;I<%oK(lOa7%w2_e!2ysKQYamp}4M!28yhJLNvjMzF=qG~XYNyXeE>qco(f^c4 zvrCKdo)T!`^FRZI6CIXpr8}iFUPan9q_1nyW+p+5mIG-Dq|KpTQ&zHL9dAEV{(5ztF`MAKx5Cg zAKEK&M^m479*n7^pB$9K-4CuH*a<8=b!+OdP8XWp!dn$`qNgf-NM##|=Y0=?f`W|c z;{GUnry2^yJO_N5$W(-olM0&tgX;;r{V8ItBdUuUN>sF7W8YDex7ET|!q}~8wT62V zg%p(wm;IHf?zL22c9{N7H#m?XUz*t+AU{__&LV#uw!w2CJuy(*e~1H*pT&LFjpa?u zXIg&M_IW#(;?-J9w=w!HYOg@?BzKHqkfgJ9_9!jLxrpB}Qh=QJn;jXYHEg$vC8j^9^aZ>jC;KM)CtFX z7Zfn-*Np2;+aQ>kneht=>3E{g{dt6hTvZ6g>}>E~QC%R^UW}2u#_K`_&x+-<-H=F~ z`!S}(%wQ}Kml2Q|mn&x9VM_RX)_CH3O+HGdlEY>+CV0`R<;me$Nr|w5wY3N1#cXAt z>%kAZs`Ay&=hz}~1B<@~-EXz?B`&AP+(9lfsgtZv))e)zBpasn7B@SKmY?JciWW+e z9Qd?=(3T+N6u+`0DtX2V2@6Z!)%>WZqx0cs5RMDu`316@X}PC6(uv5$17R^7C-Z4z zmp}B6Un?Ic73KYfCgmRm-J5aOn_lXA*SGLim0@kG+9h$I;3)!ZZUcb?~XTr0j zs*(w%amUF&+tn~hebKV9@&Y?JBfjJuwYDyn{6xnu3;dcc>e zyE)O({$QElX@c%MHl$7uMqgXIX!xZk6McWF!rG~z%J)ZAUu~54>z6i5U$+LZUsaqF zOin=NIgK}$k#>Ug&9^pRH}15)f&!^%WuI&U_u}Q?SvNU2#)gJ|ZU$loXS8Sa#{=6S zf+~zF8|e;q@UA0ce}9x95Gdn>grV+Y$rE)Iet)?@vODFt;kb*ZBFXpSdk6&JfbF)mu=YRUD#ijP`vOMFj2xfajKsi#qOQ%qUy%~-PQ&M~NIiJ~pYc3i* z#7QM;d-*xg9u6Zz0#AN(^G|j8?AEyvSDJ*sEQ%jmWJ>s;6r7e~c5ObSNd_zk^8dt# z)1-Uh7b5!pxTeaIO+r(AeEeNdPhVfcsGs-JFZ_B9U~{rcpkl2UyI%S&Kx?gDY;2Wk zv%lkrbz*ea#0oaKidZ;`4&;sYQFF5BC88-#Yy3tyPPSXYB_g2)(&$G1?FcCjJ`mdU zWbUyg`=}==(%8S~nk4;gMB6!2*#m4}nYSZMUi#3NL>q#2zt&R=FNC;+ z1TRQL1hW4pmg52=2?)fiHm_3M6q2!^X2$~F)i-?#vnD3LR|BV9H9tO(IiE)BAlMWS zIE;d~Ul$PU;b&zxrW*AS)ylYtDZkSfCVQTNwuKLiU!)&iZ2CxT&Xm!h4K{msdWRZZ zpJP)%@v0|38H~t4E*>z}aR{UGYs%^UoROu-t|V!z@3H=+R?VD#Q%%mbr7Yer!QEj;$Wm zFQ+7GT77J(ADpDGub-F%f!MzA$Qu#U@-oPOBG%siF~@l%0M|!bX9nd>rsi)XF;lVX z(2vA-9mF4AEksCdc?BvTGCfdnT6O8eSE{r z;T`&k5wNm*S<|6;eVw(ec?c;~ePGe)0&Hy)q;0b7{Hd#C@VGB^!DDna=9GK-!voub z4F5FJ+1EghJgP|2*?i=|bp`b+P{7IGQ_X(%e(`oEaRk*v-}g}I-hb6n0S=c zgZ*iegPZI49+E|Opz4fI6M&VJGzI**3JOy%^qd~6lSsGh&wGWPpGc%RS)}>Rh4gfB zDf+!v-F`qmI>|h=osg9|;g_BtrIV!YBT?4ZUp*l;HJc3t-iZ7{N=lZ~ua%^vrSA&~k<{qB5>2cN-@GC3MB|+cqDSl5 zYp>S=ukOEbrMf2pN$>9K8(dC_j#vmKrinX7;?Y740eFAM<{S0~OP@H@PUp>I9hfT@aeQ;W*K;zuwA%3e#8j#-hz9DfpX(Gh3=Qk3-N(6;KF}4IU24xgEE+8`LgK-Gp#mJ>|~&grhqx{7buWX zog443a_4K)We0ig_nz&MteK0vhBTwc%Z!+>9nJj3G-n;n`4;ZWzqK;Bw?HXpMMd|i zLLYT52S{Er3IWL4pPw9LW<-LouUpS7fJ{`6LNilL_)X8PQ(PM6bpCmUf3H*&Aco== z4)}q64n6}5v3vQ-0lNq)Umpa ziJ{?s3MRRVn-oBgJ8|!R{HpLIS_fM$t9u9D-px7QPry6wtO}yb7ea&S!c;pxh#}G! zJ01Vsa}nFTX#q{%2Xa}q558#eE*wKY7o;%Tq+0@gJS`lSf1=(Uq|aN5sF1p-#GSkk zk&&E80qTLm1Mwr2#&V+%Kj*8>t|!dN(E&coq_&iFqYXrn;aZJCh;~^{4$dAoXg)E zNX;UN%HsrE%gqqdPckks{dGK6=c}?)SY2%xqf9&w!R__^?j@HC#OoV(y!f+;UApo9 zDsq3=dxb~El4a(D+j=L)8w+A zk5AR-25T*)2=<(m3x<6U;u)cAqa1y_@PU)&om#fuyMs5!EeCRc1L+^5?2j4S?=u0v z?zzh3jFX@e9v+_C#EhCsi71W=nlL6>7!)+_j*kkKPxM5>IWk zyb_!}+^~puI~zAd{rvp+S?B~g8H=;CTi&)l6EUs$KH}8XS6C+9-{9{|x-H98ZpbIu z9m!i02Z>ur1v>L=yO;0IrO7QNN@&JpX64v5@ipB6*#w<1IYAPc;NJVGgO%+9j#H9S zGAN+}9wVPnGH`v|#KPX{7Y4eBRuU45ii`J3I3n4QJGC{8l0XCJRb z^-mGE8p^+NglE=${mVLNCyXC;CFn1xomK5N^qR%H#(PSYJ-xk8-F7CMVGRX@fa~@O pKqaxhbQiT9vVVl||5?~}UQkE~S-0&r^)dfZ0cq%}m#Nym`7b7f5_Vtg&BnLT8E0V zj%32vO2gQO7=y8l@A19gcU}Mg_x+#iI?p-JIrn{@`?~Mn@4lb&Jil#j#LF$h4FZ99 zjc*!Qf#uup(L2o#o`o=)&Dx_qpQ@aN>6 z2*ZjYNcm=au_o~WAI6r%8E-c81g6ZU?lsu5f7UhDmU{KZUEQ6?j%jaqEb%*Sm0Ce+ zfzenkgY&J@n+_hPdKcDCl$%UW&N(DveZt}K$6l0M+G+CFVDf#j>wOvt<(8f~RIbfy z(+yAD!S*)gEs8x~3hsV>9f#%Mo4l~*ZTZygar>!gg}*j*WL-C|9rd@Z_Dm7e_kIoM z-c;oGDdb`Lj#7VQuL$g(+5>afi{H?{=J<%SNTt$WVEN*8wH8eIji-;p&J8qc)z1Ga zyJ#~de^1*pqJ=VUxmBK@5wEkHHrNoj3``8{ijrEIui?M`%cO2z3O(Wu(lWYD<3O(CqjqQudIe1;?gc z;(adqvPnld+q8Sud5ZCG4ILY!dBw%q*!gr;(R_4&%4 z;d+<;yn8h0w!{w9UIKa4Y_nD)MoJFd(Nb)?Ru4x`mi70l9`Ii|s#v*=l+FV}E^2IW z-8w9rIvE*kO-FxOBZzmo=Ie14>IdoR<>1zm*)H=8NE!NYIWCpobY0SaA6ZSx7%IA$ z69O&o)V3)bzSsE?+?iw2%uX_Fjz3xBC?feI?uZxf^W$S*UG?-6I&hYo4XF0PKdvW~ zwx*^hG*?H|)l-MUAdeqWkhE6(?w?cuc>m{0UhH}y?EW=Qp21+)q7IPVVDe_d=w+|I zzpSjSi=v~C$cdgK(yX9YMO2E5ixX}X+9D5-J>ca|ZkG2&t*!e-cI%M4C{6L8yH@=my9 ze!0EjC!+(awByUzp;hDJq2bQc(rsS4?VW@@0|^0ROH)%GM(aGVyh4Fg$hAS7$4;Zc z2c<<|RufZGD?`H=qJEzBfQ5}*T)#5DBDe76OTOaL(u%^ur+YdZ4pBM~ibmvz57y_6 zUIu$yXgv;Ls|gX30o*Vq_(_DGnj2DDieqCrRMb`% zX_Q?pw%uMAW&yCl{2u|AV+ZX86BBo9y$NT1#XeB?2(4Q;Z>HdU{`T?r-`sn4OA9qS z7>3MBM=V6_BM%}&br%*EcE2Y1188jcV6RQV+92T5^@Y( z6#Kf@uuTwO#lm?NM-@tS`rZ#P%90j}m~`YE9v&_Nq*PQ?9J)DoGBdb3ipm!kA5?hjTV9#o6qXrh zJRElx_Q$m|E_p9$=lBcizufxXKK=qCnzd>ol4m zHX-q}qB*_i0exSyhPT@yo{AW0RN^?9bmNwf&%$$u6P)+fW;(q#m&e}Ueb)C?;Jl+{6$r&wOi1(j1tXRhd>w892WaJh4*`R}z!MsCbs-~Z;= zq;_{9>f^6!iP!PKT{O``n8Fu2yQ+^Lor-;*qiE~^u5Z|Ho$2wZ+uK73^2HISrmz_q zLgqvkmbCPAPe5%7br9LQ)+NeHB0yzp*6?RjhKGh`Zm@xRNhFe@R*Kp!NJd8-_xVDRP(Tlk+%ciN^w6X*(~gg09O>zGhGY-7YdRQbs7zIOSf=+a%#@dTS1*e*Mne z+fco&XipR~o-QHTJ$EeQ+=2loTRVr7yY53FKD@c7CK#~AIKQaq*}(DEnQ&beuUb%A zTH4!!k9tc>u5wNv;NkHB>$18m>BrdHrN&nw$jo@mnlYZ-Ow(18j1dqPCOe(LU;6xU z_FP+!MHy>PPmj{I^XWS>ZcW>ghr6BoyWf+Y7@Q)uEUnNdhIys4!V=(m@_~7x}N@vcPsq~vWm|_?{ z7)YwZtlZU4(P&w8K&p$z@o~lr78Zp+rkwXQbNRRepZxb!ur5nRk9R(-ImC!jxP;fV zAh6Z?{vFL!-PaP6S{`ukAso7`j+K$kE9(b zaYlxlK!iSR?xG%ySyvd!WYPc!hBA}SWodI%-xN z_5?I?caxgqzm$@4LYcnaYq7ki*t(ID9ukjQ4Z#Jk=Nq92+{KPM>|EFy=)WT9pE1tE z+uNx%b0ky;Wa`!T)(zgqA)o7TB}&rP%Idta*Pys2Keigp4`Qa}<_6G5UnAE2=Ip$9 zy_Spkv2>en_lMImGA@cFIgW9WQv;OoO1{;yyQ4-jdXa&C$G$2CS*2REy(`mc4Z^Ul z_f8CxQ&%%yeDl#-tKtvVC8zTH&PRQfo;ExaO@GN3k64EuSJe97v0IX_*dRu;2Mj%! z42Ls^cr`5O{+-Dd$SMZ?%}Y8$Lu3OyV#jK{SPI#HPdq272*53n7`~H0t@%K`G6c%yP+z99w!DEe*(wTTcL7Hz zDJ@-!Iql44Jd~y4s|9&K7plW9^Ya?p2l<*Kb-p7C72fNU1CKEvdiIMpiX>fibfBSs zbJv2n_quQ(UDC#*_@VYp+@B&=_+b>mdgBab zp22>nszA-?J?B1B)A)n6+I^-Ug#ZXhb|2IDvIv)yvwO7)XA&2}Z)RMC;Zf_LL5*!MZP@80Hv$I}ON8CC`M{MOWOr>>0&~gCE~YD83&S8fl%8OHNa#`m6~Apak34 z*vt*1M8AGey>v;L+CQz@JYtsx>?SQ=SlL247AC!JjFea`IrVOGN$!?Iczq*oE^&^O zrI__${XwmpTc)gBm8wR5YY|_sl+X zdjRE044Vw6pmPu$eiTi&#SKxj7T3_wvx9@tCZ`@0`hQ=g59ZH&N9GuPIPyhBRdulg zB~}p^;A3g$Z3bAPHOTu-NVr%4x<_Pj9dCVH{FS6&{iu^Ad~?{^TFzp7t()QTVMV>+aFez9c$n z;IX+VY{h@7>}YM(8?fRPkX8-g|FPD#p+yy4RoY}-L}al~028NJ_3((606zAD4Q=uy zUTS_AMLB-#nu5jxm`)5pob#kjS^}s$vqGwB9*I$BV}-j%yyy&V``*)2am#$_nia4} zCMRi9AKcdv&x#sUFahA3)*SiK$0TWWj zJ00r>TGXaIq}-)TWCz{Gm=-}>_^?j6Tx z$sVRDj!s*Pnj>{fD| zOc8?6m2JRU^FGYc0K9uF?oyg$2<6~i==AOtJ6Zq=)+p?vVLpk{DVT!>JQ%a{r_b)q z&QIP7deBeqz7t8^%u1H5ucIn6918bqFhT2GncE{P^mMOJAC-dq`cD%^g;{Ru9GYC@ z9z!WnukW5_>AZzTK3!PW3M}|N_IJ7EWWQ+r5^-x|Fd(s>F=oRoE6`2Y?fC86_a%`> zg)VpjORarL;1N>Pv9nFGyK$rBBl}h?fN@Q+r%}y|ohy(Q?$d2O`$qAzMwC<6P$(4h)&N;b0F~@)SiQ+k z=gM2hX;MeM*u0gydm&ID05LrsS|*|F@4rXa2oc*KUz7G`LVs@>Mmq;$K(pi|Wp(v2 zc&pJD{k7{TXb91!?VxgbtoBR#tkL{xwu5I)J`N z%ptRtvpzr+cGp(cRP`)IO^@1zH1s2~u}gzf?c|Z+VVM)pui;ww0b|(Og`IG)wPkCB zD-8LtSsHqDl7Hay9S@88Z5X4cemi~Zo%Cf3BlbhxJz(%3GUFiySq1fJMTB&%)M*f znfqgYRG(G*RMpvaw)Wmng(=EQq9NlWLqS2INlS?-L&nX22jU0FFFu3S78De;mzS!h zi19C6qH9sQc{gmFEeVe#Wl7->Iz-GbuzJT475IJF&CLSz|D%Tpxp=I zhf&!cL(6l)%bVG&R_ep}pqu@Co2~0WDz%5o@1}zkD-I>9iP?QuwQ)k_i`}PqI5;`m zeM?!`r;jG-8gk>qG;w^t0cmltQH$8EQ?Jun1YWc|yZ|4_7tEwrL_WC_HAR zd!p$bXjT?ghOXy(EORzp$HSz*9HYL#DbOm#=rynD*cHExE#_lYTzv39K}D#MHlR%_=w$7QhhZrK7ddAtEy9Lm`f~DhP_3Z=_$}wrchqWT z>`1NDabH`=R^7p-Pg`C&J9rL5L4ARe786$W$T-XN1}4sBUUp6HX2~*AtYRV}?UDrw zy<)_AKpVr&eyXsm(1~bWuhy|`T2o$IcDG$~wbrrKYb(F6P`9<7tDIZL(XP;i$HwR_ z$LwYJDf9&iDNy(8gY?AnAnU;}YeI{`H<*KG@EDas)7{yKIM$0%iK1`4ZfRcXN z7Y4aMC=ydKH1kzP~&6&2Qz@3fL(Y%#h(!5Gae{ z-a=U?11BUSg8~H$3kwA#Z%ZitJp&aQ6N6y5-4_Nmds>e4d=olI-zw4lLG?Y8 z^(&)aKd$i|7~YgqkKw<& zkUZl&>IL;Rt2r#W)IO4@t6V!KJ~#YFGNaz_O^vLN(^iBbq7pRgWlXxr-I5^+PSVrZ zRfCi7X1o~0fI<(IVtIJO<$)D$eK0T7_Yd!3>CNx>u5W!|SpN2a4rGs%VCIM>&?FTf z$OY&>MUiMr?Cj8quQkX-p4fWqwn`kch?FTTw7`)F)-& zAN*e69MSnVYaBkmny34sONh{HRCYA9*X`gzIHj2wzf8MO6yUU!z zV=QNL9uIP=#wR3o6W9Gvqw&{a1a#0->&sGcch;-k7adS+>>S`1$>hC6B&hN^e8Zy& zoAt&7_`;xI;O6^D%8}VEYVe;+5~94MKabols5Yoi+)zNL!)8bN zy=%_wKk>mM=XF=mNnOu2e4OC8iDG}&&wxpdJ^PoK?9E$IbUXknHrO0zFO27wxQpaZ zYxqAMfOekPNuA^>~X@q6U$@ky`v9uj;8zK)WB z6`-fwOi9rBAAP=Aj0G3|6b#9O>o|7rBb_pO9`!}j!RcS;K&>XbQ+h(cbqd`3iF>}8 z|CdVZE=b06{i;ncZfw>3alY-+;)PKc3Pq9>MiH zt0EF*X(;~MgLitJcE`V36Nn_3im(+Vgl;bOIdV@uz}5|Bvjq02ug~5%Tgh zPIz{1=A}y_xl?5-e(bjMqQ2ti$g_nCwewteDD4sVZgXMbCc*T)obY%M8Br>`DEv34 znD;rPiCy>6(vl3qr_Wg1WB`w*ihzbDx6iY@r;ltzAJ ze$cLeNxLa;NZ6{{P?XI~mfZ*RfhNbydb`5Hh7x=VTVK2J>wNH^BcZY!tmM@vb6DV=gNYNC4~x{&ijN zNsf9Wch4K|S$`4Got|zjp}u|l)_gaw107k?WWOQMwH#UL;r%-LiD9$Gpi`nJ(dF&7 z4)w!6HuPmuxqD4{D+k5Wn9Vs*iyRG*g6K$rPxcX=u?O=(AmYz^A5Nwgl#LAU-;ECj zyWQ29u(po=L{eX(#XdY&qO{`HKTS?ru5Pwuzx7bI$Yv9dP8aAB`*j&5dVIT9dk43~ zjvCPM8bs2X(fW04HKC4yF)D)zh&yZ&J>C*8)P@D0o!#N{zAdeI??RbF>Qv01OLKZXRnu-M%S&G$_;`mcXUsA*_&i;99FXH-|+T^|YDAH81xxzck}gvJWPz3MoN z8;*lA_3EmPqy{~7a`6{}S6w+W9ozSQ9qDMqAENl_8?U2yE-^jAR@d z7rPGfBv2vfBtM)2h-YpCeAM5;Ez(@eHjiE+K6#^U@xO zWt}*a3({2?gyW?&57;);LV_vF43emnnt~rq$Cm!i8UfPLKoKxk(D!zSsxOg(?MA_K zJbO^@3o*hK9Y)o!*sf7$cVVFiXP+_JF|0b|8<k+-<9wQnHXdJ9qoKJ&&K$l;X_j*XB5Nf!a(EL0f7_X4)px|%tO_>^d zYd7OrqFuyMAou^t{QkG;;QyHzm?WJ*754Aw5ER>0nAF&4xcd3T6HjI%o6aYViiXC* z#U*8D$2dMdE}O-dcHA*{{G3Cq2v7uk8oRcAR!89YjaEK4LZSg*!v=;I69QbOYrUz_ ztgji6#3{7*YnK`9*#qd$ z!)v-pZ3%UXk7@&xy>A}M?Ju97%Kn^LtPJ6$9Njg)g?0uy6^Oee*v@~J*BqCwRtd4fKfQ}+grZp*^RuRUUv30JwDpI7jbccVQh1-3Ob zE`CZ)!2gEk>Gjx6Oa!^F|FE{9$y?q!+W+%sLz3Vg(!+~;##~A0LSWaM78Ak!$%+j> zur6wQ6}uSmFk0t48hW!#i{tze_+1f`abCHf^KjcT!KFv68^;Bn^52?#GzQO09MOa` z8c>rN%)^q5Kdk3C(bAOoA|f5r0C7{9z&2trAUFmL_2=1~Uwk7>_Esk&CY76*gE(lJ z)$4PRR_Mr)!zPCiW9 zU^k~1_I%x+Cehs6CU553l5R6~2N~RTS`OMog(3wfy|M42vz6P0$Tzi>Gu_;g6DLRB zJRq`&G@(i90-GkWWi%(CZ%(*>uUWc1#I*yTXU1?j;N!Omb)q>b=Q?%1nF|_vS!0`% zIw>3NdwAHnUrzo_ht?~Gu?F=>JwZ6Ej$XLfLaKt9f2l|bu_p%DU(|S^bZ4{!n?}b* zPdN4K9Px~qH4J|B6T+Xwx4yJ4Ew8Kk`0=D5;!|%elGqzuVU}nUs)9e$s4pw96W9t~ zR>@h|u{LH~eI=)?j}jU82nV(Ty(SNI+|^aE8!;t!6XF=C{0i3HHg6Aa8!V=*psxWB z6OwRrxfMjUR7YfKh1bc08I0cXzUcOkk^Yn#RE~4{1QzM1{*3GCXE7!hQ|^(6ye$(_ z-lJowPZUce0la_*kjjjaM6)T(ATl(Hcp-lQ|JA=IH5E~_4TIDZ^Q@&L;IE-RLc1l@3eOM1N`{V&d| z7VLf}G3o0w42?unLf-B754K(2*{SjNwp&~8aiz;5m+R9>>2AW4I!4|6E3;x3k4 z!C$V44vv3XTwgbD004!CchM&m6%{WYV5c8*D^}orZ}`wvk}5nO9Y&fw^*74CXimwq zm@$H6EPq zW3tL~e119H_DSg*JUq~DwmqM)o9{(HOr&N()5ApJqXCVUq)iy{9cD2-Yotu^apP-j4G!|s31r0MtJ{s*X(`#9WiKXo zTWcu}=F+9>d*`uM+QPX?`&X^n<9g|eX%OBX_o9j)dm5Fywb~cnDtYp*;UoS82a5^} zSJ_F*W*-|Y=Tnh=$=OZU0&hoXn74J@cl}N$<3Lxf)s(@>>iZ^xHw@0nDoZj)`paOz z7H8W%+3I2biFes&3ljr~E-cl{gF8!<_0>#LTR{9a6|$b@dxJ{0=M_a91~X>K1uX4^ z&Zh(NM1SO;GWY+72xOG`@zvsc^kCJ6?-q)| zCX*i+1uBY)fc%;YtWh9L0+{}4$ZO;8qTezc9*R)Y~C4w|aY zv3#mXP|1L0&Ks)v^9%B61|JA1j%M< z@HLH%tNZ$L`ZcS$Mhu*GDkQ)c9oKwrAa7dL&*L+94-W~ku|hx~pQEE=UtgbLjiv{9 zFD2?ag~>o(L?j?i@ZVKoq{6c8@G^hkWg>(3Jzyt@J7=i7%1-#}Q{%{dh7Z-cGibPt zd*OU6zC`r*ma1gows1;zODB9~;rqihyuQ4QUmsY`E><)5oxas(j^p=W{XU|mRl_&b z#h;=aI#ZbIB^95BrQLR-*4K7CQ>dKbWTodH>M%v7Km-Ksfiw?c(i-#}Blhc0or4AY zh+Ll2nE5X%D~)grTZyJ(z|&BN4t^hEP&&DxvJ;u{kJPPP(hsMi!ZOr*5iv1T0s_Rp zQ{KC{VTuY0n7O!yy1St;+5^p+_9Gs5HQ7*pq)Qkq<9M5YU+-p#LX0KCGu6A_? z;RxvuM=e{$iP4INF`(WaJ%4$ki;qmd3hU^*l`BZ8?531$Q7{}fo+-qQ5@YidcM=>3E zV`Fl2^NV^pyCKr3-8gOy5(_FCDtX`=!ex^cO@2|4WnZ68^#i)+*hvE#9tjCaBHuTk ziA2JVrI*(GHyjTPC&mw{?^e8zfV`UJ5J zhT6J1OKaJbeFLP##~;C+OWqhn(uE86k~M$$sBKFRVsfT%!U@2sko2z6H%Z%|~So!zWD3eB8G zgJgU1dznWcMRw5JIX0qGO3^-gSz7xKq;VQVQIQkab)BQ z>tGDYpcR^(Uwmh!@Shzlnl^TW)c<5_6FdUb)(tp7#MJckV~X54tG#i~jomEo^Q+Y2 z$2?=Bx~16b!lELtiZ<{3KGN7kW}L^F^$x<87pE9c;%Odn+%J1{NGvevl(J+=A@{yv z#f(1vCRtThF`@dcvDcJ=_|W5+Ry3z;j=T#mmwyKNs45V}IF$v+!#{`yFe)l5e^ZI~ z7Skqdf9uh=)2*E{N!B{z&vV9zkB@f+i$wZE_%3d4UMz{9NMl84TRUf&EU)UI{i9CD z&CN~7<1!SQ*AttHe?VbmBZAuXww?_x-dI0nne1&t3GDDgq{*&Agw#8~^78&(T+}Sq zSMb9lCLXYB0?p21D^ra@B!bBnh0V~dor-ab0#LFQAa84$lWXLj0npCaMDY z)Qk+mr>Cdb%%5*F%gf)5jme^-qDWnPH3zAT!$6@jh^Oy@i-LWZIhR^Nch-0!-|-N0 zN2pk2{_lZwl*&;m^wZ)7i4nTAK$upq5Te@uJX}f&TsoWCES0DI{yhq51X!PUJm^ot zqoaeSrl11th4k;O80BS51`tT5T>5c{LHEc#$rJKlfUwuK8mu7v!KNli!GH8^lchor zb=n+s@@hm7>waq`uMfmI$)dj3h9^3pi5Xx<8yeLgXDd%y;Ium^e$YK)v7L(( z;31NWcKFZC*qH1L2-Kl2+}73>MQhRgVb`pUiGerl{V8MtJYj8cl{zoLENh{{v}sUP zx*-EPkR1lJw6sus{puyRu&^L0Dk{2Y@%PU>Mg(YP=t>F4j*!?~#=-(ZTZOpRw0W+0 z`eA+0-N%P1a{|)M`Z@>YMNEHrXnHK3X}L;#2N@axXUC`+Z= z<+RHX->o`X$}|G8T+1bC3JWj4SAJVq7mmB9HD`Roj$r?Cn5`m5u4ev)zv34TF&AP0 z)9M{5)lvH+yihA}MMc~a>YRbsa_{pK>~co`imoE-bSjF~SA1vTaWNCd5-g?v`7Et^ z0$z<8J5JPxNc#V+8})xKKm2#!3fhlEF}FFEMgi^gS(LZ6-H%=7-*Yd2YPCvVt#=)# z%y8GbP5IA_AbGcGASFT45`+Q|^P{nVmV91YQzVhJd#Sw6;3!_ezbS$d6@W5dor@&q z+1R1;hEqab&!N<3&Wv*od|GH6WZVK^<@C8!UM7*=kG;~+pwfxg6yCPr%w1Xqacpyn z1h!cPnXb<0I9?>!<3LZxfgNJkwa#1Slu9O;%}R1~2~)Xf_DQd|W{>9`HC?}&PTon^ z2XS+`_}*-RothWA69IFTo_?s=x6xNf+2bUSzDs~{l8_H8?wXZK{-*q;F?lCW3(Epk z`Y6(<+sf>_a@NWYMRZ%cr?M z{-Ze`jD7gRPY!BcpBC_1dQf;cXN~?#W8x;?xN+A|G*FZ?!Y(ODlaqMnaS;oEJ}8K8 zADp}|iVnB=2J^ku%PYz|TIP5gJV3eu)5*2t7>Az_P?(m!c2T>Xb0%#1d^>R z*0Ti@jdFfOM}=cBnitn1vk;EHYSW^x0*BY3N)x!Ve_$}$@3S;M&sZw3FrArR-=|3C zG$r=0&}j;$$kl2M!=if1tST(*=lUo%aIM-`Uw{{ka905}K+xQQCTzQzuw12I?uj2#z>OPPdr`;6d;jD8JD%S?holz z-Ju8QBF`GcnacBLt;xO@uPc^P5>N^>c{*_X~Yhkn(fXKil?xkM(Of6c2=KULuUI^o6 zNLqv>_}hUUnWZ(KBV~@A;wLjc@x|Pwg)o`!W=!LrP~`Av5Xz!+%M$XIe@8++pO3*na|T> z-@Htw^TdNg&&x{Q6cshUe4R{{b#`Xuk7gMB73M!YJUo`l@@u!(R7peU;Ne{fSvhN& zQQoB`Wo+R~Th+;CK30**kc8VRoPNetGqcPdLkzbbPMe~)gqcz48n^4L}n3!*)7WG?zTyKQq8N!H3K-+a`Xc_Jllt*-%jFISq>}K(?tTNjz(+R!h~*uk@kcaOzsRvJKr9qCchzfpwW#?w?&l z)))hl6_lTu9;|C=xo7tZQRdN%e^66^CkXlS9Ra=JH}@m2-p|r)WN1_Qx_**fjuj0J zNhC}LAEVJ^O%;AHcjVYI3^r6?HHFWbj+YWWIL>ht;U+@m^P1_7a&FK~U00}=1Hh&f zi6TmeTFB&4G}+_k&aK&kvtb;_#^2IDVQE7QydSL?_Hx(q;5}#((zPJ%u74!_+Hu9* zYA0~W;xp+$GKhd5)!xHr$*L@ZvAeGsO7jv}pX^Bt%045^%XM5FBCrB0i}(i)FTLdc z2~7&&)1V1yPLG#V{9GYm1rPjax|#!RvOu_)*=F z?b_g)u2s9dtc{F<0)E_yVUgshv)QL!SX~|K$2E|(wPna@g0L4D(E;=Y| zr$eJ$TRuBC*OBYA&IsA>DN-smL(Zn?VZq*>SI*B_WpOtF_G;djt`Y9{6^Lm54Ipin z?ts=;{MFj!4soZLcPxH{E%#&J=zY$d6+1KD-O_gKDb2eojo9m_Zy=Wckg0gnQPquobBb%9CAAPXQ>_?P>}8lTr-AzW@h z)zzo~DK8b_#TKGv@B{L5>1VVl+XX@cfQ?M`83qkIAp{r=%TKII;F8r7ncUU>v0 z{U{x-i3Gut|8iu>up|to-$XUt)2w!lUKd_kafg{}BE>!+Jl{nQadNmx2kK9mc% zQ6LefJ1@_!=FGwLYdu{Cq%hQ+hgh@U)UvC;(j7opf^G}o6o)FIE$RK@M|Nrz2+z&T zuBRqG7~m}5-FpNQ+q#|h#`fT;x{T?g8HM7S{<$wFGADt`B&;S(hno};rQ;rHMee~v z!iZd~fR$87BqJj0?n|CJxj@YSz=`nL`boZ$HCn+XCoWnu7Pf#~-sSL2cu8K>w(k;9 z?Vl7eBEB_yRb2vf!FI}sNel#Ifrc{Jl7k0rf^Uzl0N{^n=#Lxz8zV1oPeq=U2 z)Is-YX+rMxS>~z$1ezPFOgDhq+d69rVzbEx%ZSB+QX+4y(DYU?=ycIN^6H4DXLW{Y z{^HNPW{G4cxG*83@~l#TJ^pJieW@nd`o_y!i4$L@Anr(vTvsrAm)@YOIGTh@0_M37 zRZ1l66SC35t0?SrxUU8_%YNK~cx%6}d3n62&oExKe=%?C=j^QBXrIBwnu}CW17xj? z^U#;#d@Zq?mO>O6@^t|%oe*(1zg9nB@>wYzRs{*OYZYp z4vRUaKjTJ`UKL0ncuxj`@#(nl#kj{u3Bhj#J20)@tWlh@=RdQId#;0>U)|fK@nZdV zKq}4mGiii&TxUwX)=ZhhyesH%PAmRgGdvix4Gz=u^AeE1{0$8a`RkWyX=(Kh@J$4< zT?K`OER3uPZ)FdqJY3g;QLul^WJFq<$^)T%RFZ3Kdd6?(d;Pkld~8rDSKaU`blbEd z)xhT90vD*JRfYxc=>>x|ho%;0dJTrq>)|->8)Fdm9^ija0nDDmf}e zqu3*9${zZkkwA6#-=@w;~3bCITJR|netK>W9hv~etqx7L#a2#DzKL?*>G+x+r67X3e_T%0j(muJ$DF;x+p^O7Lne)ht>A(TBlm@R@u*A8Z73-o;36Zd~a>oFx3)8+5LJ&yQ6k z+U$HS0rp(xE%bVtw7M(aGPud%cf92d5bxI~mn2@F$z#1rjy?7l4IUoee|_iZq`9?q zd59o9)TxzA%gU)RBoE|9hQtIA~m4j-&*OUpgadBVba?ECI$IXq+|A^bUGMFj&PmY?RnaOY3_3Td$O zkGD%eS}8<;sowl59kV%?h&Fx2DxBGOt-A5pkIWx7#$m6rqA7KnfPL?OmOjmr4mNdouS&C~xAf)F z<5jezv~>93s=M1?=`9?G&Lh|YhH=ASqDkryAD(IA$DqE+Run%su+Wsq&=FHXUGiDJ zawm#kr6o)Pq9vX#e!&Ze2OjC2*|8bWu#fC>V;LNYpIL%H#bGaDPi|wiSQ1&~_D8#I z8_xnzg3rSyL(cnRG!u$M zhTN|2xXWvfD(b{g`|WYZu`DY4v71~^rbDzY++=!o1tXja;-g(W7sFc8_|}br(G?Qe z1%~HaiDyFGAE>>>uEsBYVoRnH(k3?`VT#$??!qfJg`ssgLcN)eK(U=bd zkv!(jIAp2)U>CTv!C2j?n@Gq)v~_5565-N1b}hq=elH=z9y6dWRA2!5 z6;omRK{i#$EIbj2!95KmJ^1NWF3$)F>87m?Dh37$zP_E4*JiCh96KA3jKrvyIBsLd ztX)B8K65azZ-B#>35Q7pG#6hB>Koy|L2Xirs)wG*<1Naa#Z3DjXtQ_hj&q6Qyc2(V zAoNuUt)hsu$C6c2i|ImOf?gTU5#MMg7<31Z80)Wna_8aI#4-v*G+R$xZP?2#5eB^E z(te~|pv`?yjYO&({TzL_%s9=sf%TsRt%T$MvloZ>2gQ+47}B(Z8|Fc~I+cArC>9Pc zG4G|u{yI_|8Ct(n@X+&QVbSY@V2FA7H|?@CI2HB>H1K4*J@g-tT*8&7XYb~q{0Q{` zFz@kdlst{oay~XWz4zP%%Z%{Ymi7fEH29$1zb^b*%+XF_mO_`$x^ak*lhF#(D%q5j zr0ivC$q{pWU(;9W`=NB-Dy-rumoJ81ry!9(7&_5?T~$~Eg4I?%^ebujEr|Ba*JVJT zxp|*`S+sL-FtXnR?07+UyC6>R3{I!iN=%Oa15~#y#eyOZZm|UbuXB{%5i-n`|fr&r@^QLQO@@3g*Bs=Vk$5NE6A(Fosg4|8~Jeh zGNFv$h-L%p8YIZeOE8r}k(ikLNl{PlfTo;Q5XzK|O@`~RdHxq;ZUJn`*Xlb9Aik@P zQ$XzY8F(h;)pr|Z{UzTwHZn9Y@Y@s4fjL(SZ*i=~TPrX9^yF_~gvIzLQ5xx41-%jF zD;B7ehKS)zmQ01R`$*4Q=LZSZy$}Qqq)DEMQN+|!$||OIWa_;YvnH&Yho)+yzaJpT z{LPyp2w>r|kcstHuGRYpD7=n@p`#+soJ5gx~q!9x7y+Gt9dtb@8FS$T_aKF z^+qTBaC#JmjmKliWhbs261CyoH(;MF_eV=npMrW>tF(1!h5s)I&zofrPIR5$%>fuL z(E5&5_mSZB+hEjsKFp@hiB5wM*^e(njgvA=9eu2me1BgbHtcn+t*r194pp?Zh1{H2 zy_FeF^dCZ$X#9NKIGQSS21iFF?oIF_t|`xV6X3{l2OYcrFYpcYBPf7Q6N6whU{TXf zMjqpurOGDjia9&QvJeQt=9D%cA6G|$BE?s#8u#l5t-n3Bj2tZACtwCY>9#vU+E+JY ztZ^$hJ-9cmf~E>1W=eGLduF4}wri~=iD%_cG?cflBrz}?{|oZvt$q{v-+|9qVJK`v z|7YPGP&)4;4ot04kNgzCUaM0E51ubjWLOr6TBCMZH?Kb zK$@+ItYMS+d)5>tO5IjFy}r?u9lxB>g##y_m6|wV;H82{6{`_4ifhXl+4s-T>*Hxd z&M5{X&+co`hEf)vCV|=Khv$EF!@c4w#4N{*f}!`R_1$pb|ho18X6mC zK)i+pEC(x%uKB)Qhz_LUf^+u~zAFmbwur_nENp&d*_-4r#3iNkA7@pqAt)0#m)x=G z)40i`tBP62)fwI&8LY)|+d-lN?$b=l*F=YeuNJPjuX*hI#mm0a*3UovcKr5_OPZ(; z7nlP{W68x{wLMhdy`C-S@N$=OSW=|(Em-U<)@jvx%a}n)_ z%1Sb(&Z3=y0RpXY*)|vh*!mDRR}k>HC(c(UiGKikArATH0ev z*~<*fDOomNegBgBSL|uZ#g^>#54)3E&?oY4V(qBzN{X1EHQwV4>jOE8@B$8q;oidG^IA*TCCflREG&k4{sg$ERN1*HfM%p?lP3m-JO8X! z5J!1X2Atn(#zs(#uQsi7X$X4LA4JoT@N{@_eI6 zO(x#`7bAPFqUYnM)uEF!&(#b^`uKi2Y$M7;$8ISmz#-iecp0DGSV1-ykvx0p=cD30 zNEMTI0;iX3GpJTLTm)bTgL$dDOe`xd+}|QJ1W*(g3?lOosIwJv*9n9GfeEs;AYXZ* zKzG4M&VMqxcDL6F9Jl_1?0$vZpNioC_d;(6_!L#qgB|XGp^T$y3n)?yl#qh)O>RUa z82t|!5bHm^N`{(Ip1t0PsB%p+fdliz(Z|ax@s%g$?vqiD3{}{`CnIF>X6`D8;H<2f w3v0;2Gc;g61Ys%y#Ak)t{};5+?mO&0ZmOXjPFot}6GbR#ae1*y5yOE00spSHVE_OC literal 13238 zcmb7rWmFtN)9zw{MS=!`1oz-humpDt?(Xhx!QI^4>8|eTu6m}bCPGnO0u7k}82|vFNlA(-L(5I*)r0g7`u{1=eh~nGQS(yK za1k|iHg>XfaIv(v0{}d-Q&M{E{*a=EP7Z(1zwfX-a~n6c;=G&c65hq&_HZPHn`N-? z7Wr9~25bquHT3fv71F-*d*;!d+wv*5KZN70Ah^4KR#r#3Gg2widvG<4e@F2khk>CI zvl9H#tU&-=`>P_?M=@q)et!N>@WUN5K}fpESv=LSJc|*FO9}(Hz^Q^Y0uhflygr=< z!F#6Xr%eS-+HPZ@CAIlYBz983B>N>cgJ~d)>usy;QO|uW&^M7I_J@gsdaYZ|x45bs zgD{sH$a@!5FNRHldxTq}moZZ(Bj5y*Q6#Dss?;#r4~YgUW@>GtgUB&EI-Y!W$x(cM zt;63UxPwQ2-;gkPnW>1SwPjHzWe}fpmpyOWZJhE14pH1bEt7c%*L(gT-KYC{z}`1Q z8ZMQE;zm1>wa{|geD&ez{x#cX{>n))?B*8)rsf72@Ffc24*)<4kP`i-;*oupls@v3RgYSOc> zS!uS@{ijvYsBWPfFV+KV34j zpJNy8uc5bM$^S7O_smHKFBv(Ysfh~^8Wslg=w*i<*HjD_pPr7?lT7y=P`0K{csGez zaiT7Zs#VKwXovFU=LCCDnLkh%gx+my-C(a< z;M470_e);0#0$I4<7jC9sQydF{I?Vm#m{u>%FKgpou^4e4xJJrqIBz-3e4{|kJQ(9 z?kDwG?4Cf~UG~MEkeUm)geZ-+e3jk3J;$S;Y1fBEaj-0GY-~)hBZq16@%b08;Kk)S zQXEd*M*x|9^${qOZW&jrJ8%ClU@F&1eij91(ExeukJRV0_ zB!)tL82ecavnw}5P~bsE6FNplaNRiEC5eJvp@Wxr5C5IqnvegPX#kTE4;J$6#@Jq3 z4actcb_5MzXmau)<6`NzG2ox)L5@|r+(HA67GURA7_v3 zpq0_wmd;nj3Ff|!ob(Mui7X9cEJ(iSkHGGDz8>xH|H68Bji*4c4?d}p*nglh?2%7j zYl(snAORUvwzUyns4gldTo0dp#gU)Pckp`WFXWav8LE+*te~Tg5O9BN7FnggHNkfQ zpZ~L!YLldnzeWe3QMG^}<8FQuyT(BGnQiySW{rMH+B7>+9X9TaK+AHOS7t>jB)-rs z%B>C?Z$_Yl_jD3)`5-bFV@s!A3o=RJP+k|x`KS!K$dlg%lg=REI1n3eBa}byK^Inj z&ASM?Sw|%Z~ zy;2U&{k8sxRKF0OzpC||=)1o90|O=~o?0GqFA_M-VJcBy*l}o%RJ$pd0^jrHqFF7K z^FYjKdaPFAP-7VOkSc_sT|p(G@sxq$IdkXCk}&qq%;&=4`;zJ6{JfI7`e5XT&yT|^ z)&ZMe)W>Z9R%thb

x)4BFV7unl)7&Ex1=ZSDBVF_QTd9)TJq-~CD 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 C59Fx; diff --git a/icons/mob/clothing/hands/hands.dmi b/icons/mob/clothing/hands/hands.dmi index b0c223c38e90338b8eb9fe14fda972dfc38c1045..7df9a07bde3e4f3a29c4fc6043821b7d2cec4484 100644 GIT binary patch literal 12160 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 PwjUD%^J`^S?mhh<^U#|k diff --git a/icons/mob/clothing/neck/neck.dmi b/icons/mob/clothing/neck/neck.dmi index 817d108ea8ad22ec9366de3c538101cfa3c2b546..0ed9926e12a45218c25b46d2bdfcaf35a7141e10 100644 GIT binary patch literal 28889 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 Ii+7*>50=_4od5s; diff --git a/icons/mob/inhands/weapons/guns_lefthand.dmi b/icons/mob/inhands/weapons/guns_lefthand.dmi index 7a1af280b5298b77e8e0a4c8284fe852b8a130e2..c4fe8aa269e7ffa4024d812eae0a7ccc3f192498 100644 GIT binary patch literal 77309 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 bCJ+>i=8Z-T*=(md#+UCZYa$Aj9>4rwmL5tR literal 69536 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 diff --git a/icons/mob/inhands/weapons/guns_righthand.dmi b/icons/mob/inhands/weapons/guns_righthand.dmi index cc3934830d8222ccf17ba7916f19585bf71ba90a..352f1aeffd2141b7ce30258636fe40762d06cbb1 100644 GIT binary patch literal 79516 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 literal 73238 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 diff --git a/icons/mob/inhands/weapons/swords_lefthand.dmi b/icons/mob/inhands/weapons/swords_lefthand.dmi index 69aee10be67de431b0f710de3b63238cc97046b4..6a42c573811ad072c46fe0e1b5075809f0c61d8f 100644 GIT binary patch delta 3392 zcmV-G4ZrgG(E-2H0gxnrH+oc9bVOxyV{&P5bZKvH004NLrB%z0qc9LW!&g`{S1Ss6 zD0|_u%4n6t%rBq@cd!-5&bCch_UreMXyUMAAQ>TqKvnIctIK|6Ki_`sKG^nsm!6TF zvWDesHJhhNtAv*P)iZZL)99( zqoqh=0^k8W7#M|rmEb`8Vj|ipQ#aZcEgaNea8gAW^IrGvuUkFQfOb$KjobAJEp>wt z(_)kQ$t4ueQfopq&yp|kdRp}*V-fndLWTyZ?k3ycDqqP`gTMm+_)$CxsB5GLx0U9E zbOi5_3fE4`1Q1#8q&km7B`D)sOTzB=kD$jl)w{u-yu@IC^-v0R?qJk@Jos`?_`5+< zb>pGBVI#w}`Y*`A)?p16Lk&w=#93ft2s2G9;M8_&D^5vHxbV|9|$e|5Fl)L?o_Lg+4(icTP|K=3pXr*XvWu z`!6f*`L){c$P>!%i?a9Tr*oR3i+2-@$u)!4J8bMf`_KNH2DnlmU2(XQ zUnw?YbfrGEy#KfHKDYAwFW;#s`0u}bN84T0)y!|bbz%R_V*hKK3;Q3*H!6fe_eP-T(j~TH>|?aM{r#hhie4 zM5da`)`wbRmP49Tar1jKekXZx?s)bO(=kS|-T-`2BEs_$aTk^k>zm(mboY zE;@5_wQgQq<-A6@ngamTmiCUk;zlk1yc_e{JMv}KubS#zICn^$8{Dtfil{F>+^vcm zyTiR*>WdF|tF(bKL^ngUUDKjPL(|u!JL?woQ?{_pDTlFs*EkjsUFBwy~7w+Hu6|C_f5_e=8SPPtqt zNay=6NLO!{RKqEMFZVh|4Cep<2Omj9K~(#5>FNAt=3Yv1U6L<%%Kf=?)az1&$e`rkX9|LOJXvaaP`S+uxr`rj;CTqo;V z?v+okU!T52pnu?Nxq4;7V&uVjxo_`mlj8$Jcg($%;<_9k7?SOsZBecZ&2KO?!H9&v z{%>4%);B8ezd!x!?|*V}WTa-+H_gk}$vl;MMk)2C3Zroi^H^bM@5rkaD;w3sg}pzx zS*vef(uw$N@osjjhV639!xeO;3M4^?yt2l%G7cPJn|>erIxR z5`6T?p;+?4W@&1BSGI1NlpFv2qx9`dsRWwfPd>e==c{k^$-^xv1CfT$Z|r$S{En5efyH?s}HhjN9$@W zF|Al>=R2!P_4FQ86BqWX6)PJzme`N~`8nT2-27=o8>fCZoch{LVCU5}e6otZu9~<$S&O8~Mk78nmo&@k@JmR#sx` zrb%gPdsmVVHf#HV946`=)Wa<)IX*BX&+mBB*YtDI;yQVL$CDZ&(=TZ5rFeBYJ}~6$ zgglqaDSr`Bn>TM3326$N%jHxqmkZ-i)gltFhugXjoF5te#@AyZG$Fd$FNGZI8!mwzg4nb6Oi}^DFK)`zRr3bLMh$Ct^Q7+v}Ihc4KCHeN(LFX|o}9 zt$!Kzu7UO21bfYIRIdFk=3Sp_dfg!P4ytv1qw371wM~Av$K%dVm2Jn@y55QBO4u>b z{Fcv|Iz9U6qoKwU_VL1IJ3ia%&&75FYGVCU{U2H118a45p#gOvhGHvLHmbgTNi}g{ zZ$)uUT-dAn_9Y|P{MzKV-eG86->7sqU{Mjc>B|}u^)CmPDOklf3vf;?G`}KKKZVU^ z6KuQAxC1|*RIsCUwUr5KHE{WpApmH{b01Ez-I$qN|I*}`wOno282|tPH`#8=Y_D%h zt>g)l!39Qt!5up>plrtg003?`&vpQ)ew8+YG>&tlMgRc#XS4xcFn^)dH*FK^FKbv{ z^*N$E!zWMEr~&}sAY%>ig82(o;y1sv)}WbMzc4x$Gu;Gx>n&?oZnegFj~p`kjYL@5JMwD%y0kPlJs_+ zlh>!(Uf-nVR9ZEs(#oYA+dJ~Ar}v=p^C=KLy$7Ahp;Fmw)>qDz@@mAS832IFX}t;V z@wScf)RryE*0r~`*Ei|DRV$sk#yOkK`ksP+wm#GnYixQzS7=&&^2sN$vu8fjI{6j3 zRipLm(vr<)X@UU&aLt}w-Bu^Cw%0dh&#rD~Ccs@HDxYUMsarmuS6w3182|uR*>28k zuWv#vt7n?`ntC{Fd4MvVXfaE$HAq>1$x%wMQ%Ho>+l zYb-K#NZq7`tzhM4CYkAtPF#rGnir8+TqKvnI+)#ZL=Ki_`sKiKYlpPZ4L zvW8`BJzpfVRtYaz##YN@CQ((=UtXLCk1S&^uC*ituEyIH6-1OM9?F zH~2Mjnal)g=vc;;nFGC`Tbwvnv}sOfye7xN8Id3t$X@7}jt z`9gz;C|chs;wcaIyllJ%=f=&s0@JU7t3WwVc^drp2|eg5ds+*W5>&*M5Nau6d8k@L zcd``Om;iVL4+chmVFftQKA(to%2bWEc?(DN7o1cP#-g`-_t&kSXh1tCkjCx$gciEN zh-tA-{p1pgXQ>q-nrF$Ecs;H9lCcQ=TOmV(RCSZ>Z(|(RXD)(P^G}SP2ak* z(SD+HuC*jPI@CHg`^=PkKhZ+&w?O-|utxeu2cO_k2H}&o_7Z_<5e^l1jO503UX`e}D3L;ov3r ze1xGssZ>h2X?`6uFNd%#zxy~hWtfh`7Qg@1%0Pb_m2LI5EgsX@|I$`!`~N6@Tn4cI z$4gZ#7PCHAQ*5qJEEe;0n%+6xZ)<+Jc+EW@w%5n0ftO?0oL^qzE9yK2A74?Y)<5-Z zs0v{6o0Hdi`;GnAi~To`fBl~ni^W25ohpLkb#iC* zw=c@hH@_gKDM4{=g3-CA*LwSn{b&E#e|>D*f4_zLo1q4_)F-GoY{@SdlQG&-pHklc z2RQFrdGE@*1qFZa%DaKxMP1C?);lQdzh3NrX|rMfL-~ygz6g5nOKtwzvLQCpF@$md zJ--V?F4qSB9l7vzof7FS>~a6>l?z{g8`w=G#ma5HgTnsn#r~Hz8}|SF`Sa{qi3)n} zZT{M_AvV)7l=A)qlhFkztBc_dV^hq>MW03bZ(m=3^Z zpLKsB7eD_}!q$|XI@_Zze*UF=*8PR)Pzn;(dIJD}aEY1@z-A{;9E*sE5}9l&8-Ldj zF&xsYvYX$j_^sr`x$DJ0PsbR>dINApi3rbc0LIV&&mv4sS=gH2e}_$|!&Gm;a<(>^ z`JCagHFf|+f=eLsaPq{li0!B6!`S>jD$X#}+l%9!tq&k=I2@a1CCN$M&MoxNOY>KoQ^)hyrkW-aR)H>SC(* zo!cYQ-E&>)qfzPmW>gZ(%ciHBiRER|_syu(N2Ai+b6r+9n2y$8kIMZ|FCKm5eje{^ zRYhEvLZ+Z@*!Vngle6>u=W+-DzSH`mqSOv0l8{KGwV-vCe>$o}`Xmzhn-wpDTefaj z>sBYFw(hqQ=B7*+ua{>OL%mmtsQPGB7FAZttxQJFjgL$3)blUb-xUM5`4wqhf^L3o z~eis8!Cd zzy9lEf4Md=P%`W5=HzQ-o=WXdN*z^xG_HOg%MV+&ZdcVcwQA(@{`+p$>S~W$5uYi} z&2EL<@RpB9)!RnS^s^8-hlymb}OFC(7ez~~KJ(rnv3E3pL6mRAV zD(6zHB|@g6tXyUP{_$l`D_s*{lk4lA{yHkkf6A4cJOiBod!78wWZNY8h0I@{dDK{h`e^_ zeOc3xkT>4$%6szZOg-OtyGzzIBs4_oKexH(GP5qP9eO`3lVB#l{$dgg>s2pVB9AY7 ze_GWik}A4jg`E6*TS=|2TXew+u`16Xr?oatg1g$|>gtDU)vm_nfy7i@W9ENWg*w!E zM2%eDuc~WmeVzVh(@}4)TGB~%yt8$BT3P7hoe63Xu?5X*?zuR1agOiju>;`uw9@u` zMf6Q*Lo*59)^_01wzdP8f_{unrsFfcfBtOh6O*q^&d2lJpK6@|n_geH`b1LICz7hr zJbj-4r&1~9_vCk`nUmmDDrIzIohj$x&YN=jKUIOOaqWt^J1Yy(ylGVGn%# zk9~XEj80%pudma-J#7U~fCHmrDrb(ISo>f4cV(zRcdE6 zTC%kblc{N~ug$O6+w3C;ug#gw&7Fw(_)M>#FVl^g>GgFnny1Nz)V5~Wf4K(MZ4>M? zzhSxdH=A>PuI_cc)Z44Zb+xJ`oeXU9yE7WKeyVIbzQ%P{JXidVf#x@V*3@akh7G>P z;`j0VW;#C8>(9n?1FB>F^WC2s-veWHwxI#FA%<+#HMOd%J+4MB?=L8>k<0s4S9?5^ z&96yr>+Ofeb+sz!1}p?OPkkAqqyG8eG6kdf&jPGd3eB&`kI$@fGMV%GSlnpQYv`@lR*hge}KZw zn>$|>`}&nti;F%-004k6o1<%?d2{Eh*l&JmtU=SYer9keqPq!p)~l>qY_!Gz003bS z4eG!ZW#uaJlOIiges}m=xi&Bm)N^kjkpXN@eECwXx#N5dZ+dFM&;fo99%B z8k>;J;7}wpI28HW&wncS?gq7*e?9A0RxMVU!J$a-EB#=2bR?q2CPWtgSDNQk=v*2A z03dV%ZPa#G)ZTY0{`j3?8JqZCzPoomBB|;VNma}_0ssK`A+T$JMMR!y+9*qx)u_{_KM8UfYuDFlYU#2XDTO=% z002T^-<~$36Ij#h>#}c88xvpv005hqZq7`vuR|&12mk=!g|_zrE(MDoE2r@U006)w z)00UZ>(84zUzu!zP1hIz03ZyQ0Q=~>dv_ya6W{Zb*Z=?kAjX?Q)9dR{3ONFk@d6$g bK*;FFND)y{iXcTmq!&SY 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 delta 6551 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 diff --git a/icons/mob/inhands/weapons/thrown_lefthand.dmi b/icons/mob/inhands/weapons/thrown_lefthand.dmi index fafcf948988aadfe9f2ed46b188ece1ac4471743..5cd9afee1240d17b0d5a1b67471fffe5f3a3715b 100644 GIT binary patch delta 1611 zcmV-R2DJIS56Taax_|pgL_t(|obB9SXj5kx$MGkd8^a4HEGk2)tp;%-Vl8?x-AKJ? zE46eOWvzcMywQO;5H}`hhfvELZU`0;$3U21HoA!Yx7i9Nph87z6e`B{Xi94+mTYS+ z4I*pbU38~pqiK@!zUMq|(%roV~)@2 zeyd(nrmw&90HcFLL^Ku9<4A;#e09>&)wp?UmFvauFtxV-PDC_)HR&q(f^kanURPAt zxMcR*jx}Yn9$Vgm@7!z^D&I2CetS}IZ)_%1KW|;nnNBuqvL!%(OySoslko*Ve?ox3 z3IQsR%{)9O#C$%j)-#*50cJ8{Yc6XzQz?#r*{;>!<*Ib6y4u#)f7SpSDl5hD_T1TA z?mLlg7prVMx2mhfN6pQ)zW%e{0liaSp8V3F)yAeWJ(rH_oL<2QE0Ze~!G6$viwK_11W$9^bZcy_$v0B4vQd1oWEB6pxzCppJRz_R)HD!R9 z&zGK#^ZClkJv4D*C-oa~8c!tXhf9|%t*3O?VOPHqr*F=6QcFPrwS?@sureCYhWUJY zoim+aQ==%|by(S&4(#7AtcIKp<^uvN{2B(6aRfV)?*a#ZJ!Yi=a^H#U9;TQr*?0oArNZYA=FG)qWj>+U+%c}ro=i#Z+)-^SeYWJzVN{$nG zIe)wKqBNy{G{Clv>usAOm+qXh^YB#KeQGZSn;J!DhhcfFS+J>5n8%R~*(shi?viXD zqb$JWfrhG%nT|ONFBW{Ntr?LS5Gtkf>$+PgzoZf4HJ(2?( zlVAZAlkWl%e@X(hG8M^A{`=iptta2f?6-7)f!b1WyuDrfzge}a?%GwvJPZH*Zc)3T z#PaK}^etGoJE3emb=R(n`cHP`%*Dlh=eM%oDgvCI3AcIy?_3ts-%Az|5z(4u%cYKE zKK^oSK&uNY74vy>ozu#GEB_(nVg0V0c(Fha(g7xqf8^3_ob0b}%RRl{s>&6uWNxss z-_ijt*uG=>-@&Fv(e>6kiiZ8Hcfrn08_3ra7O$VjsOox~rM2uyjEKoTgZ3?Ti)(-V zp?Zn7=-jk{?VMKkTPi?v2%{NXp~p>ShQ z&!R*`e>B-=(CgwG<75m;NSY)zkk|DCWJvXfLlZzs-)`GCL*9sd^$tPmiu`Ufw35wg%at^EK1002ov JPDHLkV1i`1KCu7* delta 1601 zcmV-H2EO^q54;bMx_|9SL_t(|obB9SXj5kx$MGkdgV75oTjm&2*J=Wz#^!K@`7tJ|u-h9tVTIu5ohr~>9*gECo9rkkM?)KI?Xm$HN}w=0havpb%o?{%*Q{`Y-49qlKNY0J*Vt`tFmqJN0a~Xrv6^---02x z*&5&n^#`RM|5@{|idHf=$nLjl-jXj;e}0e4jz3HvAL$oe4<6Cz=ok?ZZLF-y_;Z}m zeNPY(73RNBT@N17x(!>j|13B@(l1_rYq6v2G|zeWR;!TNZ`Er`_w`qP2OJ;i7qNjs zdT-%EA|iSmjaoX+i=iPRB8m+R(&*?I-M!VS_2)pN`<{pm4AS^Wzhmn(_uA;bWj7U{ z)%{kzrgUF_hAplaLqpWs{yP!T)YYV`A>E-mev!CG>J|3AJVxK4Wg&YyI%Dg zO*00F`FyGAIG^v_i3YLh{zEG8xTz&SpT-giOULOm;xvAE8rsI6RvT_fNAKpfNMx4eH3HtfsMN8``-M-J&XT<5-)1B0kpHD4edoHZB#yR_oDO z)(809=M#&9L9PBSSEXE!S!saWcOtuoDP~GGo?vyU@HK_9=Hjw4A5rxk@Q&i+Wpqy2 zd3d@CR+qMNuOS`F=O-Ry`k1VL3)YcmrJIO|qA&B594D9MRDiPc@KkB*nw&^gb8M%Q z<3wNPZI)h?rhk+M*tVv~wmEXC&M7+&PosJ_z%R_>$cF3`&q{Ym zrjJn;VDdmiRmV)loP`&QG>MjQRB9fcDzQkD=%@FOV3kup1w-~h zlkfs7lMVw7lMVw2e^L^lm8nQ}%Jq?Ex{=v$=>UV(rJ}aIUHiXTwW{v=Rm40C*%5L| z--30!6UxR@cm1kp_;hR5TwL6Dek=Q}BEYGcaLecO&Sf#Zy>%-Q5fxqWOC862yzX;Z zOy=|EI;WNWR{lfCqlWES@nV4IHcW`Kfd~#1pLV8axUOON}JUlTgD<&Z! zZ5aWPLls2}3!jf?e``}&NJCI@L00DGTPE!Ct=GbNc006LhR9JLGWpiV4X>fFD zZ*Bkpc$|%q%?g7s5QNXkQv|)2{#|=1e@gLCUqQBUH48D3WUbJrueOImq1D?Ad^l+ z(V8yVq zsvgyuklPa>w>|V@B#xM0mYOTce>6&xsd+k0l4zPVa(&UB*wPC9wnS?7iCRU}c)zcC zb(m&ud&F@#5mOaU!Z?bg3@1GawP54ArL}CYhJxPkPrlI@$L+_tgbX@OWe|Voq-yZ+~ z000000RBDcESMKh=fNzM@{*8OdUT|D3$ghK(qCyBq^kW~9aD8C<@ThV7d3hXb2-)V z+{`b>1L?O#&ptD&sK4LWygE!XFMG_?qm-JgV~X|mg@000000001dqvcBdJbH)$ zmdh;5`mbPp)iWZ0;J+oth?HVfp#OK}Zk2&lk33W8eP% zzI%Uv-+O=mP|kIDdvC?>Z{?~s(gGj7zh4`=J%8<5bur?AUSF}lFAY6LEdT%j00000 z_ze60{_%J`olff5dowo`$CLa1u9q9`@9!U6-`_u<&#JvXUWD{=w7KgJXXkvEljr4n zlisoQEAML;z01azkIz>8`BARwEG^JBX}?x%B9cB?s4=m)h}zK74Ar=64r%4>Cay&c j*m(Ec`nKA8n&kcf`-~}>T~Tdm00000NkvXXu0mjf<~H}n delta 692 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 delta 19942 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

*%8+po{WejaJc;?Vea?cbsV&edmc7N& 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 Mp00i_>zopr0JU!IFTbku72z7`J$pEje+TLoP zT_wz1Oq{J8U9BAKK_Jic=%fkz5EkVA2{2Z%pvO|@5tC|JNyIgFoGh|uC^TDTUMmbnZhi*N7!B=>sWBZ3ibo{)Hc0>!M3K`$b8SPE}1M104QAw)9tSRm+@$*0= z;-;|emic`leW`5@SKc6M-by0*tz*%?Yu$VHF@XbFPSmV!=v`>+O3)MV|zTtcD z8m#^S8%ic)#2Q1^4taUHbSNQ1k80bn!fD+f^aokKi=jW5_7rPjugw`s8^=l8g8vv- z5Y=(9Jjh6`N#uNy{ceeSF+SaFzuWMPwxkg;^Kz5-2)lL)4VS~Q-~5s(CJ* zWcc{1%{Je5^8Z{Rqa;VzejkTUrrX1)8(PZwRl4rZ8=|gWBg%VCQ>Xk|5PRAC@W`r! zWZ8OoCTia0aL2Pm1EPN5Yq4S6r^!%9Vwpe|$~c8V1*U{YN~89GV=aCkcXR3l)8P8b z^*we{E}N?M%wxf$)+`G_o3XX*{QrDhl?qDav$2exg*R*2!-JE@T%N=RpUrjhXUIn5;x>LA|&!^LIGpU zGH80=6NcoLC$>?hi6QHNhs>sxiSO`rcc35;ZB8cW?U-p|-TRpW=5Kh?M3h$TIOIUk zXD)Et=k^1Qlb|F*iKlHX)3`D;OJ|p#oyUmNo{gX-tA!ayT8yo3!#Mn%!b=0G5(t}o z5#9LML87DA*HvswjE>7`vf<>9U%rGFHV7Gt2Nj1wkpyDb?CzSUrllc3X62NYmKuc> zOdqW}4G=SYuI{2;ueCs%5V%A(zoQIHowGO`=RYIT_)OQHiOptV!F=;j=)a?3SK*FE z&yb{lHZ9L=HkI3-MDbevPOc3iB?3|wOE{N_ATrVkH-gxV42K*pcJK*8;*he6l#MPaSm(OeuTHHK8}bIU~-N-%}v#}~x@ zTM;5hoJeE3Nl|-yTo!`XXY{ZHni+(2_uxplHiEtw2yfZJR7phXW;gNgcSDDYOWED6 zE~uhRpb@YrUb^ts9U3o7akW}7Hz$(q6bm)P3L}eq;^}5TWgz6IA{;o1o2&ipMj5&Xp?iV^6#(M$)e&!3pr~LzeEJ$enV$N@r0sFLlEMN z&}_hrrw1RXGH>J#XBZwqXs7sh+nQH3eUs)QJ4J))LCgAzE!s_Zc-`ru^ckILNcvk$ z$Q31V=2d=&U*2?f4)≺R;@445S5SovWBRIw=RA(yLml8#Cey`qDUz@7UOwkvNa; z9b{0G#RN$$H!{MeOcysEd~eu|8iKf+LL zLRZ(i>?1;gvFSaXd*$9?bWDGOO6>;WRJYY(;V_xn$TB4UILw?(RJ=yw%_FB*N8?Rf z4oQoO3i@L8(AjQr?W$R|kEUO*a~p?0gl+?sEDhJXg7sGlCS(Fxk+$jZ@Q}lW__6`J zP37e0rqAwAi_g`DqB7`a?V9>tW>f4F0+`k8Ou9{zXadcG=)N}()NEUM;=xVzOVRBe zUjXl2H6#%gIxe78H_wf~F?15Nu?)zKgbVaTZh52sv$q}KDfKARH@l@qg407$wHuIpjPr|V=?y%dc2T8 z1`q0y;MzSGQq&BF6vy{Y~%-wV2qsO)0k-9>bM@g#-!(8TKC7t?OiEx1*GlZt@04_v{RV% z#$`p9AX#rHp5j{4?G1w$v7+9f-B4_H4a4=1F}<5+bLI4l4#K}DfSR(^TEVb_fcpFI z8DNxI2t`-dqP3YtwL!%4AB8PIFH9k$*kwx|;41{yibcrw%ubdDlpc0FNlnDVJ-+@Z_cw7Vu=9D$v6(QiIx3@H;oBF_ko8Y zDry959Z1@3-w&OO#HCAigL2_E(|G1E0!}D^-dD6uuh=R3?NPNSSlZsPqYUC!?Wo4) zuyyV|U-+suk4Ts~KfZF*-4L&vgm@4dic|Pb!w$6M7YqSi?k{xI5fc?N}?-*nq~tolcx}m9Axxmd5$%irJ~)H4Kooq#?P%I{DUY4a)-zkkB=Xw zyZmRm#K`+-yMI8>U34O+G6asBdQomD+f%-)539CS!k9hRSQAE~w+ z>fJ2oQf(sKRq)5jqp(w^$S)y%9G=Svf)+WAnB(apX*`(c!hww_){0wV6@+{O58O1~ zWFH8um2;yr11(D;YTGB5^O&(}>c#x*viAPKrbadfyHw)njVKggr@Peedt1j9nC@9m z)sL!ack^mSRdNfod}6`ZFgO#|*J<9g3gRY?=_!QMj7@nqlpm6Eo^rEB&22@p9g2&C zBvy=@gBc*=qq+BrjA0;dm}8&RnjcX14fo&r7BeMS%0SBhZfbM3JrkM#xeKuN5(5pj z@UI${l$PdqiT?*5*pi+ev5%iW)BZ_P`NTI6h>e4T=mbV}+Tc`t+OSp>EzZZ1eFk=j zJQXqjZV*3{C4zbNGszH`L$RNdD0l>VxH7iIt2ux!tMEPT7- zvbXXgZqT_<{n|y^nC0@w&75Mo5MZUOE^&g3gYz{%pHhGXEp2W#f!zTH$^JgEriQJe zx?1Jf%ZZid_BqUln+YPjrUpZ+v%Fj(3NLV`NE!FS4{2BFM^+Z|(hMCa1w%)|&W;fq z8+%E{^@6$P8Hmr_m+kzkFpEn|3Eshnh~7-jGvm}w$g>_23#@XyM~4kL-i1k!uy;=X zI5D+?%?dvT-r3oK0FS7*qQG-kl))K}v8&1`&l|i{*ViBf@+MbpcRi+AGCZmfas}Ss z-@m7)kJ?%@21zwvmJ}CH7Aj{kEqxl%if<>FG{F1o-da*o0TcOI8hN0@}P3QXO zV&`236joJ=;QN~pQRa=bqB({?`Qm4GFV()el&sH;XFBIx=6#?b&OIID!wx+`F1w@WA*WB}>is%i zx=gtB_4WR4`M6K{?iBJhnuJyG{GQ;AY`&b?w-!FkjJT}TaJu*!y=||xI`L1VH#fG!;)It2_M6OLn3}9sNi^{S zzkv%B-%qXI({DAt-#OoBAFr#2Wj+7Jt_2iuDUdnt8R)RhzaFS~H_ZNfpsYXk`JTUR z^$%0A8lIQ!TNN4fS~wW0duFE#PTVRZN8N-8Ifu$NKK&2h$o8|Kj?K8~0NZ<^MhRbgg>8czT);qi158+fJ#ful$GgE&maWo=qR$CO5zy1WGHp@xnBB%=xx@pxO=+#<_iJK7|*s!xC zM8HaZ)6^3>F`QktO!tP>Fq5z7<;{=X5d&9ZoG~IUzl^LAebpS@O<0Q7eHw@8?YMHx zIhKciQ|L!^mjyK+Ui-#0H{P}CWBI%HC8?1jv43_t)xM8sfkNGsvLmE1n2BMZv%vDcz zY&)%EAaa2b|AxvFcux7qdAOZH4^0q0vSCiw$oP0+X{ogcJe4m-3J{wkwj~Ca06v3* zEEGcsVbl%3QG?p>2PtI<>5XQtCU*lNRPT=SrgQUCJl(F+ zo-5x6X6E^HC5x_c9{UxZysfcJ!L+3%?G<|uk%@PM{(wwC13>k4FHHEEURR$~jhz2= zZbn9jGkLW@N`N(6M>bGb$6j1qBo|G*&h$CuRWuiGlNkj6DniboYRoE0_<_c;d(06^JbPk<&a6;a`d^84k z+`X6@r^~WXRO`fI-6|_dKuqC9h-HD1U%8biW~v8IX)1RZ7>UC zNzA87^V63D3IIzxUicKeI1@JW1BfEyGa0yfD-GOhM>g{TaYi$l(i_Ur!}G#Z>4@^< zYjJN^XlHijVt|;FIAH2T z9=&2Cy-ac*LxP^?E$W1xLL8T2YT;6r4sA`*mi@o^9FVFW?%l}Ay_-}aRX2W=Zbg5* zJ;MdL?2QxuN*hrYt%Ex0qUfTXoC}JC#R&A=h@kLt(Fw_(@px>5#<5mu!F-+)weWM( zClGxsS;us}33kU}dV*p267hQPu@4qY!_DR3xj&;Y4>+NdNX9ibG1MmUJxjJ+@5G)u znB{jhW-AYfcX{w193Ac0OGYG@XsRlxeWrkD2zd4XWxvX2-}&r*bGFV5K(kpPmQdb- ztwF0DHXY({2}nURfk=Hk8*txY&y}E0L=YWWCm{@-2;AwszwsXwiBkmJrm49(0a`Ve;H`RB*IC3LAqVi{iF>Bs zjTVW|F{?2AEl}apmLnz%3=B}y^Ud;4P8*FrflX%7D@gS&gP<=WBw*5xX9KvUz@07v zLw+!>L3^ZU?<4vZTxK0l8sC`n)Gu z?Z@s5A|@slc)8nxHFSR6iWOE86N8+vTkILA>fp154}gBp&-!Cwiq$u-f{>f#*X+o1 zhd&97D->}@Tper*;`Uwo9~{GYRPf|WxC2GM`9d}!0g^WvY!gJ2`nn+3np9qy^eY8l zkUkl4ButwSJTvHPgr)EqiRdonJ}**22UHIXA+^}c>rCs!Vl6s$K|}@!;bUAJ6v`Lx zpU-Y7-1s+wY?P0U2GMvKAVEQJ!F?RG?=9a8*$TDjL*N3-(FZ7#GTUyuDjo;X0v=SoW!+7JoJY4^);sQ&4^0PZP)7SZMnCH$Qo&Y6= zj~`h_FZ)!c7NctyM>-$Ewb$Dn-{(pH#&8>rj*K;W-t;#1Riazs#?eJ;6Z#{(u^hRA zRQpqi@9WY>MUEEj9FnHrxKIHw@p-nCNQ5yrN_T@En)?v_4~9>hEH8m2ubL`#kn!hX<*<~a(9cbryhNlFB3iF$1uDa50@-Dx35vs0OKCBwH3Z z)1LwoF?~jwT|ZD#QnLyz_EJS9ptG7--cqv-YmAVmMX1u`*mCYrRjN)B9>dVFu&|(s2$#elXs)H3oi4?LR~@>ilMF4Od|Ol81zj3e#wlNQn27g8z)hoC8xPvT5W?`fny*>4MgQ}_=x3t z`?usQNZHR(F=VCO^V5ux+$W-wHT^=LPairc4iR*eZ>8+Z0 zJ}dA1X)(Hx;0fr)qt1^tI^I4{Kd~yREl9$@9N$~m?0q`)DDtvF^R#2h1Emtc!e#ji z7veKD6Bje=-;Fn}pSVLk@QZOMVwx-CVZ(O_KV&ClRY4uu`@_3;!pK+78X@JcI$Vd` z9Ch&t$`?Pgf>t&yPgj~#SMB#SJH5vO9iAVqAtwBRU*Hs)77dXeaxNmz8X|GUDv?82 zqaSLaApOtEa|BljgulknQ-ZBi(ROYq=A&zQ9L54og2LHcTt?E$GfWGK!?`zQ-z(8tuwj z)^(9>QL`mt+F3?6=;OI;x**aR@fTN*{C8O|X5P6-2WCVw=D5z+h=Zx14_n=;q%R^P z5B>_Zdq@Q$X9LiX9i%g*#Ufx?!w&oFK%Bt`tD$Y*Bnb0!wQ2=eL_^< ziyqx{JMk+qpR(k(j~&Rq{g&pY-`)%H{#cu{Z)xH1&h46=?VV$1Jhr?tmXGYtp`pD; zc&N6U#6W-EaV0`o<#5jkvlTogPBYB&Qb4QFYd4jqQrVd@Ky)c@%Mj$(87%#3c3LdK zvr7oofoO{IyCYCiQ(OnB>4;oVxie`Ymz*DsuO+*l@Ng+-7HL2}`&bd2*q!1T=>}vW z-CqgwWAN*|6hpjVvL%Dce*Mgh(WZnOGRdyhdG$Q#^4c~LIB_DXw9V;Yjd`-#n_7dZ z=xTi=WBnkIrlqCje-@GG;EoErsLYY}?xo0!vP1Dr)?#F$cC)SY;WgR&(Je$FJIy;n~0Da%ywy0sr{CGgf$al>OP3NFGhuHCqkU3ld9 zLnW$aOa*aVCZadKk@ZjC4`A4>C+f}?8 z_jEA%YOv(XVy%S>ctf-|Vfc0k?kbRclmDRv$MF~!u@7)nV`yJCL$k7yVuH<~a!oc& z8#C3uK(;KkSl!gQ}yu%9bZF}%(pXsh#@?^lVVJFKHx@AGNg@iG8F$_3tNphesy9}$1v zm({eOP~#U!clR;zza`U_;Ko)o13c`hQvTTcH^QtLWy{;?b)t5AvzAj{6YY)s@*wc zSIo+L>2Uk3kf6@jsp!mz-M{crtUtJxC7=DNXRV**e-bu?bj_-yA?G5omz{^pkrff- z8RlE;Y)smsX^}Z?n7T7Yi#{c3A`u|H>AHf~1u??K9Asq4pN8a3h`Dm`3}-ttr}Myn zB;j#_{%SC*T6O7<mY(_x}gGZ9jRxq?!?2jcjX zWo|1*4;K?nPGx1u6%`d#4@jygX5uHA;cM5b1t5d4ju_eqn{QJ&E;w#9JmiivQjC40 z9b7T)U@&CBjoDH`d|(xI|1^@q!PMSszq@xc?49yP=XW^yI6@t#V1zs#yJ?t>I) ztosIQ2>_6jX8^4a@t=O{1QAS_@jdd=mf zYOrAO$?Pa8DnK3JUOV zR_zOR>f@@UQ#26VG zc-TcdG^!{oB$H@wY58^vC?l4^xlXzifwHPKgvUq`ywmH>-PA1#V_`f~D=RDGKgA!V z+HY=ds>%PrLK%<&l!|Z1s{I`loR|wPbzHe?EO@3hz8zNU`s*(;-o1u#Ll?Hc1{XB* zk{q-1IC4F<-p;gn`AuY1t;`QieR42u2VQ9E_0ZShS844RK-s?ep!s{*K^Y(X!0cT- zR2`u6C*vLe>)UNjO*|$Bnwq#LCnrW;;*3OKP_U>uW8-1c-+iMX+ID@G!SWrAc0mR7 z9X;-UP}j91U+>Rka#gs7eIqW))NEqH==X2$G4Sa@ z%sJ8R^2j$2M(a_95(CotC&bX96c7f{8W>z}+ntVaFgX#zo$joW_}#_zl<{JQ%M%%! z_yRK|&w*rsf~O%EM9a7{7>;1X8}vP}s;rEjHuPiA2LC7a?m%;vKo~mVPwYYXi$#F? z{Gi}`kYuq?h3amchaLmaIkk>?ZmIGMI|GxULfGIcDSFmy0M`o|wyDFY`TZVH;7@>F zNj_!xFSdz*)lZK&{w=1zb&Ka_&de*&r@M7?{(U0rzxXE*++6zjZ?WF&1Kvrf-ue&p z@W{59CmZ6#9}f_-Xmsq3oU>BIo!$in4|@)H&kpB=?V_Cl2!P5ZL;O>lwb@xoU0otT z|6JYNSly35ciLL3k=@-8RhUWLl*Ew@d#`)uX(r$+(|^+dZ{Gk_y3bzZ2kEk5YGXr7 z(R-?sFR}M}WalN?{-ULfl)~7UY~=WPUe{v@qil}`y*~Ac+3WJ}KS18CNG&ycrUqUG zkei3toJ^_>w{HH8bPq`_jR|#QlTMK~kZXX_Ej{~Zn7_{Ml z+_;XsadiII%MkrLzYk9xiJJa6WAxm|v+czNufN--2rnMFY1BvG()kOz20lLgfL;0< z6+t@yj_Emu9h8`9+g(@gzc>bXB+mjKg4!Y^s>OeyHQP^t$GiHZYU)Pe(ErJir-z0; z*Q9Z3Bb>PjMgI>9XS>w106b&ZFQe_Y91eI!5s*_S2XffkTF`|8>sD*MgOr z+48D0pkgbD@a9nDLBz#>lFP_5GM(|>+5fa(DhgA z_5Gde*3JFZhlb;Tx3lwSBu}>vVa(}CjB}IIh(;_`R<&Z67uWUgCwZ!bZR?-2S6%)D zR4O-EFrvBPa-hY9bT@Lt*UbUYoFj9auGYV4CH!Im(4x{MD=WI!s|BC3)qQp0h4D)(sO;W7EA z96gV?p6mbCc#9=kGP@!tKK*A@;X4oC_qhfQ3~8F0+q+-iAIeb{2#=4UluO3Cz2S860gVYGHd@FvQaWDtjB@ye^zfL?byNQ4$z@{4?XS6W_(ybH!t|5t-1){UM;)o%&Rf}T(5>t8zd zZzf=Tu?NyV`~OxGzEe`~2dS)1OW5exNSxeI0tDl&2DBxOgwFk&3U404j-v67l@Zli{Iykk>Od+3bzX=?7x#$p9Pl- zR55}D=J}wjzpHdFy=b5b=47ygLfin3B|7QA{Qx}#tbSs zkQ%wneN>j0_q#0=uVK73F6;Ga&$Y58F=FQ3_i&Y-WPZ+7+A^NC?Pa;!?qd3Q@Xu?f z5TUsv!P0<6!DvIIi$mmP_@3mM0^u)8Gp?q)V_5?_<=DOdByu4DAqw}etUy9PrK2v|Q7WGPI|^h?t#BhxcH`qaG6b?!S5ww(_VJ}f4KWmoUEQQrL` zMed;II@_4jaiF50=nbrHYESbcUVSRDyHhT!?XkG_%(f7tkKsNa7$cR!5;{0%8j}?< z-JSBOi;pFI*ne=g4u&Y&#P>rWJP@R~ZtNRv(KPiTd<>kj9ZeICrNT91_1C3)ecTjA z8NpnFJ@lNppoY4017F5!UJNA)P@7t~los|EV-{GYWB0_`G&@uqEv~2eu^U$TKf2lb zUWEJKKv@;vgmlAISLLPUswZDO_1g)&K3%SOA5{o+IuYu6egEjd1LW_Om7DH-dcOxM z_n3xH@U1<*RV>%;+e^~OeUHpIw!00n=qA7FdRKidV)zb%T{oXWwi0%6h`b*g)dVi& zjaL?kn6+H#?$%m35qK{w)Te{zaO;5VbCNCxU=rMV@!p;YySIX{ajN<7lgT>JlN8V- zmE6dQj^Dw=Lf+F3lB15jDhN1Jjt6zn-jH1u#H368`)2*RIa}z-3?CwqLw`)pAg-Sh z*B>vpq8UeIj?{%M1BvR58YMC}SNE`0gjf9&H0aO87u^eJu=-QQDgKW)Zu_br$quk; zsihjSWS+6PBRsOnMiuDyX+dF(DDe>5}K=5@)T<8l4hJ*y!aXFmb zH&S0*hSc%#cxNafa_`7@Ci^kafi;&ys0rw#xbAR`bDSP+p?5qn8kvS-?(TztMj{!#G;H@TM<78(>K5TB_jq5wq-BWbp_ z5f=gmYL7wv-rXBW+Xxk4m|&F#{d-00Do|u5|pg4cO`M9-}uZnNi=*-uL@S3}vtS{#+ z%3GO$uXy>g-m?76md1AZVKY&GMi=(GPL2EM!5fe`1aD7m1N?Jj%krYq_1E=>yNT_XpMT)8TwJ=`(TMpZL`5M07HWaPPh>?1 zrk4HpjN2TcC3%r5#B_tK$mZ*y>rTg;*FSS*g6Sm8qv%?_Ln?umc4_uyPC{2K;IGx8Xbf9gQ2bJmqJ+a`t; zxE%3XmFftqU!_0vA{o_m|1~+`beDARVU}15gPPAhH-+WES@+aAuRIN}&FNfpGvQ&( z!JlGuO*uRd;9)6GZeayxv1ia1ha(zg@7U~e=8G#1NjnUH`$gTDPlr)YI z+ItoZ6JHV zezXDXixIVnzj4llo3t^rlKcinF#B|bBQ?}_H_U*0}>7$hY! z3LUjT9l~ka{Oz(yMTa}vhYM=Hd}EpA=H^EFracmN~e!VKKi=fj^ClomKoTDx zABhG1R$I+hCgUBGEg{UuEI2=}7fCUHDU1#nCl+CxOuKVtxP_U50AOc5fXP+VI594( znadhGi=NNf)6UV2wAm7G!n6jt)E>;aHvm{**L0{tFs z?$3WTQ&LfV&&*WP>P2PSrD44cZuY$j?a*tSXQza(t*HqOh2IE9VglE8Is`CY?wbF) z_~jJ-oWbuApOPZu?#=}ud+#E^dt^(K>rh@aDk!>$3^0{`+wVYIC7*#5wZ%|8m1S!G z)xk{tW)ChrTb{3x!K(ZzWA4c}|1mk#WNTn~0P=DzW6+VX60Zna1{{V;UbAR zWkg)6{=LsHsUdmH1 zR9Z+&@g?}m6ytB|hssO5fe6TRV&&+Yyf9%bq+|xEwnxoXcE24l5VgY3o)3oPKLuW* zmEl4skgIJ+o&-OO{t@%)*gifdT5HZ~X(wUQ@_9!p_$y?)&^A8ab>n~7a$Dz~mP#c? zS9hLEMks9N$b3Wg?X#q9;j9CzI>C^jHBOra zNCn7_r`@#ey**4IcZ~y}TIpKNu%FHC?&hOaN_~1xUh8{7Ds!_OV`ojJy)*#Kh23EY zV37_@Br3tGiQi23A=X z#+}96S77Xq2qs`2=hO1wOJO9Guh$Z6@7l*>e_NEn{+#1Fm)1{>z8$E|Y z6q(_GsyrgqQuOl^B-XR@2M>9hqlcm2En)Ve$WDaqwUV*QeHNt~mdR}z55bpX*R2sy z$q>R5e2*1c&?=0AM_0L8;ZtSPue5#Af9OAh+_~_%Z)=^FeZ!~q7lFRlY%#Y-dh}4T z!Nix_b&)v>^JRiEit7vDdee_(=9i$|MAuPSVtN69&oZ(vgh}lpx)?f?fcK7ZhewY%n~F`#VB@-fE0@Xwua$WW zDNAZ0Oy~q+iq)t^aYqM<;tVo4klag*-Zp5X)>Nq3?;Drtgr@FZPTt57;ZYE_jFvRD z8DC2q1D}I#=fiI|5))n8W#nyyD!@`O1G2_TJY1P+1_Ie2@&La=t*btM`|3F8urgR` zEDUc3Pss4j*WB z+)+t|6r`o$ex3REZ0+pSfrKG?yokSsPMo;UxECe?OVL*B8zD?s&NQ8y)BtF;wh;=C z+n&hILfffzb$fJ}vmpZ0TxfZkd)?yYsaO^dh;Rtb+>l8+>R~Vs_Adyu#$%YO&I7tY zqv;1Li{2WK`6UT7sOp4qS_6R?0*mI=&0PqZNpEe}360zpS~eWrEM{}D3k=KA&E1!D z>Hm15W3XdQZ?7IRF2VBL@gdNX7coVJXLH)X3V>8qYgd^Uy$R}5fPg>$nwI9ENf27l&o$-xs8nu7mubaZ4@<#36_ zJeGNyziJd3&t{vn1Iinq0b*joHEyOGQU1hc;e%B%*&dHF8^_I}QOn`DPvObtvF50} zV>$V5qn2Z-LQcg?;2(3mV!SZqd$-OQ@lS1JT@J5c^NG&J&*|W+9fAmR3?$MgffX$0M%_=H}G%f~iW*&b(t|E|YaLqMd!f zA_&Dw|L@sDTo4x*7d_*lBrqoe28T@*6=O26ZuM?1;N2s<>r}kSZ+uNoD z1O$^D(RtFb1p4i5ZMq6+T+zkF#o6xiK%^5jN$%RL>kpQ7fP+Tn45_C&+8Z6d4q-V) zb_6YuC`|>6edc%Czb7XCs^kR3cMwZU!C#1+IcKJJt_f#;iYu0M8~~J4Xk@L5i;!Ve z69xQ12{|P(jCBKbWGuK)d6GtV?!TwUkR6?+Rhh_~XX8v8Cl81ITjFW;mtX%niG)F* zi1<&uk9l1S8%y9b+)Fy~6v*_q%j9u-zkgnHx;>NtGzWY3cNQudnh2O!TWN1zm$aN? zxM{2zcO9Ly7l*QB=WGJBwNnzr%tsivB>Oe1>kB&Yk-_T{v&)BpG)BhFsxdYijnSOK z^i+5YBFivGmbD4EtQ*I#)aBI~7D%Y6$oz0e&*ky@N<9{tu4vGtB0~q>CTwenISgoZ zVp1_Xqa=(A`MiPk_JKq0 zxx4cT=@sEAnYovNJqrZ|rR{zj*d=5L{?kdz*GnY7bSE-AX=?kr4$GZ^#KOB0GFnXlta<8x9{XK z<2;*7G=eKv`p}o#ZI}C9f0tffuGU{}zP;ROKmAfIDWRL0nVFiJnvfuwU})n$2LO8$ zg_IOG-ixvj;)XSw3`|ppV)r)EP z0pR+%u7;{bSiw#~in_(@iy;wem(RQ>zy}MfQTL{KC2WW)O%(9fvd+(Chhqd#g28B| zx`9vDMJeJY{K=J-&oxys@NO4&kna_Gz`312z}LCsM@Yxk1v4K1B4~H?MdYK6C0dg3 z?I@3eph{)oAf?m7!#f+JtCmxJWZwS#?0xdAH@$A5lYf5Q(ANI58*xXIBJy2^Xy8do zcC0Cf)^W0E#Akh^K1^&OUo`NEl#|8iaPAU~*3hw#(*S0oEWrlQqGFS92V02|pNDf_ z-|r1r+g4JJu<+Tg?j~kYj(Eeh5-a8+2+^*^dluXvLPYrpLUMb{yT^p<$tkY%f5Y5L zA%r|n@++iMoU!t8ml;@<<)R;{!&AMRAm$tofz2QF*Gum#PSfA z*e_Nk9?Z!&KC*dNrD@dLefmLw&XIny1h)KAt9#aA%KJEW;!6K*+*nTofF($(D8Npr zWvP4xpCrPRm&BvBjB-^{yLfY%v3I!5H==wOWnW;aMCIj`3iXOTO;~=Lj7o48+ZUv) zs$N(O-eg@jmIDbS`iFC2Fys?4ntkTA?o*-bB?M_#dQJ#}6mou;D(~=`yK-8Sm>!bm~W(_45^y zJYi8{sZ=h&F`!o9Ta~|PKEGLCN3~3Kb6m!6nwI^W;{cJpS(&79q&6r_g@>wE<04II zGMd;3QrEk(xJ;X3J;FIPt!?etWtue zuR)@xxQkT+N@xj%>{FYQudXzWx~K^Xzt8&XbXnJc%&bo>=q(a{E0I2x>7Q}v-gF;& zx+s<(9V1gT!TiL$6c&CD=Ov3t5{tyW*hgdduMtk4W-?bVs**wn;pISj3R@&OsQPqw;Q5fzg(pNTiL-6s&?SQ zwtroB{3>eB(50HbU(&FA(raY-R6FQNo$^jdtFEphTAR0p$}YXOE`~-}JzR$C4~?DA zZ!h!AOfIEGx!(sZ1|>9QZ_Xg_0{Oc?3)S_oh6$36)=qH@me%UFd^I&wRrdy_z{x3( zQB0zTtNU2N&7WFvCW$iMmiP6N*;B)sJgTZH_;86b9!Bn3T8>hf99&q9jg5`u?IHc~ zv9Zc)at`iBMq|C425w=?_@%`*NrZeq{^HNZr!t7d%_ZtbqTq!Jv1=G_zUYh963;$^ z_=KOzeZ&UI2)+9=c2v3f`Fj8CH*Ey;{{H=ty)ZpbqKMGl-8~*NFhKN{Wib*YJqhsy))fMf&yp?|RC zL8OUoYuLfBIC3jN2UXkLe0doz{gsN!4>6*ONC(^IUVY;nsFOSR{qGZ&=$t%V%D!g} z4N`G1D|u5X!`Wo)g}Tex}Izri+!ruJQi6$818TvbkjbH?C_&$oJY9 z(C6g=9#WFSuVua6`5Ie8^Lk7x zL&@bcY;6U3w$Qyw>tPJb2gs3-CYxQxMN_qP4@?GB zR_GEXehX;=aQ|xqd1u+U(}tF-GwJkfV}IYl4X;d2!cq*kUxAeW1@6g77)NP(XD)R< zE&=adJ85H#E62{Ysm7*_PcDZ<`qGnyq8vOP7g7HdQ^t{f-vlhHSqcipZyg^5HJRn* z^xj{X9@lve!JmYK^FK!Q5mGxpJ={lQk$?Xd7<}i#9FNyOdKO4AHtAkrV64guxIRSr zB#zIxSAEh^|G(bEch}KTmH+e>L*e7~MZGRJ&Jtfpk?X5S4}fIo`Av?HnX8yJPjh)w z;d?Q9&L#*$w7x;qSpNr6;^)7qq0_8m*~^PS!VAM1giA?Fnjl}Fk$`w!)&KG zy_i*zhKMqyo}Pvt&Bf)7hu@QJ>!)<>GIDZ6?w^K-BWD}2iLE{3c^&aFayFo0JEsUJ z1pVmpc4NvYbEZzajvUAH4UaD%_AaRJV{e(Vx7ZA<=M%mD-Pig#^Z?iCoVZc<6-yn9 zYN7oIr%A%&d*3e7|E4}&Dl7pt+no-uf+P3iip;#Y5XfM|w zb22hYhjdSU{si&H!8C_!caJ>nOWxK7VV_;qHBph}acJymIN?oEhl|6@cfclF*w!oH z2Oh5mv=X~c_m-BHW)zolneaSvE<^jj2$0P$Z|`aNgSxl$2)|QT0Qw6M+phBq(o<+G z(g^YK3qG8Pr7$fL65LP3n@3Q$`hK)jZ4Le?jcd|J^$s!_4W63{l978g$TTJ`5f~#u zN7D99X_duB-!030YM5T}53br)5nF;-uAkjLVuZF!%ZwSEO}<~GS&}5#Vt8LCrtk_( zn^iGx;qfG@H@=zu0gbPqeTXla?AcMT=j+MlN$w_tgHP^9-EE3k zt(O&^|BWp%T3_%T5ag?!OKKoN+Ibn+ookD+((}c+JzO;1#dIz)TG{zwkL{7DR+o)k zFf^pe_LbqH`ukhoDpIXew$202B4V2N77h=wgxyU+4e(-SPey2rvz+QUj^y@AVOpd$ z8BvA7LqeZ59c)Ug<7ls9NAvTHAKl3JYBLw-@6|4%jOTZ|+zMlV5kj47ROvMon%^)6 z^uXAF-RN}BlcGPj6k4f?iNohF)Dw=&z+(6*okC%wI2wA-#8$YaxM9t`yNGawm19Nu zF7RcwKOwpiM;c&L!8li2TZ@{!r#tWxOi%MiDV7iy{`5$l{W}S32>&jt?lO65fMU=_ zTZ%$otJ!VW)g6gn0SN1zkXKoXXf95R>nQ1i{Iwx;PUFTwY%CK2R$LgH3kQ2p7|CC^ zYGiGpt_&!v&@2pQ@?Ipta3?CXG`kUV#>lhmhQ6E?OnJI3==Vs?ay`aD9&Ao8y|I)$IM(A+a? z$&z~4Ac{ddm1R13J<-((tY~R$w6t>La=IgNBQ?Q_HyU5SD9!`~Y`cFT9)WsOV;}5wd(D{p(p6YH7^+glkWXcS|8rOik2tss4I3=*LJ0*O#tYAde?>9u{NZ5c11v zdT;ygU`e!v9h*zod5z<&>}YJatQ{L{xjUt5R8f9IxG<1Fc*9zW)}G#sJXKkmw2P>i z1HvMYB68zdR$Q6$<;I|6)S+p`+n*z$h!GsAcq*ZPj*=9OXEaKftC(@#h^6-Hcvlt} z*S|L3afnK|rW6IX%$LG(sez!KZCy2v!eoO3ON4llIz+R@sgj!DEOoy&G^@{c>RmZ4 zpgQnT|2!aEuJS5hqp)(DiDG(AjI7P9j3^-fv!`5gm~O84ATg?Lsmq)IgT_loVJ`yt zKJnsOy#N(&rOnddcwt-ZR8?%rb&OeA<`ei_8zXafD7ZJ)WmZVRzRN4(aV+b<$LPZ% zLmBCFl9u*~7Wd3{By66Zx(t*3K};S37u_jd@M8OuIwv17WZ@eX(gxnMmkAN1aOxKXZW>gU$eIKkKCW)I@G7d%2QLfT7K zCCSLdA61sDQe4RgL65A~Yej0c8KyHsS-no;6!6Ygs-Cmm?_(0E*)&uqbOz9^D+^5? z<9&Vsrp#lN?uh=AJc&<+8h;l{YWa`Bx2*I%>HSB-ou`R4)h1`|4legX4yF~loI;rw zHn?%N`U0#XrBuz$GzVlSQOAy?wkj{iU-&&x8fO_GqxJLdU(@|u(kx9tgR#@(Wh|yc zIb2#D4vfT9%2Do=?FRb!cy(bvu*5cMHq(r6B)1M9wpAW}VvOEaSh4p}61f)!*6&Py z(;rpk{W7L|AaJBvU;2`lcdJ1spyN=vr3vxWb2*=Y$H~cMD~`ObPDn_o&iXbmf6Aha zDj(a(&le&15BKzQL>${c&&-5e6Chf7dv^A6*2HRStAQ3Jy#ek%mhvWREoLW_ZkCj8 z{(0XgOYqH|B5(QS&!3}?1y{g#`sSIgt8L9e8^S;2Lya2uKTHc))&FQG*c*+yTK=Hw zi+%COoopeZHGtMZ(}^{XVSE4QCX_A8KkF7EPy04iCy548Cy6ut;{X(CL#ZfQO_Z8u zLe0TWYVefQqUciYK#Ov-lDISNvWGht**i1LSE0l|w!y^2w0YRZy${wyXr2QNke?Yb zsE}K8V*yvx6vv}>$f~l=c$>yUFRTQPOx=qzzrI;@<<>(9)oER^uUcuPwA)sz_j}Ws z`Iva((e1tBS>?a`@)Md3H#Hxc&dAwhI90o=#1oGtHL?K>gv-IluIE`qownASjYO}e z$%zrs4#Ox$*?Cn5&@K(wA^<9`{F0*cK7*p$AqxP5pGC*HDaoum_m z_1)Xbv68@`Vs9!^{*f&MsDmg$duY&-0U2kPU_g5E;UfGQ* z?FY*#AQ5TT^%Kk0WW4C>A_TdO{XoQ5;qIQ=%0e;YhdOkc>E^pXHK z-Xf{76ZYiXYG?2R&4G`$9}Spj+iK_zoe(sk(db`(82c$lUQ;+TPsW_US=xWNysY zoBWumDq2!gRgLp|91sf5P6TWm@7!sDav)|E5%}$KjAX8jHnkadlwgDFYW~Xy(rU0r|sX)B234; z#9x^SLPorN-iYZsUyg1djN~2sb23pjM14_wz6!AypRY1mrT#!yL2j2y}V|2D3rD0?k{xqXfh z#{Kitiz2qh1*`Fzuc|LQnEwU7d!3uo=suo>Ode75H*3z{R1n zI(P;^6B+3f*Hrm_U-_Vl}(iMF0;6b#_DQ|CYBTebt1Y=b`-fU|$R!TPQo@LBsy?3V- z@}y*~O)$3|bBz8*dqB`PQob`FP8u{tHHY6<|(@+?}$ zwjpqtYBx4_Y@(RFuAGraIg1P`{VT`H3jj0#5ERiDleU@dcD9hip%md7THf!kzE`^dGcg8uQK!ZAt}U>1X2>Wy zkyh@hITohZ!bIfGraxHj&g!ZR^?dv6a|PDb)%DJuJGwzHUIV@1M>hioTAEq`n8mT1 zN8C7_1k*z3q9L1YY|vu*1-KHF_w!9}fykUYrA_HN+hY9quC{m%eTRj*>i2Oi9KUrj zL#R`!R*lENv(L5tTq3_WW!EGd;9@T-W%~5(t<41o|8OTfL*mq)6N--8n?JO}rGL^Y zTx~i=|7g#3(!FL-g$|yu%*xue(R#WfFvhmRDdQPm7uRTWR$_5XLaUYtM7&og3HLW3 zH@${rEH%$~R^8rAto{l&-nZc4c2SOWeih|w(V1@$&#amnh_Wk1$(%KhxQju?{oQl_ zCARPfx!NdGUmRBxpK|K(=}6eS33+@$vYAiY56|>6Dt!x;WEu-!{}7y<$m5#o+L;$@kAJdi*Js zx|UZJY6-#Cn@uC_!9(j4y-oX8q_DoT#GdoSus$+-n@PwLV_(=(Kwi%DF1BwwZ@Xaj zdqcdazzIFQYr6&pcDtSJNo(7#t_GxoawCOnT)Jiv<7udymwv`0AeXXMW#y>yP_L-v zTO)KzO#Vz_BJn1I{My6M_x6mA0fXsfCQrRVBzKmg16xXl+wOj?6*qU;V^(MV@DJjI zo?An*;M}mQ)HN0mC9aeT7`oTpS7RY0?eVK*JY)s4&)!+Q>@L~{FEeaMIlu*MZlkC$xlT&PtmK% zbhIj~DINPp;E5Uj_3PKpPD4ZBd06U4iwZth>T6oaXj1csG2(j1}7(3vZil6w>a za&vuHaQv(zPLxVpUaDmMAKHWyUcWI;g`>^mUJ~hG`hzL769?e<1&zZa^zU6~a5?pZ zQ@58;yS-Y;OuN2wS@3*yi^P7i_O8?-EvSTcW(tvyQm5~He7Mhl3ju^VvmtraTw~qA zgo3l_f@CH0^M8J-EM8}W%^+214t_GPkIW*I=uMCfgbD$ZN*9v!ITD}zU2LloxNqb=>1LWGTsnl_L2YP zEzjvswC6_VRDb3YuvpS8b}QK`8wQ9HVpH=VSZ-zx|4v}v877)l*~R@%>C0dWySu81 zCTH7$6|(#gFN^rHnhf}d^VEu-;@k|-I^h;7@QcQ)U33-h{#?>dPOLbaVx;gg6EoOD z{guUQT*Mba^#>!3Q1G4`B6~Ixp6c|-uWM%52llWPfd3LX5|Hw6;sn00eN{m{c89>( zLOZI>qM&Y$2^bHQE4W?dwd|! z4zxz>0`o*648SnpIGq7L0Idk~BWGp-{3|Oqz@KBJj)Tqv7_JQH`<%cMdA69Rx9f0m z`YCzrpmT#+qD_>sIK$Yi3iAB^%?gpF9nP2PWiGFN@Mb(GCk?U>d%P(Vq1rC>iV8>e z6v(j^9>1iRoa@wuM5=vR0QGQCU5)h_g`TCZzK)0D z3C&(KFnwGsysmKlS5NQB)6wd4r26fxEl-%wbZTLt8Mhy~FDfePAtdtUCJ9ej??}7_ zFxJ!ZiL%!&!ZmUz#E6iUZx3P4Bn#EZ=y8KVI@6oNyjqcyRI;*!o`+5FlnZ-Ge!j`h zlEzk+9}w53y|Z+VCG##&HpCwrW)gt)9eK4-pV>^+{wvIk$GdcN^PXn8MGLzo2w3F+ zU%L8df$VNNjE^=X&q%n!&Oz{@VaF@1D{ZPB>u;*@!$FixDi`L8s5q`%cXlsC&Z%JT z?rVou8{Vi-Pfm~W9;IVkBIt@!(tt!9hR2c%pw!#wIlrT^gIC}9kJkymveZSL=&|Fm zjD!EfGVUHbUQ4_$J*NA5*4Mw9uXHMaR|>MShgu^dGC&FeH>2=8vG)NF7a#KQLEyv2 zl#37y9)(Ylf5IaD7;-(`b!3M5I%_m;$gB{0WQ(#etmWwf%p-M0IxJ7YG4xyyc#Ko+ zT=5HlD}LbeVLO(^ayX2J@}8zd|?q2Zu*}+#&gxYARca|N^L=mQyK%gQ=lE(5x-Rfz51`iQaBo5zMlfG zM=@ojD=re44PkncZi=G6+*h6qXLO`|j87>nv9+{1ro$k1QM<~~i1+I=lS{O>WFj)s z`h+!h#tzl-sad}`pQ9zWf6Qc0=;%>bjfGNv7N+xImR8y|Bv{^ zKP0dcV%bp|9lFSosNuUbhwc7$Rm{{}$E(M6Zkbg~cel2)WN!pzh}Q?2q}Z9)1WH$y z$mX;)OBh~j9#MuNqyAPPdU|tNMsFl;*Ikpvbp%?gD|iUm$H{et)LaD;S1P{8Uuu$aJs01m@g>Vt_-d0}Tg1%T}P808&>Z^st; z`t^nY!cX|OP4Lrb@{9-g8Dz8)dW&;grYRlDwrk8dcXu93VWprW3-$OI1uxT&!M=sU zKG37lE-yZYAA1|mGw@?`+x4bE&ysVZAqcg=(dZjT8u_>Js(ts2+asSEJa=x9nc4QK_Eo zyNs6`;>qxYgoF+Ye+$k(X=!Pe{#UMBDhKyneSXmNJZzten_KVb zSnw3Kc64Ozk9M?ZDrsndt(VBiK$m92_=MzkmnhUfW1sQi5N4l*gY;`!E-Z`lo|ieK zrUC_V3)3!8#M8O#O|&(2eqgJ34hNy6(3`Xr2d0S9!WJ~ZZ1yM+ z28Swn0W3t=1FmlL6L+}1)n35e3*V!ihk;k>X8w@lPzHJXd>929u6+3bJ4XyKU?JQl z3oyZwnPcu`lD_XUCUIa8b=jaSk%KQwgePHm#p`Ig&{O_~mdV1u$#6eW7FddeGB-wp zJE!Gs#pqr2UB+7tH>2qOi2elsuz5XNoA zYkMgmwD3Ncok2>St7vwnLlAgW5hCKwKK4`C+_9lW%JVE+e>89@IO7Um=Fr-H`MKkk zi?~NKE_HlNF*6!|50au1yS_~-#{bv2kT6lv2cFQL{AukyEYD{iOPyREmns_9y#5wG z@s^EG*5puS_Z`ApVJ6vw&g<4w zt5|Yn%S$yz_EVP88Zp#%nM7)>jdjJSox}Ry;^+#2@sEb&PWv}#6BA8B#K*{YQ1BQf z2(3aIwGj44y19Rx|8pgF*p8{Q?xRi|yLIif&dZl?=x`>`;=4GN+| zb&-N+L-Ura>Ee8DCarSpxLDapKphpN0kT2Ma`l8AS&JY1O>Jru7ThkT-S(YibfasS z$N6pUrHVB`n^&1eWUMLFsY|Hxj81{P8$@(i^2j~(;eeg70fB6s7!ePApk6&m8cpSN zMszB1d(wK`O7-x|?yqJ2W4+KZE|zw7%?9Iz*@mP<#PICz->a+kGRcsu1U5-W{FTp>3q17R>(|j97;Z{7+T;cqB-sKx2T4ZPR3jKkk+u2%=>gn&TEos{12pT=O zSItjT9T}LNqIi1KAZiP_^c?p^eC3PS{D|X@Cz4)TJt5)rUT9{Z$q}~J)@&8GqYk}1 zQ>E7;vd}D||2>xksqp-4Pq^6dLmC`VQ2(^eG~?uRnzY1r&VTEyE@BNoMBZk|*9cp+ z?H9v*ArldPtBr};%VeS~P-a@7$Xk-ErL10OTBxpG2dz0mi%GSqJO|YC+Z;d{iaV(g zBCQ!nd3w^8`ttR)b;$3+C^-iQDpHOXK;Y$IvpUPfdVEJ z9B%vidU<(u!eO`;G+O&;i4A<=CS z80^s7Yl&E!DkS1*X;TndM88+sl_!cD^ZTxjy-1JT2mg?qsVT-1#_;I-BYQp907)U_ zjD_l=tf#Z@&#gb5!tZL5Q|k$MT0yqw1mrRVpa*n+Xxrzz^0;{-fxZJqjIh?!S+QPOt`=8Sc|Q2Y`F*_@5LAW9&LJ$FGH- z{GlG|)}M5AqFuBrCLqQbB=9N$X?Kax7+0UnMh}!Q9{RTPPKLQ?b|1UjwEVXmgCb2U zF{o3+=mZ1=LQCRt{Y&#~^f(rat1NZm()8y2HpPhItLAoH;p-PUi&$Ul;*=Y>!0v(E z4x8fG;811=oCzCE6_5>{Ki(`vkMMePNo6Syo+n1#Cw<|^|SB&dsR-&!IbM70G2Xy zQem{pah)i3z}TmzR(prjld89|ad%$WOeL)QdA{BwhqQ;U^;V-;MF+?~PT-pde*~;M z`Pz$tK2uG-6F=VhqyfUoG+W@rO z5+HRZ)M@%Uka?IV=W( zHB%1OTZIXysAo2(qs8L4Xv=;12Ja%ODb!;^NIEPf1jI41BXCC}r<>2Hss?g!AaI=y z4jjTILcu|r5`cHBFb)|$^5Z^Kx)hMj8ZX$2{XJM>@XlwdHHa*6zDaIhc(YFny8&f$~}!tQDCGnY8NyWc_b2i@R1DvAE8Wh zG^Dv2HXmk9&v=uZt`z1Yi)h8v(;i9_)HIHwGN*|B48DuW|2*}?1=)xE%qw#o(7x{; zlh?6&#!!fvT3F|#{@4%~=kD%fjI(KZ25MnRYfypa(5Kwb8^r;c?R%lNu=o9@nh4Q9 zJ5yMunbV8Y+hc8r)->Q8_BFWwoXD76pe-MM5F^ZLtHClej{kDeFU!ycMbO?6*ZL`$ z#)l9p4m;d^lGlFtRh$#tCxa3i+ek1%(f%(RG_}5)HAro4M}7nSSSKZ8k+Hy{;yXq# zUS#-IJnoQ!+f)!mKJFt3_PkIIaYZ0we=XP_pJHaLWFi^LiVI*Pm2?$i zvqR}V!D_}K^yF~67xK{Sb{Z%|XDxDDdRB7t8sIt0KnSMgQ%a4v?ULr4@(d{s-bQlF zmABpsiHpr}Pji$5*}HylXFRR1ivEADdUG6$F8U+G^MbsjYxW6!^#9(WS<_f1tA8vB Uy_s%5$}a*&dZxNn7oDU256^R)82|tP diff --git a/icons/obj/guns/bows.dmi b/icons/obj/guns/bows.dmi index 36beb2c162e8a394cc69a8ca83ba19758b1b5b71..59126be6600e0a3fd3d9a54f910d91ad40944bd1 100644 GIT binary patch literal 25185 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 OGB|bNS+^UF=@~ literal 17556 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

  • {5feyXau|5*J7>|BS990cCf> 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 SoyfTEuKI)9g|{BR`ab{;P;G_) literal 110060 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 diff --git a/icons/mob/clothing/suit_storage.dmi b/icons/mob/clothing/suit_storage.dmi index e661abc3d579bc1475dc734194282654f826b183..37feab2813ddef18b519a709eed3ffcd9e44ad90 100644 GIT binary patch literal 9271 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
    jJ43q$tvRjb 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 W?Xi7i@xu)+^O@ivBNP&v}^u literal 23035 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 diff --git a/icons/obj/guns/toy.dmi b/icons/obj/guns/toy.dmi index 01240245903fd9d8974da40dc3e2ca39312faa7c..502eae3e14305b63e1cd6800288e9d96685df409 100644 GIT binary patch delta 381 zcmdnTI+;bMGr-TCmrII^fq{Y7)59eQNGE_W2Q!eo>eddDunF)9aXoP0z(flbt^fax z8SEI0`-LQ`+2k^rP4x7D5|MRB+JWjAOM?7@862M7NCR>vO{{9HS3EmeCUeVeMOM z>HX)935N5m%4A@8VDfgU@2_?HpRu;xp77;y%BC7){o>Gm1}0Xf)3qyKF)}bT)E_IF z^Fe5JDNoqjr>r?IB~{jQ)GtY&ut)8|jq5q3^A6q9|E3-@*O=X|U!#(%dVhs)f*kvq za)o!AZ%)3mZH$+bbzJb;+UgwppHDA1m<-qRRd~7!bX2mOV*PV-UY~-%XOVw(39aXM zK1uzyHqE*&*nHDn&bUB8Xo&y7 Z^7^vL(-%(?oPo+1JYD@<);T3K0RWZ;mYx6r delta 553 zcmbQtvX9lGGr-TCmrII^fq{Y7)59eQNG|~51`cK*xqI&xlHDXIx2D|dV2r=8v`ZIr0;zORL58nibB-K4 z8uF`jNy3iGGflNWeWs-!JKD9W{+Gr7n+ww=!nhxcdH(ddd*v9D`=@;lU!zt$WBvLw zm38-Hyu5o%UNgd znjSfaX*uidWz*GfSI*hHzwzOW%DV?u>g$`Y1v_?rm$hmB@$*vdky6K(>3kpEbnbcR z%Klu)0W_1LKw2x*&;I_ety?v^i)Uqc=>L24YoEJx*yfpuRiP0eL)(AG&&+$iYSa8U z%ex1+Y?=Q*vj4u%p7#$V>)dJ`GykctdtdcW{o`IckZBASS##ok>Mb%p_rIimLvq#A nDLb02pVim>yypmX|L>n{M=l#(dp#%bH%P6gtDnm{r-UW|3orZX diff --git a/icons/obj/projectiles.dmi b/icons/obj/projectiles.dmi index e27093ece014d38a628d983ad2646bb42ba6cfe1..2850636df4f2915267d66c7ab27f399a57df6949 100644 GIT binary patch delta 29596 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 delta 9025 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 X{N#*P68Gd3M7(rw8*0_wazOkKV+#tw diff --git a/yogstation.dme b/yogstation.dme index 86193bb4b37c..05ec4d835108 100644 --- a/yogstation.dme +++ b/yogstation.dme @@ -108,6 +108,7 @@ #include "code\__DEFINES\spaceman_dmm.dm" #include "code\__DEFINES\span.dm" #include "code\__DEFINES\speech_channels.dm" +#include "code\__DEFINES\spells.dm" #include "code\__DEFINES\stat.dm" #include "code\__DEFINES\stat_tracking.dm" #include "code\__DEFINES\station.dm" @@ -2997,8 +2998,6 @@ #include "code\modules\projectiles\ammunition\ballistic\smg.dm" #include "code\modules\projectiles\ammunition\ballistic\sniper.dm" #include "code\modules\projectiles\ammunition\caseless\_caseless.dm" -#include "code\modules\projectiles\ammunition\caseless\arrow.dm" -#include "code\modules\projectiles\ammunition\caseless\foam.dm" #include "code\modules\projectiles\ammunition\caseless\misc.dm" #include "code\modules\projectiles\ammunition\caseless\rocket.dm" #include "code\modules\projectiles\ammunition\energy\_energy.dm" @@ -3010,6 +3009,9 @@ #include "code\modules\projectiles\ammunition\energy\portal.dm" #include "code\modules\projectiles\ammunition\energy\special.dm" #include "code\modules\projectiles\ammunition\energy\stun.dm" +#include "code\modules\projectiles\ammunition\reusable\_reusable.dm" +#include "code\modules\projectiles\ammunition\reusable\arrow.dm" +#include "code\modules\projectiles\ammunition\reusable\foam.dm" #include "code\modules\projectiles\ammunition\special\magic.dm" #include "code\modules\projectiles\ammunition\special\syringe.dm" #include "code\modules\projectiles\attachments\_attachment.dm" @@ -3301,6 +3303,7 @@ #include "code\modules\spells\spell.dm" #include "code\modules\spells\spell_types\aimed.dm" #include "code\modules\spells\spell_types\area_teleport.dm" +#include "code\modules\spells\spell_types\arrow.dm" #include "code\modules\spells\spell_types\barnyard.dm" #include "code\modules\spells\spell_types\bloodcrawl.dm" #include "code\modules\spells\spell_types\charge.dm" diff --git a/yogstation/code/modules/guardian/abilities/_ability.dm b/yogstation/code/modules/guardian/abilities/_ability.dm index 75a8d6f7aaa4..a4facb080e86 100644 --- a/yogstation/code/modules/guardian/abilities/_ability.dm +++ b/yogstation/code/modules/guardian/abilities/_ability.dm @@ -3,7 +3,7 @@ human_req = FALSE clothes_req = FALSE antimagic_allowed = TRUE - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE /obj/effect/proc_holder/spell/targeted/guardian/proc/Finished() charge_counter = 0 diff --git a/yogstation/code/modules/guardian/abilities/special/time.dm b/yogstation/code/modules/guardian/abilities/special/time.dm index 31a6966e815d..b1b6633017ec 100644 --- a/yogstation/code/modules/guardian/abilities/special/time.dm +++ b/yogstation/code/modules/guardian/abilities/special/time.dm @@ -10,7 +10,7 @@ guardian.AddSpell(spell) /obj/effect/proc_holder/spell/aoe_turf/conjure/timestop/guardian - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = FALSE summon_type = list(/obj/effect/timestop) diff --git a/yogstation/code/modules/spells/cauterize.dm b/yogstation/code/modules/spells/cauterize.dm index af0f87cd0707..70790c0628b4 100644 --- a/yogstation/code/modules/spells/cauterize.dm +++ b/yogstation/code/modules/spells/cauterize.dm @@ -9,7 +9,7 @@ var/cauterize_duration = 20 //in seconds include_user = TRUE invocation = "AMOS INO!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY action_icon = 'yogstation/icons/mob/actions.dmi' action_icon_state = "cauterize" diff --git a/yogstation/code/modules/spells/cluwnecurse.dm b/yogstation/code/modules/spells/cluwnecurse.dm index f65bcdcfa7dd..338ce66b6bfb 100644 --- a/yogstation/code/modules/spells/cluwnecurse.dm +++ b/yogstation/code/modules/spells/cluwnecurse.dm @@ -2,13 +2,12 @@ name = "Curse of the Cluwne" desc = "This spell dooms the fate of any unlucky soul to the live of a pitiful cluwne, a terrible creature that is hunted for fun." school = "transmutation" - charge_type = "recharge" charge_max = 600 charge_counter = 0 clothes_req = 1 stat_allowed = 0 invocation = "CLU WO'NIS CA'TE'BEST'IS MAXIMUS!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 3 cooldown_min = 75 selection_type = "range" @@ -40,4 +39,4 @@ /datum/action/spell_action/New(Target) ..() var/obj/effect/proc_holder/spell/S = Target - icon_icon = S.action_icon \ No newline at end of file + icon_icon = S.action_icon diff --git a/yogstation/code/modules/spells/slip.dm b/yogstation/code/modules/spells/slip.dm index 23002a29139a..16409effc7cd 100644 --- a/yogstation/code/modules/spells/slip.dm +++ b/yogstation/code/modules/spells/slip.dm @@ -7,7 +7,7 @@ cooldown_min = 100 //50 deciseconds reduction per level range = 3 invocation = "OO'BANAN'A!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY action_icon = 'yogstation/icons/mob/actions.dmi' action_icon_state = "slip" diff --git a/yogstation/code/modules/spells/spell_types/aimed.dm b/yogstation/code/modules/spells/spell_types/aimed.dm index aef2897a47bd..d2ed0db76691 100644 --- a/yogstation/code/modules/spells/spell_types/aimed.dm +++ b/yogstation/code/modules/spells/spell_types/aimed.dm @@ -4,7 +4,7 @@ charge_max = 60 clothes_req = FALSE invocation = "ONA ANIMATUS" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 20 cooldown_min = 20 //10 deciseconds reduction per rank projectile_type = /obj/item/projectile/magic/animate @@ -13,4 +13,4 @@ sound = 'sound/magic/staff_animation.ogg' active_msg = "You prepare to cast your animation spell!" deactive_msg = "You stop casting your animation spell... for now." - active = FALSE \ No newline at end of file + active = FALSE From 66ab29be221bb92933405be5441df042c171fc92 Mon Sep 17 00:00:00 2001 From: nmajask Date: Thu, 16 Feb 2023 23:23:17 -0500 Subject: [PATCH 18/57] more stuff --- .../components/storage/concrete/_concrete.dm | 2 + code/datums/embedding_behavior.dm | 7 +- code/game/objects/items.dm | 3 +- code/game/objects/items/stacks/tape.dm | 2 +- code/game/objects/items/storage/belt.dm | 193 +++++++++++++++++- .../antagonists/wizard/equipment/spellbook.dm | 2 +- .../mining/lavaland/necropolis_chests.dm | 5 +- code/modules/mob/inventory.dm | 2 +- .../mob/living/carbon/carbon_defense.dm | 27 +-- .../projectiles/ammunition/reusable/arrow.dm | 31 ++- .../modules/projectiles/guns/ballistic/bow.dm | 78 +++---- .../reagents/reagent_containers/syringes.dm | 2 +- code/modules/spells/spell_types/arrow.dm | 2 +- code/modules/surgery/bodyparts/_bodyparts.dm | 4 +- icons/mob/clothing/back.dmi | Bin 107729 -> 109442 bytes icons/mob/clothing/belt.dmi | Bin 21779 -> 23206 bytes icons/obj/ammo.dmi | Bin 43316 -> 49317 bytes icons/obj/clothing/belts.dmi | Bin 14537 -> 14971 bytes icons/obj/guns/bows.dmi | Bin 23552 -> 23898 bytes 19 files changed, 290 insertions(+), 70 deletions(-) diff --git a/code/datums/components/storage/concrete/_concrete.dm b/code/datums/components/storage/concrete/_concrete.dm index 76648771097c..4cdb72a2eb3f 100644 --- a/code/datums/components/storage/concrete/_concrete.dm +++ b/code/datums/components/storage/concrete/_concrete.dm @@ -137,6 +137,7 @@ //Being destroyed, just move to nullspace now (so it's not in contents for the icon update) AM.moveToNullspace() refresh_mob_views() + SEND_SIGNAL(parent, COMSIG_STORAGE_REMOVED, AM, new_location) if(isobj(parent)) var/obj/O = parent O.update_icon() @@ -189,6 +190,7 @@ parent.add_fingerprint(M) if(!prevent_warning) mob_item_insertion_feedback(usr, M, I) + SEND_SIGNAL(parent, COMSIG_STORAGE_INSERTED, I, M) update_icon() return TRUE diff --git a/code/datums/embedding_behavior.dm b/code/datums/embedding_behavior.dm index d4181f94344c..ee57265ba072 100644 --- a/code/datums/embedding_behavior.dm +++ b/code/datums/embedding_behavior.dm @@ -8,7 +8,8 @@ embedded_impact_pain_multiplier = EMBEDDED_IMPACT_PAIN_MULTIPLIER, embedded_unsafe_removal_pain_multiplier = EMBEDDED_UNSAFE_REMOVAL_PAIN_MULTIPLIER, embedded_unsafe_removal_time = EMBEDDED_UNSAFE_REMOVAL_TIME, - embedded_ignore_throwspeed_threshold = FALSE) + embedded_ignore_throwspeed_threshold = FALSE, + embedded_bleed_rate = 0.5) . = locate(EMBEDID) if (!.) . = new /datum/embedding_behavior(embed_chance, embedded_fall_chance, embedded_pain_chance, embedded_pain_multiplier, embedded_fall_pain_multiplier, embedded_impact_pain_multiplier, embedded_unsafe_removal_pain_multiplier, embedded_unsafe_removal_time, embedded_ignore_throwspeed_threshold) @@ -23,6 +24,7 @@ var/embedded_unsafe_removal_pain_multiplier //The coefficient of multiplication for the damage removing this without surgery causes (this*w_class) var/embedded_unsafe_removal_time //A time in ticks, multiplied by the w_class. var/embedded_ignore_throwspeed_threshold //if we don't give a damn about EMBED_THROWSPEED_THRESHOLD + var/embedded_bleed_rate // How much bleeding is caused while this is embeded /datum/embedding_behavior/New(embed_chance = EMBED_CHANCE, embedded_fall_chance = EMBEDDED_ITEM_FALLOUT, @@ -32,7 +34,8 @@ embedded_impact_pain_multiplier = EMBEDDED_IMPACT_PAIN_MULTIPLIER, embedded_unsafe_removal_pain_multiplier = EMBEDDED_UNSAFE_REMOVAL_PAIN_MULTIPLIER, embedded_unsafe_removal_time = EMBEDDED_UNSAFE_REMOVAL_TIME, - embedded_ignore_throwspeed_threshold = FALSE) + embedded_ignore_throwspeed_threshold = FALSE, + embedded_bleed_rate = 0.5) src.embed_chance = embed_chance src.embedded_fall_chance = embedded_fall_chance src.embedded_pain_chance = embedded_pain_chance diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 986e22b3e547..c426029c6bab 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -255,7 +255,8 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons . += "[src] is made of cold-resistant materials." if(resistance_flags & FIRE_PROOF) . += "[src] is made of fire-retardant materials." - + if(taped) + . += "[src] seems to be covered in tape." if(!user.research_scanner) return diff --git a/code/game/objects/items/stacks/tape.dm b/code/game/objects/items/stacks/tape.dm index 3cc460f8060e..a795b9d65e87 100644 --- a/code/game/objects/items/stacks/tape.dm +++ b/code/game/objects/items/stacks/tape.dm @@ -52,7 +52,7 @@ return to_chat(user, span_info("You wrap [I] with [src].")) use(1) - I.embedding = I.embedding.setRating(100, fall_chance, 0, 0, 0, 0, removal_pain, removal_time, TRUE) + I.embedding = I.embedding.setRating(100, fall_chance, 0, 0, 0, 0, removal_pain, removal_time, TRUE, 0) I.taped = TRUE /obj/item/stack/tape/guerrilla diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 25a66eeeeeb6..cc26f3b48099 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -808,10 +808,9 @@ content_overlays = TRUE slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK - /obj/item/storage/belt/quiver/update_icon() ..() - if(ismob(loc)) + if(content_overlays && ismob(loc)) var/mob/M = loc M.update_inv_belt() M.update_inv_back() @@ -837,6 +836,194 @@ for(var/i in 1 to 10) new /obj/item/ammo_casing/reusable/arrow(src) +/obj/item/storage/belt/quiver/unlimited + name = "quiver of unlimited arrows" + desc = "Gives +1 to holding arrows. Also contains unlimited arrows." + var/new_arrow_type = /obj/item/ammo_casing/reusable/arrow + +/obj/item/storage/belt/quiver/unlimited/Initialize() + . = ..() + RegisterSignal(src, COMSIG_STORAGE_REMOVED, PROC_REF(check_arrow_refresh)) + +/obj/item/storage/belt/quiver/unlimited/PopulateContents() + new new_arrow_type(src) + +/obj/item/storage/belt/quiver/unlimited/proc/check_arrow_refresh() + var/list/inv = list() + SEND_SIGNAL(src, COMSIG_TRY_STORAGE_RETURN_INVENTORY, inv) + for(var/item in inv) + if(istype(item, new_arrow_type)) + return + SEND_SIGNAL(src, COMSIG_TRY_STORAGE_INSERT, new new_arrow_type(), null, TRUE, TRUE) + playsound(src, 'sound/magic/blink.ogg', 10, 1) + +/obj/item/storage/belt/quiver/returning + name = "quiver of returning" + desc = "A quiver that uses magic to return arrows after a few seconds of them being removed. The arrow doesn't return if the wearer is holding it still." + /// The type that are returned to this quiver after being fired + var/return_type = /obj/item/ammo_casing/reusable/arrow + /// The time it takes for an arrow to return + var/return_time = 5 SECONDS + /// If the return is blocked by anti-magic + var/anti_magic_check = TRUE + +/obj/item/storage/belt/quiver/returning/Initialize() + . = ..() + RegisterSignal(src, COMSIG_STORAGE_REMOVED, PROC_REF(mark_arrow_return)) + +/obj/item/storage/belt/quiver/returning/proc/mark_arrow_return(target, atom/movable/AM, atom/new_location) + if(!istype(AM, return_type)) + return + addtimer(CALLBACK(src, .proc/check_arrow_return, AM), return_time) + +/obj/item/storage/belt/quiver/returning/proc/check_arrow_return(atom/movable/arrow) + if(!istype(arrow, return_type) || arrow.loc == src || (ismob(loc) && loc == arrow.loc)) + return + var/mob/arrow_holder = arrow.loc + if(anti_magic_check && istype(arrow_holder) && arrow_holder.anti_magic_check(TRUE, FALSE ,FALSE, 0)) + to_chat(arrow_holder, span_notice("You feel [arrow] tugging on you.")) + return + var/mob/living/carbon/carbon = arrow.loc + + if(istype(carbon)) + var/obj/item/bodypart/part = carbon.get_embedded_part(arrow) + if(part) + if(!carbon.remove_embedded_object(src, unsafe = TRUE)) + to_chat(carbon, span_notice("You feel [arrow] tugging on you.")) + return + to_chat(carbon, span_userdanger("[arrow] suddenly rips out of you!")) + + if(!SEND_SIGNAL(src, COMSIG_TRY_STORAGE_INSERT, arrow, null, TRUE, TRUE)) + return + + if(ismob(loc)) + to_chat(loc, span_notice("[arrow] suddenly returns to your [src]!")) + playsound(src, 'sound/magic/blink.ogg', 10, 1) + +/obj/item/storage/belt/quiver/returning/bone + name = "ash covered quiver" + desc = "A quiver caked in ash, it seems to have a magical aura." + icon_state = "quiver_weaver" + item_state = "quiver_weaver" + resistance_flags = FIRE_PROOF + return_type = /obj/item/ammo_casing/reusable/arrow/bone + +/obj/item/storage/belt/quiver/returning/bone/PopulateContents() + for(var/i in 1 to 10) + new /obj/item/ammo_casing/reusable/arrow/bone(src) + +/obj/item/storage/belt/quiver/returning/holding + name = "quiver of holding" + desc = "The pinnacle of conventional archery technology, can store a vast amount of arrows and return those removed after a short while using bluespace micro tags and short-ranged teleportation. Probably safe." + icon_state = "quiver_holding" + item_state = "quiver_holding" + content_overlays = FALSE // The arrows are stored in the quiver, so none of it hangs out + anti_magic_check = FALSE + +/obj/item/storage/belt/quiver/returning/holding/ComponentInitialize() + . = ..() + var/datum/component/storage/STR = GetComponent(/datum/component/storage) + STR.max_items = 50 + STR.max_combined_w_class = 50 + +/obj/item/storage/belt/quiver/anomaly + name = "anomaly quiver" + desc = "A specialized quiver with an empty slot for an anomaly core to give it a special function." + icon_state = "quiver_anomaly_empty" + item_state = "quiver_anomaly_empty" + +/obj/item/storage/belt/quiver/anomaly/ComponentInitialize() + . = ..() + var/datum/component/storage/STR = GetComponent(/datum/component/storage) + STR.max_items = 10 // Less space for arrows due to all the parts inside + STR.max_combined_w_class = 10 + +/obj/item/storage/belt/quiver/anomaly/attackby(obj/item/I, mob/user, params) + ..() + var/static/list/anomaly_quiver_types = list( + /obj/effect/anomaly/grav = /obj/item/storage/belt/quiver/anomaly/vacuum, + /obj/effect/anomaly/pyro = /obj/item/storage/belt/quiver/anomaly/pyro, + /obj/effect/anomaly/bluespace = /obj/item/storage/belt/quiver/returning/holding + ) + + if(istype(I, /obj/item/assembly/signaler/anomaly)) + var/obj/item/assembly/signaler/anomaly/A = I + var/quiver_path = anomaly_quiver_types[A.anomaly_type] + if(!quiver_path) + to_chat(user, span_warning("[A] can't be used in \the [src].")) + return + var/list/inv = list() + SEND_SIGNAL(src, COMSIG_TRY_STORAGE_RETURN_INVENTORY, inv) + if(inv.len) // Want to tell them after so that they don't empty the quiver just to find out they can't use the core + to_chat(user, span_warning("You need to empty [src] before [A] can be inserted.")) + return + to_chat(user, span_notice("You insert [A] into \the [src], and it gently hums to life.")) + new quiver_path(get_turf(src)) + qdel(src) + qdel(A) + +/obj/item/storage/belt/quiver/anomaly/vacuum + name = "vacuum quiver" + desc = "A specialized quiver with a gravitational anomaly core inside, sucking in arrows towards the user and pulling them inside." + icon_state = "quiver_anomaly" + item_state = "quiver_anomaly" + +/obj/item/storage/belt/quiver/anomaly/vacuum/Initialize() + . = ..() + START_PROCESSING(SSobj, src) + +/obj/item/storage/belt/quiver/anomaly/vacuum/Destroy() + STOP_PROCESSING(SSobj, src) + return ..() + +/obj/item/storage/belt/quiver/anomaly/vacuum/process(delta_time) + var/datum/component/storage/STR = GetComponent(/datum/component/storage) + var/turf/T = loc ? get_turf(loc) : loc(src) + var/processed = 0 + for(var/thing in T) + if(processed > 50) // So we dont kill the server with tons of items + return + var/obj/I = thing + if(I && SEND_SIGNAL(src, COMSIG_TRY_STORAGE_INSERT, I)) + ++processed + + for(var/thing in orange(5, src)) + if(processed > 50) + return + var/obj/I = thing + if(I && STR.can_be_inserted(I)) + step_towards(I, T) + ++processed + +/obj/item/storage/belt/quiver/anomaly/pyro + name = "incindiary quiver" + desc = "A specialized quiver with a pyroclastic anomaly core inside, igniting arrows when the user removes them." + icon_state = "quiver_anomaly" + item_state = "quiver_anomaly" + /// Time after igniting an arrow for it to allow you to light another + var/ignite_cooldown = 1 SECONDS + +/obj/item/storage/belt/quiver/anomaly/pyro/Initialize() + . = ..() + RegisterSignal(src, COMSIG_STORAGE_REMOVED, PROC_REF(ignite_arrow)) + +/obj/item/storage/belt/quiver/anomaly/pyro/proc/ignite_arrow(target, obj/item/ammo_casing/reusable/arrow/arrow, atom/new_location) + if(!istype(arrow) || arrow.flaming || TIMER_COOLDOWN_CHECK(src, ignite_cooldown)) + return + TIMER_COOLDOWN_START(src, "ignite_cooldown", ignite_cooldown) + arrow.add_flame() + visible_message(span_notice("\The [src] ignites \the [arrow].")) + +/obj/item/storage/belt/quiver/anomaly/pyro/emp_act(severity) + . = ..() + if((. & EMP_PROTECT_SELF) || TIMER_COOLDOWN_CHECK(src, ignite_cooldown)) + return + TIMER_COOLDOWN_START(src, "ignite_cooldown", ignite_cooldown) + visible_message(span_danger("\The [src] backfires and spews fire!")) + fire_act() + if(istype(loc)) + loc.fire_act() + /obj/item/storage/belt/quiver/weaver name = "weaver chitin quiver" desc = "A fireproof quiver made from the chitin of a marrow weaver. Used to hold arrows." @@ -886,6 +1073,8 @@ for(var/i in 1 to 10) new /obj/item/ammo_casing/reusable/arrow/toy/energy(src) +// Anomaly Quivers + /obj/item/storage/belt/fannypack name = "fannypack" desc = "A dorky fannypack for keeping small items in." diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index 915d3c5d6b74..14d35ceded49 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -321,7 +321,7 @@ /datum/spellbook_entry/item/breakbow/Buy(mob/living/carbon/human/user,obj/item/spellbook/book) . = ..() if(.) - user.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/conjure_item/arrow()) + new /obj/item/storage/belt/quiver/unlimited(get_turf(user)) // Quiver of limitless arrows /datum/spellbook_entry/item/staffdoor name = "Staff of Door Creation" diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index ff4c0006598a..009d0090ffbb 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -13,7 +13,7 @@ GLOBAL_LIST_EMPTY(aide_list) desc = "It's watching you suspiciously." /obj/structure/closet/crate/necropolis/tendril/PopulateContents() - var/loot = rand(1,25) + var/loot = rand(1,26) switch(loot) if(1) new /obj/item/shared_storage/red(src) @@ -76,6 +76,9 @@ GLOBAL_LIST_EMPTY(aide_list) new /obj/item/grenade/plastic/miningcharge/mega(src) if(25) new /obj/item/clothing/gloves/gauntlets(src) + if(26) + new /obj/item/gun/ballistic/bow/ashen(src) + new /obj/item/storage/belt/quiver/returning/bone(src) //KA modkit design discs /obj/item/disk/design_disk/modkit_disc diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 683d81d05bab..cb61ae3f340d 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -454,7 +454,7 @@ to_chat(M, span_warning("You are unable to equip that!")) return FALSE - + /mob/verb/quick_equip() set name = "quick-equip" set hidden = TRUE diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 061f10e682b1..94f4dc4eed6d 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -97,8 +97,7 @@ if(CHECK_BITFIELD(SEND_SIGNAL(embedding, COMSIG_ITEM_EMBEDDED, src), COMSIG_ITEM_BLOCK_EMBED) || !embedding) return FALSE LAZYADD(body_part.embedded_objects, embedding) - var/obj/item/ammo_casing/AC = embedding - if(!((istype(AC) && !AC.harmful) || embedding.taped)) + if(embedding.embedding.embedded_bleed_rate) embedding.add_mob_blood(src)//it embedded itself in you, of course it's bloody! embedding.forceMove(src) SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "embedded", /datum/mood_event/embedded) @@ -112,7 +111,7 @@ /** * Removes the given embedded object from this carbon */ -/mob/living/carbon/proc/remove_embedded_object(obj/item/embedded, new_loc, silent, forced) +/mob/living/carbon/proc/remove_embedded_object(obj/item/embedded, new_loc, silent, forced, unsafe) var/obj/item/bodypart/body_part = get_embedded_part(embedded) if(!body_part) return FALSE @@ -121,8 +120,17 @@ LAZYADD(body_part.embedded_objects, embedded) return FALSE LAZYREMOVE(body_part.embedded_objects, embedded) - if(!silent) - emote("scream") + if(unsafe) + var/damage_amount = embedded.embedding.embedded_unsafe_removal_pain_multiplier * embedded.w_class + if(!embedded.embedding.embedded_bleed_rate) + body_part.receive_damage(damage_amount * 0.25, sharpness = SHARP_EDGED)//It hurts to rip it out, get surgery you dingus. + body_part.check_wounding(WOUND_SLASH, damage_amount, 20, 0) + else + body_part.receive_damage(stamina = damage_amount * 0.25, sharpness = SHARP_EDGED)//Non-harmful stuff causes stamina damage when removed + + if(!silent && damage_amount) + emote("scream") + if(!has_embedded_objects()) clear_alert("embeddedobject") SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "embedded") @@ -149,14 +157,7 @@ user.visible_message(span_warning("[user] attempts to remove [choice] from [user.p_their()] [body_part.name]."),span_notice("You attempt to remove [choice] from your [body_part.name]... (It will take [DisplayTimeText(time_taken)].)")) if(!do_after(user, time_taken, needhand = 1, target = src) && !(choice in body_part.embedded_objects)) return - var/obj/item/ammo_casing/AC = choice - var/damage_amount = choice.embedding.embedded_unsafe_removal_pain_multiplier * choice.w_class - if((istype(AC) && !AC.harmful) || choice.taped) - body_part.receive_damage(stamina = damage_amount * 0.25, sharpness = SHARP_EDGED)//Non-harmful stuff causes stamina damage when removed - else - body_part.receive_damage(damage_amount * 0.25, sharpness = SHARP_EDGED)//It hurts to rip it out, get surgery you dingus. - body_part.check_wounding(WOUND_SLASH, damage_amount, 20, 0) - if(remove_embedded_object(choice, get_turf(src), damage_amount) && choice) + if(remove_embedded_object(choice, get_turf(src), unsafe = TRUE) && choice) user.put_in_hands(choice) user.visible_message("[user] successfully rips [choice] out of [user == src? p_their() : "[src]'s"] [body_part.name]!", span_notice("You successfully remove [choice] from your [body_part.name].")) return TRUE diff --git a/code/modules/projectiles/ammunition/reusable/arrow.dm b/code/modules/projectiles/ammunition/reusable/arrow.dm index 33714b899495..4d5253fb39c1 100644 --- a/code/modules/projectiles/ammunition/reusable/arrow.dm +++ b/code/modules/projectiles/ammunition/reusable/arrow.dm @@ -142,13 +142,13 @@ flaming = TRUE update_icon() -/obj/item/ammo_casing/reusable/arrow/proc/on_embed(mob/living/carbon/embedde) +/obj/item/ammo_casing/reusable/arrow/proc/on_embed(target, mob/living/carbon/embedde) if(syringe) - syringe.embed_inject(embedde) + syringe.embed_inject(target, embedde) -/obj/item/ammo_casing/reusable/arrow/proc/embed_tick(mob/living/carbon/embedde) +/obj/item/ammo_casing/reusable/arrow/proc/embed_tick(target, mob/living/carbon/embedde) if(syringe) - syringe.embed_inject(embedde) + syringe.embed_inject(target, embedde) // Arrow Subtypes // @@ -342,6 +342,27 @@ add_flame() +// Joke? // + +/* +/obj/item/ammo_casing/reusable/arrow/supermatter + name = "supermatter tipped arrow" + desc = "An arrow made of a hypernoblium tipped rod, a shard of supermatter, and poor decision making." + icon_state = "supermatterarrow" + item_state = "supermatterarrow" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/supermatter + +/obj/item/ammo_casing/reusable/arrow/supermatter/proc/disintigrate + +/obj/item/ammo_casing/reusable/arrow/supermatter/sliver + +/obj/item/ammo_casing/reusable/arrow/singulo + var/obj/item/singularity_shard/shard + +/obj/item/ammo_casing/reusable/arrow/singulo/shard6 + shard = /obj/item/singularity_shard/stage6 +*/ + // Hardlight // /obj/item/ammo_casing/reusable/arrow/energy @@ -368,7 +389,7 @@ /obj/item/ammo_casing/reusable/arrow/energy/on_embed(mob/living/carbon/embedde) return -/obj/item/ammo_casing/reusable/arrow/energy/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) +/obj/item/ammo_casing/reusable/arrow/energy/embed_tick(target, mob/living/carbon/human/embedde, obj/item/bodypart/part) if(ticks >= tick_max) embedde.remove_embedded_object(src, , TRUE, TRUE) return diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 8b81805bb47f..d601981b26bb 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -337,6 +337,12 @@ qdel(other_blade) qdel(src) +/obj/item/break_blade/pre_attack(atom/A, mob/living/user, params) + if(istype(A, /obj/item/break_blade)) + form_bow(user, A) + return FALSE + . = ..() + /obj/item/break_blade/attack(mob/living/M, mob/living/user, secondattack = FALSE) . = ..() var/obj/item/break_blade/secondblade = user.get_inactive_held_item() @@ -360,7 +366,7 @@ return var/mob/holder = loc - if(istype(holder) && holder.anti_magic_check()) + if(istype(holder) && holder.anti_magic_check(TRUE, FALSE, FALSE, 0)) to_chat(holder, span_notice("You feel [src] tugging on you.")) return @@ -368,11 +374,8 @@ if(istype(carbon)) var/obj/item/bodypart/part = carbon.get_embedded_part(src) if(part) - var/damage_amount = embedding.embedded_unsafe_removal_pain_multiplier * w_class - part.receive_damage(damage_amount * 0.25, sharpness = SHARP_EDGED) - part.check_wounding(WOUND_SLASH, damage_amount, 20, 0) - if(!carbon.remove_embedded_object(src)) - to_chat(holder, span_notice("You feel [src] tugging on you.")) + if(!carbon.remove_embedded_object(src, unsafe = TRUE)) + to_chat(carbon, span_notice("You feel [src] tugging on you.")) return to_chat(carbon, span_userdanger("[src] suddenly rips out of you!")) @@ -504,38 +507,37 @@ if(!istype(M) || !M.selectable_types) return var/list/selectable_types = M.selectable_types - - if(selectable_types.len == 1) - M.ammo_type = selectable_types[1] - to_chat(user, span_notice("\The [src] doesn't have any other firing modes.")) - update_icon() - return - - if(selectable_types.len == 2) - selectable_types = selectable_types - M.ammo_type - M.ammo_type = selectable_types[1] - to_chat(user, span_notice("You switch \the [src]'s firing mode.")) - update_icon() - return - - var/list/choice_list = list() - for(var/arrow_type in M.selectable_types) - choice_list[arrow_type] = - available_surgeries[S.name] = S - var/datum/radial_menu_choice/choice = new - choice.image = image(arrow_type.icon, icon_state = ) - choice.info = S.desc - radial_list[S.name] = choice - break - var/obj/item/ammo_casing/reusable/arrow/energy/choice = show_radial_menu(user, user, choice_list, tooltips = TRUE) - if(!choice || !(choice.type in M.selectable_types)) - return - M.ammo_type = choice.type - to_chat(user, span_notice("You switch \the [src]'s firing mode to \"[choice]\".")) - for(var/arrow in choice_list) - QDEL_NULL(choice_list[arrow]) - QDEL_NULL(arrow) - QDEL_NULL(choice_list) + + switch(selectable_types.len) + if(1) + M.ammo_type = selectable_types[1] + to_chat(user, span_notice("\The [src] doesn't have any other firing modes.")) + if(2) + selectable_types = selectable_types - M.ammo_type + M.ammo_type = selectable_types[1] + to_chat(user, span_notice("You switch \the [src]'s firing mode.")) + else + var/list/choice_list = list() + var/list/radial_list = list() + for(var/type in M.selectable_types) + var/obj/item/arrow_type = type + var/datum/radial_menu_choice/choice = new + choice.image = image(initial(arrow_type.icon), icon_state = initial(arrow_type.icon_state)) + choice.info = initial(arrow_type.desc) + choice_list[initial(arrow_type.name)] = arrow_type + radial_list[initial(arrow_type.name)] = choice + var/raw_choice = show_radial_menu(user, user, radial_list, tooltips = TRUE) + message_admins("[raw_choice]") + if(!raw_choice || !(raw_choice in radial_list)) + return + var/obj/item/ammo_casing/reusable/arrow/energy/choice = choice_list[raw_choice] + message_admins("[choice]") + if(!choice || !(choice in M.selectable_types)) + return + M.ammo_type = choice + to_chat(user, span_notice("You switch \the [src]'s firing mode to \"[initial(choice.name)]\".")) + QDEL_NULL(choice_list) + QDEL_NULL(radial_list) update_icon() /obj/item/gun/ballistic/bow/energy/CtrlClick(mob/living/user) diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 415151153ba0..d68a4ddc42fa 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -196,7 +196,7 @@ add_overlay(injoverlay) M.update_inv_hands() -/obj/item/reagent_containers/syringe/proc/embed_inject(mob/living/carbon/human/embedde, obj/item/bodypart/part) +/obj/item/reagent_containers/syringe/proc/embed_inject(target, mob/living/carbon/human/embedde, obj/item/bodypart/part) var/fraction = min(amount_per_transfer_from_this/reagents.total_volume, 1) reagents.reaction(embedde, INJECT, fraction) reagents.trans_to(embedde, amount_per_transfer_from_this) diff --git a/code/modules/spells/spell_types/arrow.dm b/code/modules/spells/spell_types/arrow.dm index 6edd3667fd9a..974f34ef42b4 100644 --- a/code/modules/spells/spell_types/arrow.dm +++ b/code/modules/spells/spell_types/arrow.dm @@ -18,7 +18,7 @@ UnregisterSignal(user, COMSIG_MOB_QUICK_EQUIP) /obj/effect/proc_holder/spell/targeted/conjure_item/arrow/proc/on_quick_equip(obj/item/held_item) - if(held_item || usr.get_active_held_item()) + if(isitem(held_item) || isitem(usr.get_active_held_item())) return Click() if(usr.get_active_held_item()) diff --git a/code/modules/surgery/bodyparts/_bodyparts.dm b/code/modules/surgery/bodyparts/_bodyparts.dm index 193e0e0ce29b..a716d9a56b80 100644 --- a/code/modules/surgery/bodyparts/_bodyparts.dm +++ b/code/modules/surgery/bodyparts/_bodyparts.dm @@ -933,9 +933,7 @@ //We want an accurate reading of .len listclearnulls(embedded_objects) for(var/obj/item/embeddies in embedded_objects) - var/obj/item/ammo_casing/AC = embeddies - if(!(embeddies.taped || (istype(AC) && !AC.harmful))) - bleed_rate += 0.5 + bleed_rate += embeddies.embedding.embedded_bleed_rate for(var/thing in wounds) var/datum/wound/W = thing diff --git a/icons/mob/clothing/back.dmi b/icons/mob/clothing/back.dmi index 2e081d87821e9e67797b27dc8a87a8c55b09b9e6..a62d32defc70ce3e38bfc8b97efb5952b1ee00d0 100644 GIT binary patch literal 109442 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
  • {5feyXau|5*J7>|BS990cCf> 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 SoyfTEuKI)9g|{BR`ab{;P;G_) diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index 4e5a45b43b4f62da62549346ad5da1f5fedafd49..e725a6ad118ab38a63946e50924e0d89fc47675f 100644 GIT binary patch literal 23206 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�&zEQ#wc zbCx~}S9uZJn?Y^Kvb_(HF_uEeKp#6JGhx1sU*Xnp~ z@m3SiHC0Bb7)ipr&d2&r1p)@mR8)Bxl__DPyT1~mqb%>eeYM-ez>E>KsBHny0PXr_ zb!t|88kZuH9*FICAeCQsUNcoSm^Ul@MGN&*EVbdKiUgkMnbmb-%rtJwjeH+HKKgc; z3S6IER)6wd-kX-{;f;GDGnrheT4A+kR?31NcszwUwH^J*)YyNH0#>f_=UrEo<$SmW z-d|Ew^g04%ZG?16)H+@~Uo=;xe!ART4(|`jGfl|WgD0mMZ+RW3gQK+g(IZ~Mo(}ar zuiD10!Rkh$+L=D&RzZyy^nM6KWtg#HxS$_W?BS_JKo&=}!_OO?GKMFcCqk(q`_=qm zr#6~i8>qd~)~a;&2*uCrOd58tDw@$Nyr!l66e?}d;2FrK7vtRDFGY5kPmb8aoGi^` z4uk8YWKa_y4>P%a?(d_jQF?V_LbC_Sr>U_lbuF!jT{(?i0S zYXhqctLD^pMDtRqhI7%RbZ$dDxC_xHCkC2VCoMQn>lEG|p=2r@C!g_u4+!IJZ*ZEZ zc=-_;7c=u7IeFcMwoolM_IuOar@*dj1>;^U~K z0|>5bF2M<5$%kLkt%2yqI~qDRN}CsHeezFZb}LVmGP=P_(BV$K(ok-0QV^*|N6P-}HZ&CZ`^f?h) zOpF51N@zNLV^XKxP?11jV!aZ^MPrK3ZnL^v$Vy6sR9XBrPgjJW@`5jib4D9JK8GyU zysW;i|MgVh>z>nuySmCWd1cyX++b4g5j~KJZO4ci zE1Mp2EA6evb|4vMy=@PHyfK2Af2Qy8T?MP1i8{*qGGlJ%CGH^Y>KOtQy2K5oL@5%o zjB8voo_i;J%jq}ivJFI9pnqQttO&^FZQtnhVuHKj`ejlU7hg-c%$g~9ZT#hUh;*K9 zs7>?3!2NtT&_DE5?5D^sJP@@|AgF~LbrNMUVy7rgUb*l}21#_wme<}#TfKJDPS9l! z%DWB(C%F1M+^`!0vmxnK!&oLyYcRrML7CKQx#ed+mRb z8KzSRXahW)i7z%yrc4_QfhYOdg2?MK22tH*{)m_8-!WZI`v<^&jS4nT-W)$q{gbUb zJ?j`&37e8CSgcE5ry41@(`LSYUG~C5Kvku+KLwi$L>GwR{x&cG4N+P9n?V)?hN-w8ko)Sc6lxy=vCXYG~ z_etbtAvg+mSEJmiV8T+&Q+-b!iGfU*Q4cfr}Tabjm%F96>AT1-%uYXRu}6KdZ+^$qaFEN54o9}8$3rHdD3%NKy_Mz9jypfsI&M5 zfNf&dCxTd56AKKu+py zBxvgS^XL2cq1LWY>@mps_jh_6Z2G&L7RK55ff^QtK%HW(xwYcx7v9|(slmf z8g85JC5Y;{5cJ($&pp!F$?5*rr8D-2g>r6CBcb-F(%X1@;O^tj*iB5pa8UrN1_A%c} z#J|rFB0$+s;s4XHt|Nk-C5-V&6)g>9KObUYVR6p_(G6&yv3rBMUOrP^be)`q$VTt& zFx*Uib+YU?%4gU`!<)mb61GoPVI$f~!-SYw1OKl*Yo|Xlx6`r!0MQq?kk_QwxPt@D z*~zU$Oil!ww6G)o?RQtI*epOa>YwK*HV6vY%LQ?=DXyyyH|bx)W(eIgg0^;Lbl4o7 z;uCtjG!t+EWJ)_t>eayjjnTI6!{;$ScyW+mnh){eIN*4s&pqQbhMlf04+{(X4yZ{) z{Y0SmGs-sQX;t-wX&0P_SxHdgG2mKE0Fa}=wAxwT`S-cN3d=}I$8V#4rZ@Wju-fQg z)$8mh%4`gv)KX%ef7w|OQQ;>0uY?}Mnn!M@9piL2_ZQyTUFAx&O^1D;frS<1++!w-sH#S9 z7tRT#PQQMh`n5Oy+p|C%1nx?>_Ut2EMX@~V8L-fT7pPCjuF3RvT)lIF>jt?-@+9j3 znP}U@#&~>NLlDBO?$uSKPZiFn1i$nMP7f=Fp5&Uydv9?VfBf9U5R}e9uC&9B73ro( zI|)wbESg9nbLVf4D+U2hA4^R`B0mAMI%j)pM;q3WLg8aPV_D&t1Z!rw#I7FJ^Zv2m z31E&kd9dtMsqaab2vHC1D_QBR`*B^jsf& z6!Usk8nmw@o%Vq^9Hn0r?6EQa2W@)w^rjDwJD5l8k64qPih3?_$UfLyMFIy`{5;!} zsY@hie8z|(jWF6!2>`~lI*i1_F>W^Ti4zr+(!;r_CIS@P!H3@YhU3J>K1`J6?1 zaefFIf@kx6;c)nk31}ELd~yy-&eB!K;sFXB$wQe|^Jf#F&td=nTpyzd^iw$M;8(HWfDftg7c*0M+WWG|BT)>zKaI%8k7-0Zk zmRD9j{)D_;N3snf=Tw~p4xW<#W}adt#t`{{nIwn=K`Gs_@$zk1N`$g$u@b*G+yh%K zb&mY>V0U%y;OWusDh$AT%ve!M?BN}pArC3Jcoh=E#U(fHapVjS3PP#dA3pK#mm>8Y zbF!fi==M?%4tlbnn(~pMnrq%OwmoF`(5$usiwTaV1E7MYG%qzdQ0FRZsK$jXsUYTM zV1FJxENXh^O|J+E&ZaxI?64FC7VwF^|0*0*vIlv`8jh4t*ton3+C6zCL>N1mdUT|{ zv72V;7@BTWAVl_$sXY(TITl-8T}}4ch5=cAUFi^zi(U}SIDo-HIU5ln#o=e~0 zdtYEC0`W9rm-a7m{@8s$e_f}bjyXrKf#K{ldfX!;Nz%G(b}}%5d1KLb{7!4w!2d9L>rF<6y znL|Dmxh|vB4|ncPU_F6M_0dlS9_Jwu8Ja=IkZVW~% zerS2F?gW7XNV(#GN8-K`Sj`k8q1*A3&jBwDgc_lUMrlds>6*bJ#yP4AL4f7io{Gjq z3Uw(gHG;dztcf*$0OU-0?O})@TalTfD!H3hx416@R2;N4iqjsNFX4V!x0jZU=ywwUJ}{HK&E7w-`K~jxJscc>hNu1|a-$ z9G$RUqW4!25-W{cTcyMvEC}6;Ug86c>fnmlZt4m?2cp&ypnw$z_{=Byk(?=JH2+I= zP7jmOlRGT7n9BoMbxc$TKyK>@7!VH+04W?&a#`hfU4es?^eHo{$a+TqsRR)H$O+lp z-IVUl%MbHUdrtx~5AD{j8VIZusD%SpcF2X&3e_yJOzCs~ znP+lmZU(c3Tf8&Y(c`+VGpa40EdNWwt{VJ%{OI=mPMk(4?4T*Huw-M=8h_zdC0kY< zwRPI}YYop~;VjM!qMpVGdFhkSH#P>m%o8hL3kcn>uX(GrB-2aZE3(R#9o7Tfe;a$p z`yO9|o5$9LB2L!}-x}&rV}s8)`DY19JFFITV{SamztSAD3<%}EpG>Bs*!bY)SjtDS ztypWR>w5XdAH8GDr$GnnO9~aF)@IaL#}B^BMSPOusb5svGb_ndF09xi#MvRX_3<%&b50rh?MR@FNI&l4~m(UQYH z*8o^NW~Sx|9l~CBz~3mQr>gkn(lxDkUIx|!#1vB?f>(k1);8XPNnPhZE&HrI;#?eRFdW5*%EDUZQz686yHA@7?@P219&L~Lpd8@vUb!pq5M6B=SPWcY&@jptV${O$|- zW0;bd4|yb^bU0G&7qt4B&BG>|Hxr^5M_gd~RA|{OzubDdds$hoSXgdoEN5%T0(3Aw zf|nU?JVz(B>8!L7`T)rd`tdZh+!_N^twi@g;JK~h;1$%TY!%CAA5|8xO6VQ?PQrs5 zK}Uo&5Cy)Leq4T|=^!RLOE*&Caf}CcdBV@*msCs^pzS8|Mg+}^L6J24UpP!Mg1&D4 zo#REZ-D&Q!_nErA(fp2PHCw>@X%pGwg#4WJ3tL_sB;oVJernMOh=jY=gD5QD56r$ni)saGB0@M%J11l8O0sB#Z-o^B{rCFMq_3 z^cIB-STDE5cn^Df*p^4(2Ty<~!-S;IuRrlsPoqLDs{M=efEus(C||UqImlACk1IXh z9zo`;o^jx{-Z?cQ{e3toAuDpzTyl6f|s!Tcmp~gkD-jio?h(#RMI?CNWI{g0vw6bGzZeR$RXt`WWeuS&48x2vI92x-wl746L`3*;iYJ@w_GDlFBE zTpCq_Ts$Clp9p>lbvi93MJI9=0X<)kmjlI4qQ{Kjft^m(P1RfF19#CkglJQUrBPW4U7@blae$}W6aaxi0b5rp#fP|~DB07+7misMfX>$1& zd>+k>n2haApolGkF4W6DH66V`I{1ZW) zLaa|yrQ@d?l z-bkO|v>=pfvlr`9)|d?HFjMjgFxg*xo-+W8(0a6m6UUK)VmO}-$pwH{a{ofwiG83o zFj<^6gtRL(wH7U8x9pb4F-pO03dk8d*&a-gs%-Zo`Rj@r~$Nwm%$3J%C(*rm;wCG7KN0iSaj&~eNk7!baIH&kZ} zGW8`XyF3$OJw{$;teNyz{Cx8K1gKP(ns?Y<)jNDW#U3v6W@dG$D|GY0a-D_KQDbAN zk4nC2X>n5@tP&M`Dm#ZaVz1gP`UkBP*7s}>ABD@4)LKqeO7b)jHl!Rtdv~dZ8oe{6 zrMUlW4`OUR1qh(nFC}po0Ksb9$@oh z2uKv75QqU;k`O}3(y#H%obP<+`~Q9a-0nWrbx+;udw*43^{cB9cxSW95{xWQ-6pu* z^*POA_raKrK&yXRr5Yl%IJ~rx0in3yhR;@&1<6nXzx92+GcU6L4W?RC78 zKsXl;cVqghr~U3J!3Ug*81?B%;n$@N2a(~Gv)oh1SWWB5E(jYFG)h^tb+6*ZZb1)` zWKdZJZe4P8mp~CVQ$J^{=BF@1ISELlJHTFvSA7KD=kI#)Hmiv&)|n1{kTFE7X%VF+ zt~7Qtq!L=najq7~us1F6fuq95DR<#v9glI}Crd4I2+$!fI7*b++R5ax40%WQS8E2f zeWCSP;C#d2+@;$%IBE!mUORn~(q#*4h>bnW8V804h&jx{%`1-VzvCv1pIc_G0)dj30Z%$16UiF@nK{)Av zDTs-ebvizqlqEk6j%syG2OZlZMs(dzZ|?31mU;HDo+riSeSZ6Fs|>uV)<6s5;olR@ zrnkDM7f^IQfDFe9=Qil7DuyE{KDk&*jZ@OphzX~#RuhFW+8F&uzKL^U#RStBtIT+ z!Lb{cR76v9O^q2Aa@hCZdjbAFBMWXl-BK;ej{H3|THu|qHuNUML(9(kH&2r^U8MJ_T>xny^B+H%lB%E{mqHc!;5& zy-bxvqwae|MvnJGyG&{An^HF73|O~t2IS6CCCi326NBR%r+$wk`=5XW(#^louU&S2 z^^1QYHB@Bm2myU{D`<#jYx%_F2gxzxC*zo{rsHHQ2cvl;w7>`c{-N(ad@5Bm6%Hlp zXq?6RocAGN6qV2c1C|(F$6R!(S;53G zEyNBkk~|Q=VGpT=ruM{0<7P0;&ugO754jn?8$;c&PY1p?q(=q+96g2%x#0BaaUk43 zOvkkbcS4bHh^hDM5!Dw!b!3jV!j$2U2X+LbZbt&umu;`dbrXp9+Wesd;r{U#*P4(_ z&L%s6+4kOoghZEA(Zy%&kh@#aIR{I!-f!aTekX*}PGOAcs!>2M63Q_}%!F=kQ8 z$2*b_ld`4i?^5v;V)k;Pb#87MtJM9?4r9Cw4#r4^5aQQ7LDLf~9Hl~%CueE{vh(^Y zF9Fsc{jjuaO|rS6N7T1u_f_Hry&+2Ja!E<}X)PBv&HLEgX;el=#-3%Ty2LXtN<6C0 zvdZ`GQV}dK=~o z(%S(?Q6?6$%sm2-r%oH?X&~w3GM6|HMUIrVAtb|5pgC{+b&sTE>QI;3vZ^^|Qze2r zttf3__8`R*BAzCc;G}JCy$$a34&3E?Xn5~w1@?qu*ZbPD^D9XuxrDYAmi7awV=*qS z4z}-WrSRyqAD+CXP_d&EYa1&)FR)Wg`#$JYO_3RcCi?8n5+2?%=-Z;8Tbyq!)7F*C zDbo&nIM-S)%db<Q?nYu)W9ohp zy1EnzXk2dSTDE4{cL=|cJoCXNu&ix5@MJc?C$G#RKO~hDzODVeXBvI-NzD9foB|$P z`&7+LF2u+?VHmN%zO8_;*-!g~@b?RWh_m9{A5R#P>Gb_?v@Y$e95bGHFTLrTDrCHk zX6^61vOL`~n-lcXnV+3~*R@Y0GCJQ{o@XofBVFdhNPNO5_iZ$ulcc9@<-T}GRW)WZ z(tW@Bficr2%W+Bhq095MD%_tV+!ycKaZQp>4-rV-nBbKbDmPb4@k!=X9?7L_Gz`1) zK4xdqKah2HrrFZjW5v#Gw+9B8Pw4jb{m935a)yokO**b_HI;Qd7u6^<4h!hKK-IT4 zC8rKNR%Zbh=|T0R{sN^a`Eiw6t$XF~XJ($mxm5Ht!wze%Sa^Ho!Nu$B+ z2$*=)zKowlNf6qc?Q8TJLUdiwwUM(mA2c7>#}Z8q52AzJ?xnD>E#A)Irr)9ZLK^BO zO{gmq-tyzhwH=64(AS+dUv2RGoPuh_E;o;GF@z%}*8y1k&O$fF7} zf{m6d^$%R5nxqElQb8mW@3ITpfPfxd5B_P%y&4kb`w#?G@F#lBymf+!8m2|7tHs%rg$!=>@IBhXCmlGztN z$+keHE!N8avotB-fB3mzSMgSWbLz=Ht%)D|0!vs0760yVf9kU#E#a7=S|#$V974Mc zZDWAc$81#WwWMKq9reQM7lW}$C7kFMnI39l9sF5k*II|;SK>zNGbWi*I?^1ODJ9be zV;>>KxqxiW&t?1GgxJ+LBMydI#wRP{qT2_7ji2>^!(3_sy!hNX>=fCq?z;I<+-PY7 zlM*ijilGjNH0oNxP{i zGtM}o*x8Pz1<%UNY>qTWEVhi_%Gcy95kus!P-h3B$Y{)=#ec)r)MUKI3jiT+lV+ye zvg@@dwcz3jhG~;86hnNL{$*Y&tFZ~&94ML4d3-J79L+O^_40-sYMrq-dnvBxVHV=a z#c^Q<+4Y>bNoYJd$D01wEz&#&9{eZgdV(CL0TzKoq8b_0h+qnOfKwd5gzbVHouk%C>rRr^y>cM`dI*dPfF}<-S-HfcosbC5C9R2 z`A>&v)jQUQS8L&I21>7Um5B4|2YdtD_r7FQZM}EWRIcE=kB;>11zK!hv#Rz%^z&fl z+FTzWrkQ2*OT%hTUijihvvWec8%{N(7trC8$w_73ftyb~bidqsImwlADsagC(>t$s z?Ao?X-*)TY=YL7}5fB=2D>OAUG#I`+hHIO*l5zNF{#WGZ`2fvNe~mt0nPwz@iV z(>F2fha3!dW+!UoPk}^H**9?d&;Hwb=E#!^;#Z$LI3n{Q)X0?R`fu>1B|x`+setgT z)6QpAT$Z7dUlUpupPwP6J_sddMz z_aFYp+ff{(^oIguw!8>iD%0qq?)DAZBSMND=|L`&k@-@EUx9f3u773ydu(h>K~t&d z<|r2v2~_QI2)K4Vchbzx*4Ep&Fi+?mQNn2nGT7pdbR|e`8HF@l9hKf5I>qri2A=kS ziLn@rD-PnB=q?Lb7Z6jR-Ho;f4|b!3c;wBWlv4Mnd875WJi8d* z_qX?t#ach0j@FrpH>sMFd(qx6>waC4EPuQP>Jbf;*kIOum9^Vh;4x4aiW&`zWLNiK zZ9wYB&=!AHL3s*ca=hvud`eqe+lydyM5Hq{=ePbjwFP*j&%F*YZGFD8PdX1{``L^K zYnziB8m(=ane1CRlY)0w>IEuo`!y@#ZQA!L tZo32|s=zN<7|GCE6UWA1{*S|c1`QJ^wt)*TeWCJgC>v*M(gpup{{aYLh-Ux* literal 21779 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 KpQE3-8ToJ0t+a^% diff --git a/icons/obj/ammo.dmi b/icons/obj/ammo.dmi index f905fd5a334e97d57822a3bf464062d6a9076a01..e0a8dc78c35e88dfe5e226144ae1ff034cd99a2a 100644 GIT binary patch literal 49317 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 literal 43316 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 Yc~0Z>Y!|uZy;W6_Bd*XVC!&@2&gmr9 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 E0Y1=f6951J literal 14537 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 diff --git a/icons/obj/guns/bows.dmi b/icons/obj/guns/bows.dmi index 1705bea816925e216f1019af70e77344326d5427..8a2d399817bcdce3c6c5691b2d1073e553f68a9f 100644 GIT binary patch literal 23898 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 W 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 literal 23552 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
    jJ43q$tvRjb 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 W?Xi7i@xu)+^O@ivBNP&v}^u From 9ba96a4d496ad0397b7280ee9d604a30f8d831d5 Mon Sep 17 00:00:00 2001 From: nmajask Date: Thu, 16 Feb 2023 23:32:17 -0500 Subject: [PATCH 19/57] agh --- code/game/objects/items/storage/belt.dm | 2 -- code/modules/spells/spell_types/arrow.dm | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index cc26f3b48099..628bf60aff36 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -1073,8 +1073,6 @@ for(var/i in 1 to 10) new /obj/item/ammo_casing/reusable/arrow/toy/energy(src) -// Anomaly Quivers - /obj/item/storage/belt/fannypack name = "fannypack" desc = "A dorky fannypack for keeping small items in." diff --git a/code/modules/spells/spell_types/arrow.dm b/code/modules/spells/spell_types/arrow.dm index 974f34ef42b4..05901c5e2ea8 100644 --- a/code/modules/spells/spell_types/arrow.dm +++ b/code/modules/spells/spell_types/arrow.dm @@ -1,6 +1,8 @@ /obj/effect/proc_holder/spell/targeted/conjure_item/arrow name = "Summon Arrow" desc = "A spell that summons a sharp arrow in the user's hand, ready to be shot out of a bow. Can be quickly casted by pressing the 'quick-equip' key on an empty hand." + action_icon = 'icons/obj/ammo.dmi' + action_icon_state = "arrow" invocation_type = SPELL_INVOCATION_EMOTE invocation = "snap" item_type = /obj/item/ammo_casing/reusable/arrow @@ -27,6 +29,7 @@ /obj/effect/proc_holder/spell/targeted/conjure_item/arrow/magic name = "Summon Magic Arrow" desc = "A spell that summons a homing arrow in the user's hand, ready to be shot out of a bow that quickly becomes dull after hitting something. Can be quickly casted by pressing the 'quick-equip' key on an empty hand." + action_icon_state = "arrow_magic" item_type = /obj/item/ammo_casing/reusable/arrow/magic charge_max = 15 SECONDS cooldown_min = 0.25 SECONDS From 539ab8d8e31315d846108b4e407c5730d72fc56f Mon Sep 17 00:00:00 2001 From: nmajask Date: Fri, 17 Feb 2023 21:29:32 -0500 Subject: [PATCH 20/57] done? --- code/datums/components/crafting/antag.dm | 24 ++++ code/game/objects/items/storage/belt.dm | 2 +- .../projectiles/ammunition/reusable/arrow.dm | 117 +++++++++++++++++- .../projectiles/projectile/reusable/arrow.dm | 28 +++++ icons/obj/ammo.dmi | Bin 49317 -> 49325 bytes 5 files changed, 167 insertions(+), 4 deletions(-) diff --git a/code/datums/components/crafting/antag.dm b/code/datums/components/crafting/antag.dm index 1dbe79efe7b7..53be3491f07c 100644 --- a/code/datums/components/crafting/antag.dm +++ b/code/datums/components/crafting/antag.dm @@ -154,3 +154,27 @@ category = CAT_WEAPONRY subcategory = CAT_AMMO always_available = FALSE +/* +/datum/crafting_recipe/supermatter_sliver_arrow + name = "Supermatter Sliver Arrow" + result = /obj/item/ammo_casing/reusable/arrow/supermatter/sliver + time = 5 SECONDS // Need to be very careful + reqs = list(/obj/item/nuke_core/supermatter_sliver = 1, + /obj/item/scalpel/supermatter = 1, // Needed so the sliver doesn't destroy the rod and so atmos techs can't mass produce instant dust arrows + /obj/item/stack/rods = 1) + category = CAT_WEAPONRY + subcategory = CAT_AMMO + always_available = FALSE + +/datum/crafting_recipe/singularity_shard_arrow + name = "Singularity Shard Arrow" + result = /obj/item/ammo_casing/reusable/arrow/singulo + time = 5 SECONDS + reqs = list(/obj/item/singularity_shard = 1, + /obj/item/stack/rods = 1, + /obj/item/stack/cable_coil = 3) + parts = list(/obj/item/singularity_shard = 1) + category = CAT_WEAPONRY + subcategory = CAT_AMMO + always_available = FALSE +*/ diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 628bf60aff36..d5313e327441 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -978,7 +978,7 @@ /obj/item/storage/belt/quiver/anomaly/vacuum/process(delta_time) var/datum/component/storage/STR = GetComponent(/datum/component/storage) - var/turf/T = loc ? get_turf(loc) : loc(src) + var/turf/T = loc ? get_turf(loc) : get_turf(src) var/processed = 0 for(var/thing in T) if(processed > 50) // So we dont kill the server with tons of items diff --git a/code/modules/projectiles/ammunition/reusable/arrow.dm b/code/modules/projectiles/ammunition/reusable/arrow.dm index 4d5253fb39c1..5c3af4dfad82 100644 --- a/code/modules/projectiles/ammunition/reusable/arrow.dm +++ b/code/modules/projectiles/ammunition/reusable/arrow.dm @@ -344,7 +344,6 @@ // Joke? // -/* /obj/item/ammo_casing/reusable/arrow/supermatter name = "supermatter tipped arrow" desc = "An arrow made of a hypernoblium tipped rod, a shard of supermatter, and poor decision making." @@ -352,16 +351,128 @@ item_state = "supermatterarrow" projectile_type = /obj/item/projectile/bullet/reusable/arrow/supermatter -/obj/item/ammo_casing/reusable/arrow/supermatter/proc/disintigrate +/obj/item/ammo_casing/reusable/arrow/supermatter/proc/disintigrate(atom/dusting) + if(ismob(dusting)) + var/mob/ded = dusting + if(ded.status_flags & GODMODE) + return FALSE + dusting.visible_message(span_danger("As [ded] is impacted by [src], [ded.p_their()] body starts to glow and bursts into flames before flashing into dust!"),\ + span_userdanger("You are hit by [src], and start to glow. Uh oh."),\ + span_italics("Everything suddenly goes silent.")) + radiation_pulse(src, 500, 2) + ded.dust() + playsound(get_turf(src), 'sound/effects/supermatter.ogg', 50, 1) + return TRUE + + else if(isobj(dusting)) + dusting.visible_message(span_danger("As [dusting] is impacted by [src], [dusting.p_they()] burned into your eyes before disapearing into nothing!")) + radiation_pulse(src, 100, 2) + qdel(dusting) + playsound(get_turf(src), 'sound/effects/supermatter.ogg', 50, 1) + return TRUE + + else if(isturf(dusting)) + var/turf/T = dusting + var/oldtype = T.type + var/oldname = T.name + var/turf/newT = T.ScrapeAway(flags = CHANGETURF_INHERIT_AIR) + if(newT.type == oldtype) + return FALSE + dusting.visible_message(span_danger("As [oldname] is impacted by [src], its image is burned into your eyes before disapearing into nothing!")) + radiation_pulse(src, 50, 2) + playsound(get_turf(src), 'sound/effects/supermatter.ogg', 50, 1) + return TRUE /obj/item/ammo_casing/reusable/arrow/supermatter/sliver + name = "supermatter sliver arrow" + desc = "An arrow made of a hypernoblium tipped rod, a sliver of supermatter, and poor decision making. It looks like it will only survive one hit." + +/obj/item/ammo_casing/reusable/arrow/supermatter/sliver/disintigrate(atom/dusting) + . = ..() + if(.) + qdel(src) /obj/item/ammo_casing/reusable/arrow/singulo + name = "singularity shard arrow" + desc = "An arrow with a shard of a singularity at the end. It radiates a small amout of radiation and slightly pulls you towards it." + icon_state = "singuloarrow" + item_state = "singuloarrow" + force = 4 + throwforce = 4 + embedding = list("embed_chance" = 15, "embedded_fall_chance" = 0) + variance = 5 + projectile_type = /obj/item/projectile/bullet/reusable/arrow/singulo + /// The shard currently in the arrow var/obj/item/singularity_shard/shard +/obj/item/ammo_casing/reusable/arrow/singulo/Initialize() + ..() + if(ispath(shard)) + CheckParts(list(new shard())) + +/obj/item/ammo_casing/reusable/arrow/singulo/CheckParts(list/parts_list) + var/obj/item/singularity_shard/new_shard = locate(/obj/item/singularity_shard) in parts_list + if(!new_shard) + if(!shard) // No shard, no point in having the arrow + qdel(src) + return ..() + + if(istype(shard)) + new_shard.forceMove(new_shard.drop_location()) + else + new_shard.forceMove(src) + shard = new_shard + update_icon() + ..() + +/obj/item/ammo_casing/reusable/arrow/singulo/update_icon(force_update) + ..() + if(istype(shard)) + add_overlay(mutable_appearance(icon, "[icon_state]_[shard.icon_state]"), TRUE) + +/obj/item/ammo_casing/reusable/arrow/singulo/proc/shard_effect() + if(!shard) + qdel(src) + return + var/break_chance = 0 + var/rads_released = 0 + switch(shard.type) + if(/obj/item/singularity_shard/stage1) + break_chance = 0.1 + rads_released = 100 + if(/obj/item/singularity_shard/stage2) + break_chance = 0.5 + rads_released = 200 + empulse(src, 0, 1) + if(/obj/item/singularity_shard/stage3) + break_chance = 1.5 + rads_released = 500 + empulse(src, 0, 3) + if(/obj/item/singularity_shard/stage4) + break_chance = 5 + rads_released = 1000 + empulse(src, 1, 5) + if(/obj/item/singularity_shard/stage5) + break_chance = 10 + rads_released = 2000 + empulse(src, 2, 7) + if(/obj/item/singularity_shard/stage6) + break_chance = 100 + rads_released = 3000 + empulse(src, 5, 15) // Its going to break open into a singulo anyways, may as well add some fireworks + + if(rads_released) + radiation_pulse(src, rads_released, RAD_DISTANCE_COEFFICIENT * 0.5) + if(prob(break_chance)) + playsound(src, "shatter", 70, 1) + if(shard.all_powerful) + new /obj/singularity(get_turf(src), 100) + visible_message(span_danger("\The [shard] shatters on impact, releasing a singularity!")) + else + visible_message(span_danger("\The [shard] shatters on impact!")) + /obj/item/ammo_casing/reusable/arrow/singulo/shard6 shard = /obj/item/singularity_shard/stage6 -*/ // Hardlight // diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 358d7c28db7d..c2d3164b4cca 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -45,6 +45,7 @@ if(prob(break_chance)) if(istype(ammo_type)) + visible_message(span_danger("\The [ammo_type] breaks on impact!")) qdel(ammo_type) dropped = TRUE return ..() @@ -156,6 +157,33 @@ icon_state = "arrow_shock" +// Joke? // + +/obj/item/projectile/bullet/reusable/arrow/supermatter + name = "supermatter arrow" + +/obj/item/projectile/bullet/reusable/arrow/supermatter/on_hit(atom/target, blocked = FALSE) + . = ..() + var/obj/item/ammo_casing/reusable/arrow/supermatter/arrow = ammo_type + if(istype(arrow)) + arrow.disintigrate(target) + +/obj/item/projectile/bullet/reusable/arrow/supermatter/on_range() + . = ..() + var/obj/item/ammo_casing/reusable/arrow/supermatter/arrow = ammo_type + if(istype(arrow)) + arrow.disintigrate(get_turf(src)) + +/obj/item/projectile/bullet/reusable/arrow/singulo + name = "singularity shard arrow" + +/obj/item/projectile/bullet/reusable/arrow/on_hit(atom/target, blocked = FALSE) + . = ..() + var/obj/item/ammo_casing/reusable/arrow/singulo/arrow = ammo_type + if(istype(arrow)) + arrow.shard_effect() + + // Hardlight // /obj/item/projectile/energy/arrow //Hardlight projectile. Significantly more robust than a standard laser. Capable of hardening in target's flesh diff --git a/icons/obj/ammo.dmi b/icons/obj/ammo.dmi index e0a8dc78c35e88dfe5e226144ae1ff034cd99a2a..0d34d3a11095a60eb0d8cfdebbab61f13a56f83c 100644 GIT binary patch delta 1566 zcmV+(2I2Xofdj391CS(IxO!ArbVOxyV{&P5bZKvH004NLt(;A7+d3MB*U7Ii?%l?L zESr+D$ijmLV*|H$ige(uLCdrxSTqHSZj=7{S;&li({cE)D2f0L@aRzQ(J?>e{5ks9 z)4!2@B!5fqq*J5E(H~Qh|L3ny1wVUXSGCgM(aEz>-4uplV9i4pCo zY9A--jt8jgNhVw})iOe|VUkU>WVow2aZJ>)`+w9i7;AZZgmI3+qMBy#f9rTS$aOIo zYr0lU^Tff-8Tg6wAd`jNLrmw;=+2sN@Mg~}6Q7D442x5dvr(1}+H4NMrW9<3!X`Xy z{ z*TcwR4hT6`!c$6IJ{S;(7wZ zioLELv>wmGnLUwIa?Ul$^B%}07bUUm$EEC>Lv;p=kHL3~#cT9etot=ec$R3rcrAh$ zTiDJLt;ukaXiWx;L~Al+BwCX}BSCq4(0XHDzz{^JNy601G_f-=cIK6{$^xeWf7j9D zXma=NqQ0%5eBV~T(m<`Cetos;`$+z1l=K0`fCiZ6_c zQ2dKgA1Pjpm+9T~AC7hE5aI8c#*eR!kZ+^J^DI0O&$ATteR-CGWkQ~%e_)M}XDL`9 z>N_RFUjg$VyMyD8=0WT6H0;xfOv9g3PllhPC&SL3NN@<_ zNn8;w2-g!X$Fy79?Aq}2@gVG_X4%U$(b^G9-&kPknFa6Jcow{)>QV46kVko8Xf}L? zBWytL0-RxP1Ub4tv%ESqf9XBL5mqc?tRSy^`MnJjzuImU|T7%QG*tay&F;yJ>K zXJEy>NVKfRQfmX*AXZDIjkUF`6w|%9AjtNnGq%|^C6j)`NpWnLya#7teXCSQztMey zgIsyAp)U*;=P6}!FYZ40`B^r6pOy@e#Z2pQt+rjb9(g#J!$yLpf2FnNdzk8Lbztbm zn!^tTS#waX={mLLJR{4xaSgp=sW-+jwrXYHGqh`EuVusqeRHUeExeIScs=|gZR1|o zeJ$;F-Cvn(U&MHF_m6*E`bzivJEX5HH-3lomCpTlNMBiS{SN7C<6?H%9p!hw`g3_F z$4*%-om2LM1m+hjf9oXN0}gemgR&LbXtL(}dfW7J1Lo`l-5uMWvM*NBo9Js(?jfsX z1qQ)^-I!KFRK0Yq>B%Vfj$g~tUA^pLXXN4T=dxdIa{yC?f!;Ot3M&3j^50#(F)wSY z!hdS!4R%Vx(QIR0)|>VS%h;Hgb!C-0aQs!ZEgG%b@HzUve<#~I`##T7xH{eUd6tH^ zYX>YwGrZL|U@@BE&FTSznt7H!)4iSx7Vjf{i4gx1E53{nUq*>{=DV_;1YO!2x$ZTY zKAw5A)=l{1e97;QQ4RE3wrzAX{wmbiROI9fLhsbaSB3u^J^lS@^y%~R_J95?2Iws9 Q{=EPIAOJ~3v*QQCxD1aQ>;M1& delta 1565 zcmV+&2IBdxfdi$11CS(HuzFNjbVOxyV{&P5bZKvH004NLot#Z?+qfEq*U7IiX0~x4 z%ci6(vhYQNYXj4nBE9g|pk-PTESdsEw`qU*c*xeYQ^U#qr-*tl)JsUX`!%|1qSW0fpxW#i~D$ZmBLai_bMX`VP(5ER|Si1t*q zkCS!B1Jv~-6E2x*86nv)$tGGd+|`^oChFLIf9e>FwY)vTILBa7O*8m^bvzv8x)_W# zT`Q(};$Y?s{KR>X$-?d-rgLa?XU#WwvuBoxPel%f#i_{ID9Z+IHV0r+3N}Mw6CO5y z+9~O3WtnXrM(%kSndo8UrH7HF9!Ac37#Zwgob ze_`aahmp^HZOT1!c|eiJ1Bx6TP~`7`B6kNAc{`xU*#Skqc8#(n&98@%w;o3BdKmfZ zVdSufk;fiJE_;~e*U7zt`E_!yV1Aw4E0|v=_X_6M$-RR4b#kv@ex2Mam|rLN3ivt` zvO95|@Aq=HMTIH!tps<@zv3##~)Dt@JkPgL=VDt-oWJ%M4x zURMuVk7wb`o=7S==bGes59E@Il34cRQufWEI)lag;G4zbHTo;o{Td}aOSE1*EkTSe zY-fqqWVlGQCId#IH5oDzt;wK~pu9b3y)iFf2qM%ZVQOWX*qInR^MkX?0;d6gAEU?7 zhTdT8BqBB?!SiF6{V zL1;B~BC#Y?L@S09Nj*Y~ixWwIJwoe{6Nx3k%Eneggoo(?TPxi;u=`;vA+kB;qEwfZ zi&A~298?t|`|Tt(h_Z7}Au`!Th`+*EzKKw8V#RHQxQ!Cm(*%q})1-jUP*0QM3!@?w z|69mV&-7&r+~V$g>oGtP%1o1q*~c zOTp@Z?U3eK8tWT;<5aQxXkXg!{WeL9h8_;c#X@N@KJ*x3^a4q-fr zE5Zfgdcx(Hc59nm8-6|>guT=(dzmI$J7Vc83rsz;;5{49f_GFs3f=|sC@&1nhR<+> z4d`8fGt7-3NB3uzSBEBly=OSWie-!yx=(PB zD-SmGg~8%HrA+R{-8;X(%ZBgMk^!=qX+5shwhPxI4+nGDNYJ!@wAOqNQ+=%t4Bc3B z_^BXk4$3uMr?#ADWLY<^p?56x#u&y{t?YY-cCGBSjJTk04%M-RH*yKD`&!!Vy1z2P zzKHJR?w6nU<*szIACWw&~>t%(Vx)JGMP#U#z4z(buNjLsrWQ3|<4fF|CBC zdg)rzlhNr7zm}!DdfCN}#>3t3W&g0v0Sxg2y=&|hRQ#W`zqxv2Ue;EH|BIMc*eMA| zp^bT2Z`va)V`E;{l~wA%@gJ&f(J0e~&%gIQ*^b%wd6vR|Rpq|VvoyTTI$$xH;VrrW zi_r{kG7lKk%(L{F?$KPZc>m{1g!q?O@nwYgGD^HN-<9no=+a)vb+5^^@64OEZo(hu zOMZ8ZYM|G$ZKIpF-aYPoI~!{{r0w=sh Date: Fri, 17 Feb 2023 22:47:56 -0600 Subject: [PATCH 21/57] minor tweaks + craftable gloves --- code/datums/components/crafting/tailoring.dm | 9 +++++++++ code/game/objects/items/storage/belt.dm | 4 ++-- code/modules/clothing/gloves/miscellaneous.dm | 4 ++-- code/modules/projectiles/ammunition/reusable/arrow.dm | 4 ++-- code/modules/projectiles/projectile/reusable/arrow.dm | 1 - 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/code/datums/components/crafting/tailoring.dm b/code/datums/components/crafting/tailoring.dm index 4eb537dd7432..a456e389a16f 100644 --- a/code/datums/components/crafting/tailoring.dm +++ b/code/datums/components/crafting/tailoring.dm @@ -596,3 +596,12 @@ /obj/item/stack/sheet/animalhide/goliath_hide = 1) category = CAT_APPAREL subcategory = CAT_EQUIPMENT + +/datum/crafting_recipe/chitingloves + name = "Weaver Chitin Gloves" + result = /obj/item/clothing/gloves/fingerless/weaver + time = 2 SECONDS + reqs = list(/obj/item/stack/sheet/leather = 1, + /obj/item/stack/sheet/animalhide/weaver_chitin = 3) //Also just one spider! + category = CAT_APPAREL + subcategory = CAT_EQUIPMENT diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index d5313e327441..b6003db063a6 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -901,7 +901,7 @@ playsound(src, 'sound/magic/blink.ogg', 10, 1) /obj/item/storage/belt/quiver/returning/bone - name = "ash covered quiver" + name = "ash-covered quiver" desc = "A quiver caked in ash, it seems to have a magical aura." icon_state = "quiver_weaver" item_state = "quiver_weaver" @@ -996,7 +996,7 @@ ++processed /obj/item/storage/belt/quiver/anomaly/pyro - name = "incindiary quiver" + name = "incendiary quiver" desc = "A specialized quiver with a pyroclastic anomaly core inside, igniting arrows when the user removes them." icon_state = "quiver_anomaly" item_state = "quiver_anomaly" diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index a882f3b686f9..a7dc7fb224ec 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -53,8 +53,8 @@ /obj/item/clothing/gloves/fingerless/weaver name = "weaver chitin gloves" desc = "Grey gloves without fingertips made from the hide of a dead arachnid found on lavaland. Increases the work speed of the wearer." - icon_state = "fingerless" - item_state = "fingerless" + icon_state = "weaver_chitin" + item_state = "weaver_chitin" tacticalspeed = 0.8 /obj/item/clothing/gloves/botanic_leather diff --git a/code/modules/projectiles/ammunition/reusable/arrow.dm b/code/modules/projectiles/ammunition/reusable/arrow.dm index 5c3af4dfad82..542f63b79d27 100644 --- a/code/modules/projectiles/ammunition/reusable/arrow.dm +++ b/code/modules/projectiles/ammunition/reusable/arrow.dm @@ -345,8 +345,8 @@ // Joke? // /obj/item/ammo_casing/reusable/arrow/supermatter - name = "supermatter tipped arrow" - desc = "An arrow made of a hypernoblium tipped rod, a shard of supermatter, and poor decision making." + name = "supermatter-tipped arrow" + desc = "An arrow made of a hypernoblium-tipped rod, a shard of supermatter, and poor decision making." icon_state = "supermatterarrow" item_state = "supermatterarrow" projectile_type = /obj/item/projectile/bullet/reusable/arrow/supermatter diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index c2d3164b4cca..a53ad46ee314 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -127,7 +127,6 @@ embed_chance = 0.6 armour_penetration = 0 - // Toy // /obj/item/projectile/bullet/reusable/arrow/toy //Toy arrow with velcro tip that safely embeds into target From 8ecfb908bb90a65e703f9d0d77f2f9f8e0d26633 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:28:49 -0600 Subject: [PATCH 22/57] adds bone crossbow crafting recipe --- code/datums/components/crafting/weapons.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/datums/components/crafting/weapons.dm b/code/datums/components/crafting/weapons.dm index 716c3e333774..2b2f82032251 100644 --- a/code/datums/components/crafting/weapons.dm +++ b/code/datums/components/crafting/weapons.dm @@ -290,6 +290,16 @@ category = CAT_WEAPONRY subcategory = CAT_WEAPON +/datum/crafting_recipe/bone_crossbow + name = "Bone Crossbow" + result = /obj/item/gun/ballistic/bow/crossbow/ashen + time = 10 SECONDS + reqs = list(/obj/item/gun/ballistic/bow/ashen, + /obj/item/claymore/bone, + /obj/item/stack/sheet/sinew = 3) + category = CAT_WEAPONRY + subcategory = CAT_WEAPON + /datum/crafting_recipe/bonedagger name = "Bone Dagger" result = /obj/item/kitchen/knife/combat/bone From 1ad83c4d06f17ecff55f8514cb4a9912ad9ac0ed Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:56:09 -0600 Subject: [PATCH 23/57] maybe fix cornflakes --- icons/mob/clothing/neck/neck.dmi | Bin 26799 -> 27334 bytes icons/obj/clothing/neck.dmi | Bin 6366 -> 6622 bytes icons/obj/guns/projectile.dmi | Bin 35281 -> 35168 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/mob/clothing/neck/neck.dmi b/icons/mob/clothing/neck/neck.dmi index df5baed666f720508d9fdbaf50e27d1b33d05b57..aff1a9eabf7a3ef025fb69a6b5f6e2a48ebc7971 100644 GIT binary patch delta 5596 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 b&3>Emt@?_u-`tH509yC&K2#}EvUu@7J3d5W delta 5252 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 Lx~f&msPO**`zT+I delta 5736 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 S9l!ne1s-Y`sF$nSg#HJB(GLXx diff --git a/icons/obj/guns/projectile.dmi b/icons/obj/guns/projectile.dmi index 4b7393a9f83f7bf0e11b49bf03d5d6523ff89183..32c4eed27c38bfb1417185f9bebef62452b66ad0 100644 GIT binary patch literal 35168 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%0DdMu`W9{S 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 D@#4i| literal 35281 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 BL~{TD From 294dc43cffb1536875245deacc5f7551a56403ca Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:51:09 -0600 Subject: [PATCH 24/57] Squashed commit of the following: commit 414af059282cf8bccd3f5f68d96c52afd91d3249 Author: Yogbot-13 Date: Sat Feb 18 22:05:17 2023 -0500 Automatic changelog generation #17965 [ci skip] commit 4dbd9952399a3d15dfc5478297766025b50a0894 Author: adamsong Date: Sat Feb 18 22:05:15 2023 -0500 Fix apply_innate_effects not getting mob refs like its supposed to, fixes veil health not being modified (#17965) commit 8f9f915f69e508795968783b6d0e93da4e9d62e0 Author: Yogbot-13 Date: Sat Feb 18 22:04:08 2023 -0500 Automatic changelog generation #17970 [ci skip] commit 50ed5323a5f1991214d9aa64179969b1f8120863 Author: ynot01 Date: Sat Feb 18 22:04:06 2023 -0500 Easier wounds on unclosed surgery sites (#17970) * Update _bodyparts.dm * Update code/modules/surgery/bodyparts/_bodyparts.dm commit 9c4d0652db31472bad2d08662c7d2689b3132766 Author: Changelogs Date: Sat Feb 18 14:07:01 2023 +0000 Automatic changelog compile [ci skip] commit 03aae8b4cf2cdbdca5d25a66fd93dfd6a7c0fc3f Author: Yogbot-13 Date: Sat Feb 18 01:58:51 2023 -0500 Automatic changelog generation #17934 [ci skip] commit 2761924c1b6393fe78891518e925fffd933d4af1 Author: ynot01 Date: Sat Feb 18 01:58:49 2023 -0500 pvp enabled (#17934) commit cfe754a9a5700ac95dd664d204e6c57f4c51f195 Author: Changelogs Date: Sat Feb 18 06:10:32 2023 +0000 Automatic changelog compile [ci skip] commit 491ba0491356c31e59b452a9d4c7a4b9260fa9ad Author: Yogbot-13 Date: Fri Feb 17 18:08:00 2023 -0500 Automatic changelog generation #17949 [ci skip] commit a65d885b534e148bf11a7a66b39d9873bd530b07 Author: ynot01 Date: Fri Feb 17 18:07:57 2023 -0500 Fixes energy sword dupe exploit (#17949) * Update SuperBeepsky.dm * Update code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update SuperBeepsky.dm --------- Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> commit 7a8a6689b69b853ca77eebd59144c9cf3c7c4d05 Author: Changelogs Date: Fri Feb 17 22:17:32 2023 +0000 Automatic changelog compile [ci skip] commit e43f06f61c3b19d0829baace853ccd97798c1d9b Author: Yogbot-13 Date: Fri Feb 17 15:41:43 2023 -0500 Automatic changelog generation #17924 [ci skip] commit a4229d8acbb233f794d290366bc8d6ecbdd39b7c Author: ynot01 Date: Fri Feb 17 15:41:40 2023 -0500 [BOUNTY] Holy Light sect, dedicated to healing (#17924) * you defy the light * revive and be less bad flavor * Update code/modules/religion/religion_sects.dm Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> --------- Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> commit ad64a89f0ae94408eede181f4845c30c72147990 Author: ktlwjec <122807629+ktlwjec0@users.noreply.github.com> Date: Fri Feb 17 18:04:42 2023 +0000 removes plate from greeneggsandham (#17883) commit b0c3ca40a8c68b0c77329f891bdab60eeefb264e Author: Yogbot-13 Date: Fri Feb 17 10:59:34 2023 -0500 Automatic changelog generation #17969 [ci skip] commit eefceef5ed04e1c62ce2f3eaa03fb3f077fde121 Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Fri Feb 17 16:59:31 2023 +0100 [box] fixes opacity on psych doors (#17969) * windows * opac commit 4b75b528ee6af9130e1215841148318b22fa4edc Author: Changelogs Date: Fri Feb 17 14:07:57 2023 +0000 Automatic changelog compile [ci skip] commit 0a5d72beaf4ca057dba069212d35312dcd7e60d0 Author: Yogbot-13 Date: Fri Feb 17 01:56:41 2023 -0500 Automatic changelog generation #17880 [ci skip] commit f6ed8e4b0bb431be004c5fb6817203e891276a7d Author: adamsong Date: Fri Feb 17 01:56:39 2023 -0500 Makes vote weight and preferred map actually work (#17880) commit 22657a90230a0794e1b26b47003ebe0bcccf8ea4 Author: Yogbot-13 Date: Fri Feb 17 01:50:20 2023 -0500 Automatic changelog generation #17901 [ci skip] commit 783f44454179ac2151b038487b17d34460ac4d80 Author: Aquizit <70451213+Aquizit@users.noreply.github.com> Date: Fri Feb 17 00:50:17 2023 -0600 Adds new access define for Secure Tech Storage (#17901) * creates secure tech storage define, gives it to CE and adds it to appropriate lists * sets new access to secure tech storage doors * added secure tech storage to ID modification access * reverting map changes, will be changed in another pr per wej commit b306a6f4c39aa8170429391bfa78a3421a8b8474 Author: Yogbot-13 Date: Fri Feb 17 01:33:16 2023 -0500 Automatic changelog generation #17935 [ci skip] commit 32cdd383e461f577579101f757eec0bb65d621d1 Author: SapphicOverload <93578146+SapphicOverload@users.noreply.github.com> Date: Fri Feb 17 01:33:14 2023 -0500 Malfunctioning AIs no longer need to kill androids or synthetics (#17935) * Update objective.dm * Update Malf_Modules.dm commit d83cc04e94ba9bb5244c478bc939f30c6116ab95 Author: Changelogs Date: Fri Feb 17 06:11:59 2023 +0000 Automatic changelog compile [ci skip] commit b89713fa7cfdbdee165187eadee36acbedf1d69d Author: Yogbot-13 Date: Thu Feb 16 22:40:04 2023 -0500 Automatic changelog generation #17861 [ci skip] commit 818973e1e91edd0d62357f0ca4361916fb1d3f69 Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Fri Feb 17 04:40:02 2023 +0100 fixes some issues in infiltrator base (#17861) * huh * man * adds griddle * that's really funny but fuck you --------- Co-authored-by: Byemoh commit af417335c1e7c1e7bb177ef127f298a9f3a41b2a Author: Yogbot-13 Date: Thu Feb 16 22:32:01 2023 -0500 Automatic changelog generation #17942 [ci skip] commit 4e6037ec58924c1d1a5617ac86e366afc6a9af24 Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Fri Feb 17 04:31:58 2023 +0100 [box] Fixes some map issues (#17942) * eo * more * more fixes * damn * cargo double lights * rogue cable and wrong id on ai core door * derwalls a random rwall * tile commit 2e522655002d7d2f5ace0ea6d309a584dee98af5 Author: Yogbot-13 Date: Thu Feb 16 20:08:21 2023 -0500 Automatic changelog generation #17917 [ci skip] commit 6ebf0318d9e7a48c555e02fc743131bfdb536e27 Author: Theos Date: Thu Feb 16 20:08:18 2023 -0500 Removes the knockout from high level bloodsucker mesmerize since it makes the ability weaker (#17917) * Removes the knockout from high level bloodsucker mesmerize since it makes the ability weaker * Update mesmerize.dm * killing you commit 7d664d3af5509d9714f02ee69122cd25026b2c0e Author: Yogbot-13 Date: Thu Feb 16 20:06:53 2023 -0500 Automatic changelog generation #17918 [ci skip] commit dc8148dcb1f49611af82cb637701fb8d998ee59c Author: ynot01 Date: Thu Feb 16 20:06:51 2023 -0500 Update roundend.dm (#17918) commit a46d618224e8829e461792d5bbcf670862f12197 Author: Yogbot-13 Date: Thu Feb 16 20:06:21 2023 -0500 Automatic changelog generation #17928 [ci skip] commit f04bc81f0cfde7d584e353a087210a1af315c1d8 Author: LazennG <58535870+LazennG@users.noreply.github.com> Date: Thu Feb 16 17:06:18 2023 -0800 Update kinetic_crusher.dm (#17928) commit 18fa2ae7af8e489d9524d0f89566d0cab7456dff Author: Yogbot-13 Date: Thu Feb 16 20:05:51 2023 -0500 Automatic changelog generation #17946 [ci skip] commit 6857bacb76703b497358345fa2333b84663fd995 Author: SapphicOverload <93578146+SapphicOverload@users.noreply.github.com> Date: Thu Feb 16 20:05:48 2023 -0500 Update mousetrap.dm (#17946) commit 1751af026cd8de92098737dadf71ebdb18aded93 Author: Changelogs Date: Thu Feb 16 22:17:07 2023 +0000 Automatic changelog compile [ci skip] commit e005525535d8f71e812dddc2c69b06ac3610e648 Author: Yogbot-13 Date: Thu Feb 16 12:19:45 2023 -0500 Automatic changelog generation #17922 [ci skip] commit bc8ae716ab9ed9bf370ee9af6d7c98141549f67b Author: Ling Date: Thu Feb 16 18:19:42 2023 +0100 Fixes Atmos fire fighting backpack (#17922) commit e04fc1b6a8f441709cb7bbaadea00b4512db71e2 Author: Yogbot-13 Date: Thu Feb 16 12:18:03 2023 -0500 Automatic changelog generation #17939 [ci skip] commit 93daa6c361c424ab064d5c2759aacfe2aebb123b Author: ynot01 Date: Thu Feb 16 12:18:00 2023 -0500 Bloodsucker Brawn knockdown patch (#17939) * Update brawn.dm * Update brawn.dm * Update brawn.dm commit 1ef9484767b4e73c5a03d50bb0f2e7cd1fb801cb Author: Changelogs Date: Thu Feb 16 14:09:56 2023 +0000 Automatic changelog compile [ci skip] commit eaff1fdb1b16c762b09853d1c23c21a10289226d Author: Yogbot-13 Date: Thu Feb 16 05:52:39 2023 -0500 Automatic changelog generation #17936 [ci skip] commit 3d42d664bcf4f21330b8607e1b9f038f9e8ff312 Author: adamsong Date: Thu Feb 16 05:52:36 2023 -0500 Fixes editing bans in game (#17936) * Fixes editing bans in game * Fixes other error commit 69ea8d6ca9902df32536e2c1dc404dc2cef5f312 Author: Changelogs Date: Thu Feb 16 06:11:47 2023 +0000 Automatic changelog compile [ci skip] commit 4e6a16b42681216e3b4e27e999b5abecb6d5960f Author: Yogbot-13 Date: Thu Feb 16 00:37:02 2023 -0500 Automatic changelog generation #17923 [ci skip] commit 2a7da8c107bfda58a16a73fc43825b591b01d21c Author: ynot01 Date: Thu Feb 16 00:37:00 2023 -0500 fixes clown sect not healing (#17923) commit 890bc91805119043b17955665bbc0470b8edb4e6 Author: Yogbot-13 Date: Wed Feb 15 20:56:34 2023 -0500 Automatic changelog generation #17945 [ci skip] commit b2b39d3ed8ecd6fd045357d2515cd30dd7b2f9cf Author: TheRyeGuyWhoWillNowDie <70169560+TheRyeGuyWhoWillNowDie@users.noreply.github.com> Date: Wed Feb 15 20:56:32 2023 -0500 Update revolution.dm (#17945) commit ec2cbd2c894e8e4f2d68f0e29b626edde8bffae9 Author: Yogbot-13 Date: Wed Feb 15 20:48:13 2023 -0500 Automatic changelog generation #17864 [ci skip] commit cd14d86ed6690efdb177c9bc740090a015fb03ce Author: Theos Date: Wed Feb 15 20:48:10 2023 -0500 Buffs the ebow to be faster (#17864) * ebow buff?? * obliterate ebow polonium * reduced cooldown commit df7f9bc02068a68cfdfd093069032e7df9056bb4 Author: Yogbot-13 Date: Wed Feb 15 20:47:28 2023 -0500 Automatic changelog generation #17870 [ci skip] commit 232aa3fa557d45f44ad9ef83233e1fccd3ff7690 Author: ynot01 Date: Wed Feb 15 20:47:26 2023 -0500 Update bloodsuckers.dm (#17870) commit d679caad3cabebd2c83c9e445c9782a89b6900e8 Author: Changelogs Date: Wed Feb 15 22:17:39 2023 +0000 Automatic changelog compile [ci skip] commit 9678f1f65ac1e0094f2192e6a276db35bfda38a7 Author: Yogbot-13 Date: Wed Feb 15 14:58:11 2023 -0500 Automatic changelog generation #17930 [ci skip] commit 039792ea37d9132a400655df357e4561084d4bb4 Author: Byemoh Date: Wed Feb 15 13:58:09 2023 -0600 NVS Gax Incinerator Expansion (#17930) commit a0fe3e174c6f0c82c887ee91fef69cd4e940a19e Author: Yogbot-13 Date: Wed Feb 15 11:04:14 2023 -0500 Automatic changelog generation #17941 [ci skip] commit a263586d8875e3ed2488d5e7c7902c85a4e0942e Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Wed Feb 15 17:04:08 2023 +0100 eee (#17941) commit f8b90faa17d52674f3d60127de9128d3577592bb Author: Yogbot-13 Date: Wed Feb 15 10:11:12 2023 -0500 Automatic changelog generation #17721 [ci skip] commit 1d22d7da184bbd14a1fc8fe2e99a9fa23ff712f6 Author: ynot01 Date: Wed Feb 15 10:11:07 2023 -0500 Long Awaited Psychiatrist Rework (#17721) * PART FIVE * Update brain_trauma.dm * Update examine.dm * Update mild.dm * Update brain_trauma.dm * Update brain_trauma.dm * anomalous floating lightswitch * undo unintended map changes I am sorry I don't know what happened to asteroid station I don't know what changed on the AI satellite I am sorry mapper man * can no longer cure things u shouldnt wound traumas traumas that require the aheal staff traumas that come from quirks * wej * wej 2 * Update YogStation.dmm * Update brain_trauma.dm * Update brain_trauma.dm * Update brain_trauma.dm commit 85de433d2dc3803a0e8d24c7abbe1158bb876be5 Author: Changelogs Date: Wed Feb 15 14:08:21 2023 +0000 Automatic changelog compile [ci skip] commit a8bd8c22803c957f9742101e47c7344641b19812 Author: Yogbot-13 Date: Wed Feb 15 07:32:49 2023 -0500 Automatic changelog generation #17916 [ci skip] commit 3b587559a53cbef8d1cc7710a0a022ed3f6c8c9c Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Wed Feb 15 06:32:46 2023 -0600 Who approved this (#17916) commit 6828c4758db805e39126e41cd37c8b61eb979f52 Author: Yogbot-13 Date: Wed Feb 15 06:58:56 2023 -0500 Automatic changelog generation #17914 [ci skip] commit 3e3ab2b4d6fb4d6d767287dd8c0811c9866bd1df Author: ktlwjec <122807629+ktlwjec0@users.noreply.github.com> Date: Wed Feb 15 11:58:53 2023 +0000 fixes processor recipes (#17914) commit 601ce3f67547fce6b37fe4adbb1f51dd82efa358 Author: Yogbot-13 Date: Wed Feb 15 06:41:26 2023 -0500 Automatic changelog generation #17888 [ci skip] commit bf8867a33169606b5af6b8f7afa0b0ada998f849 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Wed Feb 15 05:41:24 2023 -0600 no hardcritdamage (#17888) commit e1a500ec62a985e53cc6793c0309b792f186c62c Author: Yogbot-13 Date: Wed Feb 15 05:28:58 2023 -0500 Automatic changelog generation #17781 [ci skip] commit 874db73a7348d9f6213b029a45894ade744bfe1e Author: ynot01 Date: Wed Feb 15 05:28:55 2023 -0500 Revert commit 64a6c3a (#17781) This reverts 64a6c3ac21d4c780ac880a13e8228de0a3536d73 commit 734d6ec0fc2b6b9a2d2b5493d9b71d9f32536ad6 Author: Yogbot-13 Date: Wed Feb 15 05:28:03 2023 -0500 Automatic changelog generation #17772 [ci skip] commit 30d564c8dcfa8028ad4a676959c77c168f96ccb1 Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Wed Feb 15 04:28:00 2023 -0600 A vain attempt to make the minigun more viable (#17772) * mmm minigun * Update minigun.dm commit e7542e1f55b27e0e2efb44e18d42e3b11bff87d4 Author: Changelogs Date: Wed Feb 15 06:11:58 2023 +0000 Automatic changelog compile [ci skip] commit b5ed98fe7cff15ddf8b1b2f42e2970213b49ec78 Author: Ling Date: Wed Feb 15 02:18:53 2023 +0100 Fix crew monitor runtime (#17921) commit 4c7b5535b62d88e1daeca98026ed463b6dea7960 Author: Changelogs Date: Tue Feb 14 14:08:13 2023 +0000 Automatic changelog compile [ci skip] commit cfb81a4b913182a8fa682ffe3a28d0e0dc41ca29 Author: Yogbot-13 Date: Tue Feb 14 04:06:15 2023 -0500 Automatic changelog generation #17919 [ci skip] commit 5268119ca64add61bcf39d88d482b9c288aa0f0c Author: ynot01 Date: Tue Feb 14 04:06:12 2023 -0500 Update recharger.dm (#17919) commit 06acbae28dd6aa5e087dce228a62242590510131 Author: Changelogs Date: Tue Feb 14 06:12:20 2023 +0000 Automatic changelog compile [ci skip] commit 369dba99907e6e7e3117b54555ed449a9c85ba00 Author: Changelogs Date: Mon Feb 13 22:17:26 2023 +0000 Automatic changelog compile [ci skip] commit a8b8df18684fe4606e8eedc928d3b0b4a36cbb5b Author: Yogbot-13 Date: Mon Feb 13 16:51:13 2023 -0500 Automatic changelog generation #17887 [ci skip] commit 991c54d7e31e37354d9b6f3526712824aa5cf4c9 Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Mon Feb 13 22:51:10 2023 +0100 yeah (#17887) commit d9aec4444db7e1660cd4b910ecece25ab48ea883 Author: Changelogs Date: Mon Feb 13 06:12:20 2023 +0000 Automatic changelog compile [ci skip] commit bad039c45ff119689636ca4c58451b5608894386 Author: Yogbot-13 Date: Sun Feb 12 17:52:39 2023 -0500 Automatic changelog generation #17897 [ci skip] commit f251ff81873d9cbe70381e7a509950ca06ccda57 Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sun Feb 12 17:52:36 2023 -0500 better metashield (#17897) commit 1c7d28f6581fc1569021ee549ee5c053832321a2 Author: Yogbot-13 Date: Sun Feb 12 17:51:22 2023 -0500 Automatic changelog generation #17889 [ci skip] commit 4f4d2d8bbbe407e68b121469a0c1b053b7c0df7e Author: LazennG <58535870+LazennG@users.noreply.github.com> Date: Sun Feb 12 14:51:19 2023 -0800 cooldown actions isavailable now calls parent pro (#17889) commit 5e3f4b08a7f862c67546ff2b42a8e0c1db1842cb Author: Yogbot-13 Date: Sun Feb 12 17:50:40 2023 -0500 Automatic changelog generation #17894 [ci skip] commit 062f0a2fd5d4adc437fabd5a0f3beb80ae1a0e6f Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Sun Feb 12 16:50:37 2023 -0600 augh (#17894) commit 494bbd19828b2a2366c304214e55faa3bd31aee2 Author: ynot01 Date: Sun Feb 12 07:41:24 2023 -0500 Update yogstation.dme (#17903) commit 596b8366522c2349210dec230afcb076a2928141 Author: Changelogs Date: Sun Feb 12 06:10:28 2023 +0000 Automatic changelog compile [ci skip] commit dc689f371547af8c09bff4fa2f027ae296817431 Author: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Sun Feb 12 01:30:21 2023 +0100 Moves some config settings around which should make debug builds from github run faster (#17900) * config update * opos commit 80284d7ca0e1232aaad9ec0b51e4dc32e9ce2519 Author: Changelogs Date: Sat Feb 11 22:15:52 2023 +0000 Automatic changelog compile [ci skip] commit 56e85c55c3e080773c469162dea7a21df11bee97 Author: Yogbot-13 Date: Sat Feb 11 13:38:04 2023 -0500 Automatic changelog generation #17833 [ci skip] commit 80afe50f4666ef4d3e2970a867db85bd9022d0e4 Author: ynot01 Date: Sat Feb 11 13:38:01 2023 -0500 Darkspawn is now a midround instead of a gamemode (#17833) * dspawn midround * disable * performance * move sec counting down * disable nightmare * changes S to H * runtime safety * H and D to var names commit 435823b827f03fa3f11e8bb735ce75d1891dce31 Author: Yogbot-13 Date: Sat Feb 11 12:49:50 2023 -0500 Automatic changelog generation #17878 [ci skip] commit fa4b2b98a3bac9b6356d7756bcc797bea2a6ab70 Author: ynot01 Date: Sat Feb 11 12:49:47 2023 -0500 You can no longer change directions while dead (#17878) * Update bindings_atom.dm * Update bindings_atom.dm * Update bindings_atom.dm commit 75cfed640f4f1e96d2fe5d37ed34264ce9fc5845 Author: Yogbot-13 Date: Sat Feb 11 12:17:44 2023 -0500 Automatic changelog generation #17842 [ci skip] commit 291a70fb8f6315e46620ebafd8bacc375eb60b8a Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Sat Feb 11 11:17:42 2023 -0600 Removes appendix from darkspawn (#17842) * no appendix please * just uses nohunger * thing * might as well remove it from shadowpeople they have enough going against them as is commit 1cc076d57a83757bccf0619b18deb4a4e99ed129 Author: Yogbot-13 Date: Sat Feb 11 12:14:44 2023 -0500 Automatic changelog generation #17828 [ci skip] commit fef1aed09b62c6a357a0110909987f820d703458 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Sat Feb 11 11:14:42 2023 -0600 IPC martial buffs (#17828) * IPC martial tweak * update the movespeed * it's the mob that does it * bit more uplink stuff * no other guns commit bf62a065f56e8010ab1838cd87e3497591ca9f1c Author: Yogbot-13 Date: Sat Feb 11 12:01:19 2023 -0500 Automatic changelog generation #17824 [ci skip] commit 20c67e451bbf874c33dcb3e8efbb9b03469d4642 Author: ynot01 Date: Sat Feb 11 12:01:16 2023 -0500 Antag Reputation Redux (#17824) * antag repwork * check centcom specifically * GLOB.player_list * Update antag_rep.txt * Update antag_rep.txt * better loop * set miner to 6 * set AI to 6 * cook 5 * psyfch 5 commit 866c4f0e97f3d0411703756f7e50c75f8b9a73bf Author: Yogbot-13 Date: Sat Feb 11 11:39:29 2023 -0500 Automatic changelog generation #17814 [ci skip] commit 64726b0798c62b3572d75b0f1a3eb38c7014f858 Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Sat Feb 11 11:39:26 2023 -0500 Changes lizard hiss and increases staff, mentor, and donor retention by allowing felinids to hiss. (#17814) * adds sound * felinids can hiss * felinids can purr * You can no longer purr at people NanoTrasen has noticed an increase in harassment complaints from stations that employ felinids. The reports indicate that felinids would purr at people. NanoTrasen has since banned workplace purring at people. * removes purring * update lizard hiss commit b956f2caae7905107cc712f25b2248141e85df94 Author: Yogbot-13 Date: Sat Feb 11 11:36:59 2023 -0500 Automatic changelog generation #17809 [ci skip] commit 00769859a21ce48e3e447e55cd0e946aaf60c176 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Sat Feb 11 10:36:57 2023 -0600 Nanite heart buff (#17809) commit 87bd1794db5a695e79d44463f9720bd46c66d084 Author: Yogbot-13 Date: Sat Feb 11 11:36:15 2023 -0500 Automatic changelog generation #17805 [ci skip] commit f286bdb997d795529696fde361ba8e00e13fa9b8 Author: SapphicOverload <93578146+SapphicOverload@users.noreply.github.com> Date: Sat Feb 11 11:36:12 2023 -0500 you are a good (#17805) commit a737b7291e827f70edd4cb39395be23b8f7144fe Author: Ling Date: Sat Feb 11 17:35:33 2023 +0100 Fix a ton of harddels (#17803) * Fix a ton of harddels * Out of scope * Stupid commit f77eb885d9d56676c3c6b5b4324c9ecd632899df Author: Yogbot-13 Date: Sat Feb 11 11:34:47 2023 -0500 Automatic changelog generation #17724 [ci skip] commit 8f4993ae0b7611ccf7c189b1634dbda9d2af9dc3 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Sat Feb 11 10:34:45 2023 -0600 Miners wormhole jaunter location shuffle (#17724) * Gives mining medic a jaunter * in the outfit rather than the locker --------- Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com> commit a6779b3a771c375cedeb4d63e88561e42a7bd103 Author: Yogbot-13 Date: Sat Feb 11 11:27:41 2023 -0500 Automatic changelog generation #17778 [ci skip] commit 402e2d775a7061e5a791226278b8776c37e6b406 Author: Xander3359 <66163761+Xander3359@users.noreply.github.com> Date: Sat Feb 11 11:27:38 2023 -0500 One handed crusher (With new sprites) (#17778) * 1-Handed Crusher The crusher can now be held in 1 hand, wield it to use it. * one-handed crusher one-handed crusher * Update dynamic.json commit fa67c930d0daeccb89e20abadc69523f629b010a Author: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Sat Feb 11 16:23:06 2023 +0000 Update dynamic_rulesets_roundstart.dm commit 0e05a643a6080fdce5aa7960af19343d36cab133 Author: Yogbot-13 Date: Sat Feb 11 11:20:01 2023 -0500 Automatic changelog generation #17720 [ci skip] commit 738aac2d7421a7e9f48236f801ddfa8767ea1b26 Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Sat Feb 11 10:19:59 2023 -0600 Revert "replaces chasm spawn from tendrils with lava (#17340)" (#17720) This reverts commit d0abdd2d3311fbd329455617ad180b089b768de2. commit 0679f56ea68f18f603d3c483e3598efa43645ce2 Author: Yogbot-13 Date: Sat Feb 11 11:19:12 2023 -0500 Automatic changelog generation #17609 [ci skip] commit a5660a07e6a8d9db2816092e4e63b85ea772a966 Author: Theos Date: Sat Feb 11 11:19:10 2023 -0500 Increase wizard playercount from 27 to 34 so its not syndicate station 2 (the second one) (#17609) * Increase wizard playercount from 27 to 37 so its not syndicate station 2 (the second one) * Update wizard.dm * Update dynamic_rulesets_roundstart.dm commit d1ec159cf3d099b3418b0a58456736a419cbeacb Author: Yogbot-13 Date: Sat Feb 11 10:50:38 2023 -0500 Automatic changelog generation #17610 [ci skip] commit f49b009b1d46ecdca04758dc2565141ae8e1bf31 Author: BurgerLUA <8602857+BurgerLUA@users.noreply.github.com> Date: Sat Feb 11 07:50:35 2023 -0800 Increase nuke op from 27 to 37 so its not syndicate station 3 (the third one) (#17610) commit 75b0447f82476c3b706f4a262e558360d9225e72 Author: Changelogs Date: Sat Feb 11 14:07:34 2023 +0000 Automatic changelog compile [ci skip] commit ab07a0c5ca29e6a4ffa0a55ff0b3c70205bedaa1 Author: Yogbot-13 Date: Sat Feb 11 04:18:21 2023 -0500 Automatic changelog generation #17739 [ci skip] commit ed09aa658d1d2de334dce6519b956c38e63e9a2e Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Sat Feb 11 03:18:18 2023 -0600 Removes mod disks from loot pool, and makes them orderable from cargo. Also adds a KA crate. (#17739) * fug * no more disks commit f6cd32707709ed683630df282f18f40cbfc3b049 Author: Yogbot-13 Date: Sat Feb 11 04:07:17 2023 -0500 Automatic changelog generation #17873 [ci skip] commit 09a038e8503231924574e291e511dae5b8db98a6 Author: LazennG <58535870+LazennG@users.noreply.github.com> Date: Sat Feb 11 01:07:15 2023 -0800 no more curveballs (#17873) commit 186fedce468678f6d8cd4e61473cd375886009cc Author: Yogbot-13 Date: Sat Feb 11 04:05:05 2023 -0500 Automatic changelog generation #17865 [ci skip] commit 422a595d6c9c06b79a97a5e934c128b6420f870f Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sat Feb 11 04:05:02 2023 -0500 makes darkspawn mindshield text a little less cringe (#17865) * makes this text a little less cringe * i love repetition of sound commit c4217e2080213a5671b48e926ccff7c817241882 Author: Yogbot-13 Date: Sat Feb 11 04:04:45 2023 -0500 Automatic changelog generation #17867 [ci skip] commit 20fc9d7f33e314e708236551c4b72bee62eb4a62 Author: Theos Date: Sat Feb 11 04:04:42 2023 -0500 Reduces drakeling attack cooldowns slightly to match the mining equipment they are meant to upgrade (#17867) commit fdf31d11a7dec8be1f0471dd2120d84b751e5895 Author: Changelogs Date: Sat Feb 11 06:10:17 2023 +0000 Automatic changelog compile [ci skip] commit 6b0ddaf194ebc422cff31d1bc5b216b4b7411e2b Author: Yogbot-13 Date: Fri Feb 10 20:45:30 2023 -0500 Automatic changelog generation #17863 [ci skip] commit 484a70bdc69fa14031c73f94d4906935d92c0afc Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Fri Feb 10 20:45:27 2023 -0500 hammer fix (#17863) commit c3f4bee6a9c6e863ae01faa3be3fb2cd913b27ed Author: Yogbot-13 Date: Fri Feb 10 20:43:51 2023 -0500 Automatic changelog generation #17866 [ci skip] commit 44d935e116ff9107cca5badb9466ea3adb5ea308 Author: Mqiib <43766432+Mqiib@users.noreply.github.com> Date: Fri Feb 10 20:43:49 2023 -0500 Unfucks darkspawn veils but they're still weaker (#17866) * brtuh * Update yogstation/code/game/gamemodes/darkspawn/veil.dm whoops Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> --------- Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> commit 80045a28770a3646cd08b8e1f25321336837f640 Author: Yogbot-13 Date: Fri Feb 10 19:56:54 2023 -0500 Automatic changelog generation #17770 [ci skip] commit 40564ae7f46120613e77eeec7031b5e2f451232b Author: githubuser4141 <61243846+githubuser4141@users.noreply.github.com> Date: Sat Feb 11 13:56:51 2023 +1300 Buffs the MK-II Ripley's speed (#17770) * dir * Update mecha_defense.dm * Update uplink_items.dm * Update uplink_items.dm * Update uplink_items.dm * Update ripley.dm * Update ripley.dm * Update uplink_items.dm commit bece519a8b0aa7b13b89ac68642c3b06c6481475 Author: Yogbot-13 Date: Fri Feb 10 18:45:30 2023 -0500 Automatic changelog generation #17784 [ci skip] commit 4a499be90f6d7ca1a1927d27e6de5332439051c3 Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Fri Feb 10 18:45:27 2023 -0500 True semi-auto shotguns + racking medium/heavy ballistics requires both hands + removes outdated stechkin animations (#17784) * shotguns actually semi-auto now * updates desc * removes stechkin animations * fixes rack sound * Update code/modules/projectiles/guns/ballistic.dm Co-authored-by: tattax <71668564+tattax@users.noreply.github.com> * slight fixes --------- Co-authored-by: tattax <71668564+tattax@users.noreply.github.com> commit 24ad52b6bd02d73fb34ac1fce4b85e1e3a020ca9 Author: Yogbot-13 Date: Fri Feb 10 18:22:35 2023 -0500 Automatic changelog generation #17835 [ci skip] commit 053f8bf856c0cdc33fe678999e218a61890d75eb Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Fri Feb 10 18:22:32 2023 -0500 Typo fix (#17835) * Update swarmer.dm * Update scripture_scripts.dm * Update golems.dm * Update pen.dm * Update touch_attacks.dm * Update uplink_items.dm * Update explosive_fist.dm * Update garden_warfare.dm * Update stealth.dm * Update uplink_item.dm * Update code/modules/mob/living/carbon/human/species_types/golems.dm Co-authored-by: ynot01 * Update scripture_scripts.dm --------- Co-authored-by: ynot01 commit d0e1c6f1f9adceee0beb2b3449f1eb1b40d47039 Author: Ling Date: Sat Feb 11 00:09:14 2023 +0100 Actually fixes gas mixer sprite for real this time (#17840) commit 66545d3beec3be268903f29158802cc6863688b3 Author: Yogbot-13 Date: Fri Feb 10 18:07:46 2023 -0500 Automatic changelog generation #17847 [ci skip] commit b04412e57ec2134b96d81a0a07cdcac789b9ba72 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Fri Feb 10 17:07:42 2023 -0600 Removes #1 cause of suicide in Lizards (#17847) * CarkFetishContent * 20 minutes and chat message * no dead lizards * optimization commit c6ab8818ffd0fb11a254e409c2512cf79dad5ef7 Author: Yogbot-13 Date: Fri Feb 10 18:01:32 2023 -0500 Automatic changelog generation #17854 [ci skip] commit 0c13569569f16a46ef9e920b76e3a5d7d1ba7367 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Fri Feb 10 17:01:20 2023 -0600 Gives mining medic a laptop to keep track of bodycams (#17854) * Gives mining medic a laptop * upgraded network card commit 9a3512a44bb2164e8becf69dc13dd2c6e9a110ce Author: Yogbot-13 Date: Fri Feb 10 17:59:29 2023 -0500 Automatic changelog generation #17836 [ci skip] commit 606c9ced8fdb1b3685bfd07995f312c0de3abdb7 Author: Aquizit <70451213+Aquizit@users.noreply.github.com> Date: Fri Feb 10 16:59:27 2023 -0600 Adds Personnel HUD Type, gives HoP and Cap a pair of sunglasses with it (#17836) * adds personnel hud type, sunglasses for HoP and Cap with it * renames CMO shades for HoP/Cap, made new shades for CMO * forgot to make the sunglasses tint blue commit fc4a64ed529e8af77f10590abb9ffaeea50e8614 Author: Yogbot-13 Date: Fri Feb 10 17:58:53 2023 -0500 Automatic changelog generation #17871 [ci skip] commit ab089cfae70f938f8af72d889c3b3615ba45821c Author: ynot01 Date: Fri Feb 10 17:58:51 2023 -0500 Cult tiles now block atmos like everyone though it did (#17871) * Update reinf_floor.dm * Update cult_structures.dm * Update cult_structures.dm commit 20af730457c2c957adc3f094ed341734f5dab5c0 Author: Yogbot-13 Date: Fri Feb 10 17:58:27 2023 -0500 Automatic changelog generation #17819 [ci skip] commit 3e918a56589651c7a02e09155d7a030d7db8c40b Author: Mqiib <43766432+Mqiib@users.noreply.github.com> Date: Fri Feb 10 17:58:25 2023 -0500 Unstupidify (#17819) commit 411c213dcd572cc10f0087937aab926d7294d34d Author: Yogbot-13 Date: Fri Feb 10 17:58:11 2023 -0500 Automatic changelog generation #17818 [ci skip] commit 919a2686b65fce7b8415ca322a3b68a0a8e6bc00 Author: Ling Date: Fri Feb 10 23:58:08 2023 +0100 Prevents wormholes from spawning in syndicate shuttles (#17818) commit b66d0720bbbf7bfef65836671c579034bb008caa Author: Yogbot-13 Date: Fri Feb 10 17:56:47 2023 -0500 Automatic changelog generation #17811 [ci skip] commit b9eb469042cc9ebe25884cdd287348c90dac8b05 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Fri Feb 10 16:56:44 2023 -0600 Reduces body temp increase from being on fire (#17811) * Greatly reduces heat from being on fire * even less commit cdb38b84fd8278f053d07a03f30bbe902aa4efa0 Author: Yogbot-13 Date: Fri Feb 10 17:49:43 2023 -0500 Automatic changelog generation #17804 [ci skip] commit 1f02d82d270c49a6438131869f88fb0ae25cdba2 Author: ynot01 Date: Fri Feb 10 17:49:41 2023 -0500 from fortnite (#17804) do the thing commit 0c64a222c8cbe67b92c646649e609c7e7ade79ba Author: Yogbot-13 Date: Fri Feb 10 17:47:18 2023 -0500 Automatic changelog generation #17801 [ci skip] commit f6bf19009f1a6113986b621a2e44c18ea4e27207 Author: Ezhan <39889035+Ethan4303@users.noreply.github.com> Date: Fri Feb 10 17:47:15 2023 -0500 rotates the gas simulator in yogstation turbine (#17801) commit 7c9b4054a076e9a48e121ea27c3451cd361cd615 Author: ynot01 Date: Fri Feb 10 17:46:46 2023 -0500 Protects events from being faked random by admins (#17790) * Update _event.dm * Update _event.dm commit cf793830ec75b6547cf8cf531f723f3c6d969c71 Author: Yogbot-13 Date: Fri Feb 10 17:46:06 2023 -0500 Automatic changelog generation #17785 [ci skip] commit 15bb9f53b78777e64b2a6e2e61882cc453f43f80 Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Fri Feb 10 17:46:03 2023 -0500 adds a spare mag to oddjob kit (#17785) commit c69563273bb2c602748d0d5e5987ac1179b128dc Author: Yogbot-13 Date: Fri Feb 10 17:45:23 2023 -0500 Automatic changelog generation #17769 [ci skip] commit 367cf38f1681284fd5d54cdb30f5aeff6194bfc4 Author: ynot01 Date: Fri Feb 10 17:45:20 2023 -0500 Purchasable autosurgeon for 5TC (#17769) * syndi cat * Update uplink_items.dm commit 247a50bc9f8b6da914fb60b4c3cca86f94b7599d Author: Yogbot-13 Date: Fri Feb 10 17:43:58 2023 -0500 Automatic changelog generation #17735 [ci skip] commit 167ab6af2bec08c3dcd23c56b9b9c48f5a1c0b00 Author: SapphicOverload <93578146+SapphicOverload@users.noreply.github.com> Date: Fri Feb 10 17:43:55 2023 -0500 Multilingual quirk can no longer give you centcom encrypted language and costs 2 points instead of 3 (#17735) * guh * Update good.dm commit bb77f2d6a3ca83e029f9054aacbdd187717faac4 Author: Yogbot-13 Date: Fri Feb 10 17:22:33 2023 -0500 Automatic changelog generation #17856 [ci skip] commit f13f241426d516cd33cf1bbe00fdfd395cfe5049 Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Fri Feb 10 17:22:31 2023 -0500 Revert "Removes felinid language (#17825)" (#17856) This reverts commit e75cb0ad007f0d8732bb078c108aa36c4de4b22f. commit c53b3bc784e926142cf2806072dc20565eeb63b1 Author: Changelogs Date: Fri Feb 10 22:17:13 2023 +0000 Automatic changelog compile [ci skip] commit bf214dad30fe344a327d7ea0d7592cb27169b78c Author: Yogbot-13 Date: Fri Feb 10 15:57:59 2023 -0500 Automatic changelog generation #17832 [ci skip] commit 0144098f5c186ad45407cf6d497dd5391290ffb0 Author: Addust <80979251+Addust@users.noreply.github.com> Date: Fri Feb 10 20:57:56 2023 +0000 Gives onehalf a blue oxygen tank instead of a red one inside the safe (#17832) yes commit 84c1ff33310b4fc915d991165f7ea7eb1485ee01 Author: Yogbot-13 Date: Fri Feb 10 13:08:39 2023 -0500 Automatic changelog generation #17881 [ci skip] commit e2ce0336ff02b002152da23db8e809376cda24a9 Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Fri Feb 10 19:08:36 2023 +0100 ye (#17881) commit 596ac490f7e55c93f4f48cc0a7449cf11154fdc2 Author: Yogbot-13 Date: Fri Feb 10 12:29:57 2023 -0500 Automatic changelog generation #17812 [ci skip] commit 2047871e5b77e3b07e0e18f33548382eb636c0cd Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Fri Feb 10 11:29:53 2023 -0600 Adds a chemical that purges nanites (#17812) * NaniteRemovalChemical * rename * Update code/modules/reagents/chemistry/reagents/medicine_reagents.dm Co-authored-by: Ling --------- Co-authored-by: Ling commit bb0d420b098f58d0f1c4fb9d27cf40d97f0bd83d Author: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Fri Feb 10 16:04:20 2023 +0100 Massacres the unused maps. (#17764) * someone has to do it * camels * order * ok no commit 0424f5f5e4b423d32a2b1c561d7dafef5d4414f0 Author: Yogbot-13 Date: Fri Feb 10 09:40:37 2023 -0500 Automatic changelog generation #17823 [ci skip] commit 611fc49e0b7a8d94b3959ff353a78787f03a5cfd Author: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Fri Feb 10 14:40:33 2023 +0000 e (#17823) commit adda8bc9a035835642d73f2720cbedfb844b6751 Author: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Fri Feb 10 15:17:47 2023 +0100 Update unique_donator_items.dm (#17874) commit 3a8ad081f9042d6b81167c1aed8c36c058305516 Author: Changelogs Date: Fri Feb 10 14:08:30 2023 +0000 Automatic changelog compile [ci skip] commit ff2f15a395fcc86c10158f5764d97f836dd4a0be Author: Yogbot-13 Date: Fri Feb 10 05:01:24 2023 -0500 Automatic changelog generation #17848 [ci skip] commit 58a00ef32de3c5d1fbaecb134e4f3ae9b921c824 Author: Waterpig <49160555+Majkl-J@users.noreply.github.com> Date: Fri Feb 10 11:01:21 2023 +0100 Adds barricading of airlocks and doors (#17848) * I like wood :weary: * Makes them faster to remove * :weary: * I hate molti Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> --------- Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> commit 726c31fd2f2fad4cbb2aa0f59c751c2646ec17d2 Author: Yogbot-13 Date: Fri Feb 10 04:29:51 2023 -0500 Automatic changelog generation #17807 [ci skip] commit 9d4d28edd3f359c8338fdcd393a48f968c79673f Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Fri Feb 10 04:29:48 2023 -0500 Removes corn syrup from catsip (#17807) commit a995a0e6fd8e09a91524da2199d2154fad2561c2 Author: Yogbot-13 Date: Fri Feb 10 04:28:25 2023 -0500 Automatic changelog generation #17831 [ci skip] commit d35292c3d485623d473b9d48057aef84194ac04e Author: Ling Date: Fri Feb 10 10:28:20 2023 +0100 RPD now builds even when clicked on another pipe (#17831) commit 51fd6de8084efd64cf668a27d85c285fed2673cd Author: Yogbot-13 Date: Fri Feb 10 03:53:48 2023 -0500 Automatic changelog generation #17852 [ci skip] commit 9f91e2edf755bd0fc3532bc779838b1420cceeff Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Fri Feb 10 02:53:45 2023 -0600 les go (#17852) commit a55a6d42976c8129c3d36f843c10c99d0a92842e Author: Changelogs Date: Fri Feb 10 06:11:39 2023 +0000 Automatic changelog compile [ci skip] commit 380e400cb3815153a8a15044a5f569e86d0746ac Author: Yogbot-13 Date: Fri Feb 10 01:04:58 2023 -0500 Automatic changelog generation #17837 [ci skip] commit 861567f4db6a6753e5faac5dc84a961566b24987 Author: Byemoh Date: Fri Feb 10 00:04:56 2023 -0600 Update airlock.dm (#17837) commit 08cec4a012615e2c00571d97e2bb78702b61dfc0 Author: Yogbot-13 Date: Fri Feb 10 01:01:14 2023 -0500 Automatic changelog generation #17813 [ci skip] commit 5cf47b2580b44046f9d6cf446b66c95e8e4b0d11 Author: ynot01 Date: Fri Feb 10 01:01:12 2023 -0500 Update hologram.dm (#17813) commit ef783cb856f7e01321033a84c2a428601b698da3 Author: Yogbot-13 Date: Fri Feb 10 00:58:35 2023 -0500 Automatic changelog generation #17834 [ci skip] commit a00b6ce75773de8481df0028632a49f8947bf1ae Author: ynot01 Date: Fri Feb 10 00:58:33 2023 -0500 Update medbeam.dm (#17834) commit d5b72b2259040c3e31d18ab56bfaad220fd9d30a Author: Yogbot-13 Date: Thu Feb 9 20:22:06 2023 -0500 Automatic changelog generation #17723 [ci skip] commit 4a6973a465c8e8c83865d9ca68d0cd06b6298120 Author: Byemoh Date: Thu Feb 9 19:22:03 2023 -0600 Falling into a chasm doesn't delete your body and someone can fish you up (#17723) * eeeee * e * map * break * eeeee * cope * Update chasm.dm commit 229d6664ef867a451c36bb0f76ec74cef46247e1 Author: Changelogs Date: Thu Feb 9 22:17:48 2023 +0000 Automatic changelog compile [ci skip] commit f606eaac8e54f24fec744a2570876e54b4ec4969 Author: Yogbot-13 Date: Thu Feb 9 10:41:20 2023 -0500 Automatic changelog generation #17670 [ci skip] commit 26ad93fd58456835ab5ba583cf53360460716b16 Author: ynot01 Date: Thu Feb 9 10:41:17 2023 -0500 Big Heretic revamp (finally) (#17670) * heresy * Update eldritch_book.dm * heat resistant lizards * 5 tile range only! * delete the shield dummy! * Update eldritch_items.dm * new sounds * Update eldritch_antag.dm * Update eldritch_items.dm * sanity * Update code/modules/antagonists/eldritch_cult/eldritch_book.dm Co-authored-by: Ling --------- Co-authored-by: Ling commit 2264d7e6bcfdc0a169c8c64c0da36f4ebfb70203 Author: Yogbot-13 Date: Thu Feb 9 10:36:18 2023 -0500 Automatic changelog generation #17795 [ci skip] commit 6e401075bd1ade56c0ebff026d1ba45099ff0d03 Author: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Thu Feb 9 16:36:15 2023 +0100 It now takes 6 seconds to cremate someone, and 3 seconds to break out if they're conscious (#17795) * Update morgue.dm * Update morgue.dm * Update code/game/objects/structures/morgue.dm * Update code/game/objects/structures/morgue.dm commit c28d3597849b2374ca3180abf377121a33ce9425 Author: Yogbot-13 Date: Thu Feb 9 10:27:17 2023 -0500 Automatic changelog generation #17766 [ci skip] commit a0c31d2aee183feddd43cd6b3aed2d5c1b2edbd5 Author: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Thu Feb 9 10:27:13 2023 -0500 brrrt (#17766) commit 9ff2bc445a7201d3c3111a60884e07377cef44d2 Author: Changelogs Date: Thu Feb 9 06:11:19 2023 +0000 Automatic changelog compile [ci skip] commit d268cadeda9936a28b73a7a158886175cd768402 Author: Yogbot-13 Date: Wed Feb 8 18:44:13 2023 -0500 Automatic changelog generation #17806 [ci skip] commit c223e28c9d4fb3379f5b48fc33704fffb2a15afa Author: Ling Date: Thu Feb 9 00:44:11 2023 +0100 Fix 'id in pda' pref (#17806) commit 44decca8843360e6bf6478fcaad2f57f2bea6e2e Author: Changelogs Date: Wed Feb 8 22:16:57 2023 +0000 Automatic changelog compile [ci skip] commit d750b905ddc71c99a79049790e0589bed9ee8db0 Author: Yogbot-13 Date: Wed Feb 8 13:17:57 2023 -0500 Automatic changelog generation #17777 [ci skip] commit 00a527192bf5672bf7447ecbd58e011f94723ca5 Author: Manatee <74586965+MajManatee@users.noreply.github.com> Date: Wed Feb 8 12:17:54 2023 -0600 More snowflake items - Boxta (#17777) * all non spritework * Quirky first hat * mmm sprites commit f028dd3418e2d27d294d586babf28c521264f2ce Author: Yogbot-13 Date: Wed Feb 8 12:31:26 2023 -0500 Automatic changelog generation #17825 [ci skip] commit e75cb0ad007f0d8732bb078c108aa36c4de4b22f Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Wed Feb 8 12:31:23 2023 -0500 Removes felinid language (#17825) * Removes felinid language from silicons * Removes multilingual (felinid) trait * Removes felinid from being granted upon using cat ears * Redd moment * removes felinid from tongue's possible language base. * removes felinid from telecomms * removes felinid from language holders * removes the felinid language as it provides a material benefit to donors * gives felinids the english language holder * removes felinid language icon commit 060c415b0499e78bbe8fc605034eb6ced73ae0dd Author: Changelogs Date: Wed Feb 8 14:08:15 2023 +0000 Automatic changelog compile [ci skip] commit 7345f0e82d2c9daebd4a80d8bf80e120bed982fd Author: Yogbot-13 Date: Wed Feb 8 05:39:07 2023 -0500 Automatic changelog generation #17846 [ci skip] commit 3e51ef4f8bc5230b3bfb0eb6d3daf0e3c7fecc43 Author: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Wed Feb 8 04:39:03 2023 -0600 Update lavaland_surface_maze.dmm (#17846) commit e7823cfc39c21f44ad3284f16260321114f016f7 Author: Changelogs Date: Wed Feb 8 06:11:43 2023 +0000 Automatic changelog compile [ci skip] commit d927ebc03df9977ddc228c0635734e9c620201df Author: Yogbot-13 Date: Tue Feb 7 20:39:04 2023 -0500 Automatic changelog generation #17802 [ci skip] commit 0fd7dcfc9d1a30c0d92b6fc11e82ac6d9c3ad1bf Author: cuackles <68789204+cuackles@users.noreply.github.com> Date: Tue Feb 7 22:39:01 2023 -0300 monkey energy no longer becomes invisible when crushed (#17802) * Update janitor.dmi * Update janitor.dmi * Update janitor.dmi commit 61601d937ee69149aa308d066b6fef58912a46ee Author: Yogbot-13 Date: Tue Feb 7 19:57:01 2023 -0500 Automatic changelog generation #17791 [ci skip] commit 902e743274836f6b63bbdd9b0deda57c07a6b9f9 Author: BurgerLUA <8602857+BurgerLUA@users.noreply.github.com> Date: Tue Feb 7 16:56:58 2023 -0800 MALF is no longer continuous (#17791) commit 81c0963f7492ad99f776c4990b6d94a258c98cbf Author: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Wed Feb 8 01:56:07 2023 +0100 Update adminhelp.dm (#17783) commit 95947d2fe2807af9174b1bb02f47c37bd47de936 Author: Yogbot-13 Date: Tue Feb 7 19:53:00 2023 -0500 Automatic changelog generation #17742 [ci skip] commit f83723c3892e4f3682604f2706ef26e43a66a97d Author: Ling Date: Wed Feb 8 01:52:57 2023 +0100 Ports SSfoam and SSsmoke (#17742) * Ports SSfoam and SSsmoke * Remove dupe define commit 9bb63a7577421c21837d254b2bf2affad3c4843f Author: Yogbot-13 Date: Tue Feb 7 19:52:22 2023 -0500 Automatic changelog generation #17738 [ci skip] commit 0cf7ecf050f07723528b677dd2f71f1e6cd80bef Author: Ling Date: Wed Feb 8 01:52:19 2023 +0100 Actually adds passive vent to RPD (#17738) * Actually adds passive vent to RPD * Fixed and re-added passive vents commit 5b9d198f6f4a3fcdec945337030b387ab1576e14 Author: Yogbot-13 Date: Tue Feb 7 18:37:58 2023 -0500 Automatic changelog generation #17816 [ci skip] commit 148e80f8ec5ff061ac18319e35b16368c1c5b80f Author: ynot01 Date: Tue Feb 7 18:37:55 2023 -0500 Fixes foam darts not doing any stamina damage (#17816) * Update foam_dart.dm * Update foam_dart.dm commit 42165a9806b73ddc61429da674006e456a89a910 Author: Changelogs Date: Tue Feb 7 22:17:04 2023 +0000 Automatic changelog compile [ci skip] commit b9f7613d59fa6c52e578786a7933a46e3046c8ac Author: Yogbot-13 Date: Tue Feb 7 14:59:58 2023 -0500 Automatic changelog generation #17748 [ci skip] commit 1cfbe0fd48f1ed96f400cf48a49b4b44e96a09d6 Author: Byemoh Date: Tue Feb 7 13:59:54 2023 -0600 adds det's sunglasses and shit on his desk on gax and other misc stuff (#17748) * eeeeeeeeee * shudders * readds stuff commit 3947b4ac5acfa075529ff45b77322cb940980db4 Author: Yogbot-13 Date: Tue Feb 7 11:46:17 2023 -0500 Automatic changelog generation #17799 [ci skip] commit c3cfad491336c48d9f4988dfa82a90c893c7b1d0 Author: ynot01 Date: Tue Feb 7 11:46:14 2023 -0500 weird (#17799) commit 8de1275a993c29539887494012f9c3ff09ddbd9e Author: Changelogs Date: Tue Feb 7 14:08:44 2023 +0000 Automatic changelog compile [ci skip] commit 198c9f89aa4217f5ffc7863adc41348a19062989 Author: Yogbot-13 Date: Tue Feb 7 06:52:05 2023 -0500 Automatic changelog generation #17822 [ci skip] commit 63928e7f87dd5ada642161093070fdf85f1c8747 Author: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Tue Feb 7 11:52:02 2023 +0000 Update game_options.txt (#17822) commit 7daad46a718a781fab326000c01ddc705e66c8ca Author: Yogbot-13 Date: Tue Feb 7 05:15:44 2023 -0500 Automatic changelog generation #17776 [ci skip] commit b01613407ad903c14b5432aff493f30fe36f8bfc Author: Byemoh Date: Tue Feb 7 04:15:40 2023 -0600 Alternate Gax Arrivals design for free miner ship (#17776) * Update GaxStation.dmm * Update GaxStation.dmm * e commit 23abc5abd2481356c7908bc73f63112024cf17f9 Author: Changelogs Date: Tue Feb 7 06:11:41 2023 +0000 Automatic changelog compile [ci skip] commit d170eab0aa6039725dfa4c820d47f4d4344281ec Author: Yogbot-13 Date: Mon Feb 6 19:03:32 2023 -0500 Automatic changelog generation #17797 [ci skip] commit 1aac303800a18839efa912c600cabf9e4ffdb6ec Author: Redd <36747151+ReddicusDragon@users.noreply.github.com> Date: Mon Feb 6 19:03:29 2023 -0500 Updates inventory procs to allow silent pickup (#17797) * adds make_sound parameter to put_in_hands, first step to making items able to be picked up with or without sound * adds make_sound parameter to put_in_active_hand, second step in allowing items to be picked up with or without sound * adds make_sound parameter to put_in_hand, third step * redd moment * weeeeeeee * NukeOps nuke code papers spawning are now silent commit 57283fa9007f47bd6fd4b474bd83fa71cb38ca99 Author: Yogbot-13 Date: Mon Feb 6 18:17:08 2023 -0500 Automatic changelog generation #17712 [ci skip] commit b2c06b0866f2e689d839010c5b1644c2cf196d3f Author: Byemoh Date: Mon Feb 6 17:17:05 2023 -0600 Lavaland Corn Maze Ruin (#17712) * eeee * yep * Update lavaruinblacklist.txt --------- Co-authored-by: wejengin2 <48154165+wejengin2@users.noreply.github.com> commit 0d00d7457c02f211a498a90f0c70f83b14bc79aa Author: Changelogs Date: Mon Feb 6 22:16:37 2023 +0000 Automatic changelog compile [ci skip] commit 7955f64f793312521d9d742367074ffd06a5dfcc Author: Yogbot-13 Date: Mon Feb 6 10:52:52 2023 -0500 Automatic changelog generation #17582 [ci skip] commit 8df29b5392348ce33a7cf51276e920f8a3e54d42 Author: 00ze-cyclone <96987868+00ze-cyclone@users.noreply.github.com> Date: Mon Feb 6 16:52:48 2023 +0100 Uranium eating aegun, second try (#17582) * new aegun * it just work * Update code/modules/projectiles/guns/energy/energy_gun.dm Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> * Add files via upload * dfuisqbdusq --------- Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> commit 498e4e6ae42da5492e401361f956c431f529f042 Author: Changelogs Date: Mon Feb 6 14:09:30 2023 +0000 Automatic changelog compile [ci skip] commit e37654707ecf1be26be9d196c32264ddd676ae5c Author: Yogbot-13 Date: Mon Feb 6 07:43:42 2023 -0500 Automatic changelog generation #17768 [ci skip] commit 5725a331745580853a210ed6b1e0dff82291e022 Author: ynot01 Date: Mon Feb 6 07:43:39 2023 -0500 Foam darts now deal stamina damage if you're holding a toy foam gun (#17768) * Update foam_dart.dm * Update foam_dart.dm commit d7f3ee4734908f142a2ad6f73e2b81aee2495a85 Author: Yogbot-13 Date: Mon Feb 6 06:38:11 2023 -0500 Automatic changelog generation #17707 [ci skip] commit a6c05734234bd1e3439a2ebe86ddab7440830c4e Author: Mqiib <43766432+Mqiib@users.noreply.github.com> Date: Mon Feb 6 06:38:08 2023 -0500 Shimmyjimmies ion bolts to be less "why are they like that" and more "hey that kinda makes sense" (#17707) * NEW IONS * forgor * hos gun shooty commit cc868113c1eede189f07fbd466004cf39518e8b8 Author: Changelogs Date: Sun Feb 5 22:15:50 2023 +0000 Automatic changelog compile [ci skip] commit 0343eb61c827f046809518538e41e65929aff092 Author: Yogbot-13 Date: Sun Feb 5 14:37:43 2023 -0500 Automatic changelog generation #17749 [ci skip] commit e9bb5b667927c02f7ad8a4c2d986ddbfee3e027a Author: ynot01 Date: Sun Feb 5 14:37:41 2023 -0500 Adds the rest of the roundstart race languages to multilingual quirks (#17749) * Update good.dm * Update code/datums/traits/good.dm Co-authored-by: 00ze-cyclone <96987868+00ze-cyclone@users.noreply.github.com> --------- Co-authored-by: 00ze-cyclone <96987868+00ze-cyclone@users.noreply.github.com> commit 00d55013b1dac61aa734988de85072838c1ba135 Author: Yogbot-13 Date: Sun Feb 5 12:14:21 2023 -0500 Automatic changelog generation #17779 [ci skip] commit 85661c5d71ab01f1e7897c915c3393bba834cb5c Author: LazennG <58535870+LazennG@users.noreply.github.com> Date: Sun Feb 5 09:14:18 2023 -0800 buster arm patch (#17779) commit 20b3adaae31f7fc616c7b5691fd35335c9298782 Author: Changelogs Date: Sun Feb 5 14:07:35 2023 +0000 Automatic changelog compile [ci skip] commit 123638a50e4e7523a5ff5871eda8141c70d2a981 Author: Yogbot-13 Date: Sun Feb 5 01:21:47 2023 -0500 Automatic changelog generation #17774 [ci skip] commit 707b8379f9f7586382f0cf70e6eea432201f9911 Author: ktlwjec <122807629+ktlwjec0@users.noreply.github.com> Date: Sun Feb 5 06:21:45 2023 +0000 blue burger uses patty (#17774) commit 6ba5dd3f5f8577727873cbb094fae78a0c41f6f4 Author: Changelogs Date: Sun Feb 5 06:10:13 2023 +0000 Automatic changelog compile [ci skip] --- .github/guides/RUNNING_A_SERVER.md | 5 +- .../LavaRuins/lavaland_surface_maze.dmm | 920 + _maps/RandomRuins/LavaRuins/miningbase.dmm | 8 +- _maps/RandomRuins/SpaceRuins/onehalf.dmm | 2 +- .../EclipseStation/ebar_beach.dmm | 1866 - .../EclipseStation/ebar_casino.dmm | 1826 - .../EclipseStation/ebar_clock.dmm | 1876 - .../EclipseStation/ebar_disco.dmm | 1751 - .../EclipseStation/ebar_eclipse.dmm | 2087 - .../EclipseStation/ebar_saloon.dmm | 1923 - _maps/_basemap.dm | 6 +- _maps/eclipsestation.dm | 1 - _maps/eclipsestation.json | 10 - _maps/icebox.json | 24 - _maps/kilostation.dm | 1 - _maps/kilostation.json | 10 - .../AsteroidStation/AsteroidStation.dmm | 563 +- .../EclipseStation/EclipseStation.dmm | 157988 ---------- _maps/map_files/EclipseStation/job_changes.dm | 1 - _maps/map_files/GaxStation/GaxStation.dmm | 2195 +- _maps/map_files/IceBox/IceBox.dmm | 129732 -------- _maps/map_files/KiloStation/KiloStation.dmm | 235709 --------------- _maps/map_files/Omegastation/job_changes.dm | 22 - _maps/map_files/Omegastation/omegastation.dmm | 112786 ------- _maps/map_files/YogStation/YogStation.dmm | 2396 +- _maps/map_files/YogsDelta/YogsDelta.dmm | 196346 ------------ _maps/map_files/Yogsmeta/Yogsmeta.dmm | 716 +- _maps/map_files/generic/CentCom.dmm | 107 +- _maps/omegastation.dm | 1 - _maps/omegastation.json | 10 - _maps/yogsdelta.dm | 1 - _maps/yogsdelta.json | 10 - code/__DEFINES/MC.dm | 8 + code/__DEFINES/access.dm | 1 + code/__DEFINES/maths.dm | 6 + code/__DEFINES/subsystems.dm | 3 +- code/__DEFINES/traits.dm | 1 + code/__HELPERS/_lists.dm | 10 +- code/__HELPERS/reagents.dm | 14 + code/__HELPERS/roundend.dm | 15 + code/_onclick/hud/swarmer.dm | 6 +- .../configuration/entries/game_options.dm | 10 + code/controllers/subsystem/fluids.dm | 261 + .../processing/{fluids.dm => plumbing.dm} | 4 +- code/controllers/subsystem/vote.dm | 29 +- code/datums/action.dm | 4 +- code/datums/brain_damage/brain_trauma.dm | 71 +- code/datums/brain_damage/mild.dm | 1 + code/datums/brain_damage/severe.dm | 1 + code/datums/brain_damage/special.dm | 1 + code/datums/components/chasm.dm | 174 +- code/datums/components/plumbing/plumbing.dm | 6 +- code/datums/components/remote_materials.dm | 1 + code/datums/datum.dm | 17 +- code/datums/hud.dm | 12 +- code/datums/martial/ultra_violence.dm | 136 +- code/datums/mind.dm | 9 +- code/datums/ruins/lavaland.dm | 8 + code/datums/saymode.dm | 3 + code/datums/status_effects/buffs.dm | 42 +- code/datums/status_effects/debuffs.dm | 7 +- code/datums/traits/good.dm | 37 +- code/game/area/areas.dm | 1 + code/game/area/areas/shuttles.dm | 2 + code/game/atoms.dm | 12 +- code/game/atoms_movable.dm | 64 +- .../dynamic/dynamic_rulesets_roundstart.dm | 6 +- code/game/gamemodes/nuclear/nuclear.dm | 4 +- code/game/gamemodes/objective.dm | 2 +- code/game/gamemodes/revolution/revolution.dm | 2 +- code/game/gamemodes/wizard/wizard.dm | 2 +- code/game/machinery/ai_slipper.dm | 4 +- code/game/machinery/deployable.dm | 2 +- code/game/machinery/doors/airlock.dm | 14 + code/game/machinery/doors/door.dm | 2 + code/game/machinery/hologram.dm | 2 +- code/game/machinery/recharger.dm | 6 +- code/game/machinery/recycler.dm | 2 +- code/game/mecha/equipment/weapons/weapons.dm | 4 +- code/game/mecha/mecha.dm | 4 +- code/game/mecha/working/ripley.dm | 9 +- code/game/objects/effects/anomalies.dm | 4 +- .../effects/effect_system/effect_system.dm | 13 +- .../effect_system/effects_explosion.dm | 5 +- .../effects/effect_system/effects_foam.dm | 355 - .../effects/effect_system/effects_smoke.dm | 336 - .../fluid_spread/_fluid_spread.dm | 159 + .../fluid_spread/effects_foam.dm | 404 + .../fluid_spread/effects_smoke.dm | 455 + code/game/objects/effects/step_triggers.dm | 8 +- code/game/objects/empulse.dm | 4 +- code/game/objects/items/RPD.dm | 11 +- code/game/objects/items/busterarm.dm | 568 +- code/game/objects/items/chrono_eraser.dm | 8 +- code/game/objects/items/cigs_lighters.dm | 12 +- code/game/objects/items/clown_items.dm | 2 +- code/game/objects/items/devices/flashlight.dm | 11 +- .../objects/items/devices/laserpointer.dm | 2 + .../objects/items/devices/transfer_valve.dm | 6 +- code/game/objects/items/extinguisher.dm | 4 +- code/game/objects/items/grenades/smokebomb.dm | 4 +- code/game/objects/items/melee/energy.dm | 4 + code/game/objects/items/melee/misc.dm | 2 +- .../objects/items/robot/robot_upgrades.dm | 4 +- code/game/objects/items/scrolls.dm | 4 +- .../items/stacks/sheets/sheet_types.dm | 17 + code/game/objects/items/storage/book.dm | 5 +- .../game/objects/items/storage/uplink_kits.dm | 9 +- code/game/objects/items/tanks/watertank.dm | 41 +- code/game/objects/items/twohanded.dm | 20 +- .../objects/structures/beds_chairs/bed.dm | 8 +- code/game/objects/structures/fireaxe.dm | 35 +- code/game/objects/structures/hivebot.dm | 4 +- .../objects/structures/lavaland/geyser.dm | 2 +- .../structures/lavaland/necropolis_tendril.dm | 4 +- code/game/objects/structures/morgue.dm | 78 +- code/game/objects/structures/window.dm | 12 - .../game/turfs/simulated/floor/reinf_floor.dm | 2 + code/game/turfs/turf.dm | 7 + code/modules/admin/sql_ban_system.dm | 4 +- .../antagonists/_common/antag_datum.dm | 4 +- .../antagonists/_common/antag_spawner.dm | 2 +- .../antagonists/abductor/equipment/gland.dm | 4 +- code/modules/antagonists/blob/blob_mobs.dm | 4 +- .../blob/blobstrains/_blobstrain.dm | 4 + code/modules/antagonists/blob/overmind.dm | 1 + .../antagonists/bloodsuckers/bloodsuckers.dm | 3 + .../bloodsuckers/powers/gangrel.dm | 2 +- .../antagonists/bloodsuckers/powers/gohome.dm | 2 +- .../bloodsuckers/powers/targeted/brawn.dm | 2 +- .../bloodsuckers/powers/targeted/lunge.dm | 2 +- .../bloodsuckers/powers/targeted/mesmerize.dm | 6 +- .../bloodsuckers/powers/targeted/trespass.dm | 4 +- .../antagonists/bloodsuckers/powers/veil.dm | 9 +- .../structures/bloodsucker_crypt.dm | 29 +- .../antagonists/changeling/powers/headcrab.dm | 5 +- .../clock_scriptures/scripture_scripts.dm | 2 +- .../antagonists/cult/cult_structures.dm | 8 +- .../antagonists/disease/disease_disease.dm | 1 + .../antagonists/disease/disease_mob.dm | 2 + .../eldritch_cult/eldritch_antag.dm | 2 +- .../eldritch_cult/eldritch_book.dm | 11 +- .../eldritch_cult/eldritch_effects.dm | 4 +- .../eldritch_cult/eldritch_items.dm | 52 +- .../eldritch_cult/knowledge/ash_lore.dm | 11 +- .../eldritch_cult/knowledge/flesh_lore.dm | 2 +- .../eldritch_cult/knowledge/rust_lore.dm | 2 +- .../transmutations/ash_transmutations.dm | 2 +- .../transmutations/flesh_transmutations.dm | 2 +- .../transmutations/rust_transmutations.dm | 2 +- .../nukeop/equipment/nuclearbomb.dm | 6 +- code/modules/antagonists/nukeop/nukeop.dm | 2 +- .../traitor/equipment/Malf_Modules.dm | 4 +- code/modules/assembly/assembly.dm | 6 +- code/modules/assembly/flash.dm | 2 + code/modules/assembly/mousetrap.dm | 16 +- .../atmospherics/gasmixtures/gas_mixture.dm | 28 + .../components/unary_devices/passive_vent.dm | 37 +- .../portable/portable_atmospherics.dm | 6 +- .../awaymissions/mission_code/Cabin.dm | 2 +- .../awaymissions/mission_code/mining.dm | 2 +- .../modules/awaymissions/super_secret_room.dm | 4 +- code/modules/cargo/bounties/progression.dm | 6 +- code/modules/cargo/packs.dm | 12 + code/modules/client/preferences/pda.dm | 3 + code/modules/clothing/glasses/hud.dm | 10 + code/modules/clothing/gloves/miscellaneous.dm | 2 - code/modules/clothing/head/misc_special.dm | 5 + code/modules/clothing/neck/_neck.dm | 12 + code/modules/clothing/outfits/plasmaman.dm | 9 +- .../modules/clothing/spacesuits/chronosuit.dm | 5 + code/modules/clothing/spacesuits/hardsuit.dm | 8 +- code/modules/clothing/suits/toggles.dm | 6 +- .../under/jobs/Plasmaman/civilian_service.dm | 8 +- code/modules/events/_event.dm | 6 + code/modules/events/darkspawn.dm | 55 + code/modules/events/immovable_rod.dm | 9 +- code/modules/events/nightmare.dm | 3 +- code/modules/events/scrubber_overflow.dm | 133 + code/modules/events/vent_clog.dm | 138 - code/modules/events/wizard/curseditems.dm | 4 +- code/modules/events/wizard/imposter.dm | 2 +- code/modules/events/wizard/shuffle.dm | 12 +- code/modules/events/wormholes.dm | 10 +- code/modules/fields/timestop.dm | 2 +- .../food_and_drinks/food/snacks_burgers.dm | 2 +- .../kitchen_machinery/food_cart.dm | 1 + .../kitchen_machinery/grill.dm | 4 +- .../kitchen_machinery/processor.dm | 54 +- .../food_and_drinks/recipes/drinks_recipes.dm | 2 +- .../recipes/processor_recipes.dm | 28 +- .../recipes/tablecraft/recipes_burger.dm | 2 +- code/modules/goals/department_goals/cargo.dm | 3 +- code/modules/goals/station_goals/bsa.dm | 6 +- code/modules/hydroponics/grown/onion.dm | 4 +- code/modules/hydroponics/plant_genes.dm | 4 +- code/modules/jobs/access.dm | 8 +- code/modules/jobs/job_types/_job.dm | 16 +- .../jobs/job_types/atmospheric_technician.dm | 10 - code/modules/jobs/job_types/bartender.dm | 6 - code/modules/jobs/job_types/botanist.dm | 10 - code/modules/jobs/job_types/captain.dm | 2 +- .../jobs/job_types/cargo_technician.dm | 13 - code/modules/jobs/job_types/chemist.dm | 9 - code/modules/jobs/job_types/chief_engineer.dm | 2 +- .../jobs/job_types/chief_medical_officer.dm | 5 - code/modules/jobs/job_types/cook.dm | 10 - code/modules/jobs/job_types/cyborg.dm | 8 - code/modules/jobs/job_types/detective.dm | 11 - code/modules/jobs/job_types/geneticist.dm | 9 - .../jobs/job_types/head_of_personnel.dm | 7 +- code/modules/jobs/job_types/janitor.dm | 13 +- code/modules/jobs/job_types/lawyer.dm | 5 - code/modules/jobs/job_types/medical_doctor.dm | 14 - code/modules/jobs/job_types/quartermaster.dm | 5 - .../jobs/job_types/research_director.dm | 5 - code/modules/jobs/job_types/roboticist.dm | 5 - code/modules/jobs/job_types/scientist.dm | 13 - .../jobs/job_types/security_officer.dm | 16 - code/modules/jobs/job_types/shaft_miner.dm | 26 +- .../jobs/job_types/station_engineer.dm | 13 - code/modules/jobs/job_types/virologist.dm | 5 - code/modules/jobs/job_types/warden.dm | 8 - code/modules/keybindings/bindings_atom.dm | 4 +- .../mining/equipment/kinetic_crusher.dm | 54 +- code/modules/mining/equipment/survival_pod.dm | 2 +- code/modules/mining/laborcamp/laborstacker.dm | 11 +- .../mining/lavaland/necropolis_chests.dm | 106 +- code/modules/mining/lavaland/seismicarm.dm | 3 +- code/modules/mining/machine_silo.dm | 5 +- code/modules/mining/machine_stacking.dm | 8 +- code/modules/mining/machine_vending.dm | 10 +- code/modules/mining/mine_items.dm | 1 - code/modules/mob/dead/observer/observer.dm | 7 + code/modules/mob/inventory.dm | 14 +- .../mob/living/carbon/carbon_defense.dm | 2 + code/modules/mob/living/carbon/human/emote.dm | 9 +- .../mob/living/carbon/human/examine.dm | 23 + .../mob/living/carbon/human/human_defines.dm | 1 + .../mob/living/carbon/human/human_helpers.dm | 8 +- .../mob/living/carbon/human/species.dm | 2 +- .../living/carbon/human/species_types/IPC.dm | 2 +- .../carbon/human/species_types/golems.dm | 8 +- .../human/species_types/lizardpeople.dm | 8 + .../human/species_types/shadowpeople.dm | 2 +- code/modules/mob/living/living.dm | 18 +- .../living/simple_animal/bot/SuperBeepsky.dm | 2 +- .../mob/living/simple_animal/bot/atmosbot.dm | 2 +- .../mob/living/simple_animal/bot/cleanbot.dm | 4 +- .../mob/living/simple_animal/bot/firebot.dm | 4 +- .../mob/living/simple_animal/bot/medbot.dm | 5 +- .../mob/living/simple_animal/friendly/dog.dm | 3 +- .../hostile/mining_mobs/drakeling.dm | 4 +- .../hostile/mining_mobs/elites/legionnaire.dm | 4 +- .../simple_animal/hostile/retaliate/clown.dm | 16 +- .../simple_animal/hostile/venus_human_trap.dm | 4 +- .../mob/living/simple_animal/slime/life.dm | 48 +- .../mob/living/simple_animal/slime/slime.dm | 67 +- code/modules/mob/mob.dm | 27 +- code/modules/mob/mob_defines.dm | 4 +- code/modules/mob/mob_lists.dm | 9 +- .../computers/item/laptop/laptop_presets.dm | 30 +- .../programs/medical/crew_monitor.dm | 17 +- .../ninja/suit/n_suit_verbs/ninja_smoke.dm | 7 +- code/modules/paperwork/pen.dm | 2 +- .../ammunition/ballistic/shotgun.dm | 10 + .../projectiles/ammunition/energy/special.dm | 5 +- code/modules/projectiles/guns/ballistic.dm | 4 + .../projectiles/guns/ballistic/automatic.dm | 4 +- .../projectiles/guns/ballistic/minigun.dm | 4 +- .../projectiles/guns/ballistic/shotgun.dm | 20 +- code/modules/projectiles/guns/energy.dm | 4 +- .../projectiles/guns/energy/energy_gun.dm | 79 +- .../projectiles/guns/energy/special.dm | 2 +- code/modules/projectiles/guns/magic.dm | 7 +- code/modules/projectiles/guns/magic/wand.dm | 8 +- code/modules/projectiles/guns/misc/medbeam.dm | 6 +- .../projectile/bullets/dart_syringe.dm | 10 + .../projectiles/projectile/bullets/lmg.dm | 10 +- .../projectiles/projectile/bullets/minigun.dm | 2 +- .../projectiles/projectile/bullets/pistol.dm | 2 +- .../projectiles/projectile/energy/ebow.dm | 5 +- code/modules/projectiles/projectile/magic.dm | 9 +- .../projectile/reusable/foam_dart.dm | 25 + .../projectiles/projectile/special/ion.dm | 16 +- .../chemistry/machinery/smoke_machine.dm | 32 +- .../chemistry/reagents/medicine_reagents.dm | 15 + .../reagents/pyrotechnic_reagents.dm | 32 +- .../chemistry/reagents/toxin_reagents.dm | 6 - .../reagents/chemistry/recipes/drugs.dm | 4 +- .../reagents/chemistry/recipes/others.dm | 41 +- .../chemistry/recipes/pyrotechnics.dm | 8 +- .../reagents/reagent_containers/borghypo.dm | 1 + code/modules/recycling/disposal/bin.dm | 2 +- code/modules/religion/religion_sects.dm | 44 +- code/modules/religion/rites.dm | 119 + code/modules/research/experimentor.dm | 48 +- .../crossbreeding/_status_effects.dm | 2 +- .../xenobiology/crossbreeding/burning.dm | 26 +- .../research/xenobiology/xenobio_camera.dm | 4 +- .../research/xenobiology/xenobiology.dm | 6 +- code/modules/spells/spell.dm | 23 +- .../spells/spell_types/construct_spells.dm | 2 +- code/modules/spells/spell_types/devil.dm | 10 +- .../spells/spell_types/touch_attacks.dm | 2 +- code/modules/spells/spell_types/wizard.dm | 8 +- code/modules/surgery/bodyparts/_bodyparts.dm | 6 + code/modules/surgery/organs/autosurgeon.dm | 4 + code/modules/uplink/uplink_items.dm | 25 +- code/modules/vehicles/cars/clowncar.dm | 26 +- code/modules/zombie/items.dm | 24 +- config/antag_rep.txt | 61 +- config/config.txt | 9 - config/game_options.txt | 15 +- config/lavaruinblacklist.txt | 1 + config/maps.txt | 31 +- config/private_default.txt | 15 + config/private_server.txt | 15 + html/changelog.html | 821 +- html/changelogs/.all_changelog.yml | 287 + html/changelogs/AutoChangelog-pr-17718.yml | 4 - html/changelogs/AutoChangelog-pr-17733.yml | 5 - html/changelogs/AutoChangelog-pr-17755.yml | 4 - html/changelogs/AutoChangelog-pr-17759.yml | 4 - html/changelogs/AutoChangelog-pr-17773.yml | 4 - html/changelogs/AutoChangelog-pr-17775.yml | 4 - html/changelogs/AutoChangelog-pr-17965.yml | 4 + html/changelogs/AutoChangelog-pr-17970.yml | 4 + icons/mob/clothing/eyes/eyes.dmi | Bin 14151 -> 14268 bytes icons/mob/clothing/head/head.dmi | Bin 257550 -> 262288 bytes icons/mob/clothing/neck/neck.dmi | Bin 27334 -> 26973 bytes .../mob/inhands/weapons/hammers_lefthand.dmi | Bin 5337 -> 13042 bytes .../mob/inhands/weapons/hammers_righthand.dmi | Bin 5543 -> 5786 bytes .../components/trinary_devices.dmi | Bin 100112 -> 100119 bytes icons/obj/clothing/glasses.dmi | Bin 14834 -> 14914 bytes icons/obj/clothing/hats.dmi | Bin 104496 -> 105020 bytes icons/obj/clothing/neck.dmi | Bin 6622 -> 13842 bytes icons/obj/device.dmi | Bin 72432 -> 72583 bytes icons/obj/food/food.dmi | Bin 89864 -> 89773 bytes icons/obj/guns/energy.dmi | Bin 44933 -> 43960 bytes icons/obj/guns/projectile.dmi | Bin 35168 -> 33743 bytes icons/obj/hand_of_god_structures.dmi | Bin 25811 -> 26099 bytes icons/obj/mining.dmi | Bin 71037 -> 71673 bytes icons/obj/wallmounts.dmi | Bin 4200 -> 4414 bytes sound/voice/feline/hiss1.ogg | Bin 0 -> 10725 bytes sound/voice/feline/hiss2.ogg | Bin 0 -> 9796 bytes sound/voice/feline/hiss3.ogg | Bin 0 -> 10150 bytes sound/voice/lizard/hiss.ogg | Bin 24754 -> 24737 bytes sound/voice/medbot/you_are_a_good.ogg | Bin 0 -> 13432 bytes yogstation.dme | 11 +- yogstation/code/datums/antagonists/vampire.dm | 2 +- .../code/datums/martial/explosive_fist.dm | 4 +- .../code/datums/martial/garden_warfare.dm | 8 +- yogstation/code/datums/martial/stealth.dm | 8 +- yogstation/code/datums/ruins/station.dm | 32 - .../game/gamemodes/darkspawn/darkspawn.dm | 5 +- .../code/game/gamemodes/darkspawn/veil.dm | 10 +- .../game/gamemodes/shadowling/shadowling.dm | 2 +- .../code/game/objects/effects/landmarks.dm | 2 - .../code/game/objects/items/fishing/rods.dm | 15 +- .../objects/items/grenades/glitterbombs.dm | 16 +- .../game/objects/structures/toilet_bong.dm | 4 +- .../code/modules/admin/verbs/adminhelp.dm | 3 + .../shadowling/shadowling_abilities.dm | 4 +- yogstation/code/modules/clothing/donator.dm | 16 +- .../modules/donor/unique_donator_items.dm | 12 +- .../code/modules/events/immovable_duck.dm | 9 +- .../modules/jobs/job_types/brig_physician.dm | 11 +- .../code/modules/jobs/job_types/clerk.dm | 9 - .../modules/jobs/job_types/mining_medic.dm | 12 +- .../modules/jobs/job_types/network_admin.dm | 7 - .../code/modules/jobs/job_types/paramedic.dm | 11 - .../modules/jobs/job_types/psychiatrist.dm | 6 +- .../carbon/human/species_types/darkspawn.dm | 2 +- .../code/modules/surgery/organs/heart.dm | 5 + yogstation/code/modules/uplink/uplink_item.dm | 10 +- yogstation/icons/obj/fishing/fishing.dmi | Bin 4183 -> 9365 bytes yogstation/icons/obj/janitor.dmi | Bin 21563 -> 21846 bytes yogstation/strings/taglines.txt | 1 - 379 files changed, 9056 insertions(+), 849487 deletions(-) create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_maze.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_beach.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_casino.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_clock.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_disco.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_eclipse.dmm delete mode 100644 _maps/RandomRuins/StationRuins/EclipseStation/ebar_saloon.dmm delete mode 100644 _maps/eclipsestation.dm delete mode 100644 _maps/eclipsestation.json delete mode 100644 _maps/icebox.json delete mode 100644 _maps/kilostation.dm delete mode 100644 _maps/kilostation.json delete mode 100644 _maps/map_files/EclipseStation/EclipseStation.dmm delete mode 100644 _maps/map_files/EclipseStation/job_changes.dm delete mode 100644 _maps/map_files/IceBox/IceBox.dmm delete mode 100644 _maps/map_files/KiloStation/KiloStation.dmm delete mode 100644 _maps/map_files/Omegastation/job_changes.dm delete mode 100644 _maps/map_files/Omegastation/omegastation.dmm delete mode 100644 _maps/map_files/YogsDelta/YogsDelta.dmm delete mode 100644 _maps/omegastation.dm delete mode 100644 _maps/omegastation.json delete mode 100644 _maps/yogsdelta.dm delete mode 100644 _maps/yogsdelta.json create mode 100644 code/controllers/subsystem/fluids.dm rename code/controllers/subsystem/processing/{fluids.dm => plumbing.dm} (58%) delete mode 100644 code/game/objects/effects/effect_system/effects_foam.dm delete mode 100644 code/game/objects/effects/effect_system/effects_smoke.dm create mode 100644 code/game/objects/effects/effect_system/fluid_spread/_fluid_spread.dm create mode 100644 code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm create mode 100644 code/game/objects/effects/effect_system/fluid_spread/effects_smoke.dm create mode 100644 code/modules/events/darkspawn.dm create mode 100644 code/modules/events/scrubber_overflow.dm delete mode 100644 code/modules/events/vent_clog.dm delete mode 100644 html/changelogs/AutoChangelog-pr-17718.yml delete mode 100644 html/changelogs/AutoChangelog-pr-17733.yml delete mode 100644 html/changelogs/AutoChangelog-pr-17755.yml delete mode 100644 html/changelogs/AutoChangelog-pr-17759.yml delete mode 100644 html/changelogs/AutoChangelog-pr-17773.yml delete mode 100644 html/changelogs/AutoChangelog-pr-17775.yml create mode 100644 html/changelogs/AutoChangelog-pr-17965.yml create mode 100644 html/changelogs/AutoChangelog-pr-17970.yml create mode 100644 sound/voice/feline/hiss1.ogg create mode 100644 sound/voice/feline/hiss2.ogg create mode 100644 sound/voice/feline/hiss3.ogg create mode 100644 sound/voice/medbot/you_are_a_good.ogg diff --git a/.github/guides/RUNNING_A_SERVER.md b/.github/guides/RUNNING_A_SERVER.md index 5cdf75d21efd..dcc20836fcd9 100644 --- a/.github/guides/RUNNING_A_SERVER.md +++ b/.github/guides/RUNNING_A_SERVER.md @@ -64,10 +64,9 @@ https://github.com/tgstation/tgstation-server Yogstation currently comes equipped with the following maps. * [BoxStation (default)](https://wiki.yogstation.net/wiki/BoxStation) -* [DeltaStation](https://wiki.yogstation.net/wiki/DeltaStation) -* [EclipseStation](https://wiki.yogstation.net/wiki/Maps) * [MetaStation](https://wiki.yogstation.net/wiki/MetaStation) -* [OmegaStation](https://wiki.yogstation.net/wiki/OmegaStation) +* [NVS Gax](https://wiki.yogstation.net/wiki/NVS_Gax) +* [AsteroidStation](https://wiki.yogstation.net/wiki/AsteroidStation) All maps have their own code file that is in the base of the _maps directory. Maps are loaded dynamically when the game starts. Follow this guideline when adding your own map, to your fork, for easy compatibility. diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_maze.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_maze.dmm new file mode 100644 index 000000000000..59efbc0bd13e --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_maze.dmm @@ -0,0 +1,920 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"h" = ( +/turf/closed/mineral/volcanic/lava_land_surface/hard/harder, +/area/template_noop) +"i" = ( +/turf/closed/mineral/volcanic/lava_land_surface/hard, +/area/template_noop) +"j" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/template_noop) +"l" = ( +/obj/structure/closet/crate/necropolis/tendril, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/template_noop) +"B" = ( +/turf/open/chasm/lavaland, +/area/template_noop) +"P" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +P +P +P +P +i +i +i +i +P +P +P +i +i +i +i +P +P +P +P +i +i +i +i +i +h +h +i +i +P +"} +(2,1,1) = {" +P +h +h +h +h +h +h +i +h +h +h +h +h +h +i +i +h +h +h +h +h +h +h +h +h +h +h +h +P +"} +(3,1,1) = {" +P +h +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +h +h +h +P +"} +(4,1,1) = {" +i +i +B +j +j +j +j +j +j +j +j +j +j +B +j +j +j +j +j +j +j +j +B +B +B +B +B +h +P +"} +(5,1,1) = {" +i +i +B +j +B +B +B +B +B +B +B +B +B +B +j +B +B +B +B +B +B +j +B +B +B +B +B +h +i +"} +(6,1,1) = {" +i +h +B +j +B +B +j +j +j +j +j +j +j +B +j +B +j +j +j +j +j +j +j +j +B +B +B +h +i +"} +(7,1,1) = {" +i +h +B +j +B +B +j +B +B +B +B +B +j +B +j +B +j +B +B +B +B +j +B +B +B +B +B +h +i +"} +(8,1,1) = {" +i +h +B +j +j +B +j +B +j +B +j +j +j +B +j +B +j +B +B +j +j +j +B +B +B +B +B +h +i +"} +(9,1,1) = {" +P +h +B +B +j +B +j +B +j +B +j +B +B +B +B +B +j +B +B +j +B +B +B +B +B +B +B +h +i +"} +(10,1,1) = {" +P +h +B +B +j +B +j +B +j +B +j +j +j +j +j +j +j +B +B +j +B +B +B +B +B +B +B +i +i +"} +(11,1,1) = {" +P +h +B +B +j +B +j +B +j +B +B +B +B +B +B +B +B +B +B +j +B +B +B +B +B +B +B +i +i +"} +(12,1,1) = {" +i +h +B +B +j +B +j +B +j +j +j +B +B +j +j +j +j +j +j +j +B +B +B +B +B +B +B +i +j +"} +(13,1,1) = {" +i +h +B +B +j +B +j +B +B +j +B +B +B +j +B +B +B +B +B +B +B +B +B +B +B +B +B +j +j +"} +(14,1,1) = {" +i +i +B +j +j +j +j +B +B +j +B +B +j +j +j +B +B +B +B +B +B +B +B +B +B +j +j +j +j +"} +(15,1,1) = {" +i +i +B +j +B +B +j +B +B +j +B +B +j +l +j +B +B +B +B +B +B +j +j +j +j +j +j +j +j +"} +(16,1,1) = {" +i +i +B +j +B +B +j +B +B +j +B +B +j +j +j +B +B +B +B +B +B +j +B +B +B +j +j +j +j +"} +(17,1,1) = {" +i +i +B +j +B +B +j +B +B +j +B +B +B +B +B +B +B +B +B +B +B +j +B +B +B +B +B +j +j +"} +(18,1,1) = {" +i +h +B +j +B +B +j +B +B +j +B +j +B +B +j +j +j +j +B +B +B +j +B +B +B +B +B +j +j +"} +(19,1,1) = {" +P +h +B +j +B +B +j +j +j +j +B +j +B +B +j +B +B +j +B +j +j +j +j +j +B +B +B +i +j +"} +(20,1,1) = {" +P +h +B +j +B +B +j +B +B +B +B +j +j +j +j +B +B +j +B +j +B +B +B +j +B +B +B +i +i +"} +(21,1,1) = {" +P +h +B +j +B +B +j +B +B +B +B +B +B +B +B +B +B +j +B +j +B +B +B +j +B +B +B +h +i +"} +(22,1,1) = {" +P +h +B +j +B +B +j +j +j +j +j +j +j +j +B +B +B +j +B +j +B +j +j +j +B +B +B +h +i +"} +(23,1,1) = {" +i +h +B +j +B +B +B +B +B +B +B +B +B +j +j +j +j +j +j +j +B +j +B +B +B +B +B +h +i +"} +(24,1,1) = {" +i +i +B +j +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +j +B +B +B +B +B +h +i +"} +(25,1,1) = {" +i +h +B +j +j +j +j +j +j +j +j +j +B +B +B +B +j +B +j +j +j +j +j +j +j +B +B +h +i +"} +(26,1,1) = {" +i +h +B +B +B +B +B +B +B +B +B +j +j +j +j +j +j +B +j +B +B +B +B +B +B +B +B +i +i +"} +(27,1,1) = {" +P +h +i +i +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +B +i +i +i +"} +(28,1,1) = {" +P +h +i +h +h +i +i +i +h +h +h +h +h +h +h +h +i +i +i +i +h +h +h +h +h +i +i +i +P +"} +(29,1,1) = {" +P +P +P +i +i +i +i +i +P +P +P +P +P +i +i +i +i +i +P +P +P +P +i +i +i +i +i +P +P +"} diff --git a/_maps/RandomRuins/LavaRuins/miningbase.dmm b/_maps/RandomRuins/LavaRuins/miningbase.dmm index fee2cc3484ad..3aa25db4f57a 100644 --- a/_maps/RandomRuins/LavaRuins/miningbase.dmm +++ b/_maps/RandomRuins/LavaRuins/miningbase.dmm @@ -1277,6 +1277,12 @@ }, /turf/open/floor/plasteel, /area/mine/eva) +"oI" = ( +/obj/structure/fireaxecabinet/fishingrod{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/mine/infirmary) "pc" = ( /obj/machinery/space_heater, /obj/structure/window/spawner/east, @@ -5216,7 +5222,7 @@ WO Er Yy kD -fA +oI fA fA fA diff --git a/_maps/RandomRuins/SpaceRuins/onehalf.dmm b/_maps/RandomRuins/SpaceRuins/onehalf.dmm index 71fada7d03bf..97245d55d4f0 100644 --- a/_maps/RandomRuins/SpaceRuins/onehalf.dmm +++ b/_maps/RandomRuins/SpaceRuins/onehalf.dmm @@ -1020,7 +1020,7 @@ /area/ruin/space/has_grav/onehalf/bridge) "cI" = ( /obj/structure/safe/floor, -/obj/item/tank/internals/oxygen/red, +/obj/item/tank/internals/oxygen, /obj/item/clothing/mask/gas/syndicate, /obj/item/clothing/suit/space/hardsuit/syndi, /obj/item/reagent_containers/food/drinks/bottle/rum, diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_beach.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_beach.dmm deleted file mode 100644 index ae59cec62c7d..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_beach.dmm +++ /dev/null @@ -1,1866 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ai" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/station/sandstone.dmi'; - name = "Diner" - }, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"as" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/sign/warning/securearea{ - desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; - icon_state = "monkey_painting"; - name = "Mr. Deempisi portrait"; - pixel_x = -28; - pixel_y = -4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aG" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"be" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bV" = ( -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bW" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cs" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/sand, -/obj/structure/chair/americandiner, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cF" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cY" = ( -/obj/item/reagent_containers/spray/spraytan, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"dm" = ( -/obj/effect/turf_decal/sand, -/obj/structure/table/wood, -/obj/item/instrument/guitar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"eZ" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"fh" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"fw" = ( -/obj/machinery/camera{ - c_tag = "Bar North" - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"gE" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"gF" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"gP" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/americandiner, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"hh" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hH" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"hX" = ( -/turf/open/floor/plating/beach/coastline_t/sandwater_inner, -/area/crew_quarters/bar) -"ip" = ( -/turf/template_noop, -/area/template_noop) -"iO" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"iU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"jb" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"jp" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"jN" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"jS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/station/sandstone.dmi'; - name = "Diner" - }, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"kh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"kD" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"lp" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ls" = ( -/obj/effect/overlay/coconut{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/open/floor/plating/beach/coastline_t{ - dir = 8 - }, -/area/crew_quarters/bar) -"lu" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"me" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"mk" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"mv" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"nY" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"oQ" = ( -/turf/open/floor/plating/beach/coastline_t/sandwater_inner{ - dir = 4 - }, -/area/crew_quarters/bar) -"pb" = ( -/turf/open/floor/plating/beach/coastline_t{ - dir = 8 - }, -/area/crew_quarters/bar) -"pk" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pv" = ( -/obj/structure/sign/barsign, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"px" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"py" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qq" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"qZ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rl" = ( -/obj/item/toy/beach_ball, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"rB" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rR" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"sq" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"sW" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"tl" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"tt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"um" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"vh" = ( -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"vy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"vR" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"we" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wl" = ( -/obj/effect/turf_decal/sand, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"wm" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wx" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/vending/cigarette/beach, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"wJ" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wR" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"wX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xz" = ( -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xC" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"xR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xT" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/americandiner{ - dir = 1; - icon_state = "americhair"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"yk" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"yx" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"yJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"zf" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"zx" = ( -/turf/open/floor/plating/beach/coastline_t, -/area/crew_quarters/bar) -"zH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ap" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Av" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Aw" = ( -/turf/open/floor/plating/beach/coastline_t{ - dir = 1 - }, -/area/crew_quarters/bar) -"Bm" = ( -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Bw" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Cz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CL" = ( -/obj/effect/turf_decal/sand, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Dm" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"Dv" = ( -/turf/closed/wall/mineral/sandstone, -/area/crew_quarters/kitchen) -"DU" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"DV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Eg" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"El" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"EA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"EJ" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/americandiner, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Fj" = ( -/obj/effect/turf_decal/sand, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Fo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Fq" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Fx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Gf" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Gr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"GG" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Hb" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"HF" = ( -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"HW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ia" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ic" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"In" = ( -/obj/effect/turf_decal/sand, -/obj/effect/turf_decal/caution{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Is" = ( -/obj/effect/overlay/palmtree_l, -/turf/open/floor/plating/beach/coastline_t/sandwater_inner{ - dir = 1 - }, -/area/crew_quarters/bar) -"Iw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"IL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Jf" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Jp" = ( -/obj/machinery/light, -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Js" = ( -/turf/closed/wall/mineral/sandstone, -/area/crew_quarters/bar) -"Jv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"JQ" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/sand, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Ka" = ( -/obj/effect/turf_decal/sand, -/obj/structure/table/wood, -/obj/item/instrument/eguitar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Kl" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"KL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ld" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"LD" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/sand, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"LM" = ( -/obj/effect/turf_decal/sand, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"LZ" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/americandiner{ - dir = 1; - icon_state = "americhair"; - tag = "" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Me" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Mn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"My" = ( -/obj/effect/turf_decal/sand, -/obj/structure/weightmachine/stacklifter, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"MK" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"MR" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Nk" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ns" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 10 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"NK" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"OA" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/bar) -"OU" = ( -/obj/effect/turf_decal/sand, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"OX" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Pf" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ph" = ( -/mob/living/simple_animal/crab, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Pw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"PF" = ( -/obj/machinery/oven, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"PK" = ( -/obj/effect/overlay/palmtree_r, -/turf/open/floor/plating/beach/coastline_t/sandwater_inner{ - dir = 8 - }, -/area/crew_quarters/bar) -"PP" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"PY" = ( -/obj/effect/overlay/coconut, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"RB" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"RT" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Sy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"SB" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"SH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/stack/spacecash/c100, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"SY" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Ty" = ( -/obj/effect/turf_decal/sand, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Uo" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/tequila, -/obj/effect/turf_decal/stripes/asteroid/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"UD" = ( -/turf/open/floor/plating/beach/coastline_t{ - dir = 4 - }, -/area/crew_quarters/bar) -"Vq" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"VM" = ( -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"VP" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VV" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Wj" = ( -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Wp" = ( -/turf/open/floor/plating/beach/water, -/area/crew_quarters/bar) -"Wr" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Ws" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/kitchen) -"Wu" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"WB" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"WE" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"WH" = ( -/obj/effect/turf_decal/sand, -/mob/living/simple_animal/bot/honkbot, -/turf/open/floor/plating/beach/sand, -/area/crew_quarters/bar) -"Xb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Yn" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"YI" = ( -/obj/machinery/jukebox/disco, -/turf/open/floor/light/colour_cycle, -/area/crew_quarters/bar) -"Zg" = ( -/obj/effect/turf_decal/sand, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Zk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ZF" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/asteroid/line, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ZP" = ( -/obj/effect/turf_decal/sand, -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) - -(1,1,1) = {" -Js -Js -Js -Js -Js -ai -ai -Js -Js -Dm -Js -Js -Dm -Js -Js -Dm -Js -Js -"} -(2,1,1) = {" -Js -Ka -dm -wx -OU -OU -OU -OU -cs -wl -xT -EJ -wl -LZ -gP -wl -xT -Js -"} -(3,1,1) = {" -Js -OU -CL -CL -CL -CL -CL -CL -CL -CL -CL -CL -CL -CL -CL -CL -OU -Js -"} -(4,1,1) = {" -Js -LD -CL -yx -Wj -cY -Wj -yx -rl -Wj -Ph -yx -cY -Wj -Wj -CL -OU -Js -"} -(5,1,1) = {" -Js -aZ -JQ -Ph -hX -UD -UD -UD -UD -UD -UD -UD -UD -Is -PY -CL -gE -Js -"} -(6,1,1) = {" -Js -fw -CL -Wj -zx -Wp -Wp -Wp -Wp -Wp -Wp -Wp -Wp -Aw -yx -CL -OU -jS -"} -(7,1,1) = {" -me -vR -WH -Wj -zx -Wp -Wp -Wp -Wp -Wp -Wp -Wp -Wp -Aw -Wj -CL -OU -pv -"} -(8,1,1) = {" -Js -vR -My -Wj -PK -ls -pb -pb -pb -pb -pb -pb -pb -oQ -Wj -CL -OU -Dm -"} -(9,1,1) = {" -Js -vR -CL -Ph -Wj -Wj -yx -kD -yx -Wj -cY -Wj -Wj -yx -Wj -CL -OU -jS -"} -(10,1,1) = {" -aL -Zg -CL -CL -CL -CL -CL -CL -CL -CL -CL -Fj -CL -CL -CL -CL -wR -Js -"} -(11,1,1) = {" -Js -Ic -OU -jb -OU -sW -sW -sW -sW -sW -OU -OU -OU -OU -OU -OU -Bw -Js -"} -(12,1,1) = {" -Js -Js -Ld -Yn -Yn -fh -qZ -Uo -qZ -Ns -sW -OU -Ty -nY -OU -OU -OU -Js -"} -(13,1,1) = {" -ip -ip -ip -Yn -as -pk -pk -Kl -pk -ZF -sW -OU -mv -YI -mk -OU -zf -Js -"} -(14,1,1) = {" -ip -ip -ip -Yn -lu -Jv -vh -tI -pk -bV -OU -OU -eZ -In -LM -OU -Jp -Js -"} -(15,1,1) = {" -ip -ip -ip -Yn -RT -Ia -VP -HW -Ap -rB -sq -xC -NK -tl -ZP -OX -jp -Js -"} -(16,1,1) = {" -ip -ip -ip -Yn -Yn -Yn -Yn -EA -Yn -Yn -xR -tt -tt -Bm -tt -bW -PP -Dv -"} -(17,1,1) = {" -ip -ip -ip -ip -Yn -SH -wm -Gr -aG -PP -zH -Fo -Vq -Vq -Vq -Wu -PP -ip -"} -(18,1,1) = {" -ip -ip -ip -ip -um -Zk -El -cr -RB -PP -Gf -Fx -yk -yk -Vq -aM -KL -ip -"} -(19,1,1) = {" -ip -ip -ip -ip -OA -cF -DU -we -Eg -PP -Hb -VM -GG -xz -yJ -aM -KL -ip -"} -(20,1,1) = {" -ip -ip -ip -ip -Yn -Yn -Yn -Yn -Yn -PP -hH -Fx -jN -PF -WE -aM -IL -ip -"} -(21,1,1) = {" -ip -ip -ip -ip -PP -Fq -VV -SY -Wr -PP -Av -Fx -MK -rR -HF -aM -KL -ip -"} -(22,1,1) = {" -ip -ip -ip -ip -Me -cW -cW -Pw -Cz -wX -Mn -Xb -qq -qq -Iw -aM -KL -ip -"} -(23,1,1) = {" -ip -ip -ip -ip -PP -hh -wJ -DV -kh -PP -MR -vy -Sy -Sy -iU -WB -PP -ip -"} -(24,1,1) = {" -ip -ip -ip -ip -Ws -px -gF -SB -py -PP -Pf -Vq -Vq -be -lp -Nk -PP -ip -"} -(25,1,1) = {" -ip -ip -ip -ip -PP -PP -PP -PP -PP -PP -PP -iO -Jf -PP -PP -PP -PP -ip -"} diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_casino.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_casino.dmm deleted file mode 100644 index 5e173bf2d770..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_casino.dmm +++ /dev/null @@ -1,1826 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"ad" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"al" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aC" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"aH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"bs" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bC" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/hardhat/cakehat, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bM" = ( -/turf/closed/wall{ - icon = 'icons/turf/walls/reinforced_wall.dmi'; - icon_state = "r_wall" - }, -/area/crew_quarters/kitchen) -"bY" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cr" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/cardhand, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"dO" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gi" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/chair/stool/bar, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"gY" = ( -/obj/structure/chair/americandiner{ - dir = 4; - icon_state = "americhair"; - tag = "" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"hw" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"hy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hD" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Bar North" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"hH" = ( -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"it" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"iu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"iN" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"iP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"jn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"jJ" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ka" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"km" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/door/window/westright, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"kw" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"le" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"lz" = ( -/obj/structure/chair/americandiner{ - dir = 8; - icon_state = "americhair"; - tag = "" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"lU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"md" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ml" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"mE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"mH" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"mV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"nn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"nr" = ( -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"nD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"nJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"oI" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"oK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"oS" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/plaques/deempisi{ - pixel_y = 38 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pB" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"pG" = ( -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/coin/gold, -/obj/structure/safe{ - pixel_x = 4 - }, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"qw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rc" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rz" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"rQ" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rV" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"sf" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"so" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"su" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"sV" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"tn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"ts" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tu" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tK" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"tY" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"ud" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"ui" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"un" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/coin/silver, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"uw" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uT" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/glasses/sunglasses/cheap, -/obj/item/toy/cards/cardhand, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"vh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"vx" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"vX" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"wk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"wA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"wC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wG" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wX" = ( -/obj/structure/table/reinforced, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"xC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"xE" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xJ" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xK" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"zd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"zB" = ( -/obj/structure/sign/barsign, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"zN" = ( -/turf/template_noop, -/area/template_noop) -"zU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"zW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"zX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northright{ - name = "Teller's Desk" - }, -/obj/machinery/door/window/southright{ - name = "Teller's Desk"; - req_access_txt = "25"; - req_one_access_txt = null - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Ah" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"AB" = ( -/turf/closed/wall{ - icon = 'icons/turf/walls/reinforced_wall.dmi'; - icon_state = "r_wall" - }, -/area/crew_quarters/bar) -"Bt" = ( -/obj/machinery/door/airlock{ - name = "Teller's desk"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"BJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"CA" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CB" = ( -/obj/structure/chair/americandiner{ - dir = 8; - icon_state = "americhair"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"CP" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Db" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"El" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - icon = 'icons/obj/doors/airlocks/vault/vault.dmi'; - name = "Casino Vault"; - req_access_txt = "25" - }, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"EG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"EQ" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/that, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Fg" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"Fi" = ( -/obj/machinery/light/small, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Fn" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"Fx" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Fy" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"FD" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"FV" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Gc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Gq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"GK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"GZ" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"Hm" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Hv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"HE" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/glasses/sunglasses/cheap, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"IE" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Jm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Ju" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"JP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ko" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/vehicle/ridden/space/speedbike{ - anchored = 1; - desc = "Contrary to what the plaque beneath states, you highly doubt you can win this speedbike here."; - max_drivers = 0; - pixel_y = -12 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"Kt" = ( -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"KA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"KH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"KN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"LQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ms" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"MG" = ( -/obj/machinery/oven, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Oi" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Om" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/toy/cards/deck{ - pixel_x = 2; - pixel_y = 9 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"OB" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Pn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"PG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"PL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"PX" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"QG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"QR" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"Rb" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Rg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"Rr" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Rz" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Sd" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Ss" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"SS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Ta" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Tk" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Tw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"TP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"TU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southright{ - dir = 8; - name = "Teller's Desk"; - req_access_txt = "25"; - req_one_access_txt = null - }, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Teller's Desk" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"TZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Uj" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Un" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ut" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"UK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"UP" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Vn" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"VK" = ( -/obj/machinery/computer/slot_machine/casino, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"Wv" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"WI" = ( -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"WQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/rockvault, -/area/crew_quarters/bar) -"Xb" = ( -/obj/machinery/light, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Xd" = ( -/obj/structure/chair/americandiner{ - dir = 4; - icon_state = "americhair"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"XD" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"Yb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Yc" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"Yl" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/uno{ - pixel_y = 5 - }, -/obj/item/toy/turn_tracker, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"YF" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"YG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"YX" = ( -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"Zb" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) - -(1,1,1) = {" -rV -rV -rV -rV -rV -iu -iu -rV -rV -rV -Ju -Ju -rV -rV -rV -rV -rV -rV -"} -(2,1,1) = {" -rV -YX -su -su -su -YX -YX -YX -UK -hH -YX -YX -Ah -Bt -Hm -Hm -FD -rV -"} -(3,1,1) = {" -rV -YX -VK -VK -VK -YX -YX -YX -YX -gY -YX -YX -YX -zX -ml -Hm -Fi -rV -"} -(4,1,1) = {" -rV -tK -su -su -su -YX -YX -su -Fg -Yl -cr -su -YX -tn -FD -Db -Hm -rV -"} -(5,1,1) = {" -rV -lU -VK -VK -VK -YX -YX -bs -cr -Fg -Fg -su -IE -rV -tn -TU -rV -rV -"} -(6,1,1) = {" -rV -hD -su -su -su -YX -YX -YX -YX -YX -YX -YX -YX -YX -YX -YX -vx -rV -"} -(7,1,1) = {" -GZ -bv -VK -VK -VK -YX -pB -YX -YX -gY -YX -YX -YX -YX -YX -YX -YX -nJ -"} -(8,1,1) = {" -rV -mV -su -su -su -YX -YX -su -Fg -Om -HE -su -YX -nD -Ko -xC -YX -zB -"} -(9,1,1) = {" -rV -mV -VK -VK -VK -YX -YX -su -uT -Fg -cr -bs -YX -Rg -TP -vh -YX -Ju -"} -(10,1,1) = {" -GK -sV -Pn -Pn -Pn -oK -oK -oK -oK -oK -Pn -so -Jm -YX -YX -YX -YX -nJ -"} -(11,1,1) = {" -rV -PL -YX -tY -YX -YX -su -su -su -su -Vn -ka -KN -Xd -mE -gY -SS -rV -"} -(12,1,1) = {" -rV -rV -le -rV -Zb -km -zU -EQ -zU -zU -su -ka -YX -bC -YX -wX -ud -rV -"} -(13,1,1) = {" -zN -zN -zN -rV -YG -al -al -gi -al -md -su -TZ -EG -CB -it -lz -wA -rV -"} -(14,1,1) = {" -zN -zN -zN -rV -oS -Qd -nr -hy -al -Kt -YX -YX -YX -YX -YX -YX -Xb -rV -"} -(15,1,1) = {" -zN -zN -zN -rV -xK -un -PX -bf -dO -Ut -YX -YX -su -su -su -gr -vX -rV -"} -(16,1,1) = {" -zN -zN -zN -rV -AB -AB -AB -El -AB -AB -nn -iP -iP -UP -iP -Fy -Wv -Wv -"} -(17,1,1) = {" -zN -zN -zN -zN -AB -pG -aC -KH -Ss -bM -CP -CP -CP -CP -CP -mH -Wv -zN -"} -(18,1,1) = {" -zN -zN -zN -zN -qw -WQ -Ms -Tw -QR -bM -iN -CP -uw -uw -CP -JP -Tk -zN -"} -(19,1,1) = {" -zN -zN -zN -zN -Sd -ad -Fn -ab -rz -bM -xE -Hv -rQ -WI -CP -JP -Tk -zN -"} -(20,1,1) = {" -zN -zN -zN -zN -AB -AB -AB -AB -AB -bM -jJ -QG -oI -MG -hw -JP -Un -zN -"} -(21,1,1) = {" -zN -zN -zN -zN -Wv -Rb -xJ -Uj -Oi -Wv -wk -BJ -Ta -ui -sf -JP -Tk -zN -"} -(22,1,1) = {" -zN -zN -zN -zN -bo -aH -aH -wC -PG -zd -Gc -Fx -OB -OB -CP -JP -Tk -zN -"} -(23,1,1) = {" -zN -zN -zN -zN -Wv -FV -CA -zW -jn -Wv -Rz -Yb -Gq -Gq -Gq -rc -Wv -zN -"} -(24,1,1) = {" -zN -zN -zN -zN -XD -KA -wG -kw -Rr -Wv -YF -CP -CP -bY -tu -ts -Wv -zN -"} -(25,1,1) = {" -zN -zN -zN -zN -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Yc -LQ -Wv -Wv -Wv -Wv -zN -"} diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_clock.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_clock.dmm deleted file mode 100644 index ebc5e94aa6d1..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_clock.dmm +++ /dev/null @@ -1,1876 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ai" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/clockwork/pinion_airlock.dmi'; - name = "Diner" - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"as" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/sign/warning/securearea{ - desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; - icon_state = "monkey_painting"; - name = "Mr. Deempisi portrait"; - pixel_x = -28; - pixel_y = -4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"aC" = ( -/turf/closed/wall/mineral/bronze, -/area/crew_quarters/bar) -"aG" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"aL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"be" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"cn" = ( -/obj/machinery/computer/arcade/minesweeper, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"cr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"cs" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/bronze, -/obj/structure/window/reinforced/bronze{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"cF" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"dm" = ( -/obj/item/instrument/trumpet, -/obj/item/instrument/trombone, -/obj/structure/table/bronze, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"dC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"dU" = ( -/obj/structure/chair/bronze{ - dir = 1 - }, -/obj/structure/window/reinforced/bronze, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"dZ" = ( -/obj/machinery/holopad, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"el" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"fe" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"fw" = ( -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"fR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"fU" = ( -/turf/open/floor/bronze, -/area/crew_quarters/theatre) -"gm" = ( -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"gp" = ( -/obj/structure/table/bronze, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"gq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"gA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"gC" = ( -/obj/item/reagent_containers/food/snacks/mint, -/obj/structure/table/bronze, -/obj/item/kitchen/rollingpin, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"gE" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"gF" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hh" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hH" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"ie" = ( -/obj/structure/sign/barsign, -/obj/structure/window/reinforced/fulltile/bronze, -/obj/structure/grille/ratvar, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"ip" = ( -/turf/template_noop, -/area/template_noop) -"iO" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"iZ" = ( -/obj/item/clothing/head/bronze, -/obj/item/clothing/shoes/bronze, -/obj/item/clothing/suit/bronze, -/obj/item/toy/clockwork_watch, -/obj/structure/table/bronze, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"jb" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"jS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/clockwork/pinion_airlock.dmi'; - name = "Diner" - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"kh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"kB" = ( -/obj/structure/table/bronze, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"kM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"kN" = ( -/obj/structure/chair/bronze, -/obj/structure/window/reinforced/bronze{ - dir = 1 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"kP" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"kZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"lp" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"me" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"mf" = ( -/obj/structure/table/bronze, -/obj/item/reagent_containers/food/snacks/spaghetti/boiledspaghetti, -/obj/item/reagent_containers/food/snacks/spaghetti/boiledspaghetti{ - pixel_y = 12 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"ms" = ( -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"nA" = ( -/obj/structure/chair/bronze{ - dir = 4 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"oj" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/window{ - color = "#b5924d"; - dir = 4; - name = "Theatre Stage" - }, -/turf/open/floor/bronze, -/area/crew_quarters/theatre) -"oU" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"pb" = ( -/obj/structure/chair/bronze, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"pt" = ( -/obj/item/book/manual/chef_recipes, -/obj/structure/table/bronze, -/obj/item/stack/packageWrap, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"px" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"py" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"pW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"pZ" = ( -/obj/structure/table/bronze, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"qi" = ( -/obj/structure/table/bronze, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = 3; - pixel_y = 9 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"qq" = ( -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/structure/table/bronze, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"rv" = ( -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/obj/structure/table/bronze, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"rB" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"rR" = ( -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/structure/table/bronze, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"tt" = ( -/obj/structure/table/bronze, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"tI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"tU" = ( -/turf/closed/wall/mineral/bronze, -/area/crew_quarters/theatre) -"ui" = ( -/obj/structure/chair/bronze{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"um" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"vh" = ( -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"vt" = ( -/obj/structure/chair/bronze{ - dir = 1 - }, -/obj/structure/window/reinforced/bronze, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"vy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"we" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"wm" = ( -/obj/machinery/reagentgrinder, -/obj/structure/table/bronze, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"wx" = ( -/obj/machinery/door/firedoor/border_only, -/obj/item/instrument/saxophone, -/obj/structure/table/bronze, -/obj/structure/window/reinforced/bronze, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"wJ" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xi" = ( -/obj/structure/chair/bronze{ - dir = 1 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"xR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/clockwork/pinion_airlock.dmi'; - name = "Kitchen"; - req_access_txt = "28" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"yk" = ( -/obj/machinery/deepfryer, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"yz" = ( -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"yE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"zf" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced/bronze, -/obj/item/clockwork/alloy_shards/medium, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Ap" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Av" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Bm" = ( -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table/bronze, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Bu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Bv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"Bw" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"BE" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Ch" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Cz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CL" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced/bronze, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"DH" = ( -/obj/structure/chair/bronze{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"DT" = ( -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"DU" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"DV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Eg" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"El" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Ev" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"EA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - icon = 'icons/obj/doors/airlocks/clockwork/pinion_airlock.dmi'; - name = "Bar Storage"; - req_access_txt = "25" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"EJ" = ( -/obj/structure/chair/bronze{ - dir = 8 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"EU" = ( -/obj/structure/chair/brass{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Fj" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Fq" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Gp" = ( -/obj/item/clockwork/component/geis_capacitor/fallen_armor, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Gr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Hb" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Hr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"HF" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"HW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Ia" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Ic" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"IL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table/bronze, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Jf" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Jp" = ( -/obj/machinery/light, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Jv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"JQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/bot/honkbot, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Ka" = ( -/obj/structure/musician/piano, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Kc" = ( -/obj/machinery/griddle, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"Kl" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Km" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/item/clockwork/alloy_shards/medium, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"KL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/structure/table/bronze, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Ld" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Lq" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"LD" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Me" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Mi" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Mn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"My" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/window/reinforced/bronze{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"MR" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"MU" = ( -/obj/structure/chair/bronze{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Nk" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Ny" = ( -/obj/structure/table/bronze, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"OA" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"OI" = ( -/obj/structure/table/bronze, -/obj/item/toy/plush/plushvar, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"OL" = ( -/obj/item/clothing/head/that, -/obj/structure/table/bronze, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"OR" = ( -/obj/machinery/computer/arcade/amputation, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"OU" = ( -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Pf" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Pw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"PP" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"PT" = ( -/obj/item/clockwork/alloy_shards/small, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Qy" = ( -/obj/structure/table/bronze, -/obj/item/reagent_containers/food/snacks/spaghetti/boiledspaghetti, -/obj/item/reagent_containers/food/snacks/spaghetti/boiledspaghetti{ - pixel_y = 12 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"RB" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"RT" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Sd" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Sy" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"SB" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"SH" = ( -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c100, -/obj/item/clothing/head/bronze, -/obj/item/clothing/shoes/bronze, -/obj/item/clothing/suit/bronze, -/obj/item/toy/clockwork_watch, -/obj/structure/table/bronze, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"SI" = ( -/obj/item/clockwork/alloy_shards/clockgolem_remains, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"SY" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Ub" = ( -/obj/structure/chair/bronze{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"UT" = ( -/turf/closed/wall/mineral/bronze, -/area/crew_quarters/kitchen) -"Vd" = ( -/obj/machinery/vending/cola/starkist, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"Vq" = ( -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"VA" = ( -/obj/machinery/oven, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"VM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"VP" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"VV" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Wj" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced/bronze, -/obj/structure/window/reinforced/bronze{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Wo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"Ws" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"Wu" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"WB" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"WG" = ( -/obj/item/lighter, -/obj/structure/table/bronze, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"WH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/theatre) -"WK" = ( -/obj/structure/window/reinforced/fulltile/bronze, -/obj/structure/grille/ratvar, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"Xb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/bronze, -/area/crew_quarters/kitchen) -"Xq" = ( -/obj/machinery/computer/arcade/orion_trail, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Xw" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Xx" = ( -/obj/machinery/vending/snack/orange, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"XN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/kitchen) -"Zf" = ( -/obj/structure/chair/bronze, -/obj/structure/window/reinforced/bronze{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Zg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/bronze, -/area/crew_quarters/bar) -"Zk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) -"ZJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/bronze/reebe, -/area/crew_quarters/bar) - -(1,1,1) = {" -tU -tU -tU -tU -aC -ai -ai -aC -aC -WK -aC -aC -WK -aC -aC -WK -aC -aC -"} -(2,1,1) = {" -tU -Ka -dm -wx -Gp -ms -ms -BE -cs -mf -vt -Xq -ms -Lq -kN -mf -MU -aC -"} -(3,1,1) = {" -tU -EU -DT -CL -xi -OU -OU -Xx -kN -qi -vt -cn -OU -Xw -kN -qi -xi -aC -"} -(4,1,1) = {" -tU -LD -Wo -zf -xi -OU -OU -Vd -kN -Qy -dU -OR -OU -Xw -Zf -Qy -xi -aC -"} -(5,1,1) = {" -tU -aZ -JQ -CL -xi -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -gE -aC -"} -(6,1,1) = {" -tU -fw -fR -CL -xi -OU -Bu -PT -nA -nA -ms -OU -ms -nA -ms -OU -ms -jS -"} -(7,1,1) = {" -me -fU -WH -zf -xi -OU -kZ -pb -iZ -Ny -xi -OU -pb -Ny -xi -OU -ms -ie -"} -(8,1,1) = {" -tU -oj -My -Wj -xi -pW -kZ -ms -EJ -EJ -ms -OU -pb -iZ -xi -OU -ms -WK -"} -(9,1,1) = {" -aC -ms -Km -ms -ms -gq -kZ -OU -OU -OU -OU -OU -PT -EJ -ms -OU -ms -jS -"} -(10,1,1) = {" -aL -yE -kM -Zg -Zg -Mi -ZJ -cY -cY -cY -cY -Fj -gA -OU -OU -OU -Sd -aC -"} -(11,1,1) = {" -aC -Ic -ms -jb -ms -nA -nA -nA -nA -nA -dZ -kZ -ms -ui -ms -OU -Bw -aC -"} -(12,1,1) = {" -aC -aC -Ld -aC -aC -WG -pZ -OL -pZ -pZ -xi -kZ -pb -OI -xi -OU -ms -aC -"} -(13,1,1) = {" -ip -ip -ip -aC -as -OU -OU -Kl -OU -gp -xi -Hr -ms -Ub -SI -OU -Ch -aC -"} -(14,1,1) = {" -ip -ip -ip -aC -fe -Jv -vh -tI -OU -gm -ms -OU -OU -OU -OU -OU -Jp -aC -"} -(15,1,1) = {" -ip -ip -ip -aC -RT -Ia -VP -HW -Ap -rB -ms -ms -nA -nA -nA -DH -oU -aC -"} -(16,1,1) = {" -ip -ip -ip -aC -aC -aC -aC -EA -aC -aC -xR -tt -tt -Bm -tt -kB -UT -UT -"} -(17,1,1) = {" -ip -ip -ip -ip -aC -SH -wm -Gr -aG -UT -yz -yz -yz -yz -yz -Wu -UT -ip -"} -(18,1,1) = {" -ip -ip -ip -ip -um -Zk -El -cr -RB -UT -Ev -Vq -yk -yk -Vq -XN -KL -ip -"} -(19,1,1) = {" -ip -ip -ip -ip -OA -cF -DU -we -Eg -UT -Hb -VM -gC -Kc -Vq -XN -KL -ip -"} -(20,1,1) = {" -ip -ip -ip -ip -aC -aC -aC -aC -aC -UT -hH -dC -rv -VA -kP -XN -IL -ip -"} -(21,1,1) = {" -ip -ip -ip -ip -PP -Fq -VV -SY -el -PP -Av -Bv -pt -rR -HF -XN -KL -ip -"} -(22,1,1) = {" -ip -ip -ip -ip -Me -cW -cW -Pw -Cz -wX -Mn -Xb -qq -qq -Vq -XN -KL -ip -"} -(23,1,1) = {" -ip -ip -ip -ip -PP -hh -wJ -DV -kh -PP -MR -vy -Sy -Sy -Sy -WB -UT -ip -"} -(24,1,1) = {" -ip -ip -ip -ip -Ws -px -gF -SB -py -PP -Pf -yz -yz -be -lp -Nk -UT -ip -"} -(25,1,1) = {" -ip -ip -ip -ip -PP -PP -PP -PP -PP -PP -PP -iO -Jf -PP -PP -PP -UT -ip -"} diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_disco.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_disco.dmm deleted file mode 100644 index 35b6b78911af..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_disco.dmm +++ /dev/null @@ -1,1751 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"ad" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ak" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/mob/living/simple_animal/hostile/retaliate/dolphin/bouncer{ - desc = "A bouncer in space." - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aC" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"aH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"bp" = ( -/obj/item/instrument/saxophone, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"bY" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cy" = ( -/obj/structure/chair/americandiner/black{ - dir = 4; - icon_state = "americhair_black"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"de" = ( -/obj/structure/chair/americandiner/booth/end_right, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"dn" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/that, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"dB" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"dG" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"dO" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"eE" = ( -/obj/structure/chair/americandiner/black{ - dir = 4; - icon_state = "americhair_black"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"eI" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"eL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"gi" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hj" = ( -/obj/machinery/oven, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"hk" = ( -/obj/structure/chair/americandiner/booth/end_left, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"hl" = ( -/obj/item/wrench, -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"hw" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"hy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hD" = ( -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"ig" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ir" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"iu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"iP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"jn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"jt" = ( -/obj/machinery/computer/slot_machine/casino, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"jJ" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"jN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"kw" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"le" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"lq" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/hardhat/cakehat, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"lU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/under/shorts/purple, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"my" = ( -/obj/structure/sign/barsign, -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"mH" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"mV" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"nn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"nr" = ( -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"oz" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"oF" = ( -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pG" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/stack/spacecash/c100, -/obj/item/grenade/chem_grenade/glitter/white, -/obj/item/grenade/chem_grenade/glitter/pink, -/obj/item/grenade/chem_grenade/glitter/blue, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"qc" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"qn" = ( -/obj/structure/chair/americandiner/booth/single, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"qw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rc" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rh" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rz" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"rF" = ( -/obj/structure/chair/americandiner/black{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rV" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"sf" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"sP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"tn" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ts" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tu" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tz" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tK" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"tY" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ui" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"un" = ( -/obj/structure/fermenting_barrel, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"uw" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"vo" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"vr" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"vN" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"wk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"wA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"wC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wG" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xE" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xJ" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xK" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"xY" = ( -/obj/structure/chair/americandiner/booth/end_right{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"zd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"zv" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"zN" = ( -/turf/template_noop, -/area/template_noop) -"zO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"zW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Aq" = ( -/obj/structure/chair/americandiner/booth/single{ - dir = 1; - icon_state = "ameribooth_single" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"BJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"BQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"CA" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CP" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Do" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"El" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"EQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Fn" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"Fv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"Fx" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"FV" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Gc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Gq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"GN" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"GZ" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"Hv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"HK" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"KA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"KH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"LK" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/obj/structure/festivus/erp{ - pixel_y = 16 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"LQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ms" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"MO" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Nz" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"NL" = ( -/obj/item/instrument/accordion, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"OB" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Pn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"PD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"PG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"PK" = ( -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"PL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"PX" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qc" = ( -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Qd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"QC" = ( -/obj/item/clothing/under/pants/jeans, -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/obj/structure/festivus/erp{ - pixel_y = 16 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"QG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"QK" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"QR" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"Rb" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Rr" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Rt" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Ru" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Rz" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Sd" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Sg" = ( -/obj/item/instrument/recorder, -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"Ss" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"SL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"SS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Td" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"Tk" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Tl" = ( -/obj/machinery/jukebox/disco, -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"Tw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"TV" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Theatre Stage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"Ua" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ui" = ( -/obj/item/clothing/under/schoolgirl, -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/obj/structure/festivus/erp{ - pixel_y = 16 - }, -/turf/open/floor/light/colour_cycle/dancefloor_b, -/area/crew_quarters/theatre) -"Uj" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Uk" = ( -/obj/structure/chair/americandiner/booth/single{ - dir = 1; - icon_state = "ameribooth_single" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Ul" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Un" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ut" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"UC" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"UK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/americandiner/booth/single, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"UP" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"VK" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Wt" = ( -/obj/structure/chair/americandiner/booth/end_left{ - dir = 1; - icon_state = "ameribooth-end1" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Wv" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"WQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/ameridiner, -/area/crew_quarters/bar) -"Xb" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Xi" = ( -/turf/open/floor/light/colour_cycle/dancefloor_a, -/area/crew_quarters/bar) -"XD" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"Yb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Yc" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"YF" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"YG" = ( -/obj/structure/sign/plaques/deempisi{ - pixel_y = 38 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"YX" = ( -/obj/structure/sign/poster/official/no_erp{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Zc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"Zs" = ( -/obj/structure/chair/americandiner/booth/single, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) - -(1,1,1) = {" -ir -ir -ir -rV -rV -iu -iu -rV -rV -Td -rV -rV -Td -rV -rV -Td -rV -rV -"} -(2,1,1) = {" -ir -PK -Ui -YX -VK -VK -VK -VK -UK -GN -Aq -Zs -GN -Uk -qn -GN -Aq -rV -"} -(3,1,1) = {" -ir -NL -HK -VK -VK -VK -VK -VK -VK -VK -VK -VK -VK -VK -VK -VK -VK -rV -"} -(4,1,1) = {" -ir -tK -UC -VK -VK -Do -Do -VK -Xi -Xi -Xi -Xi -Xi -Xi -Xi -VK -VK -rV -"} -(5,1,1) = {" -ir -lU -LK -VK -VK -jt -jt -VK -Xi -Xi -eI -Xi -Xi -Xi -Xi -VK -mV -rV -"} -(6,1,1) = {" -ir -hD -Sg -VK -PD -Do -Do -VK -Xi -Xi -Xi -hl -Xi -Xi -Xi -PD -VK -tn -"} -(7,1,1) = {" -GZ -vN -UC -VK -Zc -jt -jt -VK -Xi -Xi -eI -Tl -Xi -SL -Xi -ak -VK -my -"} -(8,1,1) = {" -ir -bp -QC -VK -zO -Do -Do -VK -Xi -Xi -Xi -Xi -eI -Xi -Xi -zO -VK -Td -"} -(9,1,1) = {" -ir -TV -QK -VK -eL -jt -jt -VK -Xi -Xi -Xi -Xi -Xi -Xi -Xi -eL -VK -tn -"} -(10,1,1) = {" -dB -Pn -jN -jN -vr -jN -jN -jN -Fv -Fv -Fv -Fv -Fv -Fv -Fv -BQ -Rt -rV -"} -(11,1,1) = {" -rV -PL -VK -tY -VK -VK -eE -eE -eE -eE -vo -VK -VK -VK -VK -VK -SS -rV -"} -(12,1,1) = {" -rV -rV -le -rV -Nz -sP -EQ -dn -EQ -EQ -rF -VK -hk -lq -Wt -VK -VK -rV -"} -(13,1,1) = {" -zN -zN -zN -rV -YG -Ru -Ru -gi -Ru -Ua -rF -VK -de -GN -xY -VK -wA -rV -"} -(14,1,1) = {" -zN -zN -zN -rV -oz -Qd -nr -hy -Ru -oF -VK -VK -VK -VK -VK -VK -Xb -rV -"} -(15,1,1) = {" -zN -zN -zN -rV -xK -un -PX -bf -dO -Ut -VK -eE -eE -eE -eE -cy -rh -rV -"} -(16,1,1) = {" -zN -zN -zN -rV -rV -rV -rV -El -rV -rV -nn -iP -iP -UP -iP -zv -Wv -Wv -"} -(17,1,1) = {" -zN -zN -zN -zN -rV -pG -aC -KH -Ss -Wv -CP -CP -CP -CP -CP -mH -Wv -zN -"} -(18,1,1) = {" -zN -zN -zN -zN -qw -WQ -Ms -Tw -QR -Wv -tz -CP -uw -uw -CP -Ul -Tk -zN -"} -(19,1,1) = {" -zN -zN -zN -zN -Sd -ad -Fn -ab -rz -Wv -xE -Hv -ig -Qc -CP -Ul -Tk -zN -"} -(20,1,1) = {" -zN -zN -zN -zN -rV -rV -rV -rV -rV -Wv -jJ -QG -qc -hj -hw -Ul -Un -zN -"} -(21,1,1) = {" -zN -zN -zN -zN -Wv -Rb -xJ -Uj -MO -Wv -wk -BJ -dG -ui -sf -Ul -Tk -zN -"} -(22,1,1) = {" -zN -zN -zN -zN -bo -aH -aH -wC -PG -zd -Gc -Fx -OB -OB -CP -Ul -Tk -zN -"} -(23,1,1) = {" -zN -zN -zN -zN -Wv -FV -CA -zW -jn -Wv -Rz -Yb -Gq -Gq -Gq -rc -Wv -zN -"} -(24,1,1) = {" -zN -zN -zN -zN -XD -KA -wG -kw -Rr -Wv -YF -CP -CP -bY -tu -ts -Wv -zN -"} -(25,1,1) = {" -zN -zN -zN -zN -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Yc -LQ -Wv -Wv -Wv -Wv -zN -"} diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_eclipse.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_eclipse.dmm deleted file mode 100644 index 8b78ab0e59a3..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_eclipse.dmm +++ /dev/null @@ -1,2087 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ac" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aw" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aO" = ( -/obj/machinery/vending/snack, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bg" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bS" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/uno{ - pixel_y = 5 - }, -/obj/item/toy/turn_tracker, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cd" = ( -/obj/machinery/jukebox, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ch" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"cn" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"dD" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/window{ - dir = 4; - name = "Theatre Stage" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"dU" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"dW" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"eQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"eX" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"fm" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"fB" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"fL" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/bluecherrycupcake{ - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"fV" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"gi" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gE" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"gM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/spawner/xmastree, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"hj" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/nachos, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hu" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"hz" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hZ" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ic" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"io" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"iO" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"ja" = ( -/obj/structure/chair/sofa/right, -/obj/structure/window{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jc" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"js" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jZ" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"kh" = ( -/turf/template_noop, -/area/template_noop) -"kn" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"kR" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lA" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"lC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"lO" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"lP" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"mh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"mi" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"mm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/sign/plaques/deempisi{ - pixel_y = 38 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"mp" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ms" = ( -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"mM" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"mV" = ( -/obj/structure/sign/barsign, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"nF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"nP" = ( -/obj/structure/chair/sofa/right, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ot" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"oF" = ( -/obj/machinery/vending/boozeomat, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"pf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pK" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pQ" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qd" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"qO" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rD" = ( -/obj/structure/holohoop{ - pixel_y = 25 - }, -/obj/item/paper/crumpled{ - info = "Due to concerns about crew performance, the basketball has been removed from the bar. We do not apologize for the inconvenience."; - name = "notice" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rO" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"rZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"su" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"sB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"sH" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/structure/window, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"sP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"sS" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"tg" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ts" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = 1; - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"up" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"uC" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"uP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"vR" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"wo" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"wR" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wW" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/obj/structure/window, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"xj" = ( -/obj/machinery/oven, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xl" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"xw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"yg" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"yU" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"yV" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"zs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"zI" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"zU" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Aa" = ( -/obj/machinery/computer/arcade/orion_trail, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"An" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Az" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"AG" = ( -/obj/structure/table/reinforced, -/obj/item/lighter, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"AU" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"BP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"BQ" = ( -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"BT" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Cw" = ( -/obj/machinery/vending/cola/sodie, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"CD" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"CH" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CV" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/soda_cans/tonic{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ - pixel_x = -2; - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Dc" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"De" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"DF" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Eb" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ed" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Eg" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/structure/window, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Eh" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"EE" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"EF" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = 3; - pixel_y = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ES" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"EY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"Fd" = ( -/obj/structure/chair/sofa, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Fl" = ( -/obj/structure/chair/sofa/left, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"FF" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"FO" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Gi" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Gv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"GH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"GS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"GZ" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/hardhat/cakehat, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Hr" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/structure/table/wood, -/obj/item/instrument/violin, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Hy" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/stack/spacecash/c100, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"HE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ip" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"IG" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Jk" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"JD" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"JT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ko" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"KB" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"KS" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"LY" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Mg" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"MG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"MR" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Nf" = ( -/obj/structure/musician/piano{ - icon_state = "piano" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Ni" = ( -/obj/structure/chair/sofa/left, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Od" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Oq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"OM" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck{ - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Pa" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Pl" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"PR" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"Ql" = ( -/mob/living/simple_animal/bot/honkbot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"Qr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Qu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Qv" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"QB" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar{ - pixel_x = -7 - }, -/obj/item/instrument/eguitar{ - pixel_x = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"QJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"QY" = ( -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Rc" = ( -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"Rh" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Rr" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Rt" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"Ru" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"RJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"RV" = ( -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"RX" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Sh" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"Sm" = ( -/obj/structure/chair/sofa, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"SY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Td" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"TA" = ( -/obj/machinery/computer/arcade/amputation, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"TZ" = ( -/obj/structure/chair/comfy/brown, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Uo" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Ur" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ux" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Uy" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Uz" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"UX" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Vm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VJ" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VL" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VN" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/that, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"VO" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VQ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Wo" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Wz" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"WU" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"WW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"XA" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"XE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"XL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"XQ" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"Yc" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"Yn" = ( -/obj/machinery/computer/arcade/minesweeper, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"YC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"YI" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Zu" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/crew_quarters/bar) - -(1,1,1) = {" -qd -qd -qd -qd -Ip -gS -gS -Ip -Ip -fB -Ip -Ip -fB -Ip -Ip -fB -Ip -Ip -"} -(2,1,1) = {" -qd -Nf -QB -Hr -mi -KS -KS -VO -ja -fL -wW -Aa -KS -hZ -nP -ts -wR -Ip -"} -(3,1,1) = {" -qd -Uz -Rc -Ko -mi -KS -KS -aO -Sm -EF -sH -Yn -KS -aw -Fd -EF -JD -Ip -"} -(4,1,1) = {" -qd -iO -ch -Ko -mi -KS -KS -Cw -Ni -CV -Eg -TA -KS -aw -Fl -hj -YI -Ip -"} -(5,1,1) = {" -qd -Sh -Ql -PR -mi -KS -KS -KS -KS -KS -KS -KS -KS -KS -KS -KS -KB -Ip -"} -(6,1,1) = {" -qd -RV -sP -PR -mi -KS -js -KS -hz -KS -KS -KS -KS -hz -KS -KS -KS -QJ -"} -(7,1,1) = {" -jc -Rc -EY -PR -mi -KS -bj -TZ -OM -mi -KS -KS -TZ -Dc -mi -KS -KS -mV -"} -(8,1,1) = {" -qd -SY -dD -Eh -mi -Oq -An -TZ -bS -mi -KS -KS -TZ -OM -mi -KS -KS -fB -"} -(9,1,1) = {" -Ip -rD -RJ -KS -KS -KS -rk -KS -VL -KS -MG -mh -pf -VL -KS -KS -KS -QJ -"} -(10,1,1) = {" -mp -zs -Qv -mh -mh -mh -Qv -mh -mh -mh -WW -gM -sB -KS -KS -KS -Rh -Ip -"} -(11,1,1) = {" -Ip -uP -KS -yU -KS -Zu -Zu -Zu -Zu -Zu -ac -KS -Gv -KS -VJ -KS -io -Ip -"} -(12,1,1) = {" -Ip -Ip -fV -Ip -cd -AG -CD -VN -CD -gE -Zu -Vm -aU -Ur -GZ -Ur -KS -Ip -"} -(13,1,1) = {" -kh -kh -kh -Ip -mm -Ux -Td -UX -Td -BT -Zu -xw -KS -KS -VJ -KS -Gi -Ip -"} -(14,1,1) = {" -kh -kh -kh -Ip -uC -Yc -IG -RX -Td -hu -KS -KS -KS -KS -KS -KS -ms -Ip -"} -(15,1,1) = {" -kh -kh -kh -Ip -ic -Ru -oF -Uy -FO -dW -KS -KS -Zu -Zu -Zu -QY -jZ -Ip -"} -(16,1,1) = {" -kh -kh -kh -Ip -Ip -Ip -Ip -yg -Ip -Ip -fm -nF -nF -lO -lP -Od -EE -EE -"} -(17,1,1) = {" -kh -kh -kh -kh -Ip -Hy -DF -HE -gi -EE -dU -dU -dU -dU -dU -LY -EE -kh -"} -(18,1,1) = {" -kh -kh -kh -kh -Qr -XL -De -xu -Jk -EE -Uo -dU -lA -lA -dU -XE -qO -kh -"} -(19,1,1) = {" -kh -kh -kh -kh -sS -Wz -Mg -pK -kR -EE -cn -rZ -bg -BQ -dU -XE -qO -kh -"} -(20,1,1) = {" -kh -kh -kh -kh -Ip -Ip -Ip -Ip -Ip -EE -tg -GH -XA -xj -vR -XE -wo -kh -"} -(21,1,1) = {" -kh -kh -kh -kh -EE -su -Pl -up -CH -EE -xl -YC -ES -yV -Rr -XE -qO -kh -"} -(22,1,1) = {" -kh -kh -kh -kh -BP -eQ -eQ -VQ -cE -Qu -JT -WU -Pa -Pa -dU -XE -qO -kh -"} -(23,1,1) = {" -kh -kh -kh -kh -EE -zI -Wo -Az -lC -EE -Eb -GS -AU -AU -AU -XQ -EE -kh -"} -(24,1,1) = {" -kh -kh -kh -kh -mM -rO -kn -pQ -eX -EE -MR -dU -dU -zU -FF -ot -EE -kh -"} -(25,1,1) = {" -kh -kh -kh -kh -EE -EE -EE -EE -EE -EE -EE -Rt -Ed -EE -EE -EE -EE -kh -"} diff --git a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_saloon.dmm b/_maps/RandomRuins/StationRuins/EclipseStation/ebar_saloon.dmm deleted file mode 100644 index c245bb0ba407..000000000000 --- a/_maps/RandomRuins/StationRuins/EclipseStation/ebar_saloon.dmm +++ /dev/null @@ -1,1923 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ac" = ( -/obj/item/lighter, -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/pipe/cobpipe, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ad" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = 3; - pixel_y = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ai" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/station/wood.dmi'; - name = "Saloon" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"as" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/sign/warning/securearea{ - desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; - icon_state = "monkey_painting"; - name = "Mr. Deempisi portrait"; - pixel_x = -28; - pixel_y = -4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aG" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aL" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"bd" = ( -/obj/structure/sign/barsign, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"be" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"bA" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/soup/stew{ - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = -6; - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bO" = ( -/obj/machinery/smartfridge/drinks, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cd" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cs" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/pew/left, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cE" = ( -/obj/structure/chair/pew/left, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cF" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"dm" = ( -/obj/structure/table/wood, -/obj/item/instrument/banjo{ - pixel_x = 6 - }, -/obj/item/instrument/guitar{ - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"ds" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/yogs/truecowboy, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"dt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"dC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"dO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"fw" = ( -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"fR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"gh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gj" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gE" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gF" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hh" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hH" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"ip" = ( -/turf/template_noop, -/area/template_noop) -"iO" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"jb" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/station/wood.dmi'; - name = "Saloon" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"kh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"kM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lc" = ( -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - dir = 1; - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -9 - }, -/obj/item/sharpener{ - pixel_x = 8 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"lp" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"lJ" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/uno{ - pixel_y = 5 - }, -/obj/item/toy/turn_tracker, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lZ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"me" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"nK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"nP" = ( -/obj/structure/chair/pew/left, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"nU" = ( -/obj/structure/noticeboard{ - desc = "A board for pinning important notices upon."; - dir = 1; - name = "notice board"; - pixel_y = -27 - }, -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"oj" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/window{ - dir = 4; - name = "Theatre Stage" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"oW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"oX" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pa" = ( -/obj/structure/chair/pew/right, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pb" = ( -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/obj/item/wrench, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"px" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"py" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qq" = ( -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"rt" = ( -/obj/item/reagent_containers/food/snacks/mint, -/obj/structure/table/wood, -/obj/item/kitchen/rollingpin, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"rw" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"rB" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rD" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rR" = ( -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"sD" = ( -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"sK" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"th" = ( -/obj/machinery/oven, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"tt" = ( -/obj/structure/table/wood, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"tI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"um" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"uw" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/yogs/truecowboy2{ - desc = "Yee where no man has hawed before with the official cowboy hat of NanoTrasen!"; - pixel_y = -2 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"vh" = ( -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"vy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"vY" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"we" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wm" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/machinery/airalarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wx" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/table/wood, -/obj/structure/window/reinforced, -/obj/item/instrument/harmonica, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"wz" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"wD" = ( -/obj/structure/table/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"wJ" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xi" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"xR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - icon = 'icons/obj/doors/airlocks/station/wood.dmi'; - name = "Kitchen"; - req_access_txt = "28" - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"ye" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"yk" = ( -/obj/machinery/deepfryer, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"yM" = ( -/obj/structure/chair/wood/wings{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"yP" = ( -/obj/structure/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ap" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Av" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Bf" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Bm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Bs" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Bv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Bw" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"BE" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Cz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"CL" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Dl" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"DU" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"DV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Ea" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Eg" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"El" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Eo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Ez" = ( -/obj/structure/chair/wood/wings{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"EA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - icon = 'icons/obj/doors/airlocks/station/wood.dmi'; - name = "Saloon Storage"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"EC" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/mask/cigarette/pipe/cobpipe, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"EP" = ( -/turf/closed/wall/mineral/wood, -/area/crew_quarters/theatre) -"EU" = ( -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Fj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Fq" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/box/mixedcubes, -/obj/item/storage/box/mixedcubes, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Gr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Gz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"GC" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"GH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/beans{ - pixel_x = -2 - }, -/obj/item/reagent_containers/food/snacks/beans{ - pixel_x = 5 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenwindow"; - name = "kitchen shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Hb" = ( -/obj/machinery/vending/dinnerware{ - contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2, /obj/item/reagent_containers/food/condiment/flour = 4) - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"HF" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"HW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ia" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Ic" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"IL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/soup/stew{ - pixel_y = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Jf" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Kitchen Window"; - req_access_txt = "28" - }, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Window"; - req_one_access_txt = "30;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Jp" = ( -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Jv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"JQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Ka" = ( -/obj/structure/musician/piano{ - icon_state = "piano" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Kl" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Km" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"KL" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/structure/table/wood, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Ld" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Lm" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/spawner/xmastree, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"LD" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"LT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Me" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"Mm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Mn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"My" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"MR" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Nk" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"NE" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/beans{ - pixel_x = -2 - }, -/obj/item/reagent_containers/food/snacks/beans{ - pixel_x = 5 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"NI" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck{ - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"OA" = ( -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/bar) -"OU" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Pf" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"Pw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Pz" = ( -/obj/structure/table/wood, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"PP" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"PX" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qg" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"QB" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Rm" = ( -/obj/item/book/manual/chef_recipes, -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"RB" = ( -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"RT" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Sy" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"SB" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"SH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/stack/spacecash/c100, -/obj/item/clothing/under/yogs/cowboy, -/obj/item/clothing/head/yogs/cowboy_sheriff, -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"SY" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Ta" = ( -/turf/closed/wall/mineral/wood, -/area/crew_quarters/kitchen) -"TE" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Uk" = ( -/turf/closed/wall/mineral/wood, -/area/crew_quarters/bar) -"UM" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Vk" = ( -/obj/structure/chair/wood/wings{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Vq" = ( -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"VM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"VP" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"VV" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"Wj" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Wo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"Ws" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/kitchen) -"Wu" = ( -/obj/machinery/button/door{ - id = "kitchenwindow"; - name = "Bar Shutter Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"WB" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"WE" = ( -/obj/structure/chair/wood/wings, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"WH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"WZ" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/soup/stew{ - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = 8; - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Xb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) -"YY" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/head/yogs/truecowboy, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Zg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Zk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Zw" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ZE" = ( -/obj/machinery/griddle, -/turf/open/floor/wood, -/area/crew_quarters/kitchen) - -(1,1,1) = {" -EP -EP -EP -EP -Uk -ai -ai -Uk -Uk -rw -Uk -Uk -rw -Uk -Uk -rw -Uk -Uk -"} -(2,1,1) = {" -EP -Ka -dm -wx -OU -OU -OU -sK -cs -ad -cd -cE -ad -vY -nP -ad -cd -Uk -"} -(3,1,1) = {" -EP -pb -EU -CL -OU -OU -OU -OU -pa -WZ -UM -pa -ds -UM -pa -bA -UM -Uk -"} -(4,1,1) = {" -EP -LD -Wo -CL -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -OU -Uk -"} -(5,1,1) = {" -EP -aZ -JQ -CL -OU -OU -OU -OU -yM -yP -OU -OU -OU -Qg -OU -OU -gE -Uk -"} -(6,1,1) = {" -EP -fw -fR -CL -OU -OU -gh -WE -Dl -NI -Ez -OU -PX -Ea -QB -OU -OU -jS -"} -(7,1,1) = {" -me -EU -WH -CL -OU -OU -dO -WE -lJ -YY -Ez -OU -OU -gj -gh -OU -OU -bd -"} -(8,1,1) = {" -EP -oj -My -Wj -OU -Bm -VR -WE -Dl -EC -Ez -OU -OU -OU -dO -OU -OU -rw -"} -(9,1,1) = {" -Uk -OU -Km -OU -OU -OU -nK -OU -sD -Vk -OU -OU -OU -Lm -Mm -LT -OU -jS -"} -(10,1,1) = {" -aL -oW -kM -Zg -Zg -dt -kM -Zg -Zg -Zg -Zg -Fj -Fj -Fj -Gz -OU -nU -Uk -"} -(11,1,1) = {" -Uk -Ic -OU -jb -OU -Qg -Qg -wz -Qg -Qg -ye -OU -OU -Qg -OU -OU -Bw -Uk -"} -(12,1,1) = {" -Uk -Uk -Ld -Uk -Uk -ac -Pz -uw -Pz -Pz -TE -OU -PX -Ea -TE -OU -OU -Uk -"} -(13,1,1) = {" -ip -ip -ip -Uk -as -OU -OU -Kl -OU -oX -TE -OU -OU -GC -OU -OU -rD -Uk -"} -(14,1,1) = {" -ip -ip -ip -Uk -Zw -Jv -vh -tI -OU -bO -OU -OU -OU -OU -OU -OU -Jp -Uk -"} -(15,1,1) = {" -ip -ip -ip -Uk -RT -Ia -VP -HW -Ap -rB -OU -OU -Qg -Qg -Qg -Bf -xi -Uk -"} -(16,1,1) = {" -ip -ip -ip -Uk -Uk -Uk -Uk -EA -Uk -Uk -xR -GH -tt -tt -tt -wD -Ta -Ta -"} -(17,1,1) = {" -ip -ip -ip -ip -Uk -SH -wm -Gr -aG -Ta -Vq -Vq -Vq -Vq -Vq -Wu -Ta -ip -"} -(18,1,1) = {" -ip -ip -ip -ip -um -Zk -El -cr -RB -Ta -BE -Vq -yk -yk -Vq -Eo -NE -ip -"} -(19,1,1) = {" -ip -ip -ip -ip -OA -cF -DU -we -Eg -Ta -Hb -VM -rt -ZE -Vq -Eo -KL -ip -"} -(20,1,1) = {" -ip -ip -ip -ip -Uk -Uk -Uk -Uk -Uk -Ta -hH -dC -lc -th -lZ -Eo -IL -ip -"} -(21,1,1) = {" -ip -ip -ip -ip -PP -Fq -VV -SY -Bs -PP -Av -Bv -Rm -rR -HF -Eo -KL -ip -"} -(22,1,1) = {" -ip -ip -ip -ip -Me -cW -cW -Pw -Cz -wX -Mn -Xb -qq -qq -Vq -Eo -KL -ip -"} -(23,1,1) = {" -ip -ip -ip -ip -PP -hh -wJ -DV -kh -PP -MR -vy -Sy -Sy -Sy -WB -Ta -ip -"} -(24,1,1) = {" -ip -ip -ip -ip -Ws -px -gF -SB -py -PP -Pf -Vq -Vq -be -lp -Nk -Ta -ip -"} -(25,1,1) = {" -ip -ip -ip -ip -PP -PP -PP -PP -PP -PP -PP -iO -Jf -PP -PP -PP -Ta -ip -"} diff --git a/_maps/_basemap.dm b/_maps/_basemap.dm index faf2c1a18c8b..57fcc7fdbe86 100644 --- a/_maps/_basemap.dm +++ b/_maps/_basemap.dm @@ -5,17 +5,13 @@ #ifndef LOWMEMORYMODE #ifdef ALL_MAPS #include "map_files\mining\Lavaland.dmm" - #include "map_files\AsteroidStation\AsteroidStation.dmm" #include "map_files\mining\Icemoon.dmm" #include "map_files\mining\IcemoonUnderground.dmm" #include "map_files\debug\runtimestation.dmm" #include "map_files\YogStation\Yogstation.dmm" #include "map_files\YogsMeta\YogsMeta.dmm" - #include "map_files\YogsDelta\YogsDelta.dmm" - #include "map_files\EclipseStation\EclipseStation.dmm" - #include "map_files\IceBox\IceBox.dmm" - #include "map_files\KiloStation\KiloStation.dmm" #include "map_files\GaxStation\GaxStation.dmm" + #include "map_files\AsteroidStation\AsteroidStation.dmm" #ifdef TRAVISBUILDING #include "templates.dm" #endif diff --git a/_maps/eclipsestation.dm b/_maps/eclipsestation.dm deleted file mode 100644 index 8dd856778229..000000000000 --- a/_maps/eclipsestation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/eclipsestation.json" diff --git a/_maps/eclipsestation.json b/_maps/eclipsestation.json deleted file mode 100644 index 089895e6fa3b..000000000000 --- a/_maps/eclipsestation.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "map_name": "EclipseStation", - "map_path": "map_files/EclipseStation", - "map_file": "EclipseStation.dmm", - "shuttles": { - "emergency": "emergency_box", - "ferry": "ferry_fancy", - "cargo": "cargo_box" - } -} diff --git a/_maps/icebox.json b/_maps/icebox.json deleted file mode 100644 index d5455d3cbb6f..000000000000 --- a/_maps/icebox.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "map_name": "Ice BoxStation", - "map_path": "map_files/IceBox", - "map_file": "IceBox.dmm", - "space_ruin_levels": 0, - "space_empty_levels": 0, - "shuttles": { - "cargo": "cargo_box", - "ferry": "ferry_fancy", - "emergency": "emergency_box" - }, - "traits": [ - { - "Down": 1, - "Baseturf": "/turf/open/floor/plating/asteroid/snow/icemoon", - "Linkage": null, - "Weather_Snowstorm": true, - "Ice Ruins": true, - "Mining": true, - "Gravity": true - } - ], - "minetype": "icemoon" -} diff --git a/_maps/kilostation.dm b/_maps/kilostation.dm deleted file mode 100644 index d784be6e8fee..000000000000 --- a/_maps/kilostation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/kilostation.json" \ No newline at end of file diff --git a/_maps/kilostation.json b/_maps/kilostation.json deleted file mode 100644 index 871f2712222f..000000000000 --- a/_maps/kilostation.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "map_name": "Kilo Station", - "map_path": "map_files/KiloStation", - "map_file": "KiloStation.dmm", - "shuttles": { - "emergency": "emergency_kilo", - "ferry": "ferry_kilo", - "cargo": "cargo_kilo" - } -} diff --git a/_maps/map_files/AsteroidStation/AsteroidStation.dmm b/_maps/map_files/AsteroidStation/AsteroidStation.dmm index 11dff4d0f8d7..ccebf77dadd8 100644 --- a/_maps/map_files/AsteroidStation/AsteroidStation.dmm +++ b/_maps/map_files/AsteroidStation/AsteroidStation.dmm @@ -2124,7 +2124,15 @@ /turf/open/floor/plasteel, /area/security/brig) "arj" = ( -/obj/effect/landmark/start/yogs/psychiatrist, +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/storage/briefcase{ + pixel_x = -8; + pixel_y = 1 + }, /turf/open/floor/carpet, /area/medical/psych) "arl" = ( @@ -2776,6 +2784,29 @@ dir = 8 }, /area/engine/gravity_generator) +"awl" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/lighter{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/taperecorder{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/item/laser_pointer{ + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/floor/carpet, +/area/medical/psych) "awm" = ( /obj/structure/table/glass, /obj/item/storage/toolbox/mechanical{ @@ -7131,6 +7162,11 @@ }, /turf/open/floor/circuit/telecomms, /area/science/xenobiology) +"boD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/medical/psych) "boE" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -8179,6 +8215,22 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"bHC" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Paramedic Staging Area Maintenance"; + req_access_txt = "69" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/paramedic) "bHN" = ( /obj/structure/cable{ icon_state = "1-4" @@ -8921,6 +8973,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bVi" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/wood, +/area/medical/psych) "bVj" = ( /obj/effect/turf_decal/tile/darkblue{ dir = 1 @@ -9011,7 +9070,25 @@ /turf/open/floor/plasteel, /area/engine/engineering) "bYc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/table, +/obj/item/roller{ + pixel_x = -3; + pixel_y = 14 + }, +/obj/item/roller{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/pickaxe/mini, +/obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel/white, /area/medical/paramedic) "bYq" = ( @@ -9905,7 +9982,21 @@ /turf/open/floor/plasteel/white, /area/medical/medbay/central) "clb" = ( -/obj/machinery/light, +/obj/effect/landmark/start/yogs/psychiatrist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "psych"; + name = "Psych Office Shutters Control"; + pixel_x = -6; + pixel_y = -25; + req_access_txt = "5" + }, +/obj/machinery/light_switch{ + pixel_x = 9; + pixel_y = -24 + }, /turf/open/floor/wood, /area/medical/psych) "clc" = ( @@ -10017,17 +10108,11 @@ /turf/open/floor/plasteel/dark, /area/hydroponics) "cmB" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/wood, +/area/medical/psych) "cmL" = ( /mob/living/simple_animal/crab/clown, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -11033,6 +11118,13 @@ }, /turf/open/floor/plasteel, /area/construction) +"cGA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/medical/psych) "cGC" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -11063,11 +11155,9 @@ /turf/open/floor/plasteel, /area/clerk) "cHa" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, +/obj/structure/chair/comfy/brown, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 + dir = 8 }, /turf/open/floor/carpet, /area/medical/psych) @@ -12478,6 +12568,18 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"dfL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "dgv" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -12994,6 +13096,18 @@ "dqF" = ( /turf/open/floor/plasteel/grimy, /area/maintenance/department/tcoms) +"dqP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "dqV" = ( /obj/machinery/light{ dir = 1 @@ -13032,12 +13146,14 @@ /area/security/checkpoint/engineering) "dsb" = ( /obj/structure/table/wood, -/obj/item/taperecorder, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 2 }, -/turf/open/floor/wood, +/obj/item/pen/fountain{ + pixel_x = -6 + }, +/turf/open/floor/carpet, /area/medical/psych) "dsf" = ( /obj/effect/turf_decal/tile/neutral{ @@ -14079,13 +14195,10 @@ /turf/open/floor/mineral/titanium/yellow, /area/ruin/powered) "dNZ" = ( -/obj/structure/chair/sofa/left{ +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ dir = 8 }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, /turf/open/floor/wood, /area/medical/psych) "dOm" = ( @@ -14374,16 +14487,12 @@ /turf/open/floor/plasteel, /area/hallway/secondary/entry) "dSi" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/obj/machinery/button/door{ - id = "psych"; - name = "Psych Office Shutters Control"; - pixel_x = -25; - pixel_y = -8 +/obj/structure/chair/comfy/brown, +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 }, -/turf/open/floor/wood, +/turf/open/floor/carpet, /area/medical/psych) "dSn" = ( /obj/structure/rack, @@ -14782,15 +14891,12 @@ /turf/open/floor/engine/n2, /area/engine/atmos_distro) "eaJ" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, /turf/open/floor/wood, /area/medical/psych) "eaK" = ( @@ -15819,6 +15925,14 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"erz" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood, +/area/medical/psych) "erD" = ( /obj/structure/frame/machine{ anchored = 1; @@ -16033,7 +16147,6 @@ /turf/open/floor/plating, /area/maintenance/port/fore) "evw" = ( -/obj/item/twohanded/required/kirbyplants/random, /obj/structure/cable{ icon_state = "4-8" }, @@ -21826,6 +21939,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gxs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "gxt" = ( /obj/structure/cable{ icon_state = "1-4" @@ -31299,6 +31424,12 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, /area/hallway/secondary/entry) +"jFa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/medical/psych) "jFb" = ( /turf/open/floor/white{ icon = 'icons/turf/floors/ice_turf.dmi'; @@ -33352,6 +33483,16 @@ /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "kru" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Psychiatrists office Maintenance"; + req_access_txt = "5" + }, /obj/structure/cable{ icon_state = "4-8" }, @@ -33361,7 +33502,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/aft) "krF" = ( @@ -36030,14 +36170,18 @@ /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/satellite) "lve" = ( +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 }, /turf/open/floor/plating, /area/maintenance/port/aft) @@ -36686,18 +36830,15 @@ /turf/open/floor/plasteel, /area/security/checkpoint/supply) "lJk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 1 }, /obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 8 }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "lJv" = ( @@ -38183,6 +38324,17 @@ }, /turf/open/floor/carpet/red, /area/bridge) +"mhd" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/door/window/southleft{ + icon_state = "right"; + name = "Filing Room"; + req_access_txt = "5" + }, +/turf/open/floor/wood, +/area/medical/psych) "mhj" = ( /obj/effect/landmark/stationroom/maint/threexthree, /turf/template_noop, @@ -38460,22 +38612,6 @@ /mob/living/simple_animal/cockroach, /turf/open/floor/eighties, /area/maintenance/starboard/fore) -"mmq" = ( -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/reagent_containers/pill/happy, -/obj/item/reagent_containers/pill/happy, -/obj/item/reagent_containers/pill/happy, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/medical/psych) "mmr" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/starboard/aft"; @@ -45060,9 +45196,6 @@ name = "Psychiatrists office"; req_access_txt = "5" }, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, @@ -46637,6 +46770,13 @@ /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"oYD" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/filingcabinet, +/turf/open/floor/carpet, +/area/medical/psych) "oYF" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -50972,6 +51112,18 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /turf/open/floor/plasteel/white, /area/medical/patients_rooms/room_a) +"qoE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/medical/psych) "qoN" = ( /obj/machinery/door/airlock/maintenance{ name = "Dormitories Maintenance"; @@ -51015,24 +51167,6 @@ dir = 8 }, /area/science/xenobiology) -"qpv" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/psych"; - dir = 1; - name = "Psychiatrist Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/medical/psych) "qpw" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/chair/stool{ @@ -51400,6 +51534,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"qvO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "qvP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -53161,6 +53304,16 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/secondary/entry) +"rbB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "rbC" = ( /obj/machinery/door/airlock/research{ name = "Research Division Access"; @@ -55883,6 +56036,18 @@ /obj/structure/cable, /turf/open/floor/plating, /area/security/brig) +"rTd" = ( +/obj/machinery/chem_master, +/obj/item/book/manual/wiki/chemistry, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) +"rTf" = ( +/obj/machinery/chem_dispenser, +/turf/open/floor/wood, +/area/medical/psych) "rTj" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27 @@ -57396,14 +57561,8 @@ /turf/open/floor/plasteel/dark, /area/maintenance/starboard/fore) "stI" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/closet/secure_closet/paramedic, /turf/open/floor/plasteel/white, /area/medical/paramedic) "stY" = ( @@ -57490,6 +57649,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"sve" = ( +/obj/structure/table/wood, +/obj/item/assembly/flash{ + pixel_x = -1; + pixel_y = 10 + }, +/obj/item/flashlight/pen{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/item/assembly/flash{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/medical/psych) "svm" = ( /obj/machinery/computer/crew{ dir = 8 @@ -57771,11 +57950,17 @@ /turf/open/floor/plasteel, /area/engine/engineering) "sBc" = ( -/obj/structure/chair/sofa/right{ - dir = 8 +/obj/structure/table/wood, +/obj/item/folder/white{ + pixel_x = -9; + pixel_y = 6 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 +/obj/item/folder/white{ + pixel_y = -2 + }, +/obj/item/folder/white{ + pixel_x = 7; + pixel_y = 6 }, /turf/open/floor/wood, /area/medical/psych) @@ -59998,16 +60183,16 @@ /area/engine/foyer) "tiz" = ( /obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "psych"; - name = "privacy shutter" - }, /obj/machinery/door/firedoor/border_only{ dir = 4 }, /obj/machinery/door/firedoor/border_only{ dir = 8 }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych"; + name = "psychiatrist shutters" + }, /turf/open/floor/plating, /area/medical/psych) "tiH" = ( @@ -60493,6 +60678,15 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) +"ttq" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/psych"; + name = "Psychiatrists Office APC"; + pixel_y = -23 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/medical/psych) "ttI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -62917,6 +63111,28 @@ }, /turf/open/floor/carpet/royalblack, /area/maintenance/port) +"umo" = ( +/obj/structure/closet/secure_closet{ + name = "psychiatrist locker"; + req_access_txt = "5" + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/storage/pill_bottle/happiness, +/obj/item/storage/pill_bottle/dice, +/obj/item/storage/pill_bottle/happy{ + name = "happy pills bottle" + }, +/obj/item/storage/pill_bottle/lsd{ + name = "very happy pills bottle" + }, +/obj/item/storage/pill_bottle/psicodine, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) "umt" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -63358,27 +63574,9 @@ /turf/open/floor/plasteel, /area/hallway/primary/central) "uut" = ( -/obj/structure/table, -/obj/item/roller{ - pixel_x = -3; - pixel_y = 14 - }, -/obj/item/roller{ - pixel_x = -3; - pixel_y = 10 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 10 }, -/obj/item/pickaxe/mini, /turf/open/floor/plasteel/white, /area/medical/paramedic) "uuB" = ( @@ -66473,11 +66671,10 @@ /turf/open/floor/plasteel/dark, /area/chapel/main) "vAc" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/plasteel/white, /area/medical/paramedic) "vAs" = ( @@ -67639,6 +67836,13 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/heads/hos) +"vWe" = ( +/obj/structure/cable{ + icon_state = "1-2"; + tag = "" + }, +/turf/open/floor/carpet, +/area/medical/psych) "vWj" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/disposalpipe/segment{ @@ -69286,9 +69490,6 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "2-8" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, @@ -70019,17 +70220,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"wLc" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Paramedic Staging Area Maintenance"; - req_access_txt = "69" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/paramedic) "wLl" = ( /obj/structure/cable{ icon_state = "1-2" @@ -73501,7 +73691,10 @@ pixel_x = -4; pixel_y = 7 }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, /turf/open/floor/plasteel/white, @@ -106111,7 +106304,7 @@ ogx vXF rBH aGK -aQo +atx lMI aPk aKc @@ -106368,7 +106561,7 @@ aqS gUX noR aGK -aQo +atx lMI aPk aPk @@ -106628,11 +106821,11 @@ aGK aQo lgU lve -aQo -aPk -aKc -aKc -avc +qvO +rbB +rbB +qvO +dfL awB lrc msb @@ -106882,14 +107075,14 @@ aGK aPX aPX aPX -aPX -aPX +bHC +aVN kru -aQo -duI -aKc -aKc -aKc +aVN +aVN +aVN +aVN +gxs lCv lrc msb @@ -107140,13 +107333,13 @@ nlk bNQ xVJ uut -aPX -kru -lBc -aPk -aKc -aKc -aKc +aVN +dqP +sve +rTf +rTd +aVN +gxs aPk lrc lrc @@ -107397,13 +107590,13 @@ ouT mtt avU vAc -aPX -kru -aQo -aPk -aPk -aPk -aPk +aVN +qoE +vWe +vWe +ttq +aVN +gxs aPk aPk aPk @@ -107654,13 +107847,13 @@ aOI eCd avU bYc -wLc +aVN cmB -pey -gJg -pey -pey -lve +oYD +awl +umo +aVN +gxs oQP aQo aQo @@ -107912,10 +108105,10 @@ hts drH stI aVN -aVN -aVN -aVN -aVN +mhd +jFa +boD +cGA aVN rmQ aUg @@ -108169,10 +108362,10 @@ jHG yff mLb aVN -mmq +asG dSi dsb -asG +bVi aVN rmQ ajz @@ -108426,7 +108619,7 @@ xmE nkZ ydp aVN -qpv +arn cHa arj clb @@ -108683,7 +108876,7 @@ lNj wxI eUA aVN -arn +erz eaJ sBc dNZ diff --git a/_maps/map_files/EclipseStation/EclipseStation.dmm b/_maps/map_files/EclipseStation/EclipseStation.dmm deleted file mode 100644 index 9ab4a7f9e90c..000000000000 --- a/_maps/map_files/EclipseStation/EclipseStation.dmm +++ /dev/null @@ -1,157988 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/turf/closed/wall, -/area/crew_quarters/dorms/a) -"aac" = ( -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aad" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"aae" = ( -/turf/closed/wall, -/area/space) -"aaf" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"aag" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/crew_quarters/bar) -"aah" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"aai" = ( -/obj/machinery/modular_computer/console/preset/curator, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aaj" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aak" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"aal" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/mob/living/simple_animal/bot/medbot, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"aam" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 15; - id = "arrivals_stationary"; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"aan" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"aao" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"aap" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"aaq" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aar" = ( -/turf/open/space, -/area/space) -"aas" = ( -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland2"; - name = "lavaland" - }, -/turf/open/space/basic, -/area/space) -"aat" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod one loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod; - width = 3 - }, -/obj/structure/fans/tiny/invisible, -/turf/open/space/basic, -/area/space) -"aau" = ( -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland1"; - name = "lavaland" - }, -/turf/open/space/basic, -/area/space) -"aav" = ( -/obj/structure/flora/junglebush, -/obj/structure/cable{ - icon_state = "4-8" - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aaw" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aax" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"aay" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aaz" = ( -/obj/machinery/door/window/westleft, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aaA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/prison) -"aaE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aaH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel, -/area/security/prison) -"aaK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/holodeck/perma{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/turf/open/floor/plasteel, -/area/security/prison) -"aaR" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aba" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/port/aft) -"abd" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"abe" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"abf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/port/aft) -"abg" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"abh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"abj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/port/fore) -"abm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/snacks/deadmouse, -/turf/open/floor/plasteel, -/area/security/prison) -"abn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/security/prison) -"abq" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"abr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"abu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aby" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abz" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"abA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abE" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"abF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"abG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/soap/nanotrasen, -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"abI" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"abJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/item/storage/box/donkpockets, -/obj/item/clothing/head/chefhat, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abT" = ( -/turf/closed/wall/r_wall, -/area/security/courtroom) -"abV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/northright{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abX" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"abY" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"abZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/westright, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aca" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/washing_machine, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/northright, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"ace" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"acf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acg" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ach" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"aci" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"acj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"ack" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Prison West"; - dir = 4; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acl" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acn" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aco" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"acs" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"act" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acu" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/paper, -/obj/item/pen, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Cell One"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acx" = ( -/obj/machinery/camera/motion{ - c_tag = "Armory External"; - dir = 1 - }, -/turf/open/space/basic, -/area/space) -"acy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acA" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acC" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/port) -"acD" = ( -/turf/closed/wall, -/area/security/detectives_office) -"acF" = ( -/turf/open/floor/plasteel/dark, -/area/security/prison) -"acG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acH" = ( -/turf/closed/wall, -/area/hydroponics/garden) -"acI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acJ" = ( -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"acK" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"acL" = ( -/turf/closed/wall, -/area/lawoffice) -"acM" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acO" = ( -/turf/closed/wall, -/area/maintenance/department/bridge) -"acP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/bedsheetbin, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/gloves/color/orange, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"acS" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"acT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt3"; - name = "Cell 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acX" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Cell Two"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt4"; - name = "Cell 4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"ada" = ( -/turf/closed/wall/r_wall, -/area/security/execution) -"adb" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"adc" = ( -/obj/structure/rack, -/obj/item/storage/box/flashbangs{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/box/flashbangs, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"add" = ( -/obj/item/storage/box/teargas{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/teargas, -/obj/structure/rack, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ade" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet/secure_closet/lethalshots, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adg" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adi" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adj" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adk" = ( -/obj/structure/rack, -/obj/item/storage/lockbox/loyalty, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot_red, -/obj/item/circuitboard/machine/techfab/department/security, -/obj/item/card/id/departmental_budget/sec, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adl" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/prisoner, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adn" = ( -/obj/machinery/button/door{ - id = "permacell1"; - name = "Cell 1 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ado" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adp" = ( -/obj/machinery/button/door{ - id = "permacell2"; - name = "Cell 2 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ads" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adt" = ( -/obj/machinery/button/door{ - id = "permacell3"; - name = "Cell 3 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell 3"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/security/execution) -"adw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/security/execution) -"adx" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/security/execution) -"ady" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"adz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"adA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"adB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"adC" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adG" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adH" = ( -/turf/closed/wall, -/area/maintenance/central/secondary) -"adI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adS" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/execution) -"adT" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"adU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/security/execution) -"adV" = ( -/turf/open/floor/plating, -/area/security/execution) -"adW" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = 2; - diry = 2 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"adX" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"adY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 4"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adZ" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aea" = ( -/obj/structure/closet/ammunitionlocker, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeb" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/guncase/shotgun, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aec" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"aed" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aee" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"aef" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot_red, -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeg" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot_red, -/obj/item/storage/box/handcuffs, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Cell Three"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aei" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aej" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aek" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"ael" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aem" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aen" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aeo" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aep" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "execute_airlock_interior"; - idSelf = "execute_airlock_control"; - name = "Execution Chamber Access Button"; - pixel_x = 24; - pixel_y = -6; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aeq" = ( -/turf/closed/wall, -/area/library) -"aer" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump, -/turf/open/floor/plating, -/area/security/execution) -"aes" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aet" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aeu" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aev" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aew" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aex" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aey" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aez" = ( -/turf/closed/wall, -/area/hallway/secondary/command) -"aeA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/prison) -"aeC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeD" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeE" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeF" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aeG" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"aeH" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"aeI" = ( -/obj/machinery/suit_storage_unit/security, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Execution Operations"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/execution) -"aeK" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution) -"aeL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/main) -"aeN" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/solar/port/fore) -"aeO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aeR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/closed/wall/r_wall, -/area/security/execution) -"aeT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/embedded_controller/radio/airlock_controller{ - airpump_tag = "execute_airlock_pump"; - exterior_door_tag = "execute_airlock_exterior"; - id_tag = "execute_airlock_control"; - interior_door_tag = "execute_airlock_interior"; - pixel_x = 28; - pixel_y = 2; - sanitize_external = 1; - sensor_tag = "sec_airlock_sensor" - }, -/obj/structure/chair/office/dark, -/turf/open/floor/plating, -/area/security/execution) -"aeU" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/stool, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aeV" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeW" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aeX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeY" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aeZ" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"afa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aff" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afh" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/execution"; - dir = 8; - name = "Execution Chamber"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afi" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"afj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afk" = ( -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afm" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/execution) -"afn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution) -"afo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Execution Observation"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afq" = ( -/obj/machinery/vending/security, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"afr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"afs" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aft" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"afu" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/radio/security{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/radio/security, -/obj/item/radio/security{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"afv" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/gun/energy/temperature/security, -/obj/item/gun/energy/ionrifle, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"afw" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"afx" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/bridge) -"afy" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afz" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"afA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"afB" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"afC" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"afD" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"afE" = ( -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Execution Chamber"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/execution) -"afF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution) -"afG" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"afH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"afI" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"afJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"afL" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"afO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/execution) -"afP" = ( -/turf/open/floor/plasteel, -/area/security/execution) -"afQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/security/execution) -"afR" = ( -/obj/machinery/door/poddoor{ - id = "executionspaceblast" - }, -/turf/open/floor/plating, -/area/security/execution) -"afS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afT" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afU" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"afV" = ( -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"afW" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"afY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"afZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aga" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"agb" = ( -/turf/closed/wall, -/area/quartermaster/office) -"agc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"agd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"age" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/mask/gas/sechailer, -/turf/open/floor/plasteel/dark, -/area/security/main) -"agf" = ( -/obj/structure/closet/crate/wooden, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"agg" = ( -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"agh" = ( -/turf/open/floor/plasteel, -/area/quartermaster/office) -"agi" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"agj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"agk" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"agl" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"agm" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Armoury"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ago" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"agp" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_y = 30 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"agq" = ( -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"agr" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"ags" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"agt" = ( -/obj/structure/table/wood, -/obj/item/radio, -/obj/item/radio/security, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"agu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"agv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"agw" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Head of Security's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"agx" = ( -/obj/machinery/disposal/bin, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"agy" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"agz" = ( -/turf/closed/wall, -/area/quartermaster/miningdock) -"agA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agC" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"agD" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/on, -/turf/open/floor/plasteel, -/area/security/execution) -"agE" = ( -/turf/closed/wall, -/area/quartermaster/miningoffice) -"agF" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/components/unary/outlet_injector{ - dir = 4; - on = 1 - }, -/obj/machinery/airlock_sensor{ - id_tag = "execute_airlock_sensor"; - master_tag = "execute_airlock_control"; - pixel_x = 8; - pixel_y = 54 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution) -"agG" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/security/execution) -"agH" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"agI" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"agJ" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"agK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"agL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"agM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/main) -"agN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"agO" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agP" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table, -/obj/item/key/security, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agR" = ( -/obj/structure/rack, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/ears/earmuffs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agS" = ( -/obj/structure/rack, -/obj/item/brace, -/obj/item/brace, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/brace, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agU" = ( -/turf/closed/wall, -/area/maintenance/department/security) -"agV" = ( -/turf/open/floor/plating, -/area/maintenance/department/security) -"agW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"agX" = ( -/turf/open/space/basic, -/area/space/nearstation) -"agY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"agZ" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aha" = ( -/turf/closed/wall, -/area/maintenance/department/chapel) -"ahb" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "Brig Lock"; - name = "Brig Lockdown"; - pixel_x = -26; - pixel_y = -8 - }, -/obj/machinery/button/door{ - id = "PrisonLock"; - name = "Prison Lockdown"; - pixel_x = -26; - pixel_y = 8 - }, -/obj/machinery/button/door{ - id = "hos"; - name = "Shutter Control"; - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahc" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahd" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahf" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahg" = ( -/obj/machinery/newscaster{ - dir = 8; - pixel_x = -30 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ahh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Cell Four"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ahi" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"ahk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/security/prison) -"ahm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"ahn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - req_access_txt = 1 - }, -/turf/open/floor/plasteel, -/area/security/execution) -"aho" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"ahp" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair/stool, -/obj/effect/landmark/start/security_officer, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ahq" = ( -/obj/structure/closet/l3closet/security, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ahr" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"ahs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aht" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahu" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahv" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"ahw" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"ahx" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahy" = ( -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahz" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahA" = ( -/turf/open/floor/plasteel/dark, -/area/security/main) -"ahB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahC" = ( -/mob/living/simple_animal/crab/kreb{ - desc = "Here to lay down the hard claws of the law!"; - name = "Officer Kreb"; - real_name = "Officer Kreb" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahD" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "Sec Lock"; - name = "Security Lockdown"; - pixel_x = 26; - pixel_y = 8 - }, -/obj/machinery/keycard_auth{ - pixel_x = 26; - pixel_y = -8 - }, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/storage/box/deputy, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"ahF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/security/execution) -"ahG" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/closet/secure_closet/security/sec, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ahH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"ahI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahK" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"ahL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ahM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahN" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahO" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/security/armory"; - dir = 4; - name = "Armory APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Theatre Maintenance"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/theatre) -"ahQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ahR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahS" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ahT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahU" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ahV" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ahW" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/security/main) -"ahX" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ahY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aia" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison) -"aib" = ( -/turf/open/floor/plating, -/area/security/prison) -"aic" = ( -/turf/closed/wall/r_wall, -/area/maintenance/central/secondary) -"aid" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"aie" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"aif" = ( -/turf/closed/wall, -/area/crew_quarters/heads/captain/private) -"aig" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/main) -"aih" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/disposal/bin, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aii" = ( -/obj/machinery/paystand, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aij" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aik" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ail" = ( -/obj/machinery/door/window/eastleft{ - name = "armoury desk"; - req_access_txt = "1" - }, -/obj/machinery/door/window/westleft{ - name = "armoury desk"; - req_access_txt = "3" - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aim" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"ain" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot_white, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aio" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aip" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aiq" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"air" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = -30 - }, -/obj/item/map/station, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ais" = ( -/obj/structure/filingcabinet/security, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"ait" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"aiu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aiv" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/security/main) -"aiw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aix" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aiy" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison) -"aiz" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison) -"aiA" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiB" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiC" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"aiE" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio/security, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiF" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiG" = ( -/turf/closed/wall, -/area/security/processing) -"aiH" = ( -/obj/structure/table, -/obj/machinery/microwave, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aiI" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aiJ" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/security/prison) -"aiK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aiL" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aiM" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aiN" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/gun/energy/laser/practice, -/obj/machinery/syndicatebomb/training, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aiO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - name = "Reception Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Armory Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aiP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aiQ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Special Equipment"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aiR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aiS" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aiT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/command/glass{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"aiU" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aiV" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/main) -"aiW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hos"; - name = "Head of Security Office Shutters" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aiX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"aja" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ajb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajc" = ( -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aje" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/processing) -"ajf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"ajg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/security/prison) -"ajh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aji" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajl" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"ajm" = ( -/obj/structure/closet/wardrobe/white, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"ajn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajp" = ( -/turf/closed/wall, -/area/security/main) -"ajq" = ( -/obj/machinery/camera{ - c_tag = "Security Equipment Room" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajs" = ( -/obj/machinery/door/airlock/external{ - name = "Pod Three" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ajt" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 1; - height = 4; - name = "escape pod three loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/three; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"aju" = ( -/obj/docking_port/stationary/random{ - dir = 4; - id = "pod_lavaland3"; - name = "lavaland" - }, -/turf/open/space/basic, -/area/space) -"ajv" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"ajw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 4; - icon_state = "vent_map-3" - }, -/turf/open/floor/plating, -/area/security/processing) -"ajx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/prison) -"ajy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajz" = ( -/obj/machinery/light, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"ajA" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"ajD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajE" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajH" = ( -/obj/structure/closet/wardrobe/green, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"ajI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/yjunction, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ajO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajQ" = ( -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"ajR" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajS" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ajT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Briefing Room"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aka" = ( -/obj/structure/closet/wardrobe/black, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"akb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akd" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ake" = ( -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"akf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"akg" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akh" = ( -/obj/structure/chair/office/dark, -/obj/machinery/button/flasher{ - id = "laborflash"; - pixel_x = -26; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aki" = ( -/obj/machinery/computer/security{ - dir = 8; - name = "Labor Camp Monitoring"; - network = list("Labor") - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"akl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akm" = ( -/obj/item/flashlight/flare/signal, -/turf/open/floor/plating/airless, -/area/construction) -"akn" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ako" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/melee/baton, -/obj/item/melee/baton{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akq" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aks" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akt" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/flashlight/flare/emergency, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aku" = ( -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"akv" = ( -/turf/closed/wall, -/area/maintenance/department/cargo) -"akw" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"akx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aky" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"akz" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Special Equipment Room"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"akB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"akC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"akD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akF" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akH" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/rack, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/solar/port/fore) -"akJ" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "Docking Bay 5"; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"akK" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/command) -"akL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "North Dorm Locker Room"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"akM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akP" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms/a"; - name = "Dormitory North APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"akR" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"akS" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"akT" = ( -/turf/closed/wall, -/area/maintenance/department/crew_quarters/bar) -"akU" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"akV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"akW" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - name = "Reception Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"akY" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"akZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ala" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio/security, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ald" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ale" = ( -/turf/closed/wall, -/area/security/warden) -"alf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alg" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"alh" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/main) -"ali" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"alj" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/folder/red, -/obj/item/folder/blue{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"alk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"all" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alm" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aln" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"alo" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"alp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alr" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"als" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alv" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alx" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"aly" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alz" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alB" = ( -/obj/machinery/flasher{ - id = "laborflash"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/recharger, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alH" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alI" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/warden"; - dir = 8; - name = "Brig Control APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/closet/secure_closet/warden, -/obj/item/clothing/mask/gas/sechailer, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/security/warden) -"alJ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"alK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/pet/dog/pug{ - desc = "Much better at protecting the armory than your average warden."; - name = "Warden Jacob"; - real_name = "Warden Jacob" - }, -/turf/open/floor/wood, -/area/security/warden) -"alL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/warden) -"alM" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"alN" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/security/warden) -"alO" = ( -/turf/open/floor/wood, -/area/security/warden) -"alP" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - dir = 8; - name = "Prison Monitor"; - network = list("Prison"); - pixel_x = 29 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/warden) -"alQ" = ( -/obj/machinery/camera{ - c_tag = "Labor Prisoner Transfer Control" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"alR" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/security/warden) -"alU" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"alV" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark, -/area/security/main) -"alW" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Cargo shmucks."; - name = "Cargo Monitor"; - network = list("Cargo"); - pixel_y = 32 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Engineering areas."; - dir = 4; - name = "Engineering Monitor"; - network = list("Eng"); - pixel_x = -30 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"alX" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the medics."; - name = "Medbay Monitor"; - network = list("Medbay"); - pixel_y = 32 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"alY" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"alZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ama" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amc" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amd" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/dorms/a) -"ame" = ( -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"amf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"amh" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/department/crew_quarters/bar) -"ami" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/box; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"amj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/solar/port/aft) -"amk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aml" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amo" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"amp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amq" = ( -/turf/closed/wall, -/area/crew_quarters/cafeteria) -"amr" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "North Dorm Showers" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"ams" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amt" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/warden) -"amw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"amx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/security/warden) -"amy" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the interrogation room."; - dir = 8; - layer = 4; - name = "Interrogation observation"; - network = list("Interrogation"); - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/security/warden) -"amz" = ( -/obj/structure/table, -/turf/open/floor/wood, -/area/security/warden) -"amA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amB" = ( -/turf/open/floor/plasteel, -/area/security/main) -"amC" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel, -/area/security/main) -"amD" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"amE" = ( -/obj/structure/table, -/obj/item/crowbar/red, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amF" = ( -/obj/structure/closet/secure_closet/hos, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"amG" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"amH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amI" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amJ" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"amK" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"amL" = ( -/obj/structure/window/reinforced/tinted/fulltile, -/obj/structure/grille, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/main) -"amM" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - canhear_range = 3; - frequency = 1482; - name = "Interrogation Intercom"; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amN" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/solar/port/aft) -"amO" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"amP" = ( -/obj/machinery/door/airlock/security{ - id_tag = "laborexit"; - name = "Labor Shuttle"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"amR" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons."; - dir = 4; - name = "Research Monitor"; - network = list("rd"); - pixel_x = -32 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"amS" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/pod/dark, -/area/security/main) -"amT" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"amU" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"amV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amW" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amX" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"amZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/dorms/a) -"ana" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"anb" = ( -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"anc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/port/aft) -"and" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ane" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"anf" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ang" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"anh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"ani" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ank" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"anl" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"anm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ann" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ano" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anp" = ( -/obj/machinery/disposal/bin, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30; - pixel_y = 3 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/warden) -"anq" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/radio{ - pixel_x = 8 - }, -/obj/item/radio/security{ - pixel_x = -8 - }, -/turf/open/floor/wood, -/area/security/warden) -"anr" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/security/warden) -"ant" = ( -/obj/machinery/computer/prisoner{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/security/warden) -"anu" = ( -/obj/structure/closet/secure_closet/brig, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/security/warden) -"anv" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/security/main) -"anw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/main) -"anx" = ( -/obj/structure/table, -/obj/item/map/station, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/main) -"any" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"anz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"anA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"anB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/main) -"anD" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"anF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anG" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"anH" = ( -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1357; - name = "Engineering Channel"; - pixel_x = -27; - pixel_y = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1447; - name = "AI Private Channel"; - pixel_x = -27; - pixel_y = -8 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"anI" = ( -/obj/structure/table, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"anK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"anL" = ( -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anN" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/main"; - dir = 4; - name = "Security Office APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anO" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"anP" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"anQ" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"anR" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"anS" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"anT" = ( -/obj/machinery/door/airlock/security{ - name = "Station Intelligence"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"anU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"anV" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/structure/dresser, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"anW" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/starboard) -"anX" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"anY" = ( -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"anZ" = ( -/turf/closed/wall/r_wall, -/area/solar/port/aft) -"aoa" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Custodial"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/processing) -"aob" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/processing"; - dir = 8; - name = "Labor Shuttle Dock APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aoc" = ( -/turf/closed/wall, -/area/hallway/primary/starboard) -"aod" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aoe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aof" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aog" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aoi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aok" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aol" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aom" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aon" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/item/beacon, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aop" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"aoq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aor" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aos" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aot" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aou" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/science/research) -"aov" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"aow" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aox" = ( -/turf/closed/wall/r_wall, -/area/science) -"aoy" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aoz" = ( -/obj/structure/table, -/obj/item/taperecorder, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoA" = ( -/obj/structure/table, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoC" = ( -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1355; - name = "Medical Channel"; - pixel_x = -27; - pixel_y = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1353; - listening = 0; - name = "Command Channel"; - pixel_x = -27; - pixel_y = -8 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"aoD" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/item/bikehorn/rubberducky, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"aoE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"aoF" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"aoG" = ( -/obj/machinery/airalarm{ - desc = "This particular atmos control unit appears to have no access restrictions."; - dir = 8; - locked = 0; - name = "all-access air alarm"; - pixel_x = 24; - req_access = "0"; - req_one_access = "0" - }, -/turf/open/floor/pod/dark, -/area/security/main) -"aoH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aoK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aoL" = ( -/turf/closed/wall, -/area/science/explab) -"aoM" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"aoN" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/warden) -"aoO" = ( -/obj/machinery/light, -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aoP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/port/fore) -"aoQ" = ( -/turf/open/floor/plating, -/area/science/mixing) -"aoR" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"aoS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aoT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/solar_control{ - dir = 4; - id = "portsolar"; - name = "Port Quarter Solar Control" - }, -/turf/open/floor/plating, -/area/solar/port/aft) -"aoU" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"aoV" = ( -/turf/closed/wall, -/area/science/misc_lab) -"aoW" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/port/aft) -"aoX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/solar/port/aft) -"aoY" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/northleft, -/obj/machinery/door/window/southleft, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"aoZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/processing) -"apa" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction"; - req_one_access_txt = "32;47;48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"apb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apc" = ( -/turf/closed/wall, -/area/security/brig) -"apd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ape" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"apg" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aph" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/main) -"api" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apl" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apn" = ( -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1347; - name = "Supply Channel"; - pixel_x = -27; - pixel_y = -8 - }, -/obj/item/radio/intercom{ - freerange = 1; - freqlock = 1; - frequency = 1351; - name = "Science Channel"; - pixel_x = -27; - pixel_y = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -27 - }, -/obj/machinery/camera/motion{ - c_tag = "Station Intelligence"; - dir = 1 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"apo" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/item/wirecutters, -/obj/item/screwdriver, -/obj/machinery/light, -/turf/open/floor/pod/dark, -/area/security/main) -"app" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"apq" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apr" = ( -/turf/open/floor/engine, -/area/science/mixing) -"aps" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Intake North"; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apv" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"apw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"apx" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/paramedic, -/obj/item/map/station, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"apy" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"apz" = ( -/obj/machinery/door/airlock/security{ - id_tag = "laborexit"; - name = "Labor Shuttle"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apA" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apB" = ( -/turf/closed/wall, -/area/science) -"apC" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = "7; 8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"apD" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/engine, -/area/science/mixing) -"apE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"apF" = ( -/turf/open/floor/plating, -/area/solar/port/aft) -"apG" = ( -/turf/closed/wall/r_wall, -/area/science/storage) -"apH" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/solar/port/aft) -"apI" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/processing) -"apJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apK" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apL" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/storage/primary) -"apM" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"apN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"apO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/wood/fancy/royalblue, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 - }, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 3 - }, -/obj/item/phone/banana, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"apP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apR" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"apT" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/flashlight/flare/signal, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"apU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"apV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"apW" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"apX" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"apY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"apZ" = ( -/obj/structure/grille, -/turf/closed/wall, -/area/space/nearstation) -"aqa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aqb" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqc" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aqd" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqe" = ( -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aqf" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"aqg" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/solar/port/aft"; - dir = 8; - name = "Port Quarter Solar APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/solar/port/aft) -"aqh" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/port/aft) -"aqi" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/solar/port/aft) -"aqj" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/security/processing) -"aqk" = ( -/turf/closed/wall, -/area/science/xenobiology) -"aql" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/processing) -"aqm" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/brig) -"aqp" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"aqs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqt" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/brig"; - dir = 1; - name = "Brig APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqy" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/brig) -"aqz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Brig"; - req_access_txt = "63; 42" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqC" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"aqD" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "North Dorm Cabins West"; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqE" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqF" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aqI" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/map/station{ - pixel_x = 1; - pixel_y = 4 - }, -/obj/item/flashlight/flare/signal, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aqJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight/flare/signal, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aqK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/solar/port/fore) -"aqL" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/flashlight, -/obj/item/flashlight/flare/signal, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"aqO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Port Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/solar/port/aft) -"aqP" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/white, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aqQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/brig) -"aqR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"aqT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/brig) -"aqU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/warden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/security/warden) -"aqV" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/machinery/camera{ - c_tag = "Prison Hall"; - dir = 4; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aqW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aqZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ara" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ard" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"are" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 7 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ark" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arn" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Port Bow Solar Control" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"aro" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/solar/port/fore) -"arq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arr" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ars" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"art" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aru" = ( -/obj/effect/turf_decal/arrows/white, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"arv" = ( -/obj/effect/turf_decal/arrows/white, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"arw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/brig) -"arx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"ary" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arA" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arB" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/a) -"arD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/firedoor, -/turf/closed/wall/r_wall, -/area/security/main) -"arE" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table, -/obj/item/radio/intercom{ - broadcasting = 1; - canhear_range = 4; - frequency = 1482; - listening = 0; - name = "Interrogation Intercom"; - pixel_y = -25 - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/restraints/handcuffs, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arG" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/camera{ - c_tag = "Head of Security's Office"; - dir = 8; - network = list("ss13","command") - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"arH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "North Dorms Cabin East"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/storage/tools) -"arM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arP" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arR" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"arT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"arU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"arV" = ( -/obj/machinery/light, -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"arW" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"arX" = ( -/obj/machinery/power/apc{ - areastring = "/area/vacant_room/commissary"; - name = "Vacant Commissary APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"arY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"arZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asa" = ( -/obj/structure/table, -/obj/item/razor, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"asb" = ( -/obj/structure/sink{ - pixel_y = 20 - }, -/obj/structure/mirror{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"asc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ase" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"asg" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ash" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/filingcabinet/security, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/turf/open/floor/wood, -/area/security/main) -"ask" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/main) -"asl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/security/main) -"asn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asq" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asr" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) -"ass" = ( -/obj/structure/chair{ - name = "Judge" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ast" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/item/folder/blue, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asv" = ( -/turf/closed/wall, -/area/security/courtroom) -"asw" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/janitor/a) -"asx" = ( -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"asy" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe{ - products = list(/obj/item/clothing/under/rank/janitor = 2, /obj/item/clothing/under/yogs/casualjanitorsuit = 2, /obj/item/clothing/suit/yogs/janitorcoat = 2, /obj/item/cartridge/janitor = 2, /obj/item/clothing/gloves/color/black = 2, /obj/item/clothing/head/soft/purple = 2, /obj/item/paint/paint_remover = 2, /obj/item/melee/flyswatter = 2, /obj/item/flashlight = 2, /obj/item/caution = 6, /obj/item/holosign_creator/janibarrier = 2, /obj/item/lightreplacer = 2, /obj/item/soap/nanotrasen = 2, /obj/item/storage/bag/trash = 2, /obj/item/clothing/shoes/galoshes = 2, /obj/item/watertank/janitor = 2, /obj/item/storage/belt/janitor = 2) - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"asB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/solar/port/fore) -"asC" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/a) -"asJ" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"asL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"asM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"asO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asP" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/tools"; - dir = 4; - name = "Auxiliary Tool Storage APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/security) -"asQ" = ( -/turf/closed/wall, -/area/storage/tools) -"asR" = ( -/obj/machinery/sparker{ - id = "testigniter"; - pixel_x = -25 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"asS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - name = "Tool Storage Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tools) -"asT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asU" = ( -/turf/closed/wall, -/area/vacant_room/commissary) -"asV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - id_tag = "commissarydoor"; - req_one_access_txt = "12;63;48;50;36" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"asW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"asY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asZ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ata" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"atb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"atc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"atd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ate" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"atf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"atg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"ath" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ati" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("Prison"); - pixel_y = 30 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel/dark, -/area/security/main) -"atj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"atk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/main) -"atl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/security/main) -"atm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the interrogation room."; - dir = 4; - name = "Interrogation observation"; - network = list("Interrogation"); - pixel_x = -30; - pixel_y = 2 - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/main) -"atn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/security/main) -"ato" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"atp" = ( -/obj/machinery/door/window/southleft{ - name = "Court Cell"; - req_access_txt = "2" - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"atq" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"atr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ats" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/gavelhammer, -/obj/item/gavelblock, -/turf/open/floor/plasteel, -/area/security/courtroom) -"att" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/fore) -"atu" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atv" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"atw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"atx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Court)" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aty" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/security/courtroom) -"atz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"atA" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"atB" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"atC" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"atD" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/janitor/a) -"atE" = ( -/obj/structure/table, -/obj/item/clothing/under/janimaid, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/janitor/a) -"atG" = ( -/turf/closed/wall, -/area/medical/chemistry) -"atH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm1"; - name = "Dorm 1" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"atI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm2"; - name = "Dorm 2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"atJ" = ( -/turf/open/floor/plating, -/area/maintenance/port/aft) -"atL" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"atM" = ( -/turf/closed/wall, -/area/medical/medbay/lobby) -"atN" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar"; - name = "Bar APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"atO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm3"; - name = "Dorm 3" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"atP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"atQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"atS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"atT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"atU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"atV" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/security) -"atW" = ( -/turf/closed/wall, -/area/maintenance/starboard/central) -"atX" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"atY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aub" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"auc" = ( -/turf/open/floor/wood, -/area/medical/psych) -"aud" = ( -/turf/closed/wall, -/area/medical/morgue) -"aue" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aui" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/security) -"auj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"auk" = ( -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/storage/tools) -"aul" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/turf/open/floor/plasteel, -/area/storage/tools) -"aum" = ( -/turf/closed/wall, -/area/medical/genetics) -"aun" = ( -/turf/closed/wall, -/area/medical/genetics/cloning) -"auo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/storage/tools) -"aup" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/storage/tools) -"auq" = ( -/turf/closed/wall, -/area/maintenance/department/medical/central) -"aur" = ( -/turf/closed/wall, -/area/medical/virology) -"aus" = ( -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"aut" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"auu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"auv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"auw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/arrows/white, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aux" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor{ - id = "Cell 2"; - name = "Cell 2"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auz" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - name = "Kitchen APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"auA" = ( -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auB" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auD" = ( -/turf/template_noop, -/area/template_noop) -"auE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auF" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Bow Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"auG" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auH" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/brig) -"auI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"auL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/main) -"auM" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"auN" = ( -/turf/open/floor/plating, -/area/maintenance/department/science) -"auO" = ( -/obj/effect/spawner/lootdrop/costume, -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"auP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"auQ" = ( -/turf/closed/wall, -/area/maintenance/department/science) -"auR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/light, -/turf/open/floor/wood, -/area/security/main) -"auS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/security/main) -"auT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"auU" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"auV" = ( -/obj/structure/window, -/turf/open/floor/plasteel, -/area/janitor/a) -"auW" = ( -/obj/structure/window, -/obj/structure/closet/l3closet/janitor, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"auX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"auY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor{ - id = "Cell 1"; - name = "Cell 1"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auZ" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ava" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/main) -"avb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"avc" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/science) -"avd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ave" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"avf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"avg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Protective Custody"; - req_access_txt = "1" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/main) -"avh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "Dorm1"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"avi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"avj" = ( -/turf/open/floor/plasteel, -/area/storage/tools) -"avk" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/storage/tools) -"avl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"avm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"avn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"avo" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"avp" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"avq" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"avr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"avs" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) -"avt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"avu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"avv" = ( -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"avw" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/pod/dark, -/area/security/main) -"avx" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"avy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"avz" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"avA" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"avB" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"avC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"avD" = ( -/obj/structure/closet{ - name = "Contraband Locker" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"avE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/security/main) -"avF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"avG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"avH" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"avI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"avJ" = ( -/obj/structure/table, -/obj/item/map/station{ - pixel_x = 1 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/pod/dark, -/area/security/main) -"avK" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/brig) -"avL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"avM" = ( -/obj/structure/janitorialcart, -/obj/item/mop, -/turf/open/floor/plasteel, -/area/janitor/a) -"avN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/vehicle/ridden/janicart, -/turf/open/floor/plasteel, -/area/janitor/a) -"avO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/closet/l3closet/janitor, -/turf/open/floor/plasteel, -/area/janitor/a) -"avQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"avS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hydroponics) -"avT" = ( -/turf/closed/wall, -/area/hydroponics) -"avU" = ( -/obj/machinery/washing_machine, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"avW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"avX" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"avY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"avZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/storage/tools) -"awa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"awb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plasteel, -/area/storage/tools) -"awc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"awe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"awf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"awg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"awh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"awj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/brig) -"awk" = ( -/obj/machinery/button/door{ - id = "briggate"; - name = "Desk Shutters"; - pixel_x = -26; - pixel_y = 6 - }, -/obj/machinery/button/flasher{ - id = "brigentry"; - pixel_x = -28; - pixel_y = -8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awl" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awo" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"awp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"awq" = ( -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"awr" = ( -/obj/machinery/requests_console{ - department = "Locker Room"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"aws" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"awu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"awv" = ( -/obj/machinery/smartfridge/drying_rack, -/turf/open/floor/plasteel, -/area/hydroponics) -"aww" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"awx" = ( -/turf/open/floor/plating/airless, -/area/space/nearstation) -"awy" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"awz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"awA" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"awB" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel, -/area/storage/tools) -"awC" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_x = -1; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"awD" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel, -/area/storage/tools) -"awE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"awF" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"awG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/secure/briefcase, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"awH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"awI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/security) -"awJ" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/a) -"awK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"awL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"awM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "North Dorms Foyer"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"awN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"awO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"awP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"awQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"awS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"awT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"awU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"awV" = ( -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor/a) -"awW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"awX" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"awY" = ( -/turf/open/floor/plasteel, -/area/hydroponics) -"awZ" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/hydroponics) -"axa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"axb" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axc" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"axd" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/security) -"axe" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"axf" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/turf/open/floor/plasteel, -/area/storage/tools) -"axg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axh" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axi" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"axj" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"axk" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"axm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axn" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"axo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"axq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"axr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"axs" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"axt" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hydroponics) -"axu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"axv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/janitor/a"; - name = "Custodial Closet North APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 22 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axy" = ( -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/turf/open/floor/plasteel, -/area/hydroponics) -"axz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"axA" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics) -"axB" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"axC" = ( -/obj/structure/table/wood, -/obj/item/hatchet, -/turf/open/floor/plasteel, -/area/hydroponics) -"axD" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"axE" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Brig Lock"; - name = "Brig Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/brig) -"axF" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 6" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"axG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"axH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axJ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"axK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"axL" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"axN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axO" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/structure/closet, -/obj/item/clothing/under/suit_jacket/female{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/item/clothing/under/suit_jacket/female{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"axP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"axQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"axR" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; - dir = 8; - name = "Courtroom APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"axS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/security/courtroom) -"axT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axU" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"axV" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/machinery/camera{ - c_tag = "Nanite Lab"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"axW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor/a) -"axY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 21 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"axZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aya" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ayb" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Hydroponics" - }, -/obj/effect/turf_decal/bot, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plating, -/area/hydroponics) -"ayc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aye" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ayf" = ( -/turf/closed/wall, -/area/chapel/office) -"ayg" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ayh" = ( -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"ayj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "Cell 4"; - name = "Cell 4"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ayk" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ayl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aym" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayn" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ayp" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayq" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hydroponics) -"ays" = ( -/obj/machinery/chem_master/condimaster, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayt" = ( -/obj/structure/closet/crate/coffin, -/turf/open/floor/wood, -/area/chapel/office) -"ayu" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/chapel/office) -"ayv" = ( -/turf/open/floor/wood, -/area/chapel/office) -"ayw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance"; - req_access_txt = "27" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/chapel/office) -"ayx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=SW"; - location = "PPHW1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"ayD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHN1"; - location = "SW" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayH" = ( -/obj/machinery/smartfridge/disks, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"ayK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayQ" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayR" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayS" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Hydroponics Delivery"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ayT" = ( -/obj/effect/turf_decal/arrows/white, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ayU" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayV" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 1; - name = "Law Office APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"ayX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ayY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aza" = ( -/obj/structure/sign/directions/supply{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"azb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azc" = ( -/obj/structure/chair/comfy/lime{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azd" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aze" = ( -/obj/structure/spirit_board, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"azf" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"azh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azi" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azk" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azl" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"azm" = ( -/obj/machinery/plantgenes, -/turf/open/floor/plasteel, -/area/hydroponics) -"azn" = ( -/obj/structure/mopbucket, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"azo" = ( -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"azp" = ( -/obj/machinery/vending/hydronutrients, -/turf/open/floor/plasteel, -/area/hydroponics) -"azq" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/port) -"azr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azs" = ( -/obj/structure/bodycontainer/crematorium, -/turf/open/floor/plasteel, -/area/chapel/office) -"azt" = ( -/obj/machinery/button/crematorium{ - pixel_x = 25 - }, -/turf/open/floor/plasteel, -/area/chapel/office) -"azu" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azv" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"azx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"azy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"azz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"azA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"azC" = ( -/obj/machinery/ai/data_core/primary, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 29; - pixel_y = 3 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 29; - pixel_y = -5 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"azD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/security) -"azF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"azG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azH" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"azI" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/key/janitor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"azJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/closet/crate/hydroponics, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wirecutters, -/turf/open/floor/plasteel, -/area/hydroponics) -"azK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"azL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"azN" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/chapel/office) -"azO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/security) -"azP" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/primary/port) -"azQ" = ( -/obj/structure/closet, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"azR" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"azS" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"azT" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/main) -"azU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"azV" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hallway/primary/port) -"azW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/security) -"azX" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"azY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/port) -"azZ" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aAa" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aAb" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aAc" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAd" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aAe" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aAf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aAg" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aAh" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"aAi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aAj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aAl" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAm" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"aAo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aAr" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = -25 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel) -"aAs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAu" = ( -/obj/machinery/door/airlock{ - name = "Crematorium"; - req_access_txt = "27" - }, -/turf/open/floor/plating, -/area/chapel/office) -"aAv" = ( -/turf/open/floor/plasteel, -/area/chapel/office) -"aAw" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/hydroponicsplants{ - pixel_x = -3 - }, -/obj/item/book/manual/wiki/hydroponicsguide{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/paramedic/b) -"aAy" = ( -/obj/structure/target_stake, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aAz" = ( -/obj/item/target/clown, -/obj/structure/closet/crate, -/obj/item/target/clown, -/obj/item/target/clown, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aAA" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aAB" = ( -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aAC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aAD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aAE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/statuebust, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aAF" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aAG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aAH" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/effect/landmark/event_spawn, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aAI" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aAJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aAK" = ( -/turf/closed/wall, -/area/construction) -"aAL" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aAM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aAN" = ( -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutter"; - name = "Vacant Commissary Shutter" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aAO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/secure_closet/detective, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"aAP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aAQ" = ( -/turf/open/floor/wood, -/area/security/detectives_office) -"aAR" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = 3 - }, -/obj/item/clothing/glasses/sunglasses, -/obj/item/lighter, -/turf/open/floor/wood, -/area/security/detectives_office) -"aAS" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aAT" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAU" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAV" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/watertank, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 13; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAW" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAX" = ( -/obj/machinery/light, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aAY" = ( -/obj/item/gun/energy/laser/practice, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aAZ" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aBa" = ( -/turf/closed/wall, -/area/medical/sleeper) -"aBb" = ( -/obj/structure/flora/ausbushes/grassybush, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/port) -"aBc" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/security/main) -"aBd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aBe" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aBf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hydroponics) -"aBg" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aBh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aBi" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aBj" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"aBk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/command/charge, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aBl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aBm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Detective Maintenance"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aBn" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/port) -"aBo" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel, -/area/chapel/office) -"aBp" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel"; - name = "Chapel APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aBq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - name = "Chapel Office APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aBr" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Sec Lock"; - name = "Security Lockdown" - }, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/closed/wall/r_wall, -/area/security/main) -"aBs" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aBt" = ( -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBv" = ( -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aBw" = ( -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aBx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aBy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aBz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aBB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aBC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aBD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aBE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBF" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/security) -"aBG" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aBH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aBI" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aBJ" = ( -/turf/open/floor/wood, -/area/lawoffice) -"aBK" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aBL" = ( -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aBM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aBN" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/storage/art) -"aBO" = ( -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aBP" = ( -/obj/machinery/button/door{ - id = "kanyewest"; - name = "Privacy Shutters"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aBQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aBR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aBS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"aBT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aBU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/wood, -/area/security/detectives_office) -"aBV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aBY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBZ" = ( -/obj/machinery/rnd/production/techfab/department/service, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCa" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCb" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 1; - name = "Service Hall APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table, -/obj/item/key/janitor, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aCd" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aCe" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aCf" = ( -/turf/closed/wall, -/area/chapel) -"aCg" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/chapel/office) -"aCh" = ( -/obj/machinery/door/airlock{ - id_tag = "commissarydoor"; - name = "Commissary"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aCi" = ( -/obj/machinery/door/airlock/security{ - id_tag = "Brig Exit Lock"; - name = "Parole"; - req_access_txt = "63; 42" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aCj" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aCk" = ( -/obj/structure/flora/rock/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aCl" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aCm" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aCn" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aCo" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aCp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aCq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aCr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin/construction, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aCt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aCu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hydroponics/garden) -"aCv" = ( -/obj/machinery/door/poddoor/preopen{ - id = "lawyer_blast"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/lawoffice) -"aCw" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "privacy shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/detectives_office) -"aCx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/chapel/office) -"aCy" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"aCz" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aCA" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/construction) -"aCB" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aCC" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aCD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/item/storage/briefcase, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aCE" = ( -/turf/open/floor/plating/airless, -/area/construction) -"aCF" = ( -/turf/open/space/basic, -/area/construction) -"aCG" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aCH" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aCI" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aCJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aCL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/courtroom) -"aCO" = ( -/obj/machinery/door/poddoor{ - id = "chapelgun"; - name = "Chapel Launcher Door" - }, -/turf/open/floor/plating, -/area/chapel) -"aCP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel) -"aCQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/mass_driver{ - dir = 8; - id = "chapelgun"; - name = "Holy Driver" - }, -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access_txt = "22" - }, -/turf/open/floor/plating, -/area/chapel) -"aCR" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aCS" = ( -/turf/open/floor/plasteel/dark, -/area/chapel) -"aCT" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/modular_computer/console/preset/curator{ - dir = 4 - }, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aCU" = ( -/obj/effect/landmark/stationroom/eclipse/bar, -/turf/template_noop, -/area/template_noop) -"aCV" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aCW" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/assembly/prox_sensor, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aCX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aCY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aCZ" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aDa" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aDc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aDd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aDf" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDg" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDh" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDi" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aDj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - id_tag = "commissarydoor"; - req_one_access_txt = "12;63;48;50;36" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/art) -"aDk" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/banner, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aDl" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/cartridge/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"aDm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/lawoffice) -"aDn" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDo" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aDp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aDq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aDr" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aDs" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aDt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aDu" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/camera{ - c_tag = "Aux Tool Storage"; - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aDv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aDx" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDy" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/four, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aDA" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aDB" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aDC" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aDD" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDF" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aDI" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/crew_quarters/bar"; - name = "Bar Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aDJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Law Office Maintenance"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aDK" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"aDL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Service Hall"; - req_one_access_txt = "25;26;35;28" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aDM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Brig Cell Two"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aDN" = ( -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel) -"aDO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aDP" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/chapel) -"aDQ" = ( -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel) -"aDR" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aDS" = ( -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aDT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDU" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDV" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDW" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDX" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDY" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aDZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aEa" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/art"; - dir = 1; - name = "Artist's Coven"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aEb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEc" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aEd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/lawoffice) -"aEg" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aEh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEk" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEm" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEo" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEq" = ( -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aEr" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 1; - name = "Port Hall APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEt" = ( -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FPHN1"; - location = "PPH3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEu" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aEv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aEx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEz" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aEA" = ( -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel) -"aEB" = ( -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aEC" = ( -/turf/open/floor/carpet, -/area/chapel) -"aED" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_y = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aEE" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/item/soulstone/anybody/chaplain, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aEF" = ( -/obj/item/beacon, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aEG" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEH" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEI" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Artist's Coven" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/art) -"aEJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEK" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEL" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEM" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEN" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEO" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aEP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aER" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aES" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aET" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aEU" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aEV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aEW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/lawoffice) -"aEX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aEY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/stamp/law, -/turf/open/floor/wood, -/area/lawoffice) -"aEZ" = ( -/obj/item/storage/secure/safe{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aFa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aFb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aFc" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aFd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aFe" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aFf" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aFg" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 11"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFj" = ( -/obj/structure/holosign/barrier/atmos, -/turf/open/floor/plating, -/area/construction) -"aFk" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aFl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFm" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"aFn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFo" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"aFp" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFq" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectoevac"; - map_pad_link_id = "evactosec" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/chapel) -"aFs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/chapel) -"aFt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aFu" = ( -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aFv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aFw" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aFx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aFy" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aFz" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "Captain's Cabin"; - dir = 8; - network = list("ss13","command") - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain/private"; - dir = 4; - name = "Captain's Cabin APC"; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aFA" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aFB" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/rock/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aFC" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFD" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aFE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aFG" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"aFH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security Hub North"; - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFI" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aFK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFL" = ( -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFM" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/chapel) -"aFN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/table, -/obj/effect/landmark/event_spawn, -/obj/item/map/station{ - pixel_y = 3 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aFO" = ( -/obj/machinery/door/airlock{ - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/chapel/office) -"aFP" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/library) -"aFQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aFR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aFS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aFT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aFU" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectomed"; - map_pad_link_id = "medtosec" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aFV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/computer/security/telescreen/prison{ - dir = 1; - pixel_y = -27 - }, -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/lawoffice) -"aFW" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/turf/open/floor/wood, -/area/lawoffice) -"aFX" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/pen/red, -/turf/open/floor/wood, -/area/lawoffice) -"aFY" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"aFZ" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGa" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGb" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aGc" = ( -/obj/structure/table/wood, -/obj/item/camera/detective, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGd" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGe" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aGf" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aGg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aGh" = ( -/turf/closed/wall, -/area/clerk) -"aGi" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aGj" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aGk" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"aGl" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aGm" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"aGn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aGo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aGp" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aGq" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aGr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel) -"aGs" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"aGt" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aGu" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/chapel) -"aGv" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/chapel) -"aGw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/chapel) -"aGx" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aGy" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aGz" = ( -/turf/open/floor/grass, -/area/hydroponics/garden) -"aGA" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aGB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aGC" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aGD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aGE" = ( -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGF" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aGH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGI" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/hand_labeler{ - pixel_x = 5 - }, -/obj/item/storage/box/evidence, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aGJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGK" = ( -/turf/open/floor/plating, -/area/construction) -"aGL" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aGM" = ( -/obj/structure/table/glass, -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aGN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aGO" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"aGP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aGR" = ( -/obj/machinery/vending/cola/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGV" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aGW" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aGX" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aGY" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aGZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aHa" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHb" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aHc" = ( -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHd" = ( -/obj/structure/chair, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHe" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHg" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/chapel) -"aHh" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHi" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aHj" = ( -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHk" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHm" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHn" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHo" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectoengi"; - map_pad_link_id = "engitosec" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aHp" = ( -/turf/closed/wall, -/area/teleporter/hub/security) -"aHq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"aHr" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aHs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aHt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aHu" = ( -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aHv" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aHw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "EVA Maintenance"; - req_access_txt = "18" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aHx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aHy" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aHz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aHB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHE" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aHF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHI" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aHJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/chapel) -"aHK" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/official/fruit_bowl{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aHL" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHM" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aHO" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHP" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aHQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/chapel) -"aHR" = ( -/obj/item/flashlight/lantern{ - anchored = 1; - layer = 4; - level = 3; - on = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics/garden) -"aHS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aHT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aHU" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"aHV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHW" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHX" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aHY" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aHZ" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = -25 - }, -/obj/structure/chair, -/turf/open/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel) -"aIa" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/plasteel{ - icon_state = "dark" - }, -/area/chapel) -"aIb" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel) -"aIc" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel) -"aId" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIe" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIf" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIg" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIh" = ( -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - pixel_y = 30 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aIi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aIj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/tinted/fulltile, -/turf/open/floor/plating, -/area/chapel) -"aIk" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aIl" = ( -/obj/structure/flora/tree/jungle, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIm" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIn" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIo" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aIr" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aIs" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aIt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aIu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aIv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aIw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIx" = ( -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aIy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIz" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aIA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aIC" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Office Maintenance"; - req_access_txt = "22" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel/office) -"aID" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aIE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aIF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 17 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aIG" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner{ - dir = 4; - icon_state = "window" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aIH" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dir = 8; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aII" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aIJ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aIK" = ( -/obj/effect/landmark/start/assistant, -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel) -"aIL" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel) -"aIM" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIN" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aIO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aIP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aIQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/computer/camera_advanced/base_construction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aIR" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIS" = ( -/obj/structure/table, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northright{ - dir = 2; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aIT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIU" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aIV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"aIW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aIX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIY" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aIZ" = ( -/obj/structure/rack, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/assault_pod/mining, -/obj/machinery/computer/security/telescreen{ - desc = "Used for the Auxillary Mining Base."; - dir = 8; - name = "Auxillary Base Monitor"; - network = list("auxbase"); - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Aux Base Construction"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aJa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel) -"aJb" = ( -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aJc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aJd" = ( -/obj/machinery/vending/snack/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aJf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJh" = ( -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aJi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aJj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJk" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aJn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aJo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Brig Cell One"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aJp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/chapel) -"aJq" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aJr" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aJs" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aJt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJv" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"aJw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aJx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJy" = ( -/obj/machinery/door/airlock/glass{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"aJz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aJA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aJB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aJC" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aJD" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aJE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aJF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aJG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aJH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aJI" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"aJJ" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aJK" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 12"; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aJL" = ( -/turf/open/floor/plasteel, -/area/construction) -"aJM" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aJN" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"aJO" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aJP" = ( -/obj/machinery/camera/motion{ - c_tag = "EVA Motion Sensor"; - network = list("ss13","command") - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 1; - name = "EVA Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aJQ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aJR" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aJS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aJT" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"aJU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aJW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aJX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 30 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aJY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aJZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aKa" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aKb" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel) -"aKc" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel) -"aKd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aKe" = ( -/obj/machinery/power/apc{ - areastring = "/area/hydroponics/garden"; - dir = 4; - name = "Garden APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aKf" = ( -/obj/structure/flora/rock/pile/largejungle, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"aKg" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aKh" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/fore) -"aKi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aKj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aKk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aKl" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aKm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aKn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aKo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Docking Lounge South"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/construction) -"aKr" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"aKs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aKt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aKu" = ( -/obj/structure/flora/bush, -/turf/open/floor/grass, -/area/library) -"aKv" = ( -/obj/structure/flora/grass/green, -/obj/machinery/light/small{ - dir = 1 - }, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/library) -"aKw" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/grass, -/area/library) -"aKx" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/pipe_dispenser, -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Public Shutters Control"; - pixel_x = 24; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aKy" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/library) -"aKz" = ( -/obj/structure/flora/grass/green, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/grass, -/area/library) -"aKA" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/open/floor/grass, -/area/library) -"aKB" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/open/floor/grass, -/area/library) -"aKC" = ( -/obj/structure/flora/bush, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/grass, -/area/library) -"aKD" = ( -/obj/structure/flora/ausbushes/leafybush, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/library) -"aKE" = ( -/turf/open/floor/grass, -/area/library) -"aKF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aKG" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aKH" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/library) -"aKI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aKJ" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/library) -"aKK" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aKM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aKN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aKO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aKP" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aKQ" = ( -/obj/structure/filingcabinet, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"aKR" = ( -/turf/open/floor/wood, -/area/library) -"aKS" = ( -/obj/machinery/door/window/northright{ - base_state = "left"; - dir = 4; - name = "Library Desk Door"; - req_access_txt = "37" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"aKT" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"aKU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aKV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aKW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aKX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aKY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PPH1"; - location = "SE" - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - name = "Ziptie Roomba" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aKZ" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aLa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aLb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aLc" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLd" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLe" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLf" = ( -/turf/closed/wall/r_wall, -/area/solar/starboard/aft) -"aLg" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLh" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aLi" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLj" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLk" = ( -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLm" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/library) -"aLn" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/solar_control{ - dir = 1; - id = "starboardsolar"; - name = "Starboard Quarter Solar Control" - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aLp" = ( -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aLq" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"aLr" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood, -/area/library) -"aLs" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/carpet, -/area/library) -"aLt" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/library) -"aLu" = ( -/obj/machinery/camera{ - c_tag = "Port Hall West 1"; - dir = 1; - network = list("ss13") - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aLw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aLx" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aLy" = ( -/obj/item/coin/silver{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/coin/silver{ - pixel_x = 12; - pixel_y = 7 - }, -/obj/item/coin/silver{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/item/coin/silver{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/coin/silver{ - pixel_x = 5; - pixel_y = -8 - }, -/obj/structure/closet/crate{ - name = "Silver Crate" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aLz" = ( -/obj/structure/safe, -/obj/item/clothing/head/bearpelt, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aLA" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/table, -/obj/item/multitool, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aLB" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aLC" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aLD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/suit_storage_unit/standard_unit, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aLE" = ( -/obj/structure/cable, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/security"; - dir = 4; - name = "Security Hub APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/teleporter/hub/security) -"aLF" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aLG" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aLI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aLJ" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"aLK" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aLL" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aLM" = ( -/turf/open/floor/carpet/red, -/area/hallway/secondary/exit) -"aLN" = ( -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"aLO" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/obj/item/taperecorder, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aLP" = ( -/obj/structure/destructible/cult/tome, -/obj/item/clothing/under/suit_jacket/red, -/obj/item/book/codex_gigas, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aLQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aLR" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"aLS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aLT" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/wood, -/area/library) -"aLU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/library) -"aLV" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/library) -"aLW" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aLX" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/nuke_storage"; - dir = 8; - name = "Vault APC"; - pixel_x = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aLY" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aLZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/structure/sign/poster/contraband/sun_kist{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aMa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aMb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMc" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/geiger_counter, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMf" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aMg" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMi" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/clothing/shoes/magboots, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMj" = ( -/obj/structure/grille, -/turf/closed/wall, -/area/hallway/secondary/exit) -"aMk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aMl" = ( -/obj/structure/sign/warning/docking, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/hallway/secondary/exit) -"aMm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMo" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMq" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aMr" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/event_spawn, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aMs" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/turf/open/floor/wood, -/area/library) -"aMt" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"aMu" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/library) -"aMv" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/wood, -/area/library) -"aMw" = ( -/obj/item/beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/library) -"aMx" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/library) -"aMy" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Podbay 1"; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMz" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"aMA" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMB" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/reedbush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMC" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMD" = ( -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aME" = ( -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMF" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMG" = ( -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMH" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMI" = ( -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aMJ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aMK" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aML" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aMM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aMN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/vault{ - req_access_txt = "53" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aMO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aMP" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"aMQ" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/machinery/camera{ - c_tag = "EVA South"; - dir = 8; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMU" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMW" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/clothing/shoes/magboots, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aMX" = ( -/turf/open/floor/engine, -/area/hallway/secondary/exit) -"aMY" = ( -/obj/machinery/button/door{ - id = "podbay2"; - name = "Pod Door Control"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/hallway/secondary/exit) -"aMZ" = ( -/obj/structure/spacepoddoor, -/turf/open/floor/engine/airless, -/area/hallway/secondary/exit) -"aNa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/hallway/secondary/exit) -"aNb" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aNd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aNe" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"aNf" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"aNg" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aNh" = ( -/obj/machinery/computer/arcade{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/red, -/area/hallway/secondary/exit) -"aNi" = ( -/obj/machinery/light/small, -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/plasteel{ - icon_state = "cult" - }, -/area/library) -"aNj" = ( -/obj/machinery/camera{ - c_tag = "Escape Arcade East"; - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNl" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNn" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aNs" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aNt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aNu" = ( -/obj/machinery/light_switch{ - pixel_x = -28 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aNv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aNw" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aNx" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aNy" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectosci"; - map_pad_link_id = "scitosec" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aNz" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aNA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"aNB" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/space/basic, -/area/space) -"aNC" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aND" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aNE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aNF" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aNG" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectobridge"; - map_pad_link_id = "bridgetosec" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aNH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aNI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aNJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aNL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aNM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Podbay 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNV" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/library) -"aNW" = ( -/obj/machinery/libraryscanner, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aNX" = ( -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aNY" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aNZ" = ( -/obj/machinery/photocopier, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aOa" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/white{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aOb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aOc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOd" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/item/flashlight, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/suit_storage_unit/standard_unit, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOf" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_x = -32 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aOg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOh" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/twentyfive, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOk" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOl" = ( -/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ - id = "podbay2" - }, -/obj/structure/spacepoddoor, -/turf/open/floor/engine/airless, -/area/hallway/secondary/exit) -"aOm" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/clothing/shoes/magboots, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aOo" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Teleporter Maintenance"; - req_access_txt = "17" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aOp" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit) -"aOq" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOr" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/carpet/exoticpurple, -/area/hallway/secondary/exit) -"aOs" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/carpet/exoticpurple, -/area/hallway/secondary/exit) -"aOt" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOu" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aOw" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Hub South"; - dir = 8; - network = list("ss13") - }, -/obj/structure/sign/departments/minsky/command{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aOx" = ( -/obj/machinery/door/airlock/wood, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"aOy" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aOz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aOA" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/hallway/secondary/exit) -"aOB" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/library) -"aOC" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/librarian, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aOD" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aOE" = ( -/obj/machinery/light, -/turf/open/floor/wood, -/area/library) -"aOF" = ( -/obj/machinery/bookbinder, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"aOG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aOH" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plating, -/area/construction) -"aON" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/evac) -"aOO" = ( -/turf/closed/wall, -/area/teleporter/hub/evac) -"aOP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/construction) -"aOQ" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOR" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/carpet/exoticpurple, -/area/hallway/secondary/exit) -"aOS" = ( -/obj/structure/statue/sandstone/assistant{ - desc = "In honor of the bulwarks of greytide, your friendly local admin"; - name = "The Admin" - }, -/turf/open/floor/carpet/exoticpurple, -/area/hallway/secondary/exit) -"aOT" = ( -/turf/open/floor/carpet/exoticpurple, -/area/hallway/secondary/exit) -"aOU" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aOV" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aOW" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aOX" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aOZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPa" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPb" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPc" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"aPd" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aPe" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"aPf" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPg" = ( -/obj/machinery/camera{ - c_tag = "Escape Waiting Area North"; - dir = 2; - network = list("ss13") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPh" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"aPi" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPk" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aPl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aPm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/suit_storage_unit/standard_unit, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aPn" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aPo" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPp" = ( -/obj/machinery/camera{ - c_tag = "Escape Security Transfer Center"; - dir = 4; - network = list("ss13") - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPt" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/evac"; - name = "Escape Hub APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"aPu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aPv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"aPw" = ( -/obj/structure/closet/emcloset, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPx" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPA" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/library"; - dir = 8; - name = "Library APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aPB" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/machinery/light/small, -/turf/open/floor/grass, -/area/library) -"aPC" = ( -/obj/structure/flora/grass/green, -/turf/open/floor/grass, -/area/library) -"aPD" = ( -/obj/structure/flora/bush, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/library) -"aPE" = ( -/obj/structure/flora/grass/green, -/obj/machinery/light/small, -/turf/open/floor/grass, -/area/library) -"aPF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPG" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/library) -"aPH" = ( -/obj/structure/flora/ausbushes/sunnybush, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/library) -"aPI" = ( -/obj/structure/flora/ausbushes/pointybush, -/obj/machinery/light/small, -/turf/open/floor/grass, -/area/library) -"aPJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aPK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPM" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aPN" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"aPO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPQ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aPT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aPU" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPV" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aPX" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/exit) -"aPY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aQa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aQb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aQc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aQd" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/machinery/requests_console{ - department = "EVA"; - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQf" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQg" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQi" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "evactobridge"; - map_pad_link_id = "bridgetoevac" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQj" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/glass, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aQl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aQm" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aQn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aQo" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "evactosec"; - map_pad_link_id = "sectoevac" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel) -"aQq" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQs" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQt" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/security/prison) -"aQv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQz" = ( -/obj/machinery/recycler, -/obj/structure/sign/warning/securearea{ - name = "\improper STAY CLEAR HEAVY MACHINERY"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aQA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aQB" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aQC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQE" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"aQF" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQG" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Escape Hub West" - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQH" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQI" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aQJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell4"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aQK" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aQM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aQN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aQO" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aQP" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aQQ" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aQU" = ( -/obj/structure/closet/crate, -/obj/item/crowbar, -/obj/machinery/camera{ - c_tag = "Teleporter Control"; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aQV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/solar/port/aft) -"aQW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aQX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aQZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRa" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 29 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aRb" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/exit"; - dir = 8; - name = "Escape Hallway APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRe" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aRh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRi" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/window/spawner{ - dir = 4; - icon_state = "window" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aRj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRk" = ( -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aRl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRm" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aRn" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "Supermatter Cooling Loop"; - dir = 4; - network = list("ss13","Eng","Engine") - }, -/turf/open/space/basic, -/area/space/nearstation) -"aRo" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRp" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRq" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRr" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRu" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRv" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aRw" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aRz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aRB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aRC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aRD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aRE" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aRF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRH" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aRI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRJ" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aRP" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FPHN2"; - location = "ESC" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRU" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRV" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aRX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aRY" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aRZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSa" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aSd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aSg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSh" = ( -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSi" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aSj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aSk" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aSl" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/bot_red, -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor East"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aSm" = ( -/obj/structure/flora/ausbushes/reedbush, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"aSn" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aSo" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aSp" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aSq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aSr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSs" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aSt" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aSu" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/camera{ - c_tag = "Escape Hub East"; - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSv" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/bridge"; - name = "Bridge Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"aSw" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aSz" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "evactosci"; - map_pad_link_id = "scitoevac" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSA" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aSB" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "evactomed"; - map_pad_link_id = "medtoevac" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"aSC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel) -"aSD" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/storage/primary) -"aSE" = ( -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aSF" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aSM" = ( -/turf/closed/wall, -/area/medical/surgery) -"aSN" = ( -/obj/structure/table, -/obj/item/surgicaldrill, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aSO" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"aSP" = ( -/obj/structure/table, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aSQ" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aSR" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aSS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aST" = ( -/obj/structure/table, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aSU" = ( -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aSV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/chapel) -"aSW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aSX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aSY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel) -"aSZ" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aTa" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain/private) -"aTb" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aTe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/medical/glass{ - name = "Escape Treatment Center"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTf" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aTg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel) -"aTh" = ( -/obj/machinery/button/door{ - id = "permacell4"; - name = "Cell 4 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell4"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aTi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aTl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aTm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel) -"aTn" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTo" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aTp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/chapel) -"aTq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTr" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aTt" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aTu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTv" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aTw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Medical Escape Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTy" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTz" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Medical Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aTB" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel) -"aTC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aTD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aTE" = ( -/turf/closed/wall, -/area/maintenance/department/engine) -"aTF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/table, -/obj/item/hemostat, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aTG" = ( -/obj/structure/table, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/circular_saw, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aTH" = ( -/obj/structure/table, -/obj/item/retractor, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aTI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aTJ" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/surgery, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aTK" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aTL" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/gun/syringe, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aTM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aTN" = ( -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aTO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Brig Cell Three"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aTP" = ( -/obj/structure/lattice, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"aTQ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aTR" = ( -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aTS" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/item/radio/headset/headset_med, -/obj/item/radio/headset/headset_med, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aTT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aTU" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"aTV" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aTW" = ( -/obj/machinery/shower, -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain/private) -"aTX" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aTY" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain/private) -"aTZ" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aUa" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/camera{ - c_tag = "Escape Waiting Area South"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUb" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/fire{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aUf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aUg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aUh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUi" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aUj" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aUk" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera{ - c_tag = "Community Garden North"; - network = list("ss13") - }, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aUl" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"aUo" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/chapel) -"aUr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUs" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aUt" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Escape Medical Outpost"; - dir = 1; - network = list("ss13","MedBay") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aUv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel) -"aUw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/sleeper{ - dir = 8; - icon_state = "sleeper-open" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aUx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUy" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/engineering{ - name = "Construction Area"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plasteel, -/area/construction) -"aUz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/construction) -"aUA" = ( -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aUB" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"aUC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/construction) -"aUD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/construction) -"aUE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction) -"aUF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/construction) -"aUG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aUH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/spawner{ - dir = 4; - icon_state = "window" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aUI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aUJ" = ( -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aUK" = ( -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aUL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aUM" = ( -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aUN" = ( -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aUO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aUP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aUR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Brig Cell Four"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aUS" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/medicine, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aUT" = ( -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aUU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aUV" = ( -/obj/structure/table/glass, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - pixel_x = -30; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aUW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUX" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/aft"; - dir = 8; - name = "Port Quarter Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aUY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aUZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/closet/crate, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aVa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aVb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVc" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain/private) -"aVd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aVe" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain/private) -"aVf" = ( -/obj/machinery/door/airlock{ - name = "Private Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain/private) -"aVg" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/grass/jungle/b, -/obj/machinery/camera{ - c_tag = "Station Garden Northwest"; - dir = 4 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aVh" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aVi" = ( -/obj/structure/bed{ - dir = 8 - }, -/obj/item/bedsheet/captain, -/turf/open/floor/carpet/exoticblue, -/area/crew_quarters/heads/captain/private) -"aVj" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aVk" = ( -/obj/structure/displaycase/captain, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aVl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aVm" = ( -/obj/structure/sign/plaques/kiddie{ - desc = "A long list of rules to be followed when in the library, extolling the virtues of being quiet at all times and threatening those who would dare eat hot food inside."; - name = "Library Rules Sign"; - pixel_y = -32 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aVn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aVo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aVq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/table/glass, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVv" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVw" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVx" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aVy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aVz" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/closed/wall, -/area/hallway/secondary/exit) -"aVA" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel) -"aVB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aVC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/chapel) -"aVD" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVE" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aVF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"aVG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/cultivator, -/obj/item/hatchet, -/obj/item/crowbar, -/obj/item/plant_analyzer, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVH" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVI" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aVK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aVL" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVM" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Disposal APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aVO" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVP" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVQ" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVR" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 1; - stack_amt = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aVS" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aVT" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/camera{ - c_tag = "Chapel Crematorium"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/chapel/office) -"aVU" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/surgery) -"aVV" = ( -/obj/machinery/vending/wallgene{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aVW" = ( -/obj/structure/table, -/obj/effect/landmark/blobstart, -/obj/item/map/station, -/turf/open/floor/wood, -/area/maintenance/department/security) -"aVX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aVY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aVZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aWa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aWb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aWc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ENG"; - location = "FPHN1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWd" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Secure Storage"; - req_access_txt = "18" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aWe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aWf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aWg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Garden" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aWi" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWj" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 1; - name = "CM Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aWk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWm" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/aft"; - dir = 8; - name = "Aft Hall APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWo" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/chapel"; - name = "Chapel Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWq" = ( -/obj/structure/table/glass, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aWr" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Captain's Office West"; - dir = 8; - network = list("ss13","command") - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aWs" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aWt" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aWu" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWv" = ( -/obj/machinery/camera{ - c_tag = "North Custodial Closet"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"aWw" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aWx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aWy" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"aWz" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aWA" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWB" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWC" = ( -/obj/machinery/power/apc{ - areastring = "/area/teleporter"; - dir = 8; - name = "Teleporter APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aWD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aWE" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aWF" = ( -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aWG" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aWH" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"aWI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aWJ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aWK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aWL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) -"aWM" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/science"; - name = "Science Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"aWN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/hatchet, -/obj/item/cultivator, -/obj/item/crowbar, -/obj/item/plant_analyzer, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWP" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWQ" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aWR" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Medbay" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWS" = ( -/obj/structure/bed/roller, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aWT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aWU" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aWV" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aWW" = ( -/turf/closed/wall, -/area/vacant_room) -"aWX" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/solar/starboard/aft"; - dir = 8; - name = "Starboard Quarter Solar APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"aWY" = ( -/obj/machinery/door/airlock/external{ - name = "Docking Bay 5" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aWZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aXa" = ( -/turf/open/floor/plating, -/area/space/nearstation) -"aXb" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aXc" = ( -/obj/machinery/door/airlock/external{ - name = "Docking Bay 5" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aXd" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters{ - id = "voffice" - }, -/turf/open/floor/plating, -/area/vacant_room) -"aXe" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aXg" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aXh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXi" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/mob/living/simple_animal/moonrat{ - name = "Joe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXj" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aXk" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXl" = ( -/obj/machinery/seed_extractor, -/obj/item/seeds/apple, -/obj/item/seeds/banana, -/obj/item/seeds/cocoapod, -/obj/item/seeds/grape, -/obj/item/seeds/orange, -/obj/item/seeds/sugarcane, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, -/obj/item/seeds/tower, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aXn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXo" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aXp" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/engine/engineering) -"aXq" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aXr" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera{ - c_tag = "EVA East"; - dir = 1 - }, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"aXs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aXt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aXu" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aXv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aXw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aXx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aXy" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aXz" = ( -/obj/machinery/vending/wallmed{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"aXA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aXB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aXC" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "CO Blast"; - name = "Captain's blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"aXD" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 8; - pixel_y = -3 - }, -/obj/item/reagent_containers/syringe{ - pixel_x = 6; - pixel_y = -3 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aXE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/rxglasses, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aXF" = ( -/obj/structure/closet/secure_closet/medical3, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aXG" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aXH" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aXI" = ( -/obj/machinery/camera{ - c_tag = "Cyborg Recharger Suite"; - dir = 4 - }, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"aXJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aXK" = ( -/obj/effect/turf_decal/stripes/white{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aXL" = ( -/obj/effect/turf_decal/stripes/white, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aXM" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/stripes/white, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aXN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "CO Blast"; - name = "Captain's blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"aXO" = ( -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aXP" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"aXQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aXR" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - name = "Primary Tool Storage APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aXS" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aXT" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "CO Blast"; - name = "Captain's blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"aXU" = ( -/obj/structure/bed/dogbed/renault, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aXV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 8; - network = list("vault","ss13") - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aXW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aXX" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aXY" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aXZ" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Parole Release north" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aYa" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aYb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aYc" = ( -/obj/machinery/computer/cargo, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aYd" = ( -/obj/structure/table, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aYe" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aYf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYi" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYj" = ( -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYk" = ( -/turf/open/floor/plating, -/area/engine/engineering) -"aYl" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYm" = ( -/obj/structure/rack, -/obj/item/crowbar/large, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYn" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aYo" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/vacant_room) -"aYp" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/open/floor/wood, -/area/vacant_room) -"aYq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aYr" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYs" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/window/spawner{ - dir = 4; - icon_state = "window" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"aYt" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aYu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aYv" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aYw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aYx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aYy" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aYz" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aYA" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"aYB" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYC" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aYD" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"aYE" = ( -/obj/structure/reflector/single/anchored{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYF" = ( -/obj/structure/girder, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYG" = ( -/obj/structure/reflector/single/anchored{ - dir = 7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYH" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aYI" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aYK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security Office Hall Northeast"; - network = list("ss13") - }, -/obj/structure/closet/emcloset, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aYL" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aYM" = ( -/turf/open/floor/wood, -/area/vacant_room) -"aYN" = ( -/obj/structure/table/wood, -/obj/item/pen/fourcolor, -/turf/open/floor/wood, -/area/vacant_room) -"aYO" = ( -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"aYP" = ( -/obj/machinery/button/door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access_txt = "12" - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aYQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"aYR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aYS" = ( -/obj/machinery/door/poddoor{ - id = "trash"; - name = "disposal bay door" - }, -/obj/structure/fans/tiny, -/turf/open/space/basic, -/area/maintenance/disposal) -"aYT" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aYU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aYV" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "garbage"; - name = "disposal conveyor" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aYX" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1; - icon_state = "intake" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aYY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aYZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stamp/cmo, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aZa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/pen, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aZb" = ( -/obj/machinery/smartfridge/organ, -/turf/open/floor/plasteel, -/area/medical/surgery) -"aZc" = ( -/obj/structure/reflector/box/anchored, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aZd" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/plasteel, -/area/medical/surgery) -"aZe" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plasteel, -/area/medical/surgery) -"aZf" = ( -/obj/structure/closet/crate/freezer, -/turf/open/floor/plasteel, -/area/medical/surgery) -"aZg" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aZh" = ( -/obj/effect/turf_decal/stripes/white{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/chem_master, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aZi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white{ - dir = 5 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/chem_dispenser, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aZj" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aZk" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aZl" = ( -/obj/machinery/smartfridge/chemistry, -/turf/closed/wall, -/area/medical/chemistry) -"aZm" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aZn" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/turf/open/floor/wood, -/area/vacant_room) -"aZo" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aZp" = ( -/obj/structure/sign/directions/security{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aZq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aZr" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"aZs" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/power/emitter/anchored{ - dir = 8; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aZt" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"aZu" = ( -/turf/closed/wall, -/area/storage/primary) -"aZv" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"aZw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/bluespace_beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aZx" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aZy" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aZz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aZA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aZB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aZC" = ( -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aZD" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aZE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aZF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aZG" = ( -/obj/structure/chair{ - dir = 4; - name = "Logistics Station" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aZI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aZJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aZK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"aZL" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aZM" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "CO Blast"; - name = "Captain's blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"aZN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"aZO" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aZP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"aZQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aZR" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aZS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aZT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aZU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aZV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aZW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/camera{ - c_tag = "SMES North"; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aZX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aZY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aZZ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/central/secondary) -"baa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bab" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bac" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bad" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"bae" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/hop) -"baf" = ( -/obj/machinery/button/door{ - id = "lawyer_blast"; - name = "Privacy Shutters"; - pixel_x = 25; - pixel_y = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/lawoffice) -"bag" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bah" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/bridge) -"bai" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"baj" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/machinery/camera{ - c_tag = "Secondary Paramedic Staging Area"; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"bak" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bal" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bam" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ban" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"bao" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bap" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"baq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bar" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bas" = ( -/turf/open/floor/plating, -/area/vacant_room) -"bat" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"bau" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/library) -"bav" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"baw" = ( -/obj/structure/flora/junglebush/c, -/obj/machinery/camera{ - c_tag = "Station Garden Northeast"; - dir = 8 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bax" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bay" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"baz" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"baA" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall South 4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/machinery/camera{ - c_tag = "Artist's Coven"; - dir = 1; - network = list("ss13") - }, -/obj/structure/sign/poster/official/anniversary_vintage_reprint{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"baC" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"baD" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"baE" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"baF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"baG" = ( -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"baH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"baI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"baJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"baK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"baL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"baM" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/stripes/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"baN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"baO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"baP" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"baQ" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"baR" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"baS" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"baT" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"baU" = ( -/turf/closed/wall, -/area/maintenance/department/electrical) -"baV" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"baW" = ( -/turf/open/floor/plasteel, -/area/storage/primary) -"baX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"baY" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"baZ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"bba" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bbb" = ( -/obj/structure/table/wood, -/obj/item/storage/box/matches, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/reagent_containers/food/drinks/flask/gold, -/turf/open/floor/carpet/exoticblue, -/area/crew_quarters/heads/captain/private) -"bbc" = ( -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bbd" = ( -/obj/machinery/vending/autodrobe/capdrobe, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bbe" = ( -/obj/structure/closet/secure_closet/captains, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bbf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bbg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bbh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"bbi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbk" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bbm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bbn" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bbo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bbp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/storage/tools) -"bbr" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bbs" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bbt" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 16 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bbu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bbv" = ( -/obj/machinery/light, -/turf/open/floor/plating, -/area/engine/engineering) -"bbw" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bbx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bby" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bbz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bbA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbB" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbD" = ( -/obj/structure/rack, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbE" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbF" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bbH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/primary) -"bbK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bbL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"bbM" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"bbN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"bbO" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall South 5"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bbQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bbR" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bbS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"bbT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bbU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bbV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bbW" = ( -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bbX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bbY" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bbZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bca" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"bcb" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table/glass, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bcc" = ( -/obj/effect/turf_decal/stripes/white{ - dir = 4 - }, -/obj/machinery/chem_heater, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bcd" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bce" = ( -/obj/machinery/door/window/eastleft{ - dir = 2; - name = "Medical Delivery"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bcf" = ( -/obj/machinery/chem_dispenser, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bcg" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bch" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bci" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"bcj" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Arrivals Northwest" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bck" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcl" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/chapel/office) -"bcm" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain/private) -"bcn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bco" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 8; - name = "Captain's Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/window{ - dir = 1; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bcp" = ( -/obj/structure/table/wood, -/obj/item/storage/lockbox/medal, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bcq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bcr" = ( -/obj/machinery/golfhole/puttinggreen, -/obj/item/golfball, -/obj/item/golfclub, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bcs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"bct" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bcu" = ( -/turf/open/floor/plasteel/dark, -/area/bridge) -"bcv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bcw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bcx" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bcy" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bcz" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bcA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/port) -"bcB" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bcC" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bcD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bcE" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bcG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bcH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bcI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bcJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bcK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bcL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bcM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"bcN" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bcO" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcP" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcQ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcR" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcT" = ( -/obj/machinery/atmospherics/components/trinary/filter, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcV" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bcW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "Tool Storage" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"bcX" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"bcY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bcZ" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bda" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bdb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bdc" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bdd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"bde" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bdf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bdg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bdh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bdi" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bdj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bdm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bdn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bdo" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bdp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bdr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Office Hall Southwest"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bds" = ( -/obj/machinery/camera{ - c_tag = "Aft South Hall 8"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bdu" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bdv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bdw" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bdx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bdy" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bdz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bdA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bdB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bdC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bdD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bdE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bdF" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bdG" = ( -/obj/machinery/vending/wardrobe/chem_wardrobe, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bdH" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/vending/wallmed{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bdI" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bdJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bdK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bdL" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bdM" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdO" = ( -/obj/machinery/atmospherics/pipe/manifold, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bdP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bdQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdW" = ( -/obj/machinery/computer/communications, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdZ" = ( -/obj/structure/dresser, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bea" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"beb" = ( -/obj/structure/chair{ - dir = 4; - name = "Crew Station" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bec" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bed" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4; - name = "Output Release" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bee" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bef" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Courtroom South"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"beg" = ( -/obj/machinery/atmospherics/pipe/manifold, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"beh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/sleeper) -"bei" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bej" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bek" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bel" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bem" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ben" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/sleeper) -"beo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bep" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ber" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bes" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bet" = ( -/turf/open/floor/engine, -/area/engine/engineering) -"beu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/vacant_room) -"bev" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/vacant_room) -"bew" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/paramedic/b"; - name = "Secondary Paramedic APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bex" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bey" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"bez" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"beA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"beB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetoevac"; - map_pad_link_id = "evactobridge" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"beC" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"beD" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"beE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"beF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"beG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"beI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beK" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"beM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"beN" = ( -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/razor, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"beO" = ( -/obj/machinery/reagentgrinder, -/obj/structure/table/glass, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"beP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/dresser, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"beQ" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"beR" = ( -/obj/structure/table, -/obj/item/cartridge/medical{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/cartridge/medical{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/cartridge/medical, -/obj/item/cartridge/chemistry{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/map/station, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"beS" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"beT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"beU" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"beV" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"beW" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) -"beX" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"beY" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"beZ" = ( -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bfa" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/machinery/medical_kiosk, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bfb" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bfc" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bfd" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bfe" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bff" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bfg" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bfh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"bfi" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bfj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bfk" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/button/door{ - id = "CO Blast"; - name = "Blast Shutters"; - pixel_x = -24; - pixel_y = -8 - }, -/obj/machinery/keycard_auth{ - pixel_x = -25; - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfo" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/melee/chainofcommand, -/obj/item/coin/plasma, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bfr" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bfs" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bft" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bfu" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"bfv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/evac{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bfw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bfx" = ( -/obj/structure/table, -/obj/item/roller, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"bfy" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Vacant Office"; - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bfz" = ( -/turf/closed/wall, -/area/storage/art) -"bfA" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bfB" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bfC" = ( -/obj/structure/table, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bfD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/camera{ - c_tag = "Command Hall North 4"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bfE" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bfF" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bfG" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bfH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bfI" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/camera{ - c_tag = "Supermatter North"; - dir = 1; - network = list("ss13","Eng","Engine") - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bfJ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bfK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bfL" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bfM" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bfN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bfO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"bfP" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"bfQ" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/cloning, -/obj/item/circuitboard/computer/med_data{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/smoke_machine, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bfR" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bfS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bfT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bfU" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bfV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bfW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bfX" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bfY" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bfZ" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bga" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bgb" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bgc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bgd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"bge" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bgf" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bgg" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bgh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/lobby) -"bgi" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bgj" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bgk" = ( -/obj/structure/table/reinforced, -/obj/item/wrench/medical, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bgl" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bgm" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 7; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bgn" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bgo" = ( -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bgp" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bgq" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bgr" = ( -/obj/structure/table, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bgs" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bgt" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFNW"; - location = "CHN1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bgu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bgv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bgw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bgx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bgy" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bgz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bgA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bgB" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bgC" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"bgD" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bgE" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bgF" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bgG" = ( -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bgH" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = -30 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bgI" = ( -/obj/effect/landmark/start/virologist, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/medical/virology) -"bgJ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bgK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/disk/tech_disk, -/obj/item/disk/design_disk, -/obj/machinery/camera{ - c_tag = "Research Lab"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bgL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bgM" = ( -/obj/machinery/camera{ - c_tag = "Testing Chamber"; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bgN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bgO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bgP" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bgR" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bgS" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bgT" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bgU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bgV" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bgW" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/window{ - name = "SMES Chamber"; - req_access_txt = "32" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bgX" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bgY" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bgZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bha" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bhb" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bhc" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bhd" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bhe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bhf" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bhg" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bhh" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bhi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Science Foyer"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"bhj" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bhk" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bhl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Gas to Mix" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bhm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bhn" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bho" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"bhp" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bhq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bhr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bhs" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bht" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Cooling Loop to Gas" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bhu" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bhv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bhw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bhx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Warehouse Maintenance"; - req_access_txt = "31" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bhy" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"bhz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bhA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=SE"; - location = "CHN2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bhB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bhC" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/clonescanner, -/obj/item/circuitboard/machine/clonepod, -/obj/item/circuitboard/computer/scan_consolenew, -/obj/item/circuitboard/computer/pandemic{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bhD" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - layer = 2.35; - level = 1 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bhE" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 4; - name = "Medbay APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bhF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bhG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bhH" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"bhI" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bhJ" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bhK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bhL" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plating, -/area/storage/tech) -"bhM" = ( -/obj/machinery/computer/pod/old{ - density = 0; - icon = 'icons/obj/airlock_machines.dmi'; - icon_state = "airlock_control_standby"; - id = "chapelgun"; - name = "Mass Driver Controller"; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Chapel North"; - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel) -"bhN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bhO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bhP" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bhQ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/camera{ - c_tag = "Tech Storage North"; - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bhR" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bhS" = ( -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bhT" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plating, -/area/storage/tech) -"bhU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bhV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bhW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bhX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bhY" = ( -/obj/structure/table/reinforced, -/obj/item/storage/secure/briefcase, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bhZ" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/hallway/primary/port) -"bia" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bib" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bic" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bid" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bie" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bif" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/storage/tech) -"big" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bih" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bii" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bij" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bik" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bil" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bim" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Supermatter West"; - dir = 4; - network = list("ss13","Eng","Engine") - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bin" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bio" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bip" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"biq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bir" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix Bypass" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bis" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bit" = ( -/obj/machinery/camera{ - c_tag = "Command Hall South 4"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"biu" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/engine/supermatter) -"biv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"biw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bix" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"biy" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Supermatter Chamber"; - network = list("ss13","Eng","Engine") - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"biz" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"biA" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biC" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biD" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biF" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"biG" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/machinery/power/rad_collector/anchored, -/turf/open/floor/engine, -/area/engine/supermatter) -"biH" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"biI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"biJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"biK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"biL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"biM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"biN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"biO" = ( -/turf/open/floor/engine, -/area/engine/supermatter) -"biP" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"biQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"biR" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/power/rad_collector/anchored, -/turf/open/floor/engine, -/area/engine/supermatter) -"biS" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"biT" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"biU" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/secure_data{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/security{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"biV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"biW" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"biX" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"biY" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/table, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"biZ" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bja" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bjb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bjc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bjd" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bje" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjf" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/disposalpipe/junction/flip, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bjg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bjh" = ( -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bji" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bjj" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bjk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bjl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bjm" = ( -/turf/closed/wall, -/area/janitor/a) -"bjn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"bjo" = ( -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 4 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bjp" = ( -/turf/open/floor/plasteel, -/area/janitor/a) -"bjq" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bjr" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bjs" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bjt" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/security) -"bju" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bjw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjx" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"bjy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bjA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"bjB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bjC" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bjD" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bjE" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bjF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjG" = ( -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bjH" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bjI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bjJ" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bjK" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/library) -"bjL" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjM" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"bjN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bjO" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - name = "SMES room APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bjP" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjQ" = ( -/obj/machinery/camera{ - c_tag = "Command Hall North 3"; - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bjR" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjT" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjV" = ( -/obj/item/banner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjX" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/phone{ - pixel_x = -4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjZ" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bka" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "SMES South"; - dir = 1; - network = list("ss13","Eng") - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bkb" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bkc" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bkd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bke" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bkf" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bki" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/tank/internals/plasma/full, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/engine/supermatter) -"bkj" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bkl" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/power/rad_collector/anchored, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bkn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bko" = ( -/obj/machinery/power/supermatter_crystal/engine, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkp" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/power/rad_collector/anchored, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkq" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/engine/supermatter) -"bks" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Cooling Loop Bypass" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bku" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/server, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bkv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/storage/tech) -"bkw" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bkx" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/storage/tech) -"bky" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bkz" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/borgupload{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/aiupload{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bkA" = ( -/turf/open/floor/plasteel, -/area/storage/tech) -"bkB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bkC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bkD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/storage/tech) -"bkE" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bkF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bkG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bkH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bkI" = ( -/turf/closed/wall/r_wall, -/area/space/nearstation) -"bkJ" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bkK" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"bkL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bkM" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bkN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Gas" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bkQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bkR" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/cyan, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bkS" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bkT" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/closet/crate/rcd, -/obj/machinery/camera{ - c_tag = "EVA West"; - dir = 4; - network = list("ss13","command") - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bkU" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bkW" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bkX" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bkY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bkZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/medical{ - name = "Medbay Reception"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bla" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"blb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"blc" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Gas to Cooling Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bld" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"ble" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"blf" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"blg" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/mining, -/obj/item/circuitboard/machine/autolathe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/computer/arcade/battle, -/turf/open/floor/plating, -/area/storage/tech) -"blh" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bli" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"blk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/storage/tech) -"bll" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"blm" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bln" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/helmet/skull, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"blo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"blp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"blr" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"bls" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plating, -/area/storage/tech) -"blt" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"blu" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"blv" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"blw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blx" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bly" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blz" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/crew{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/card{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/circuitboard/computer/communications{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"blA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blB" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"blD" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blE" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"blG" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"blI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"blN" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blO" = ( -/obj/structure/chair/comfy/black{ - dir = 4; - name = "Captain" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/landmark/start/captain, -/obj/machinery/keycard_auth{ - pixel_x = 2; - pixel_y = -36 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blP" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"blR" = ( -/obj/structure/chair{ - dir = 4; - name = "Command Station" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blS" = ( -/obj/machinery/computer/communications{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"blT" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) -"blU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"blV" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"blW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"blX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"blY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"blZ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bmc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/vacant_room) -"bmh" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bmi" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bmj" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bmk" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bml" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bmm" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bmn" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bmo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/meter, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bmp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bmq" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"bmr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bms" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bmt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bmu" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bmv" = ( -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bmw" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bmx" = ( -/obj/structure/closet/l3closet, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bmy" = ( -/obj/structure/closet/l3closet, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bmz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bmA" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bmB" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bmC" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bmD" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/machinery/camera{ - c_tag = "Station Garden Southwest"; - dir = 4 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bmE" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bmF" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bmG" = ( -/obj/machinery/camera{ - c_tag = "Library North" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/library) -"bmH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bmI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bmJ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet/exoticpurple, -/area/library) -"bmK" = ( -/obj/machinery/camera{ - c_tag = "Supermatter East"; - dir = 8; - network = list("ss13","Eng","Engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bmL" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bmM" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"bmN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bmO" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/computer/message_monitor{ - pixel_y = -5 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bmP" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bmQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/medical/glass{ - name = "Recovery Room" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmR" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bmS" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - dir = 8; - pixel_x = -30 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Bridge North"; - dir = 4; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/security/main) -"bmW" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmX" = ( -/obj/item/banner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bmZ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bna" = ( -/obj/machinery/button/door{ - id = "Bridge Lock"; - name = "Bridge Lockdown"; - pixel_x = -4; - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnb" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnc" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/turf/open/floor/plating, -/area/storage/tech) -"bnd" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/robotics{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/mecha_control{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bne" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/storage/tech) -"bnf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bng" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bnh" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage East"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plating, -/area/storage/tech) -"bni" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bnj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bnk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bnl" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bnm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bnn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bno" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bnp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bnq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bnr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bns" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Chamber" - }, -/obj/machinery/airalarm/engine{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bnt" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bnu" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bnv" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bnw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bnx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bny" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bnz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bnA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bnB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/table, -/obj/item/map/station, -/obj/item/map/station{ - pixel_y = 6 - }, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bnC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/bookcase/manuals/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bnD" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 11 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bnE" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/wood, -/area/library) -"bnF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/library) -"bnG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bnH" = ( -/obj/structure/cable, -/obj/machinery/mech_bay_recharge_port, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bnI" = ( -/obj/machinery/camera{ - c_tag = "Command Hall North 2"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bnJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bnK" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"bnM" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bnN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bnO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bnP" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"bnQ" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/atmos_alert{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/computer/stationalert{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/circuitboard/computer/atmos_alert{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bnR" = ( -/turf/closed/wall/r_wall, -/area/bridge/meeting_room) -"bnS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bnT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/storage/tech) -"bnX" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/detectives_office) -"bnY" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bnZ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"boa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bob" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/storage/tech) -"boc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bod" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"boe" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/multitool, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bof" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bog" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"boh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Paramedic Staging Area Maintenance"; - req_access_txt = "69" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"boi" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"boj" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bok" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bol" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bom" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"bon" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"boo" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bop" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Medical Entry Hall North"; - network = list("ss13") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"boq" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bor" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bos" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bot" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/command"; - dir = 8; - name = "Command Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bou" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bov" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bow" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "45" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"boy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"boz" = ( -/obj/structure/closet/radiation, -/obj/machinery/camera{ - c_tag = "Engine Room Hall Northwest"; - network = list("ss13","Eng") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"boA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/secure_closet/CMO, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"boB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"boC" = ( -/obj/structure/closet/radiation, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"boD" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Treatment Center North"; - network = list("ss13","Medbay") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"boE" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"boF" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/sleeper"; - dir = 4; - name = "Treatment Center APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"boG" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"boH" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/machinery/camera{ - c_tag = "Surgery"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"boI" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"boJ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"boK" = ( -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"boL" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"boM" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "External Gas to Loop" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"boN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"boO" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"boP" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/bridge) -"boQ" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetosec"; - map_pad_link_id = "sectobridge" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"boR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"boS" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"boT" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"boU" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"boV" = ( -/obj/structure/table/wood, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_y = -30 - }, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/obj/machinery/camera{ - c_tag = "Captain's Office South"; - dir = 1; - network = list("ss13","command") - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"boW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/meter, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"boX" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"boY" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"boZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bpa" = ( -/obj/machinery/button/door{ - id = "head_meeting"; - name = "Privacy Shutters"; - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bpb" = ( -/obj/machinery/computer/security/wooden_tv, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bpc" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler, -/obj/item/assembly/timer, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bpd" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bpe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bpf" = ( -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bpg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bph" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bpi" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/assembly/timer, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bpj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bpk" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/aifixer, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/machine/circuit_imprinter, -/obj/item/circuitboard/machine/mechfab, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bpo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/vending/tool, -/turf/open/floor/plating, -/area/storage/tech) -"bpp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/vending/engivend, -/obj/machinery/camera{ - c_tag = "Tech Storage South"; - network = list("ss13") - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plating, -/area/storage/tech) -"bpr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bps" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetomed"; - map_pad_link_id = "medtobridge" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bpt" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bpu" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bpv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpw" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bpx" = ( -/obj/structure/table/reinforced, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bpy" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bpz" = ( -/obj/machinery/rnd/production/techfab/department/medical, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bpA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) -"bpB" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bpC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bpD" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/lobby"; - dir = 8; - name = "Medbay Lobby APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bpE" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medical Hall North"; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bpF" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bpG" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bpH" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bpI" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bpJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/security/detectives_office) -"bpK" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bpL" = ( -/turf/closed/wall, -/area/teleporter/hub/bridge) -"bpM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpN" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bpO" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"bpP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bpQ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bpR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpS" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bpT" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bpU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bpV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"bpW" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bpX" = ( -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bpY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bpZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bqa" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bqb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bqc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bqd" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bqe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bqf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bqg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bqh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bqi" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bqj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Bridge Hub West" - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bqk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Engineering" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bql" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"bqm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqp" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bqr" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bqs" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Atmos to Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bqv" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bqw" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bqx" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bqy" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Control"; - pixel_y = 24; - req_access_txt = "10" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqz" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqA" = ( -/obj/item/stack/rods{ - amount = 50 - }, -/obj/structure/rack, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 10; - layer = 2.9 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bqB" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bqC" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bqD" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bqE" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"bqF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bqG" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bqH" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bqJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bqK" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqL" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bqM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bqN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bqO" = ( -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bqP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bqQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bqR" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bqS" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/circuitboard/machine/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/destructive_analyzer, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bqT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"bqU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"bqV" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/window/northleft{ - name = "Reception Window" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bqW" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bqX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/main) -"bqY" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Bridge West"; - dir = 1; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bqZ" = ( -/obj/machinery/computer/shuttle/mining, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bra" = ( -/obj/machinery/computer/cargo, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"brb" = ( -/obj/machinery/computer/crew, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"brc" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"brd" = ( -/obj/machinery/button/door{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = 24; - pixel_y = 25; - req_access_txt = "28" - }, -/obj/machinery/button/door{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 36; - pixel_y = 25; - req_access_txt = "28" - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 36; - pixel_y = 36 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"brf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brg" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"brh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bri" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"brj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"brk" = ( -/obj/machinery/flasher{ - id = "hopflash"; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "HoP Queue"; - dir = 8; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"brl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/bridge) -"brm" = ( -/obj/structure/chair{ - dir = 4; - name = "Engineering Station" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"brn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bro" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"brp" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/turf/open/floor/plating, -/area/storage/tech) -"brq" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"brt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bru" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brw" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brx" = ( -/obj/structure/tank_dispenser, -/obj/machinery/requests_console{ - department = "Engineering"; - departmentType = 4; - name = "Engineering RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bry" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/door/window/southleft{ - name = "Engineering Delivery"; - req_access_txt = "10" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brA" = ( -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/engine/engineering"; - dir = 1; - name = "Engineering APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brB" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Office East"; - network = list("ss13","Eng") - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brC" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/engineering) -"brD" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"brE" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brG" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brH" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"brI" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"brJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"brK" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"brL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"brM" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel, -/area/science/explab) -"brN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/computer/med_data, -/obj/machinery/camera{ - c_tag = "Chief Medical Officer's Office"; - network = list("ss13","Medbay","Command") - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"brO" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"brP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"brQ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brR" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"brS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"brV" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"brW" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/medical"; - dir = 8; - name = "Medbay Security APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"brX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"brY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"brZ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsa" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bsb" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bsc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bsd" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bse" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bsf" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 1; - name = "Morgue APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bsg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsh" = ( -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bsi" = ( -/obj/structure/table, -/obj/item/paper/guides/jobs/medical/morgue{ - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bsj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/engine, -/area/engine/engineering) -"bsk" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bsl" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bsm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsn" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bso" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bsp" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bsq" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bsr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bss" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bst" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsu" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"bsv" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsw" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsx" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/turf/open/floor/plating, -/area/medical/psych) -"bsy" = ( -/obj/machinery/pdapainter, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsA" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bsB" = ( -/obj/structure/chair/office/light, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bsC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bsD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/monitor{ - dir = 8; - name = "bridge power monitoring console" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bsE" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bsF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsI" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bsJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bsK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bsL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bsM" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bsN" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/engineering) -"bsO" = ( -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"bsU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/junction/flip, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bsV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsW" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsX" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"bsY" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bsZ" = ( -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/turf/open/floor/engine, -/area/engine/engineering) -"bta" = ( -/turf/open/floor/plasteel, -/area/science/nanite) -"btb" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/item/pipe_dispenser, -/turf/open/floor/engine, -/area/engine/engineering) -"btc" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"btd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Supermatter South"; - dir = 1; - network = list("ss13","Eng","Engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bte" = ( -/obj/structure/cable, -/obj/machinery/computer/monitor{ - dir = 1; - name = "backup power monitoring console" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"btf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"btg" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bth" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Electrical Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bti" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medpriv" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"btj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"btk" = ( -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"btl" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/supermatter, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/turf/open/floor/engine, -/area/engine/engineering) -"btm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"btn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bto" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"btp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"btq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"btr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bts" = ( -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" - }, -/obj/item/storage/pill_bottle/happiness, -/obj/item/storage/pill_bottle/happy{ - name = "happy pills bottle" - }, -/obj/item/storage/pill_bottle/lsd{ - name = "very happy pills bottle" - }, -/obj/item/storage/pill_bottle/psicodine, -/obj/item/storage/pill_bottle/dice, -/obj/item/paper_bin, -/turf/open/floor/wood, -/area/medical/psych) -"btt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/medical/psych) -"btu" = ( -/obj/structure/chair/comfy, -/turf/open/floor/wood, -/area/medical/psych) -"btv" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"btw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"btx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bty" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"btz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"btA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"btB" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"btC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"btD" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"btE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"btF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"btG" = ( -/obj/structure/table, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/turf/open/floor/engine, -/area/engine/engineering) -"btH" = ( -/obj/machinery/light, -/turf/open/floor/engine, -/area/engine/engineering) -"btI" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/engineering) -"btJ" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"btK" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"btL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"btM" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"btN" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/engineering"; - dir = 4; - name = "Engineering Hub APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"btO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"btP" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/virology) -"btQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel, -/area/engine/engineering) -"btR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"btS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"btT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"btU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"btV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 8; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"btW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"btX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/engine/engineering) -"btY" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"btZ" = ( -/obj/structure/sign/plaques/golden{ - desc = "To the principal architect of this station: MayhemSailor, with specific mention of Utahclock, RoboticPotato and KMC2000 for their contributions to design. At the bottom of the plaque you can see someone scratched in Fluffe9911 was here... how rude!"; - name = "Eclipse Station Commissioning Plaque" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bua" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bub" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/hop) -"buc" = ( -/obj/structure/toilet, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/hop) -"bud" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bue" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_x = -30 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"buf" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bug" = ( -/obj/structure/table/glass, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"buh" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bui" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"buj" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bul" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/department/science) -"bum" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northright, -/obj/machinery/door/window/southright, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bun" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"buo" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bup" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buq" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bur" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bus" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"but" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Office"; - req_access_txt = "11" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buu" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"buv" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/britcup{ - desc = "Kingston's personal cup." - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medpriv" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"buw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"buy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"buz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buB" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"buD" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"buE" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buF" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buG" = ( -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buH" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"buI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"buK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"buM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"buN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 8; - pixel_y = -28; - req_access_txt = "39" - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buO" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"buP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buQ" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/medical/psych) -"buR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/pen/fountain, -/turf/open/floor/wood, -/area/medical/psych) -"buS" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/machinery/computer/med_data/laptop{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/medical/psych) -"buT" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"buU" = ( -/obj/effect/landmark/start/depsec/medical, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"buV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"buW" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Holding Cell"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"buX" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/camera{ - c_tag = "Medical Storage"; - dir = 1; - network = list("ss13","Medbay") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"buY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"buZ" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/grenades, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Chemistry Lab"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bva" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bvb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medical Hall West"; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"bvc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bvd" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bve" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bvf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bvg" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bvh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bvi" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bvj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/space/basic, -/area/maintenance/starboard/fore) -"bvk" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/obj/structure/sign/departments/minsky/medical/chemistry/chemical2{ - pixel_x = -32 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bvl" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/cargo"; - dir = 8; - name = "Cargo Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bvm" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bvn" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bvo" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/teleporter/hub/bridge) -"bvp" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/teleporter/hub/bridge) -"bvq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bvr" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"bvs" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"bvt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bvu" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bvv" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bvw" = ( -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bvx" = ( -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"bvy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bvz" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bvA" = ( -/mob/living/simple_animal/pet/dog/corgi/Ian, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bvB" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bvC" = ( -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bvD" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bvE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bvF" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bvG" = ( -/obj/machinery/vending/cart, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bvH" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Office West"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvI" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 1; - name = "Server Room APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bvJ" = ( -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvK" = ( -/obj/structure/chair{ - dir = 4; - name = "Security Station" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvL" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bvN" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/virology) -"bvO" = ( -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvP" = ( -/obj/structure/closet/crate, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bvQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvR" = ( -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell/high/plus, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvS" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bvT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bvU" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvV" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvW" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bvZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwa" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwb" = ( -/obj/machinery/camera{ - c_tag = "Engine Room Hall East"; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bwe" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwf" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bwh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bwi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwj" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/circuit, -/area/engine/engineering) -"bwl" = ( -/turf/open/floor/circuit, -/area/engine/engineering) -"bwm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"bwn" = ( -/turf/closed/wall, -/area/teleporter/hub/engineering) -"bwo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bwp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bwq" = ( -/turf/closed/wall, -/area/engine/engineering) -"bwr" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Office"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bws" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwt" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bwu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bwv" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/machinery/button/door{ - id = "viropen"; - name = "Monkey Pen Shutters"; - pixel_x = -24; - req_access_txt = "39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bww" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/southleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwx" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwy" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwz" = ( -/turf/closed/wall/r_wall, -/area/medical/psych) -"bwA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bwB" = ( -/obj/structure/chair/wood{ - dir = 1 - }, -/obj/effect/landmark/start/yogs/psychiatrist, -/turf/open/floor/wood, -/area/medical/psych) -"bwC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bwD" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bwE" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bwF" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bwG" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bwH" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bwI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bwJ" = ( -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bwK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bwL" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bwM" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bwN" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwO" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = "2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bwP" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bwQ" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/stamp/hop, -/obj/item/pen, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bwR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bwS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bwT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bwU" = ( -/obj/machinery/door/airlock{ - name = "Private Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/hop) -"bwV" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bwW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bwX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwY" = ( -/obj/machinery/computer/security{ - dir = 1; - name = "Labor Camp Monitoring"; - network = list("Labor") - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwZ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medpriv" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bxa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bxb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bxc" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetoevac"; - map_pad_link_id = "evactobridge" - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bxd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxe" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/yjunction, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxg" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bxi" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/lawoffice) -"bxj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bxl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bxm" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bxn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bxp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxs" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxt" = ( -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxv" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = 8; - pixel_y = 22; - req_access_txt = "39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bxz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table/glass, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxA" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/virology"; - dir = 1; - name = "Virology APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bxB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/department/crew_quarters/bar) -"bxC" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/department/crew_quarters/bar) -"bxE" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bxF" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bxG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"bxH" = ( -/turf/open/floor/plasteel, -/area/medical/genetics) -"bxI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxJ" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bxK" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/warehouse"; - dir = 4; - name = "Cargo Warehouse APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bxL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bxM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bxN" = ( -/obj/structure/table, -/obj/item/ticket_machine_remote, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bxO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bxP" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bxQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bxR" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bxS" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bxT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bxU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bxV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bxW" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "45" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"bxX" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bxY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bxZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bya" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"byb" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"byc" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"byd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bye" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"byf" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "engitotele"; - map_pad_link_id = "teletoengi" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"byg" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/fore) -"byh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"byi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"byj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"byk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"byl" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/department/crew_quarters/bar) -"bym" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/genetics) -"byn" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"byo" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"byp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"byq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"byr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bys" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"byt" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"byu" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"byv" = ( -/obj/machinery/computer/pandemic, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"byw" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"byx" = ( -/obj/machinery/door/poddoor/preopen{ - id = "head_meeting"; - name = "privacy shutter" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"byy" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"byz" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/rock/pile, -/turf/open/floor/grass, -/area/medical/genetics) -"byA" = ( -/obj/machinery/computer/slot_machine, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"byB" = ( -/turf/open/floor/grass, -/area/medical/genetics) -"byC" = ( -/obj/structure/flora/rock/jungle, -/turf/open/floor/grass, -/area/medical/genetics) -"byD" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/obj/structure/flora/tree/palm, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"byE" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 1; - name = "Genetics APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"byF" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics) -"byG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"byI" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"byJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"byK" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"byL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"byM" = ( -/obj/structure/closet/crate{ - name = "solar pack crate" - }, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/circuitboard/computer/solar_control, -/obj/item/electronics/tracker, -/obj/item/paper/guides/jobs/engi/solars, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Office South"; - dir = 8; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"byN" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Engine Room Hall Southwest"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"byO" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - name = "Delivery Office APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"byP" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"byQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byR" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - name = "Cargo Office APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"byS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"byT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"byU" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/radio/headset/headset_medsci, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"byV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"byW" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"byX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"byY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"byZ" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bza" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bzb" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/camera{ - c_tag = "Confrence Room West"; - dir = 4; - network = list("ss13","command") - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bzc" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bzd" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bze" = ( -/turf/closed/wall, -/area/bridge/meeting_room) -"bzf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bzg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"bzh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzk" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bzm" = ( -/obj/structure/table, -/obj/item/crowbar/large, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/machinery/camera{ - c_tag = "Engine Room Hall West"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzn" = ( -/obj/structure/closet/firecloset, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzo" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzp" = ( -/obj/item/storage/belt/utility, -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/light, -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzs" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzt" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzu" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzv" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medpriv" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bzw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bzx" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/virology) -"bzy" = ( -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology Requests Console"; - pixel_x = -32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bzz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bzA" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzB" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzC" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Telecomms Access West"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "RD Hall Central"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"bzE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzF" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/medical/genetics) -"bzG" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/medical/genetics) -"bzH" = ( -/obj/structure/flora/tree/palm, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/grass/both, -/obj/structure/flora/ausbushes, -/turf/open/floor/grass, -/area/medical/genetics) -"bzI" = ( -/obj/structure/sink/puddle, -/turf/open/floor/grass, -/area/medical/genetics) -"bzJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bzK" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/medical/genetics) -"bzL" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/medical/genetics) -"bzM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/flora/ausbushes, -/obj/structure/flora/grass/green, -/turf/open/floor/grass, -/area/medical/genetics) -"bzN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bzO" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the telecoms satellite."; - dir = 8; - name = "Telecoms Satellite Monitor"; - network = list("minisat"); - pixel_x = 29 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 2; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"bzQ" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/engine/engineering) -"bzR" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/teleporter/hub/bridge) -"bzS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzT" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/teleporter/hub/bridge) -"bzU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bzV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bzW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzX" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "engitosci"; - map_pad_link_id = "scitoengi" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bzY" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "engitosec"; - map_pad_link_id = "sectoengi" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bzZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Entry Hall North"; - dir = 2; - network = list("test") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAd" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/engine, -/area/science/mixing) -"bAe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAg" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "scitosec"; - map_pad_link_id = "sectosci" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"bAh" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAi" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAj" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAk" = ( -/obj/machinery/vending/tool, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAl" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAm" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAn" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAo" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"bAp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bAq" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bAr" = ( -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "secure storage" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/engine/engineering) -"bAs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAt" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/open/floor/plasteel, -/area/medical/virology) -"bAu" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/medical/virology) -"bAv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/bed, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel, -/area/medical/virology) -"bAw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bAx" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bAy" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen/red, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bAz" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAA" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bAB" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/turf/open/floor/plasteel, -/area/medical/virology) -"bAC" = ( -/obj/structure/flora/ausbushes, -/obj/structure/flora/grass/green, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"bAD" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"bAF" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/medical/genetics) -"bAG" = ( -/obj/machinery/computer/slot_machine, -/obj/structure/window/reinforced, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"bAH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/flora/junglebush/c, -/obj/structure/flora/tree/palm, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"bAI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bAJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bAK" = ( -/obj/machinery/light, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bAL" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAM" = ( -/obj/structure/table, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bAO" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bAQ" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAR" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bAS" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Hub West" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bAT" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bAU" = ( -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bAV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bAW" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bAX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bAY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bAZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bBa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bBb" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"bBc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ - dir = 4 - }, -/turf/open/space/basic, -/area/maintenance/department/medical/central) -"bBe" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/space/basic, -/area/maintenance/department/medical/central) -"bBf" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hop"; - dir = 1; - name = "Head of Personnel APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bBg" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bBh" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBi" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bBj" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bBk" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/engineering) -"bBl" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bBm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bBn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bBo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bBq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bBr" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bBs" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bBt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bBu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bBv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bBw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bBx" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bBy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bBz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bBA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/engineering/engineering, -/turf/open/floor/plating, -/area/engine/engineering) -"bBB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bBC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/department/crew_quarters/bar) -"bBD" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel, -/area/storage/tools) -"bBE" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/dna_scannernew, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bBF" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/computer/scan_consolenew, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bBG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bBH" = ( -/obj/machinery/door/window/northleft{ - req_access_txt = "5; 9; 68" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bBI" = ( -/obj/machinery/door/window/northright{ - req_access_txt = "5; 9; 68" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bBJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bBK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/dna_scannernew, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bBL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bBN" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/medical_cloning{ - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bBO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bBP" = ( -/obj/structure/closet/wardrobe/white, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bBQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room"; - req_one_access_txt = "10;61" - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bBS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bBT" = ( -/obj/structure/table, -/obj/item/storage/box/rxglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bBU" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bBV" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bBW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table/reinforced, -/obj/item/cartridge/engineering{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/cartridge/engineering{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, -/obj/item/cartridge/atmos, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bBX" = ( -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBY" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/disposal/bin, -/obj/machinery/button/door{ - id = "ceprivacy"; - name = "Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bCa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bCb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bCc" = ( -/obj/machinery/door/airlock/wood{ - name = "Psychiatrists office"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/medical/psych) -"bCd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bCe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics) -"bCf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/medical/clone/cloning2, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics) -"bCg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bCh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bCk" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bCl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCm" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"bCn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/closet, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bCo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bCp" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bCr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bCs" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/keycard_auth{ - dir = 1; - pixel_y = 28 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bCt" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bCu" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bCv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bCw" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bCx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6;5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"bCy" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = -30 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bCz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bCA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bCB" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bCC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bCD" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"bCF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bCG" = ( -/obj/machinery/field/generator, -/turf/open/floor/plating, -/area/engine/engineering) -"bCH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCJ" = ( -/obj/structure/table, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCK" = ( -/obj/structure/closet, -/obj/item/camera/spooky, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/department/security) -"bCL" = ( -/turf/open/floor/wood, -/area/maintenance/department/security) -"bCM" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCN" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bCP" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/department/security) -"bCQ" = ( -/obj/structure/sign/picture_frame{ - pixel_x = -28; - pixel_y = -1 - }, -/turf/open/floor/wood, -/area/maintenance/department/security) -"bCR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bCS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bCT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bCU" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bCV" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bCW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bCX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bCY" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bCZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/newscaster{ - dir = 8; - pixel_x = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bDa" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bDb" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/item/paper_bin/construction, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bDc" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bDd" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/medical/virology) -"bDe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"bDf" = ( -/obj/structure/table, -/obj/item/gun/syringe, -/obj/item/reagent_containers/dropper, -/obj/item/soap/nanotrasen, -/obj/machinery/camera{ - c_tag = "Medical Hall East"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bDg" = ( -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/department/security) -"bDh" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/open/floor/wood, -/area/maintenance/department/security) -"bDi" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/department/security) -"bDj" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bDk" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bDl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bDm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bDn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics) -"bDo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bDp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bDr" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"bDs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDt" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bDu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bDv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bDw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Medbay Foyer"; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"bDx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bDy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bDz" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bDA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"bDB" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bDC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bDE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bDF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bDG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bDH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bDI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bDJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bDK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bDL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Bridge Hub East"; - dir = 1; - network = list("ss13") - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bDM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bDN" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bDO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bDP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bDQ" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bDR" = ( -/turf/open/floor/plasteel, -/area/engine/break_room) -"bDS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bDT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bDU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bDV" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/machinery/camera{ - c_tag = "Engineering Foyer East"; - network = list("ss13","Eng") - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bDW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bDX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bDY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bDZ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/map/station{ - pixel_x = 1; - pixel_y = 4 - }, -/obj/item/stamp/ce, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bEa" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bEb" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/camera{ - c_tag = "Station Garden Southeast"; - dir = 8 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bEc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bEd" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bEe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bEf" = ( -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bEg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bEh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bEi" = ( -/obj/effect/landmark/start/chaplain, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel{ - icon_state = "grimy" - }, -/area/chapel/office) -"bEj" = ( -/turf/open/floor/plasteel, -/area/medical/virology) -"bEl" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Fabrication"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bEm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bEo" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bEs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bEt" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEv" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bEx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bEy" = ( -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bEz" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bEA" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bED" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"bEE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/virology) -"bEF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bEG" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEH" = ( -/obj/machinery/door/window/eastleft{ - dir = 1; - icon_state = "right"; - name = "Mail"; - req_access_txt = "50" - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bEI" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bEJ" = ( -/obj/structure/disposalpipe/junction/yjunction, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bEK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bEL" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bEN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bEO" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetoengi"; - map_pad_link_id = "engitobridge" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bEP" = ( -/obj/machinery/computer/cargo/request{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bEQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bER" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bES" = ( -/obj/machinery/camera{ - c_tag = "Engine Room Hall Southeast"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bET" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/medical/clone/cloning2, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"bEV" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bEW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEX" = ( -/obj/machinery/power/apc{ - areastring = "/area/janitor/b"; - name = "Custodial Closet South APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEZ" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFa" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetoscience"; - map_pad_link_id = "sciencetobridge" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"bFb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFc" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFf" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bFg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bFh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bFl" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FPHS"; - location = "ENG" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/mob/living/simple_animal/bot/secbot/beepsky{ - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFn" = ( -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bFo" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bFp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bFq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/medical/virology) -"bFt" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/medical/virology) -"bFu" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel, -/area/medical/virology) -"bFv" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bFw" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bFx" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/bridge"; - dir = 1; - name = "Bridge Hub APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bFy" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFA" = ( -/obj/structure/table/glass, -/obj/item/storage/pill_bottle/mutadone, -/obj/item/storage/pill_bottle/mannitol, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bFB" = ( -/obj/machinery/camera{ - c_tag = "Command Hall North 1"; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bFC" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFE" = ( -/obj/machinery/computer/cloning{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bFF" = ( -/obj/machinery/light/small, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bFG" = ( -/obj/machinery/dna_scannernew, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bFH" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/clonepod, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bFI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bFJ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/break_room) -"bFM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bFN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bFO" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFQ" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/turf/open/floor/plating, -/area/teleporter/hub/bridge) -"bFR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bFS" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - name = "Cargo Bay APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bFT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bFU" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bFV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFX" = ( -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bFY" = ( -/obj/structure/flora/grass/jungle/b, -/obj/machinery/light, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bFZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bGa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bGb" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bGc" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bGd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGe" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bGf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bGg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bGh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bGi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGj" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bGk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/research/genetics, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics) -"bGl" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bGn" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGo" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/obj/item/pen/fountain, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bGp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bGq" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/carpet/black, -/area/crew_quarters/heads/chief) -"bGr" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engineers from the safety of your own office."; - dir = 8; - name = "Engineering Monitor"; - network = list("engine","minisat"); - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGs" = ( -/obj/machinery/camera{ - c_tag = "Engineering Secure Storage"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bGt" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/engine/engineering) -"bGu" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plating, -/area/engine/engineering) -"bGv" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Custodial"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bGw" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bGx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/machinery/door/airlock/atmos{ - name = "Spares Bay"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGy" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "scitomed"; - map_pad_link_id = "medtosci" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"bGz" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bGA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bGB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bGC" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bGD" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bGE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bGF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bGJ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bGK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bGL" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGM" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bGN" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bGP" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bGQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/camera{ - c_tag = "Engineering Foyer West"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bGR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGT" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGU" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bGV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGX" = ( -/obj/structure/closet, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stock_parts/cell{ - maxcharge = 2000 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bGY" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bGZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bHa" = ( -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = 24; - pixel_y = -10; - req_access_txt = "10" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_x = 24; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - id = "atmosecure"; - name = "Atmospherics Secure Storage"; - pixel_x = 38; - pixel_y = 10; - req_access_txt = "24" - }, -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 24; - pixel_y = 10; - req_access_txt = "24" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bHb" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plating, -/area/engine/engineering) -"bHc" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bHd" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bHe" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bHf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"bHg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHi" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bHk" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHl" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHm" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/medical/central) -"bHn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"bHo" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bHp" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bHq" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Hub East"; - dir = 1 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bHr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bHs" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bHt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/paramedic/a) -"bHx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bHy" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/office) -"bHz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bHC" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bHD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"bHE" = ( -/turf/closed/wall/r_wall, -/area/engine/break_room) -"bHF" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bHG" = ( -/obj/structure/closet/secure_closet/hop, -/obj/machinery/camera{ - c_tag = "HoP Office North"; - dir = 4; - network = list("ss13","command") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/map/station, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bHH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bHI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bHJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = 24; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bHK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bHL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #1" - }, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHM" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #2" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHN" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #3" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #3"; - suffix = "#2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHO" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bHP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bHQ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHR" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bHS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bHT" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #6" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHU" = ( -/turf/closed/wall, -/area/engine/break_room) -"bHV" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bHW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bHX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bHY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bHZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of your own office."; - dir = 4; - name = "Engineering Monitor"; - network = list("engine","minisat"); - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bIa" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/rack, -/obj/item/lighter, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bIb" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/status_display/evac{ - pixel_y = -30 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bIc" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bId" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/suit_storage_unit/ce, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bIe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bIf" = ( -/obj/machinery/the_singularitygen/tesla, -/turf/open/floor/plating, -/area/engine/engineering) -"bIg" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bIh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor/b) -"bIi" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bIj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bIk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bIl" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "engitomed"; - map_pad_link_id = "medtoengi" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bIm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bIn" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "engitobridge"; - map_pad_link_id = "bridgetoengi" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"bIo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bIp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bIq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Engineering Entry Hall South"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bIr" = ( -/obj/structure/closet/secure_closet/security/engine, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bIs" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bIt" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bIv" = ( -/obj/structure/table, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bIw" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bIx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bIy" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bIz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bIA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bIB" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bIC" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/break_room"; - dir = 8; - name = "Engineering Foyer APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bID" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/computer/rdconsole/production, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bIE" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bIF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"bIG" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bIH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "5; 68" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bII" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"bIJ" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/office) -"bIK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bIL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bIM" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bIN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bIO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bIP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bIQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bIS" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bIT" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bIU" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bIW" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/antimov, -/obj/item/aiModule/supplied/protectStation, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bIX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bIY" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bIZ" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJa" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJc" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJd" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/engineering, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJe" = ( -/obj/structure/table, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = 24; - pixel_y = 22; - req_access_txt = "10" - }, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJi" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bJj" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bJk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 9 - }, -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJm" = ( -/obj/structure/rack, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding, -/obj/item/clothing/glasses/welding, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bJn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bJo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bJp" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bJq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bJr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bJs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bJt" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bJu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bJv" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bJw" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/medical) -"bJx" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bJy" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/turf/open/space/basic, -/area/engine/atmos_distro) -"bJz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bJA" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bJB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bJC" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/janitor/b) -"bJD" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bJE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bJF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bJG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bJH" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJI" = ( -/obj/structure/disposalpipe/segment, -/mob/living/simple_animal/pet/fox/fennec/Autumn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJJ" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bJK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"bJL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJN" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"bJO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bJP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJQ" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bJR" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bJS" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bJT" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bJU" = ( -/obj/machinery/door/window{ - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bJV" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bJW" = ( -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = -1; - pixel_y = 28 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bJY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bJZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/engineering"; - dir = 8; - name = "Engineering Security APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKa" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - icon_state = "left"; - name = "Holding Cell"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bKc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKe" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKg" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bKi" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bKj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bKk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bKl" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/obj/machinery/camera{ - c_tag = "Engineering Fabrication"; - dir = 8; - network = list("ss13","Eng") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bKm" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bKn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"bKo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bKp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bKq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bKr" = ( -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bKs" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bKt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bKu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bKv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bKw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bKx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bKy" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bKz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bKA" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bKB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - name = "Delivery Desk"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bKC" = ( -/obj/structure/closet/toolcloset, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKD" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "medtoengi"; - map_pad_link_id = "engitomed" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bKE" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKH" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKJ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bKK" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "medtobridge"; - map_pad_link_id = "bridgetomed" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bKL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bKM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/medical/glass{ - name = "Morgue"; - req_access_txt = "5; 68" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bKN" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKO" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bKQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bKR" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bKS" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKT" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bKU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bKV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bKW" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bKX" = ( -/obj/machinery/porta_turret/ai{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bKY" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bKZ" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bLc" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bLd" = ( -/obj/machinery/camera{ - c_tag = "Engineering Security"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bLe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bLf" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 1; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bLg" = ( -/obj/structure/filingcabinet, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bLh" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bLi" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bLj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bLk" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bLl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bLm" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bLn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLo" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bLq" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bLr" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bLs" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bLt" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLv" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bLw" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bLx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bLy" = ( -/turf/closed/wall, -/area/engine/atmos) -"bLz" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/minsky/engineering/atmospherics, -/turf/open/floor/plating, -/area/engine/atmos) -"bLA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bLC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bLD" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/atmos) -"bLE" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/medical/central"; - dir = 1; - name = "Medical Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bLF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLG" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "5; 68; 47; 40" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bLH" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bLI" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bLJ" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bLK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLL" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bLM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bLN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bLP" = ( -/obj/structure/closet/wardrobe/cargotech, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bLQ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bLR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/t_scanner, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/suit_storage_unit/cmo, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bLT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bLU" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/sign/departments/minsky/command{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"bLV" = ( -/obj/structure/table/reinforced, -/obj/item/multitool, -/obj/item/electronics/firelock, -/obj/machinery/camera{ - c_tag = "Atmospherics Hall East"; - dir = 8; - network = list("ss13","Eng") - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bLW" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bLX" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bLY" = ( -/obj/item/banner, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bLZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bMa" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bMb" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Upload APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bMc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bMd" = ( -/obj/effect/decal/cleanable/oil/streak, -/obj/effect/decal/cleanable/robot_debris/old, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bMe" = ( -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = -1; - pixel_y = 36 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bMf" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bMg" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Research Division" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"bMh" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bMi" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bMj" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bMk" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bMl" = ( -/obj/machinery/door/airlock/engineering{ - name = "Vacant Office A"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bMm" = ( -/obj/item/storage/box, -/obj/item/storage/box, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMn" = ( -/obj/machinery/computer/atmos_control{ - name = "Tank Monitor" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMo" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - sensors = list("mix_sensor" = "Tank") - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Office"; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMp" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMq" = ( -/obj/item/flashlight/lamp, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/table, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/atmos) -"bMs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMu" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/atmos"; - dir = 1; - name = "Atmospherics Wing APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMw" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMy" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/fireaxecabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMA" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/sign/plaques/atmos{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bMC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bMD" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bME" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMF" = ( -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMG" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMH" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bMI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bMJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bMK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bML" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bMM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bMN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bMO" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMP" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bMQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bMR" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bMS" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bMT" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bMU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - external_pressure_bound = 0; - frequency = 1441; - id_tag = "tox_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMV" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"bMW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bMX" = ( -/obj/machinery/camera{ - c_tag = "Command Foyer Northwest"; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bMY" = ( -/obj/machinery/recharge_station, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bMZ" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/aft) -"bNa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bNb" = ( -/obj/structure/table, -/obj/machinery/computer/upload/ai, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bNc" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/computer/ai_server_console, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bNd" = ( -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bNf" = ( -/obj/machinery/air_sensor{ - id_tag = "tox_sensor" - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bNg" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bNh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - external_pressure_bound = 0; - frequency = 1441; - id_tag = "n2o_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bNi" = ( -/obj/machinery/air_sensor{ - id_tag = "n2o_sensor" - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bNj" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bNk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - external_pressure_bound = 0; - frequency = 1441; - id_tag = "co2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bNl" = ( -/obj/machinery/air_sensor{ - id_tag = "co2_sensor" - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bNm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bNn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bNo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bNs" = ( -/obj/structure/flora/junglebush/c, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bNu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bNv" = ( -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bNw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bNx" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bNy" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 1; - name = "Quartermaster APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/closet/secure_closet/quartermaster, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bNz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bNA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/office) -"bNB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNC" = ( -/turf/open/floor/wood, -/area/quartermaster/qm) -"bND" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"bNE" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bNF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bNG" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bNH" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNL" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 1; - name = "Cargo Security APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNM" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bNN" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/reedbush, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bNO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bNP" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bNQ" = ( -/obj/machinery/camera{ - c_tag = "Command Foyer Northeast"; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bNR" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bNS" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "ai_core_airlock_exterior"; - idInterior = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 25; - pixel_y = 7 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 23; - pixel_y = -7 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bNT" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/command) -"bNU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/button/door{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = -8; - req_access_txt = "31" - }, -/obj/machinery/button/door{ - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = 8; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bNV" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"bNW" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bNX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bNY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bNZ" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOa" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOb" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOc" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - id_tag = "ai_core_airlock_exterior"; - name = "AI Core"; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bOd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bOe" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/public{ - id_tag = "ai_core_airlock_interior" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bOf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bOg" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching cameras around the AI Core."; - dir = 4; - name = "AI Monitor"; - network = list("AI"); - pixel_x = -32; - pixel_y = 2 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOh" = ( -/obj/machinery/flasher{ - pixel_x = 24; - pixel_y = -11 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bOi" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bOj" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOk" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring"; - req_access_txt = "24" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOq" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bOr" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bOs" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/rock/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bOt" = ( -/turf/open/floor/plasteel, -/area/clerk) -"bOu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/clerk) -"bOv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/clerk) -"bOw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/vending/gifts, -/turf/open/floor/plasteel, -/area/clerk) -"bOx" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table, -/obj/item/instrument/guitar, -/turf/open/floor/plasteel, -/area/clerk) -"bOy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table, -/obj/item/instrument/violin, -/turf/open/floor/plasteel, -/area/clerk) -"bOz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/item/map/station, -/obj/item/map/station{ - pixel_y = 2 - }, -/obj/item/map/station{ - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bOA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bOB" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/space/basic, -/area/space) -"bOC" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bOD" = ( -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bOE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bOF" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bOG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Arrivals North"; - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bOH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFEN"; - location = "CFNE" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bOI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bOJ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFES"; - location = "CFEN" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bOK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bOL" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bOM" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bON" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bOO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Bridge South"; - dir = 4; - network = list("ss13","command") - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bOP" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bOQ" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/space) -"bOR" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/teleporter) -"bOS" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/computer/ai_resource_distribution{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bOU" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bOV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bOW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bOX" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Hall West"; - dir = 1; - network = list("ss13","Eng") - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPe" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching command spaces."; - dir = 1; - layer = 4; - name = "Command Monitor"; - network = list("command"); - pixel_y = -30 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bPg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bPh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPj" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bPk" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bPl" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bPm" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/junglebush/large, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bPn" = ( -/obj/item/banner, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bPo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/clerk) -"bPq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/mob/living/simple_animal/spiffles, -/turf/open/floor/plasteel, -/area/clerk) -"bPu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bPw" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPx" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPz" = ( -/obj/machinery/newscaster{ - dir = 4; - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Confrence Room East"; - dir = 8; - network = list("ss13","command") - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bPA" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPB" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bPC" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bPD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bPE" = ( -/obj/structure/table, -/obj/item/beacon, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bPF" = ( -/obj/machinery/camera{ - c_tag = "HoP Office South"; - dir = 1; - network = list("ss13","command") - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bPG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bPH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bPI" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bPJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Holding Cell"; - req_access_txt = "1" - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bPK" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bPL" = ( -/obj/structure/bed, -/obj/item/bedsheet/hop, -/obj/machinery/camera{ - c_tag = "HoP Cabin"; - dir = 8; - network = list("ss13","command") - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bPM" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bPN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bPO" = ( -/obj/item/aiModule/core/full/custom{ - pixel_x = 1; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/aiModule/core/freeformcore{ - pixel_y = 2 - }, -/obj/item/aiModule/reset{ - pixel_x = 2; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bPP" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bPR" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = -23; - pixel_y = 7 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bPS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/security/main) -"bPT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bPU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bPW" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPX" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPZ" = ( -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQa" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/engine/atmos) -"bQb" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/engine/atmos) -"bQc" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/engine/atmos) -"bQd" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/atmos) -"bQe" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQh" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQi" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space, -/area/engine/atmos_distro) -"bQj" = ( -/obj/structure/flora/junglebush/c, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bQk" = ( -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"bQl" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"bQm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bQn" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bQo" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bQp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/clerk) -"bQq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bQr" = ( -/turf/open/space, -/area/engine/atmos_distro) -"bQs" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/start/yogs/clerk, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/clerk) -"bQt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bQu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/clerk) -"bQv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bQw" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bQx" = ( -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bQy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/quartermaster/qm) -"bQz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/table, -/obj/item/hand_tele, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bQA" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bQB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bQC" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bQD" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bQE" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/turf/open/space, -/area/engine/atmos_distro) -"bQF" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bQG" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/turf/open/space, -/area/engine/atmos_distro) -"bQH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bQI" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/atmos) -"bQJ" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQP" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQQ" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQR" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQS" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQT" = ( -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bQU" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQV" = ( -/obj/structure/rack, -/obj/item/clothing/under/yogs/rank/clerk/skirt, -/turf/open/floor/plasteel, -/area/clerk) -"bQW" = ( -/obj/machinery/door/airlock/virology{ - name = "Break Room"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bQX" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/key, -/turf/open/floor/plasteel, -/area/clerk) -"bQY" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/paystand/register{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bQZ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/clerk) -"bRa" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall South 1"; - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bRb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bRc" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRd" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bRe" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bRf" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bRg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Genetics Research Access"; - req_access_txt = "5; 9; 68" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bRi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bRj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bRk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRl" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRo" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bRp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bRq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bRr" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bRs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bRt" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bRu" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bRv" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/clerk) -"bRw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bRx" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/bikehorn/rubberducky, -/turf/open/floor/plasteel, -/area/clerk) -"bRy" = ( -/obj/structure/ore_box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bRz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bRA" = ( -/obj/machinery/disposal/bin, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bRB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bRC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bRD" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/machinery/light, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bRE" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"bRF" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/ceo, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bRG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bRH" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/robocop, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bRI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bRJ" = ( -/turf/closed/wall, -/area/maintenance/department/engine/atmos) -"bRK" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRL" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRM" = ( -/obj/vehicle/ridden/scooter, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRN" = ( -/obj/structure/weightmachine/weightlifter, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRO" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRP" = ( -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bRQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bRR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Atmospherics" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bRS" = ( -/obj/machinery/door/window/westleft{ - name = "Atmospherics Delivery"; - req_access_txt = "24" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRT" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRU" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRV" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/grass, -/area/hydroponics/garden) -"bRW" = ( -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 4; - pixel_y = -24; - req_access_txt = "24" - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"bSa" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"bSb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/item/target/syndicate, -/obj/item/target, -/obj/item/target/alien, -/turf/open/floor/plasteel, -/area/clerk) -"bSc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bSd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bSe" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/camera, -/obj/item/camera_film, -/turf/open/floor/plasteel, -/area/clerk) -"bSf" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"bSi" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bSj" = ( -/obj/machinery/mineral/ore_redemption{ - input_dir = 8; - output_dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bSk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bSl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bSm" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "supqueue"; - name = "Supply Queue Shutters" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bSn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Workshop Northeast"; - network = list("ss13","Eng") - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bSr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Plasma Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSv" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "N2O Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/nitrous_tank, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSz" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Distro Northeast"; - network = list("ss13","Eng") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "CO2 Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/carbon_tank, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSD" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bSF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSG" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bSH" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bSI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/door/window/northleft{ - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSJ" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "supqueue"; - name = "Supply Queue Shutters" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bSQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSR" = ( -/obj/machinery/camera{ - c_tag = "Arrivals East" - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bSS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/a_gift, -/obj/item/a_gift, -/turf/open/floor/plasteel, -/area/clerk) -"bST" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bSU" = ( -/obj/machinery/light, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bSW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bSX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Gas Storage"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bSZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTd" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTe" = ( -/turf/closed/wall, -/area/engine/atmos_distro) -"bTf" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTg" = ( -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bTk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bTm" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/observer_start, -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"bTn" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bTo" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bTp" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bTq" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bTr" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTs" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTt" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTu" = ( -/obj/machinery/door/airlock/external{ - name = "Pod One" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bTv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTw" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bTy" = ( -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"bTz" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/teleporter/hub/medical) -"bTA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Medical Hub West" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bTB" = ( -/obj/machinery/power/apc{ - areastring = "/area/clerk"; - dir = 8; - name = "Gift Shop APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bTC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bTD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bTE" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTG" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bTI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bTJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bTK" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"bTL" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bTN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTO" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bTP" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"bTQ" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bTS" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bTT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bTW" = ( -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bUc" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bUd" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bUe" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bUf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bUh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/mineral/equipment_vendor, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bUi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUj" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bUl" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Ready Room North"; - network = list("ss13","Cargo") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bUn" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bUp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUr" = ( -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUs" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUt" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUw" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUA" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUB" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUC" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUD" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/camera{ - c_tag = "Atmospherics Canister Storage"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUE" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUG" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUI" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bUJ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/atmos_distro"; - dir = 8; - name = "Atmospherics Distribution APC"; - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUO" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"bUS" = ( -/obj/machinery/clonepod, -/obj/machinery/camera{ - c_tag = "Cloning"; - dir = 1; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"bUT" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bUV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Tanks and Filtration"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bUX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bUY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bUZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bVa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Concession Maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/cafeteria) -"bVb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bVc" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVd" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVe" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVf" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVg" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bVh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Refinery"; - req_access_txt = "48" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bVi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bVj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bVk" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bVl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bVm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to Pure" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVn" = ( -/obj/item/banner, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bVo" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningoffice"; - dir = 8; - name = "Mining Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bVp" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bVq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/status_display/supply{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bVr" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVs" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bVt" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bVu" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bVv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 to Pure" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVx" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVy" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/machinery/status_display/supply{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bVz" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVA" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bVC" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bVD" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bVE" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bVF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/engine/atmos) -"bVG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bVH" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bVI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVJ" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall South 2"; - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVM" = ( -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = 30 - }, -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"bVN" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/cafeteria"; - name = "Cafeteria APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bVO" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bVP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bVQ" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"bVR" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Sec. Hydro Maintenance"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/cafeteria) -"bVS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bVU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bVV" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Mining"; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bVW" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bVX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Mining"; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bVY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bVZ" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bWa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bWb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bWc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bWd" = ( -/obj/machinery/atmospherics/pipe/simple/brown/hidden, -/obj/machinery/meter, -/turf/closed/wall, -/area/engine/atmos) -"bWe" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6; - initialize_directions = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWi" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWk" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bWl" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bWm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWn" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWo" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6; - layer = 2.35; - level = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bWr" = ( -/obj/machinery/door/airlock/external{ - name = "Pod Two" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bWs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bWu" = ( -/obj/machinery/door/airlock{ - name = "Concession Stand Back Room"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bWv" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWw" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bWx" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bWy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bWz" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bWA" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bWB" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/box; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"bWC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bWD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Cargo Desk"; - req_access_txt = "31" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bWE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bWF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bWG" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bWI" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bWJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWL" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bWM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bWN" = ( -/obj/item/target/alien{ - anchored = 1 - }, -/obj/machinery/camera{ - active_power_usage = 0; - c_tag = "Bomb Test Site"; - desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site."; - dir = 4; - invuln = 1; - light = null; - name = "Hardened Bomb-Test Camera"; - network = list("toxins"); - use_power = 0 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bWO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bWP" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bWQ" = ( -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bWR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"bWS" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bWT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"bWU" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bWV" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bWW" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"bWZ" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bXa" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bXb" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bXc" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/item/assembly/voice{ - pixel_x = -3 - }, -/obj/item/assembly/voice{ - pixel_x = 8; - pixel_y = -6 - }, -/obj/item/assembly/voice{ - pixel_x = -4; - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXd" = ( -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ARV"; - location = "CFNW" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bXf" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Experimentation Lab East"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/explab) -"bXg" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/mixing) -"bXh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bXi" = ( -/obj/machinery/computer/atmos_sim{ - dir = 4; - mode = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bXm" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bXs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXu" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/space/basic, -/area/space) -"bXv" = ( -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/directions/medical{ - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"bXx" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bXy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXz" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/space/basic, -/area/space) -"bXA" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bXB" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXC" = ( -/obj/item/target, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bXD" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXE" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bXF" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bXG" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bXH" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall, -/area/science/test_area) -"bXI" = ( -/obj/structure/chair, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bXJ" = ( -/obj/item/flashlight/lamp, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bXK" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXL" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bXM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bXN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bXO" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cafeteria) -"bXP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/turf/open/space/basic, -/area/space) -"bXQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bXR" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/turf/open/space/basic, -/area/space) -"bXS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/table/glass, -/obj/item/stack/medical/ointment{ - pixel_y = 4 - }, -/obj/item/stack/medical/ointment{ - pixel_y = 4 - }, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bXT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXU" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXV" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bXW" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bXX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/item/shovel{ - pixel_x = -5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bXY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/pipedispenser/disposal, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bYc" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bYd" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bYe" = ( -/obj/machinery/atmospherics/components/binary/volume_pump{ - dir = 4; - name = "Space Cooler input" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bYf" = ( -/obj/item/beacon, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bYg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8; - initialize_directions = 11 - }, -/turf/closed/wall, -/area/engine/atmos) -"bYh" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"bYi" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bYj" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bYk" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bYl" = ( -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bYm" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/engine, -/area/science/xenobiology) -"bYn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bYo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYp" = ( -/obj/effect/spawner/lootdrop/crate_spawner, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bYq" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/engine/atmos) -"bYr" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/science/test_area) -"bYs" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bYt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/engine/atmos) -"bYv" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bYw" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to External" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bYx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bYy" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space/basic, -/area/space) -"bYz" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/space/basic, -/area/space) -"bYA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bYB" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space/basic, -/area/space) -"bYC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bYE" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bYF" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/cafeteria) -"bYG" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bYH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bYI" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bYJ" = ( -/obj/structure/closet/secure_closet/mmedical, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bYL" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYM" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/item/shovel{ - pixel_x = -5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"bYO" = ( -/obj/machinery/suit_storage_unit/mining, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYP" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bYQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYR" = ( -/obj/structure/table, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYS" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/item/cautery{ - pixel_x = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYT" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYU" = ( -/obj/structure/table, -/obj/item/retractor, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYW" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYX" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 8; - network = list("ss13","Cargo","Command") - }, -/obj/machinery/status_display/supply{ - pixel_x = 32 - }, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"bYY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bYZ" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Cargo Security"; - dir = 8; - network = list("ss13","Cargo") - }, -/obj/machinery/status_display/supply{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bZa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZb" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZc" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bZd" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZf" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZg" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Lab" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZh" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bZi" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "Air to Lab" - }, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6; - initialize_directions = 6 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bZk" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 8; - name = "Output to Space" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bZq" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bZr" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bZs" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/carpet/orange, -/area/vacant_room) -"bZt" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/cafeteria) -"bZw" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"bZz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/book/manual/wiki/cooking_to_serve_man{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bZA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bZB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bZC" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall South 3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZD" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/sheet/cardboard, -/obj/machinery/camera{ - c_tag = "Gift Shop"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/clerk) -"bZE" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wirecutters, -/obj/machinery/smartfridge/disks, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/item/hatchet, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bZF" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"bZG" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bZH" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/razor, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bZI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bZJ" = ( -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bZK" = ( -/turf/closed/wall/ice, -/area/space) -"bZL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bZM" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bZN" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo1" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bZO" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZP" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZQ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZR" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"bZS" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/medical/virology) -"bZU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bZW" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bZX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bZY" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"bZZ" = ( -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"caa" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cab" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cac" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cad" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cae" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"caf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cag" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cah" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cai" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating/airless, -/area/construction) -"caj" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/button/door{ - id = "voffice"; - name = "Shutters Control"; - pixel_x = 24; - req_one_access_txt = "32;47;48" - }, -/turf/open/floor/wood, -/area/vacant_room) -"cak" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cal" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cam" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"can" = ( -/obj/item/light/tube/broken, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cao" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"caq" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"car" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cas" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cat" = ( -/turf/closed/wall, -/area/medical/paramedic/a) -"cau" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cav" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"caw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Conference Maintenance"; - req_access_txt = "17" - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"cay" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"caz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/computer/operating{ - dir = 1; - name = "Robotics Operating Computer" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"caG" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"caH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"caI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"caJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"caK" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"caL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"caM" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"caO" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"caP" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Port to Engine" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"caQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"caR" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Port" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"caS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"caT" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"caV" = ( -/obj/machinery/atmospherics/pipe/manifold4w/green/visible, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"caX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"caY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"caZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cbc" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cbd" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Unfiltered to Mix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cbf" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen2"; - name = "kitchen shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cbg" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cbh" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/pie/cream, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen2"; - name = "kitchen shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cbi" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cbj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cbk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cbl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Distro Southwest"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbm" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cbn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cbo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cbp" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cbq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cbr" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cbt" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cbu" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cbv" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cbw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cbx" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cby" = ( -/turf/closed/wall, -/area/janitor/b) -"cbz" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cbA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Medical Hub East"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cbB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cbC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air Outlet Pump"; - on = 1; - target_pressure = 405.3 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbE" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/pipedispenser, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbI" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cbJ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/crew_quarters/fitness/recreation) -"cbK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cbL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"cbM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cbN" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cbO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cbP" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo2" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Robotics South"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cbQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cbR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cbS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Bridge Maintenance"; - req_access_txt = "17" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cbT" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/vending/wardrobe/jani_wardrobe{ - products = list(/obj/item/clothing/under/rank/janitor = 2, /obj/item/clothing/under/yogs/casualjanitorsuit = 2, /obj/item/clothing/suit/yogs/janitorcoat = 2, /obj/item/cartridge/janitor = 2, /obj/item/clothing/gloves/color/black = 2, /obj/item/clothing/head/soft/purple = 2, /obj/item/paint/paint_remover = 2, /obj/item/melee/flyswatter = 2, /obj/item/flashlight = 2, /obj/item/caution = 6, /obj/item/holosign_creator/janibarrier = 2, /obj/item/lightreplacer = 2, /obj/item/soap/nanotrasen = 2, /obj/item/storage/bag/trash = 2, /obj/item/clothing/shoes/galoshes = 2, /obj/item/watertank/janitor = 2, /obj/item/storage/belt/janitor = 2) - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cbU" = ( -/obj/structure/closet/l3closet/janitor, -/turf/open/floor/plasteel, -/area/janitor/b) -"cbV" = ( -/obj/vehicle/ridden/janicart, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cbW" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/janitor/b) -"cbX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"cbY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cbZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 Outlet Pump"; - on = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cca" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccb" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccc" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"ccd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cce" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccf" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 Outlet Pump"; - on = 1; - target_pressure = 405.3 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccg" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cch" = ( -/obj/structure/closet/crate, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cci" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cck" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ccl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ccn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cco" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - pixel_y = -8 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ccq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ccr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ccs" = ( -/obj/structure/safe, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cct" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ccu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"ccv" = ( -/obj/machinery/computer/crew, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"ccw" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "medtosec"; - map_pad_link_id = "sectomed" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"ccx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ccy" = ( -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ccz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ccA" = ( -/obj/machinery/button/door{ - id = "robotics"; - name = "Shutters Control Button"; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "29" - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ccB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/aug_manipulator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ccC" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ccD" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"ccE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/button/door{ - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"ccF" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "medtosci"; - map_pad_link_id = "scitomed" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"ccG" = ( -/obj/machinery/vending/hydronutrients, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"ccH" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/mechbay"; - dir = 1; - name = "Mech Bay APC"; - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"ccI" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"ccJ" = ( -/obj/structure/table, -/obj/item/crowbar/large, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"ccK" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/mech_bay_recharge_port, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"ccL" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"ccM" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/computer/mech_bay_power_console, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"ccN" = ( -/turf/closed/wall, -/area/teleporter/hub/medical) -"ccO" = ( -/turf/open/floor/plasteel, -/area/janitor/b) -"ccP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"ccQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"ccR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"ccS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ccT" = ( -/obj/structure/floodlight_frame, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"ccU" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tele"; - name = "Telecomms Desk Shutters" - }, -/obj/machinery/door/window/brigdoor/westleft{ - dir = 2; - req_access_txt = "61" - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"ccV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ccW" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ccX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"ccY" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ccZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cda" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/cafeteria) -"cdb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cdc" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cdd" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"cde" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/central"; - dir = 8; - name = "Central Starboard Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cdf" = ( -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cdg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdh" = ( -/obj/structure/table, -/obj/item/roller, -/obj/item/roller, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cdi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cdj" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdk" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cdm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cdn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cdo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cdp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cdq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/crowbar, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cdr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cds" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cdt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cdu" = ( -/obj/machinery/recharge_station, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cdv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cdw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cdx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cdy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cdz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cdA" = ( -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cdB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cdC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cdD" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/robotics/lab) -"cdE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cdF" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cdH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cdI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cdJ" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cdK" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cdL" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cdM" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cdN" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to Port" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cdO" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cdP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cdQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"cdR" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cdT" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cdU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cdV" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/camera{ - c_tag = "Cryogenics"; - dir = 1; - network = list("ss13","Medbay") - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cdW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cdX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cdY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cdZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cea" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"ceb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cec" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"ced" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cee" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cef" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"ceg" = ( -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"ceh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cei" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cej" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cek" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cel" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/clothing/under/janimaid, -/obj/item/key/janitor, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cem" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - pixel_y = -29 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/janitor/b) -"cen" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/janitorialcart, -/obj/item/mop, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"ceo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cep" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"ceq" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"cer" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"ces" = ( -/obj/structure/flora/ausbushes/reedbush, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"cet" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ceu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cev" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"cew" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"cex" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"cey" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"cez" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ceA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"ceB" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"ceC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"ceD" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"ceE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"ceF" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceG" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceH" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceI" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/medical/medbay/central) -"ceJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"ceK" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ceL" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; - dir = 4; - name = "Research Monitor"; - network = list("rd","AI"); - pixel_y = 2 - }, -/obj/structure/table, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"ceM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"ceN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ceO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white, -/obj/machinery/gravity_generator/main/station, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ceP" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window, -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceQ" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/flora/grass/jungle, -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"ceS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ceT" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 15 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHS2"; - location = "CFSW" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ceU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ceV" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/secondary/command) -"ceW" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/robotics_cyborgs{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/machinery/light, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"ceX" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"ceY" = ( -/obj/structure/table/wood, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/light, -/obj/item/map/station, -/obj/item/phone/real, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"ceZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cfa" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"cfb" = ( -/obj/machinery/light, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"cfc" = ( -/obj/structure/cable, -/obj/machinery/computer/mech_bay_power_console{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cfd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cfe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cff" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cfg" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cfh" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Testing Lab West"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cfi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cfj" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cfk" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cfl" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"cfm" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfn" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/structure/fireaxecabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfo" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfp" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfq" = ( -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Atmospherics Workshop East"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Filter" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cfs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cft" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cfu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cfv" = ( -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/space/basic, -/area/engine/atmos_distro) -"cfw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cfx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cfy" = ( -/obj/item/banner, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cfz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/optable, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"cfC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cfD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Port" - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cfH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfI" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Xenobio Entrance"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cfJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cfK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cfM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cfN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cfO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cfP" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cfQ" = ( -/obj/structure/sign/departments/minsky/supply/mining, -/turf/closed/wall, -/area/quartermaster/miningdock) -"cfR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cfS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cfT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cfU" = ( -/obj/machinery/light, -/obj/structure/sign/departments/minsky/supply/mining{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cfV" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/space, -/area/engine/atmos_distro) -"cfW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space, -/area/engine/atmos_distro) -"cfX" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness/recreation"; - dir = 4; - name = "Fitness Room APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfY" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cfZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"cga" = ( -/obj/machinery/vending/donksofttoyvendor, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgb" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgc" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cge" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/obj/structure/lattice, -/turf/open/space, -/area/engine/atmos_distro) -"cgf" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgg" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - icon_state = "left"; - name = "Fitness Ring" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgh" = ( -/obj/structure/closet/athletic_mixed, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgi" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgj" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cgk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cgl" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cgm" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgn" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cgo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cgp" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cgq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/curtain, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cgr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cgs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cgt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cgu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgv" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgw" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgx" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgz" = ( -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cgB" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgD" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cgF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cgG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cgH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cgI" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 12 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cgJ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/clerk) -"cgK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Cargo Desk"; - req_access_txt = "48" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cgL" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cgM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cgN" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cgO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cgP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cgQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cgR" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cgS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - name = "Virology"; - req_access_txt = "39;24" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cgT" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cgU" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Treatment Center Central"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cgV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"cgW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgX" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cgY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cgZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cha" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Atmospherics Spares Bay"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"chc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"chd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"che" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3 - }, -/obj/item/pen{ - pixel_x = -3 - }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"chf" = ( -/obj/structure/chair/comfy/lime{ - dir = 8; - icon_state = "comfychair" - }, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"chg" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"chh" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"chi" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"chj" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"chk" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"chl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"chm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"chn" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cho" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"chp" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"chq" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"chr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/virology) -"chs" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor/a) -"cht" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"chu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"chv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chx" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/holopad, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"chy" = ( -/obj/structure/closet/masks, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"chz" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"chA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"chB" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"chC" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobio Kill Chamber"; - dir = 8; - network = list("ss13","minisat") - }, -/turf/open/floor/circuit, -/area/science/xenobiology) -"chD" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/science/xenobiology) -"chE" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"chF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"chG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"chH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"chI" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"chJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"chK" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"chL" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck{ - pixel_x = 2 - }, -/obj/item/clothing/mask/balaclava{ - pixel_x = -8; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"chM" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chN" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chP" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"chQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"chR" = ( -/obj/machinery/door/airlock/external{ - name = "Starboard Aft Escape Pod Bay" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"chU" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"chV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"chW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"chX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/robotics/lab) -"chY" = ( -/turf/closed/wall/r_wall, -/area/science/nanite) -"chZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cia" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cib" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cic" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cid" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor/b) -"cie" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Pod Access"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cif" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cig" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cih" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cii" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cij" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"cik" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cil" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cim" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"cin" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"cio" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"cip" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ciq" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cir" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"cis" = ( -/obj/machinery/computer/nanite_cloud_controller, -/turf/open/floor/plasteel, -/area/science/nanite) -"cit" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ciu" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"civ" = ( -/obj/machinery/rnd/destructive_analyzer, -/turf/open/floor/plasteel, -/area/science/research) -"ciw" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cix" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ciy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ciz" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciA" = ( -/obj/machinery/button/door{ - id = "rnd"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -4; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ciB" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel, -/area/science/research) -"ciC" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ciD" = ( -/obj/structure/table, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ciE" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ciF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"ciG" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"ciH" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"ciI" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"ciJ" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"ciK" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/dorms/b) -"ciL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ciM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ciN" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ciO" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/research) -"ciP" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"ciQ" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/turf/open/floor/plating, -/area/science/research) -"ciR" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/science/research) -"ciS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"ciT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ciU" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/ten, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ciV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ciX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"ciY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Robotics Surgery"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"ciZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 8; - name = "Starboard Quarter Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cja" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cjb" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/lavendergrass, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"cjc" = ( -/obj/machinery/nanite_program_hub, -/turf/open/floor/plasteel, -/area/science/nanite) -"cjd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cje" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cjf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cjg" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cjh" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cji" = ( -/turf/open/floor/plasteel, -/area/science/research) -"cjj" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/research) -"cjk" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cjl" = ( -/turf/open/floor/plasteel/white, -/area/science/research) -"cjm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cjo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cjp" = ( -/obj/structure/flora/rock/jungle, -/turf/open/floor/grass, -/area/hallway/primary/aft) -"cjq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cjr" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel, -/area/science/research) -"cjs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHS1"; - location = "RE" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cjt" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/announcement_system, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cju" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cjv" = ( -/obj/structure/closet/lasertag/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjF" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjI" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cjJ" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cjK" = ( -/obj/structure/closet/lasertag/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cjL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cjM" = ( -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cjN" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cjP" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cjQ" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cjR" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"cjS" = ( -/obj/machinery/disposal/bin, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cjT" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cjU" = ( -/obj/machinery/nanite_chamber, -/turf/open/floor/plasteel, -/area/science/nanite) -"cjV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"cjW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cjX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cjY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cjZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cka" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"ckb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ckc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cke" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckg" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ckh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cki" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ckj" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=RE"; - location = "SPHE" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ckk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Med"; - location = "APHS2" - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cko" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"ckp" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"ckq" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Science Hub West" - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"ckr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/lasertag/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cks" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ckt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cku" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckx" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cky" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/closet/emcloset, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ckA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckC" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/closet/lasertag/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ckE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "air_out"; - internal_pressure_bound = 2000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"ckF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"ckG" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ckH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ckI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ckJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckL" = ( -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckM" = ( -/obj/machinery/computer/nanite_chamber_control{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"ckN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/nanite) -"ckO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/primary) -"ckP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"ckQ" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"ckS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ckT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFSW"; - location = "CFES" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ckX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cla" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"clb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"clc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cld" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cle" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Science"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"clf" = ( -/obj/machinery/air_sensor{ - id_tag = "air_sensor" - }, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"clg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"clh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cli" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"clj" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"clk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cll" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clm" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cln" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"clw" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/stairs{ - dir = 1 - }, -/area/maintenance/starboard/aft) -"clx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/starboard/aft) -"cly" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"clz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab North"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"clA" = ( -/obj/machinery/nanite_programmer, -/turf/open/floor/plasteel, -/area/science/nanite) -"clB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"clC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"clD" = ( -/obj/structure/table, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"clE" = ( -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"clF" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"clG" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"clH" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"clI" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"clJ" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"clK" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/janitor/b) -"clM" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/explab"; - dir = 4; - name = "Experimentation Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clN" = ( -/turf/closed/wall, -/area/science/research) -"clO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"clP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"clQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "n2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"clR" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/explab) -"clS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Blue Team" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clV" = ( -/obj/machinery/air_sensor{ - id_tag = "n2_sensor" - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"clW" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"clX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/holopad, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"clZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cma" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"cmb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/storage/primary) -"cmc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Red Team" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cme" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cmf" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cmh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cmi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cmj" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"cmk" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cml" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"cmm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"cmn" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cmo" = ( -/obj/structure/window, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cmp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cmq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"cmr" = ( -/turf/open/floor/engine, -/area/science/explab) -"cms" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmt" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"cmv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "o2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"cmx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/crew_quarters/fitness/recreation) -"cmy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/crew_quarters/fitness/recreation) -"cmz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmC" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmD" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cmF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cmG" = ( -/obj/structure/table, -/obj/item/nanite_remote{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/nanite_scanner{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"cmH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cmI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cmJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cmK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"cmL" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cmM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cmN" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Holding Cell"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cmO" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cmP" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cmQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cmR" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Experimentation Lab Maintenance"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cmS" = ( -/obj/structure/table, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cmT" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/command{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cmU" = ( -/turf/open/floor/engine, -/area/science/misc_lab) -"cmV" = ( -/obj/machinery/air_sensor{ - id_tag = "o2_sensor" - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"cmW" = ( -/obj/structure/closet/boxinggloves, -/obj/item/clothing/shoes/jackboots, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmX" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cna" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cnb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cnc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cne" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"cnf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cnh" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/camera{ - c_tag = "Testing Lab South"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cni" = ( -/obj/machinery/camera{ - c_tag = "Experimentation Lab West"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cnj" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/explab) -"cnk" = ( -/obj/machinery/door/airlock/research{ - name = "Nanite Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cnl" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera/motion{ - c_tag = "R&D Server Motion Sensor"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cnm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cnn" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cno" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cnp" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cnq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cnr" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cns" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cnt" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cnu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cnv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cnw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cnx" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("test"); - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cny" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/janitor/b) -"cnz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cnA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cnB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cnC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/closet/lasertag/blue, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cnD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/closet/lasertag/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cnE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"cnF" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cnG" = ( -/mob/living/simple_animal/pet/penguin/emperor/shamebrero{ - desc = "Was used in a experiment by the RD to test how a penguin with a sombrero would effect morale. Results were uncertain but is being kept as the science department's mascot anyway."; - name = "Anadear"; - real_name = "Anadear" - }, -/turf/open/floor/engine, -/area/science/explab) -"cnH" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/science/explab) -"cnI" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cnK" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cnL" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/plasteel, -/area/science/explab) -"cnM" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cnN" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cnO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cnP" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/science/explab) -"cnQ" = ( -/obj/structure/table, -/obj/item/pen, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel, -/area/science/explab) -"cnR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cnS" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cnT" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab East"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cnU" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cnV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cnW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cnX" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/vacant_room) -"cnY" = ( -/obj/structure/filingcabinet, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cnZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"coa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cob" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cod" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"coe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cof" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cog" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"coh" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"coi" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"coj" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/misc_lab) -"cok" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"col" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"com" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"con" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"coo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cop" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"coq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cor" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cos" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cot" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cou" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cov" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cow" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cox" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"coy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"coz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coC" = ( -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"coD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"coH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"coI" = ( -/obj/structure/table, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"coJ" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/vacant_room) -"coK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"coL" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"coM" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/science/research"; - dir = 4; - name = "Science Security APC"; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/security/med, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"coN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"coO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"coP" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"coQ" = ( -/obj/structure/table, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_y = -4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"coR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"coS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"coT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"coU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"coV" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/toolbox/mechanical, -/obj/item/book/manual/wiki/atmospherics, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"coX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"coY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"coZ" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cpa" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cpb" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cpc" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/misc_lab) -"cpd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cpe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cpf" = ( -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cpg" = ( -/obj/machinery/light, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cph" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cpi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cpj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cpk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpn" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cpo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cpp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cpq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cpr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/science/misc_lab) -"cps" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cpt" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cpu" = ( -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"cpv" = ( -/turf/open/floor/plating, -/area/maintenance/disposal) -"cpw" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"cpx" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cpy" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cpz" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"cpA" = ( -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cpB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Paramedic Staging Area Maintenance"; - req_access_txt = "69" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/paramedic/a) -"cpC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpF" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = -32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"cpG" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cpH" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab"; - dir = 8; - name = "Testing Lab APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/mineral/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cpI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cpJ" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cpK" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cpL" = ( -/obj/machinery/autolathe, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cpM" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = -2; - diry = -2 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cpN" = ( -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cpO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cpP" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cpQ" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cpR" = ( -/obj/machinery/door/poddoor/shutters{ - id = "robotics2"; - name = "mech bay" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cpS" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"cpT" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"cpU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cpZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cqc" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cqd" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cqe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cqf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cqg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cqh" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cqi" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cqj" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cqk" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/research) -"cql" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/engine, -/area/science/misc_lab) -"cqm" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"cqn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cqo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cqp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/paramedic/a) -"cqq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqs" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqt" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"cqu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "RD Hall West"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqx" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqy" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cqA" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqC" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cqD" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cqE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cqF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cqG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cqI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cqJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cqK" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"cqL" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cqM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cqN" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cqO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cqP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cqQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cqR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cqU" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cqV" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cqW" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cqX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cqY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Toxins Storage"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cqZ" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cra" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"crb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"crc" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"crd" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cre" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"crf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"crg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"crh" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cri" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"crj" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"crk" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"crl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"crm" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"crn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cro" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"crp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"crq" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"crr" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"crs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"crt" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cru" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Motion Sensor"; - dir = 8; - network = list("ss13","AI") - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = 28; - pixel_y = 4 - }, -/obj/machinery/flasher{ - pixel_x = 24; - pixel_y = -5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"crv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crw" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crx" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crz" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crA" = ( -/obj/structure/table, -/obj/item/cartridge/signal/toxins, -/obj/item/cartridge/signal/toxins{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/map/station{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crB" = ( -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crC" = ( -/obj/item/twohanded/required/kirbyplants/dead, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"crE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"crF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"crG" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"crH" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"crI" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"crJ" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"crK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"crL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"crM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"crN" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/airalarm/server{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crO" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crP" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crQ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crR" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/structure/chair/office/light, -/turf/open/floor/plasteel/dark, -/area/science/server) -"crT" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 8; - name = "RD Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"crW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/research{ - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/misc_lab) -"crX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"crY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"crZ" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"csb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"csc" = ( -/obj/machinery/power/apc{ - areastring = "/area/science"; - dir = 8; - name = "Science APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cse" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/xenobiology) -"csf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"csg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"csh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APHN1"; - location = "Med" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/mob/living/simple_animal/bot/secbot/beepsky, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"csi" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/turf/open/floor/engine, -/area/science/mixing) -"csj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"csk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"csl" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/xenobiology) -"csm" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"csn" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cso" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/server) -"csp" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"csq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"csr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"css" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 25 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cst" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"csu" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"csv" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"csw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Science"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"csy" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"csz" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"csA" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"csB" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"csC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"csD" = ( -/obj/structure/light_construct, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"csE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/machinery/door/window/southright{ - name = "Research and Development Desk"; - req_access_txt = "7" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"csF" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"csG" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/mixing) -"csH" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "47" - }, -/obj/machinery/button/door{ - id = "rnd"; - name = "Research Lab Shutter Control"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "47" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director RC"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"csI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"csJ" = ( -/obj/item/banner, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"csK" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"csL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"csM" = ( -/obj/machinery/light, -/obj/item/banner, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"csN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"csO" = ( -/obj/structure/rack, -/obj/item/aicard, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"csP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"csQ" = ( -/obj/structure/displaycase/labcage, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"csR" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/engine/atmos) -"csS" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"csT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"csU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"csV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"csW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"csX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"csY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"csZ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cta" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"ctb" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/security) -"ctc" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctd" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cte" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/scrubber/huge/movable, -/turf/open/floor/plasteel, -/area/science/storage) -"ctf" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"ctg" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"cth" = ( -/obj/item/banner, -/obj/structure/sign/departments/minsky/command/bridge{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cti" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"ctj" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) -"ctk" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ctl" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"ctm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/observer_start, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"ctn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/robotics{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"cto" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/ai_upload_download, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"ctp" = ( -/obj/structure/rack, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/paicard{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"ctr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cts" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"ctu" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science) -"ctv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science) -"ctw" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/camera{ - c_tag = "Atmosherics Workshop East"; - dir = 8; - network = list("ss13","Eng") - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ctx" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cty" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ctz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ctA" = ( -/obj/machinery/computer/nanite_chamber_control{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"ctB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"ctC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ctD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctH" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/open/floor/engine, -/area/science/mixing) -"ctI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"ctJ" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/storage"; - dir = 8; - name = "Toxins Storage APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/scrubber/huge/movable, -/turf/open/floor/plasteel, -/area/science/storage) -"ctK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"ctM" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 4; - name = "Toxins Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Foyer"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"ctN" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"ctO" = ( -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"ctQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/orange, -/area/hallway/secondary/entry) -"ctR" = ( -/obj/structure/sign/plaques/cave{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"ctS" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"ctT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ctV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"ctW" = ( -/obj/machinery/door/airlock/research{ - name = "Research Custodial"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science) -"ctX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science) -"ctY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science) -"ctZ" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cua" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Workshop South"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cub" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Lazer Tag Arena" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cuc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Waste In"; - on = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cud" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cue" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuf" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cug" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuh" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cui" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cuj" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/mixing) -"cuk" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cul" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cum" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cun" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"cuo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"cup" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"cuq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"cur" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"cus" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cut" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cuu" = ( -/obj/structure/closet/wardrobe/science_white, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cuv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cux" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science) -"cuy" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"cuz" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/engine/atmos_distro) -"cuA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cuB" = ( -/turf/template_noop, -/area/maintenance/central/secondary) -"cuC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuF" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cuG" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/item/poster/neverforget, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuH" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/item/analyzer, -/turf/open/floor/engine, -/area/science/mixing) -"cuI" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/screwdriver, -/turf/open/floor/engine, -/area/science/mixing) -"cuJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cuK" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cuL" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cuO" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"cuP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cuQ" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cuR" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/science) -"cuS" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/science) -"cuT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cuU" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuW" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cuZ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cva" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvb" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/transit_tube/diagonal{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cvc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cvd" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cve" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/heat_exchanger{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cvg" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/hop) -"cvh" = ( -/obj/machinery/atmospherics/components/unary/heat_exchanger{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cvi" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cvj" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cvk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvl" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvq" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvs" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvt" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Asteroid Dock to Lab" - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Asteroid Input"; - dir = 2; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvv" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cvw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cvx" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cvy" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvz" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Research Division Delivery"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cvA" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"cvB" = ( -/obj/machinery/door/poddoor{ - id = "burnvent"; - name = "Burn Chamber Vent" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cvC" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"cvD" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cvE" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Burn Chamber"; - network = list("turbine") - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cvF" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cvG" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_exterior"; - idSelf = "incinerator_access_control"; - name = "Incinerator airlock control"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmos_distro) -"cvH" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = -24; - pixel_y = -6; - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Burn Injector" - }, -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = -24; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvI" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cvK" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/mixing) -"cvM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) -"cvN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/xenobiology{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"cvQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cvS" = ( -/obj/structure/lattice, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/space/basic, -/area/engine/atmos_distro) -"cvT" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cvV" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Lab to Burn" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvW" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cvZ" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Lab"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwd" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwe" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cwf" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cwg" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 8; - name = "Lab to Port" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwh" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cwi" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cwj" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cwk" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cwo" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cwp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwq" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Toxins Mixing Room APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/mixing) -"cwr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cws" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/science/mixing) -"cwt" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cwu" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Blue Team" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cwv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - external_pressure_bound = 120; - name = "killroom vent" - }, -/turf/open/floor/circuit, -/area/science/xenobiology) -"cww" = ( -/obj/machinery/camera{ - c_tag = "Xeno Chamber One"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwx" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cwy" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cwz" = ( -/obj/machinery/camera{ - c_tag = "Mining Foyer"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cwA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwB" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwC" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Red Team" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cwD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cwE" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cwF" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cwG" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cwH" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/mixing) -"cwI" = ( -/turf/open/floor/circuit, -/area/science/xenobiology) -"cwJ" = ( -/obj/machinery/processor/slime, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cwL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cwM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cwN" = ( -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwP" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/medical"; - dir = 4; - name = "Medical Hub APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"cwQ" = ( -/obj/structure/table, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cwS" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cwT" = ( -/obj/machinery/camera{ - c_tag = "Xeno Chamber Two"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cwU" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Room"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cwV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cwW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"cwX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cwY" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light_switch{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cwZ" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxa" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxc" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/science/xenobiology) -"cxd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxe" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Asteroid Dock to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cxf" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 4; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("Toxins"); - pixel_x = -30 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cxh" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxi" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) -"cxk" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cxl" = ( -/obj/machinery/smartfridge/extract, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxm" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/paramedic/a"; - dir = 1; - name = "Primary Paramedic APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cxn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cxo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cxp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cxq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cxr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Primary Paramedic Staging Area"; - dir = 1; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cxs" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Medical Reception"; - dir = 1; - network = list("ss13","Medbay") - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cxt" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cxu" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cxv" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxw" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cxx" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cxy" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/engine, -/area/science/xenobiology) -"cxz" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cxA" = ( -/obj/machinery/doppler_array{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxB" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxC" = ( -/obj/machinery/door/window/southleft{ - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxD" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/camera{ - c_tag = "Toxins Launch Control"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxE" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cxF" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cxH" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxJ" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cxL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cxO" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cxP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cxQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio2"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cxR" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cxS" = ( -/turf/open/floor/plating/airless, -/area/science/mixing) -"cxT" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "toxins launcher bay door" - }, -/turf/open/floor/plating, -/area/science/mixing) -"cxU" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "toxinsdriver" - }, -/turf/open/floor/plating, -/area/science/mixing) -"cxV" = ( -/obj/machinery/computer/atmos_sim{ - dir = 4; - mode = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxW" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cxX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxY" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxZ" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyb" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cye" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyg" = ( -/obj/machinery/light, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyi" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"cyj" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyk" = ( -/turf/closed/wall, -/area/teleporter/hub/science) -"cyl" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cym" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Xenobiology APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cyn" = ( -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cyp" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyq" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyr" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cys" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyt" = ( -/obj/machinery/atmospherics/components/binary/volume_pump{ - dir = 4; - name = "Heat Exchanger output" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyw" = ( -/obj/machinery/meter{ - name = "Space Cooler input" - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cyx" = ( -/obj/effect/landmark/start/yogs/mining_medic, -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Ready Room Southwest"; - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cyy" = ( -/obj/machinery/meter{ - layer = 3.5; - name = "Space Cooler" - }, -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 4; - pipe_color = "#000000" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyz" = ( -/turf/open/floor/plating, -/area/teleporter/hub/science) -"cyA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cyB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/transit_tube/curved/flipped{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cyC" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cyD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/window/spawner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cyF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cyG" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyH" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyI" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyJ" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyL" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cyM" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyO" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyR" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cyS" = ( -/obj/machinery/door/poddoor{ - id = "mixvent"; - name = "Mixer Room Vent" - }, -/turf/open/floor/plating, -/area/science/mixing) -"cyT" = ( -/obj/machinery/sparker{ - dir = 1; - id = "mixingsparker"; - pixel_y = 20 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cyU" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cyV" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cyW" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyX" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 4; - pipe_color = "#000000" - }, -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyY" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 10; - pipe_color = "#000000" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cyZ" = ( -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cza" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czc" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cze" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czf" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/weldingtool, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czg" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"czh" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Xeno Pen Moniter"; - network = list("XenoPen"); - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"czi" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"czj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"czk" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"czl" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/mixing) -"czm" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "incinerator_airlock_interior"; - name = "Incinerator Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmos_distro) -"czn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"czo" = ( -/turf/open/floor/engine, -/area/engine/atmos_distro) -"czp" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/mixing) -"czq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer4{ - id_tag = "toxmix_airlock_pump" - }, -/turf/open/floor/engine, -/area/science/mixing) -"czr" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 5; - pipe_color = "#000000" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"czs" = ( -/obj/machinery/atmospherics/components/binary/volume_pump{ - dir = 4; - name = "Heat Exchanger output" - }, -/obj/machinery/button/door{ - id = "mixvent"; - name = "Mixing Room Vent Control"; - pixel_x = -25; - pixel_y = 5; - req_access_txt = "7" - }, -/obj/machinery/button/ignition{ - id = "mixingsparker"; - pixel_x = -25; - pixel_y = -7 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czt" = ( -/obj/machinery/meter{ - name = "Heat Exchanger output" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czv" = ( -/obj/machinery/camera{ - c_tag = "Command Hall South 1"; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"czw" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czx" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czy" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/teleporter/hub/science"; - name = "Science Hub APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"czz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"czA" = ( -/obj/machinery/door/airlock/public/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "incinerator_airlock_exterior"; - name = "Incinerator Exterior Airlock"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmos_distro) -"czB" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"czC" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"czD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"czF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/engine, -/area/science/mixing) -"czG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czH" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 6 - }, -/mob/living/simple_animal/mouse, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czI" = ( -/obj/machinery/airlock_sensor{ - id_tag = "tox_airlock_sensor"; - master_tag = "tox_airlock_control"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/mixing) -"czJ" = ( -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "tox_airlock_exterior"; - name = "Mixing Room Exterior Airlock"; - req_access_txt = "8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/engine, -/area/science/mixing) -"czK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"czN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czO" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/analyzer, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"czP" = ( -/turf/closed/wall/r_wall, -/area/teleporter/hub/science) -"czQ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/mixing) -"czR" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czS" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czT" = ( -/obj/structure/transit_tube/diagonal{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"czU" = ( -/obj/structure/transit_tube/diagonal, -/turf/open/space/basic, -/area/space/nearstation) -"czV" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"czW" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/mixing) -"czX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"cAb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cAc" = ( -/obj/structure/table/reinforced, -/obj/item/extinguisher{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAd" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cAg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cAh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/layer2{ - dir = 1; - id_tag = "toxmix_airlock_pump" - }, -/turf/open/floor/engine, -/area/science/mixing) -"cAi" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 6; - pipe_color = "#000000" - }, -/obj/machinery/meter{ - name = "Heat Exchanger"; - pixel_y = -5 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cAj" = ( -/obj/machinery/atmospherics/components/binary/volume_pump{ - dir = 8; - name = "Heat Exchanger input" - }, -/obj/machinery/embedded_controller/radio/airlock_controller{ - airpump_tag = "tox_airlock_pump"; - exterior_door_tag = "tox_airlock_exterior"; - id_tag = "tox_airlock_control"; - interior_door_tag = "tox_airlock_interior"; - pixel_x = -24; - pixel_y = 10; - sanitize_external = 1; - sensor_tag = "tox_airlock_sensor" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAk" = ( -/obj/machinery/meter{ - name = "Heat Exchanger input" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAl" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAm" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAn" = ( -/obj/machinery/meter{ - name = "Space Cooler output" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAo" = ( -/obj/machinery/atmospherics/components/binary/volume_pump{ - dir = 8; - name = "Space Cooler output" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAp" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 4; - pipe_color = "#000000" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cAr" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAs" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/machinery/sparker{ - id = "mixingsparker"; - pixel_y = -20 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cAt" = ( -/obj/machinery/atmospherics/pipe/simple{ - color = "#000000"; - dir = 9; - pipe_color = "#000000" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cAu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cAv" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAw" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAx" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Mix to Space" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cAz" = ( -/obj/machinery/atmospherics/pipe/manifold/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAA" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Lab to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/xenobiology) -"cAC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAE" = ( -/obj/structure/transit_tube/station{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cAF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Asteroid Dock to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cAH" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"cAI" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cAJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/sparker{ - id = "Incinerator"; - pixel_x = 25 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cAK" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - layer = 3.1; - name = "Incinerator airlock control"; - pixel_x = -22; - pixel_y = 8 - }, -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmos_distro) -"cAL" = ( -/obj/structure/transit_tube/junction, -/turf/open/space/basic, -/area/space/nearstation) -"cAM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 4 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cAN" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"cAO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cAP" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAQ" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAR" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cAS" = ( -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cAT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAV" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/button/door{ - id = "burnvent"; - name = "Burn Chamber Vent Control"; - pixel_x = -25; - pixel_y = 8; - req_access_txt = "12" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cAW" = ( -/obj/item/wrench, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cAX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"cAY" = ( -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cAZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cBa" = ( -/obj/structure/transit_tube, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cBb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cBc" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cBd" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBe" = ( -/obj/structure/transit_tube, -/turf/open/space/basic, -/area/space/nearstation) -"cBf" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Cooling Loop Bypass" - }, -/obj/machinery/computer/security/telescreen/turbine{ - dir = 1; - icon_state = "telescreen"; - name = "burn chamber monitor"; - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBg" = ( -/obj/machinery/atmospherics/pipe/manifold/brown/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBh" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plating, -/area/science/mixing) -"cBi" = ( -/obj/machinery/atmospherics/pipe/manifold4w/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBj" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"cBl" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Lab to Mix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBm" = ( -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBn" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Lab to Reactor" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBo" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cBp" = ( -/obj/machinery/door/poddoor/preopen{ - id = "SCRAM"; - name = "Reactor SCRAM Shielding" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cBq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cBr" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cBs" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio8"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cBt" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cBu" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cBv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cBw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"cBx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "SCRAM"; - name = "Reactor SCRAM Shielding" - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cBy" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cBz" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cBA" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "SCRAM"; - name = "Reactor SCRAM Shielding" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cBC" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cBD" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBE" = ( -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"cBF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"cBG" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Burn to Loop" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBH" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Loop to Lab" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Lab" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cBK" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cBL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBM" = ( -/obj/item/radio/intercom{ - pixel_x = -29 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cBO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ - dir = 9 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cBP" = ( -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBQ" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBR" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cBS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "starboardsolar"; - name = "Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cBT" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBU" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cBZ" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "starboardsolar"; - name = "Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cCa" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cCb" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cCc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCd" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCe" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCf" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCh" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay shutters."; - id = "medpriv"; - name = "Medbay Shutters Control"; - normaldoorcontrol = 0; - pixel_x = -26; - pixel_y = 4; - req_access_txt = "5" - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = -4; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cCj" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCm" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCn" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCo" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cCp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cCq" = ( -/obj/effect/turf_decal/stripes/end, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/circuitboard/machine/ai_data_core, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cCr" = ( -/obj/structure/chair/stool/bar, -/obj/item/aiModule/toyAI{ - pixel_x = -1; - pixel_y = 9 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"cCs" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"cCt" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/core/full/asimovpp, -/obj/machinery/light, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"cCu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"cCv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cCw" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Fusion Reactor Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCx" = ( -/obj/structure/transit_tube/crossing{ - dir = 1; - icon_state = "crossing" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"cCy" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCz" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCA" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCB" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Fusion Turbine Hall"; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCC" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCD" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cCH" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cCI" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cCJ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cCK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cCL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cCM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cCN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/filingcabinet, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cCO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cCP" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cCQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cCR" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/healthanalyzer, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cCS" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cCT" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cCU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APHN2"; - location = "APHN1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cCV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cCW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cCX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cCY" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/camera{ - c_tag = "Security Briefing Room"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cCZ" = ( -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cDa" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics/cloning"; - name = "Cloning Lab APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"cDb" = ( -/obj/machinery/shower{ - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cDe" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDf" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cDg" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cDh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cDi" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cDj" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDl" = ( -/obj/machinery/camera{ - c_tag = "Robotics Bay North"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cDm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cDo" = ( -/obj/structure/table, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDp" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cDs" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDt" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/ppflowers, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDu" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDv" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDw" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDx" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/ywflowers, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cDz" = ( -/obj/structure/window/spawner{ - dir = 8 - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDA" = ( -/obj/structure/flora/ausbushes/fullgrass, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDB" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDC" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/reedbush, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDD" = ( -/obj/structure/window/spawner, -/obj/structure/window/spawner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDE" = ( -/obj/structure/window/spawner, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDF" = ( -/obj/structure/window/spawner, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cDG" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDH" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cDJ" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cDK" = ( -/obj/machinery/light, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDL" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cDM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDO" = ( -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDR" = ( -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDS" = ( -/obj/machinery/light, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDT" = ( -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDU" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cDV" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cDW" = ( -/obj/structure/bodycontainer/morgue{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera{ - c_tag = "Robotics Surgery"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cDX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cDY" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8; - initialize_directions = 11 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cDZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cEa" = ( -/obj/machinery/camera{ - c_tag = "Chapel South"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"cEb" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cEc" = ( -/turf/closed/wall, -/area/tcommsat/lounge) -"cEd" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cEe" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cEf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Entry Hall North"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"cEg" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Brig Control"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/wood, -/area/security/warden) -"cEh" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cEi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEj" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cEk" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEl" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEm" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"cEn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cEp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/research{ - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cEq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEr" = ( -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "tox_airlock_interior"; - name = "Mixing Room Interior Airlock"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"cEs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEt" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Port Hall West 2" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"cEu" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cEv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/flashlight, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEw" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tele"; - name = "Telecomms Desk Shutters" - }, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cEy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Labor Prisoner Transfer Center"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cEA" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cEC" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cED" = ( -/obj/machinery/camera{ - c_tag = "Command Foyer Southeast"; - dir = 1; - network = list("ss13","command") - }, -/obj/structure/sign/departments/minsky/command/hop{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cEE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEF" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"cEG" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Security Intake South"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cEJ" = ( -/obj/item/twohanded/required/kirbyplants{ - desc = "About as helpful as an actual cargo tech."; - icon_state = "plant-27"; - name = "Planty the Cargo Technician " - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Delivery Office East"; - dir = 1; - network = list("ss13","Cargo") - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cEK" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEL" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Security Delivery"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/main) -"cEM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Cargo Bay Noth"; - network = list("ss13","Cargo") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cEN" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEO" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEP" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cEQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cER" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cES" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cET" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cEU" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"cEV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #5" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "MULE Bay Northeast"; - dir = 6; - network = list("ss13","Cargo") - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cEW" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cEX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cEY" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cEZ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Office Hall Southeast"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cFa" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cFb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cFc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cFd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cFe" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cFf" = ( -/obj/machinery/vending/wallgene{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cFg" = ( -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFj" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFl" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cFm" = ( -/turf/closed/wall/ice, -/area/asteroid/nearstation) -"cFn" = ( -/turf/closed/mineral, -/area/asteroid/nearstation) -"cFo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet/royalblack, -/area/hallway/primary/aft) -"cFq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cFr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cFs" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFt" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6; - layer = 2.35; - level = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFv" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFy" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "mix_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cFA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Prison South"; - dir = 1; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"cFB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) -"cFC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cFD" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFE" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - on = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFF" = ( -/obj/machinery/camera{ - c_tag = "Prison Foyer"; - dir = 8; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cFG" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFI" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cFJ" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cFK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cFL" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFM" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFQ" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/item/assembly/signaler, -/obj/item/multitool, -/obj/item/assembly/signaler, -/obj/machinery/camera{ - c_tag = "Primary Tool East"; - dir = 2; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cFR" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cFS" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cFT" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/auxiliary"; - name = "Security Checkpoint APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFU" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/table, -/obj/item/radio/off, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cFV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cFW" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cFX" = ( -/obj/structure/spider/stickyweb, -/turf/open/floor/plating, -/area/vacant_room) -"cGa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cGc" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGd" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8; - initialize_directions = 11 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGe" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGf" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGh" = ( -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cGi" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/closet/radiation, -/obj/machinery/camera{ - c_tag = "Fusion Chamber Foyer"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGn" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cGo" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cGp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 13 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cGq" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cGt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cGu" = ( -/obj/structure/closet/wardrobe/tcomms, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGv" = ( -/obj/machinery/computer/telecomms/server{ - dir = 4; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGw" = ( -/obj/structure/chair/stool, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the telecoms satellite."; - dir = 8; - name = "Telecoms Satellite Monitor"; - network = list("minisat"); - pixel_x = 29 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGx" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/button/door{ - id = "tele"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -4; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cGz" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Telecomms Front Desk"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGE" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"cGF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cGG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cGH" = ( -/obj/machinery/atmospherics/components/binary/circulator{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cGI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cGJ" = ( -/obj/machinery/power/generator, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cGK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cGL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cGM" = ( -/obj/machinery/atmospherics/components/binary/circulator/cold{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cGN" = ( -/obj/structure/transit_tube/curved, -/turf/open/space/basic, -/area/space/nearstation) -"cGO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGP" = ( -/obj/machinery/atmospherics/miner/oxygen{ - desc = "Gasses mined from the asteroid core flows from this vent." - }, -/turf/open/floor/plating/asteroid/snow/airless, -/area/asteroid/nearstation) -"cGQ" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Mix Tank"; - dir = 8; - network = list("ss13","Eng") - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"cGR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/atmos{ - name = "Reactor Core"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cGS" = ( -/obj/structure/chair/office/light, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cGT" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cGU" = ( -/obj/structure/table/glass, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cGV" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cGW" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 3 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cGX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"cGY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cGZ" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cHa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cHb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHc" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/atmospherics_engine"; - name = "Fusion Reactor APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cHd" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cHe" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/plasticflaps, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cHf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHg" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/bridge/meeting_room"; - dir = 4; - name = "Conference Room APC"; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cHh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cHi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cHj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHp" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cHq" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cHr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cHs" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cHt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PPHW1"; - location = "APHN2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cHu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cHv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cHw" = ( -/obj/structure/table, -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHx" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cHy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cHD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHF" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cHG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cHH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHK" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHL" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cHN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cHO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cHP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cHQ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cHR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cHS" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cHT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 8; - name = "Detective's Office APC"; - pixel_x = -25 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cHU" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cHV" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cHW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cHX" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cHY" = ( -/obj/machinery/requests_console{ - department = "Law office"; - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/lawoffice) -"cHZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cIa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIb" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cIc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/lawoffice) -"cId" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIe" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIg" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIj" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIl" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cIm" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cIn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cIo" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cIp" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cIq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIu" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cIv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cIw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cIx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cID" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIE" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIG" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/department/medical/central) -"cIH" = ( -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cII" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cIN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIO" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/closet/wardrobe/cargotech, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cIP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cIR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIV" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIW" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIY" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cIZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cJa" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cJb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cJc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cJd" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cJe" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cJf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cJg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cJh" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cJi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cJj" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cJk" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJm" = ( -/obj/structure/transit_tube/crossing{ - dir = 1; - icon_state = "crossing" - }, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cJo" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cJp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cJs" = ( -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cJt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cJu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cJv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cJw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cJx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cJy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cJz" = ( -/obj/structure/table/glass, -/obj/item/book/manual/nuclear, -/obj/item/hand_tele, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"cJA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cJB" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJC" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJD" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cJF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cJI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJK" = ( -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"cJL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJN" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJQ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cJT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cJV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - name = "Robotics Lab APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cJW" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cJX" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cJY" = ( -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cJZ" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cKa" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Robotics Maintenance"; - req_access_txt = "29" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"cKb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cKc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 14 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cKd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cKe" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cKf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"cKg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/landmark/start/yogs/mining_medic, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cKh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cKi" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mining Maintenance"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cKj" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningdock"; - dir = 1; - name = "Mining Dock APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cKk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cKl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cKm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKn" = ( -/obj/machinery/door/airlock{ - name = "Concession Stand"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cKo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cKp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cKq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cKr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cKs" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cKt" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/obj/structure/fireaxecabinet{ - pixel_y = 32 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cKu" = ( -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cKv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Secondary Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cKw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/atmos{ - name = "Turbine Hall"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cKx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cKy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKC" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cKD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cKE" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cKF" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"cKG" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cKH" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cKJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Robotics Maintenance"; - req_access_txt = "29" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"cKK" = ( -/obj/structure/lattice, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"cKL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/window/spawner{ - dir = 8 - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cKU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cKV" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cKW" = ( -/turf/closed/wall/rust, -/area/asteroid/nearstation) -"cKX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cKY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cLa" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science) -"cLb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cLc" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cLd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cLe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor/b) -"cLf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cLg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cLh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cLi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cLj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLk" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cLl" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLm" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLn" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cLp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cLr" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cLs" = ( -/turf/closed/wall/r_wall/rust, -/area/asteroid/nearstation) -"cLt" = ( -/obj/machinery/atmospherics/miner/water_vapor{ - desc = "Gasses mined from the asteroid core flows from this vent." - }, -/turf/open/floor/plating/asteroid/snow/airless, -/area/asteroid/nearstation) -"cLu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cLv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLw" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLy" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cLz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLA" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cLB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cLC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLD" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 28 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cLE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cLF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cLG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLL" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLM" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cLN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cLO" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/wood, -/area/medical/psych) -"cLP" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"cLQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cLR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cLT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLU" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLW" = ( -/turf/closed/wall, -/area/crew_quarters/dorms/b) -"cLX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cLY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cLZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cMa" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cMb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cMc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cMd" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cMe" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cMf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMg" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMh" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMk" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMl" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cMs" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Fusion Chamber North"; - network = list("ss13","Eng") - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMt" = ( -/obj/structure/transit_tube/junction{ - dir = 1; - icon_state = "junction0" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cMu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMy" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMz" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMA" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMB" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/entrance) -"cMC" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cMD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cME" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMI" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Recreation Deck Cabins" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cMJ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cML" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cMM" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cMN" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cMO" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cMP" = ( -/obj/machinery/atmospherics/miner/nitrogen{ - desc = "Gasses mined from the asteroid core flows from this vent." - }, -/turf/open/floor/plating/asteroid/snow/airless, -/area/asteroid/nearstation) -"cMQ" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cMR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cMS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cMT" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cMU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cMV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cMW" = ( -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cMX" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cMY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cMZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cNa" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cNc" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cNd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNe" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 - }, -/obj/item/flashlight, -/obj/item/radio{ - pixel_x = -10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cNf" = ( -/obj/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/mixing) -"cNh" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNj" = ( -/obj/structure/window/plasma/reinforced, -/obj/machinery/holopad, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNk" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cNl" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cNm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cNn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cNo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cNp" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/lounge"; - dir = 1; - name = "Telecoms Satellite Access APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cNq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNr" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cNs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cNt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cNu" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cNv" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cNw" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cNx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNz" = ( -/turf/open/space/basic, -/area/asteroid/nearstation) -"cNA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cNB" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cNC" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cND" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cNE" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cNF" = ( -/turf/open/floor/circuit, -/area/tcommsat/entrance) -"cNG" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Transit Hub"; - dir = 8; - network = list("ss13","minisat") - }, -/turf/open/floor/circuit, -/area/tcommsat/entrance) -"cNH" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/engine/atmospherics_engine) -"cNI" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cNJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cNK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cNO" = ( -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNQ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cNR" = ( -/obj/machinery/camera{ - c_tag = "Xeno Chamber Six"; - dir = 1; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cNS" = ( -/obj/machinery/camera{ - c_tag = "Xeno Chamber Five"; - dir = 1; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cNT" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cNU" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/camera{ - c_tag = "Science Hub East"; - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"cNV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Research Director"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/crew_quarters/heads/hor) -"cNW" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Medical Fabrication"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"cNX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cNY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Treatment Center West"; - dir = 1; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cNZ" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/camera{ - c_tag = "Virology Monkey Pen"; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOb" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair, -/obj/machinery/camera{ - c_tag = "Medical Security"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"cOc" = ( -/obj/structure/bed/roller, -/obj/machinery/camera{ - c_tag = "Treatment Center South"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"cOd" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Morgue West"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cOe" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Morgue"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cOf" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/machinery/camera{ - c_tag = "Virology Breakroom"; - dir = 8; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Virology Patient Rooms"; - dir = 1; - network = list("ss13","Medbay") - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOh" = ( -/obj/machinery/camera{ - c_tag = "Command Hall South 2"; - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cOi" = ( -/obj/machinery/dna_scannernew, -/obj/machinery/camera{ - c_tag = "Cloning Lab"; - dir = 1; - network = list("ss13","rd","Medbay") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/medical/genetics/cloning) -"cOj" = ( -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cOk" = ( -/obj/effect/spawner/xmastree/rdrod, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - dir = 1; - network = list("ss13","rd","command") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cOl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/camera{ - c_tag = "Toxins Lab South"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/mixing) -"cOm" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cOn" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Brig Hall East" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cOo" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wirecutters, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wrench, -/obj/machinery/camera{ - c_tag = "Primary Tool West"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cOp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cOq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cOr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/main) -"cOs" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOt" = ( -/obj/machinery/camera{ - c_tag = "Arrivals South"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cOu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cOv" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Arrivals Southwest"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cOw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Security Entry Hall South"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"cOx" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cOA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cOB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cOC" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cOD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cOE" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cOF" = ( -/obj/machinery/door/window/brigdoor/westleft{ - dir = 4; - req_access_txt = "61" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cOG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Science Entry Hall North"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cOH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Science Entry Hall South"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cOI" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cOJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "RD Hall South"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cOK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/bookcase/manuals/research_and_development, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cOL" = ( -/obj/structure/closet/wardrobe/science_white, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "RD Hall Southwest"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cOM" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "teletoengi"; - map_pad_link_id = "engitotele" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cON" = ( -/obj/structure/tank_dispenser, -/obj/machinery/camera{ - c_tag = "Toxins Testing North"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cOO" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cOR" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cOS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOT" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/geiger_counter, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cOU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cOV" = ( -/obj/machinery/camera{ - c_tag = "Aft Pod Hall"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cOW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security Office Hall South"; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cOX" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Foyer"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/security/main) -"cOZ" = ( -/obj/machinery/food_cart, -/obj/machinery/camera{ - c_tag = "Concession Kitchen"; - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cPa" = ( -/obj/machinery/plantgenes, -/obj/machinery/camera{ - c_tag = "Concession Hydroponics"; - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cPb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cPd" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Concession Stand Cafe"; - dir = 8 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/reagent_containers/food/condiment/saltshaker, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cPe" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/main) -"cPf" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Holodeck Observation South"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cPg" = ( -/obj/machinery/camera{ - c_tag = "Recreation Deck"; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cPh" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/closet, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cPi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Parole Release South"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cPj" = ( -/obj/machinery/camera{ - c_tag = "Starboard West 2"; - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cPk" = ( -/obj/item/paicard, -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "Arcade Bay"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cPl" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/violet/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Lazer Tag Arena Red Team"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cPn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Lazer Tag Arena Blue Team"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cPo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cPp" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cPr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cPs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Hall West 4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPt" = ( -/obj/structure/lattice, -/turf/closed/wall/rust, -/area/asteroid/nearstation) -"cPu" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 1" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPv" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 3" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPw" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cPx" = ( -/obj/machinery/camera{ - c_tag = "Port Hall West 5"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPy" = ( -/obj/machinery/camera{ - c_tag = "Port Hall West 3"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPz" = ( -/obj/machinery/door/airlock/medical{ - name = "Medbay Custodial"; - req_access_txt = "6;5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cPA" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 5"; - dir = 1; - network = list("ss13") - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPB" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 2"; - dir = 8 - }, -/turf/open/floor/carpet/exoticgreen, -/area/hallway/primary/port) -"cPC" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/turf/open/floor/circuit, -/area/tcommsat/entrance) -"cPD" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/circuit, -/area/tcommsat/entrance) -"cPE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cPF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cPG" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -27 - }, -/obj/machinery/camera{ - c_tag = "Security Front Desk"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cPH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cPI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cPJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/chair/stool, -/obj/machinery/button/door{ - id = "SCRAM"; - name = "AZ-5"; - pixel_x = -6; - pixel_y = -28 - }, -/obj/machinery/button/ignition{ - id = "fusionburn"; - pixel_x = 4; - pixel_y = -28 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPM" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank{ - dir = 8; - input_tag = "fusion_loop_in"; - output_tag = "fusion_loop_out"; - sensors = list("fusion_sensor" = "Chamber") - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 6 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cPO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 4 - }, -/obj/machinery/air_sensor{ - id_tag = "fusion_sensor" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cPP" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 10 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cPQ" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall North 6"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cPR" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall North 3"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cPS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cPT" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/violet/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cPU" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall North 5"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cPV" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cPW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cPX" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall North 2"; - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cPY" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cPZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cQa" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cQb" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cQc" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Hall North 1"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cQd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cQe" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cQf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cQg" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos{ - dir = 4; - id = "fusion_loop_in" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cQh" = ( -/obj/machinery/camera{ - c_tag = "Protective Custody"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cQi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Medical Entry Hall South"; - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cQj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Command Hall South 3"; - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cQk" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay East"; - dir = 8; - network = list("ss13","Cargo") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cQl" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "MULE Bay Southwest"; - dir = 1; - network = list("ss13","Cargo") - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cQm" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cQp" = ( -/obj/machinery/light, -/obj/machinery/status_display/supply{ - pixel_y = -30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/machinery/camera{ - c_tag = "Cargo Bay South"; - dir = 1; - network = list("ss13","Cargo") - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"cQq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/chair/stool, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"cQr" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cQs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cQt" = ( -/obj/structure/table, -/obj/item/cartridge/quartermaster{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/cartridge/quartermaster, -/obj/item/cartridge/quartermaster{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/coin/twoheaded, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"cQu" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"cQv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cQw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Prison Access"; - dir = 1; - network = list("ss13","Prison") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cQx" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cQy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cQz" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cQA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cQB" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cQC" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/restraints/handcuffs, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/clothing/head/helmet, -/turf/open/floor/plating, -/area/security/execution) -"cQD" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"cQG" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cQH" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"cQI" = ( -/obj/machinery/light/small, -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"cQJ" = ( -/obj/machinery/camera{ - c_tag = "Interrogation"; - dir = 8; - network = list("ss13","Interrogation") - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cQK" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cQL" = ( -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cQM" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cQN" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cQO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cQP" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/medical/psych) -"cQQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"cQR" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/purple/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cQS" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cQU" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Reactor Cold Loop Out" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cQV" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Mining Refinery"; - dir = 1; - network = list("ss13","Cargo") - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cQW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cQX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/chair, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cQY" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cQZ" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 8; - network = list("ss13","Cargo") - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cRa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cRb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Ready Room Southeast"; - dir = 8; - network = list("ss13","Cargo") - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cRc" = ( -/obj/structure/table/glass, -/obj/item/storage/box/fancy/donut_box, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"cRd" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cRe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cRf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cRg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cRh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/holopad, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"cRi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cRj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cRk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cRl" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/entrance"; - dir = 1; - name = "Telecoms Satellite Access APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cRm" = ( -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cRo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFSE"; - location = "ARV" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cRp" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cRq" = ( -/obj/machinery/camera{ - c_tag = "Boxing Arena"; - dir = 1; - network = list("ss13") - }, -/obj/structure/table/wood/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cRr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cRs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cRt" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cRu" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"cRv" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/bridge/meeting_room) -"cRw" = ( -/obj/machinery/atmospherics/components/unary/heat_exchanger{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fusion Chamber West"; - dir = 4; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cRx" = ( -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cRy" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/quartermaster/office) -"cRz" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai_upload) -"cRA" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/hallway/secondary/command) -"cRB" = ( -/obj/structure/chair, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cRC" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRD" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRE" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - dir = 1; - network = list("ss13","AI") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRF" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"cRH" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"cRI" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/cafeteria) -"cRJ" = ( -/obj/machinery/atmospherics/components/unary/heat_exchanger{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cRK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/hallway/primary/starboard) -"cRL" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/starboard) -"cRM" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/science/nanite) -"cRN" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cRO" = ( -/obj/structure/chair, -/obj/machinery/camera{ - c_tag = "Cargo Foyer"; - network = list("ss13","Cargo") - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cRP" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/obj/item/clothing/glasses/meson, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cRQ" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cRR" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cRS" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cRT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cRU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cRV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cRW" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APHS1"; - location = "CFES" - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - name = "Detective Griff" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cRX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cRY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cRZ" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cSa" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cSb" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cSc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "7" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cSd" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cSe" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cSf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/medical/virology) -"cSg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cSh" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSi" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSj" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cSk" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cSl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cSm" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cSn" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, -/obj/machinery/sparker{ - id = "fusionburn"; - pixel_x = 25 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cSo" = ( -/obj/structure/table/glass, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen/red, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSp" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle{ - desc = "A small bottle. Appears empty, but the label indicates it once contained an advanced virus."; - name = "Motaba Bio-Warfare Culture Bottle" - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSq" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Test Bay Four"; - req_access_txt = "39" - }, -/obj/effect/decal/cleanable/blood/tracks, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSr" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Test Bay Three"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSs" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Test Bay Two"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSt" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Test Bay One"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSu" = ( -/obj/structure/table/glass, -/obj/item/clothing/glasses/science, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSv" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSw" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cSx" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSy" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSz" = ( -/obj/item/bodypart/l_arm/robot/surplus, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSA" = ( -/obj/effect/decal/cleanable/blood/gibs/body, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSB" = ( -/obj/effect/decal/cleanable/blood/gibs, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSC" = ( -/obj/effect/decal/cleanable/blood/innards, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSD" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSE" = ( -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cSG" = ( -/obj/item/chair, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSH" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSI" = ( -/obj/effect/decal/cleanable/vomit, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSJ" = ( -/obj/effect/decal/cleanable/blood/gibs/down, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSK" = ( -/obj/item/bodybag, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSL" = ( -/obj/item/bodypart/l_leg, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cSM" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cSN" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cSO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/clerk) -"cSP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cSQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"cSR" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/clerk) -"cSS" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cST" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cSU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cSV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cSW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cSX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/cafeteria) -"cSY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cSZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cTa" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cTb" = ( -/obj/effect/landmark/start/cook, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"cTc" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cTd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/janitor/b) -"cTe" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"cTf" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/landmark/event_spawn, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cTg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cTh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cTi" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cTj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cTk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cTl" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cTm" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cTn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/fitness/recreation) -"cTo" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"cTp" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) -"cTq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/nanite) -"cTr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cTs" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cTt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cTu" = ( -/obj/structure/rack, -/obj/item/storage/box/lights/mixed{ - pixel_x = -1; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cTv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"cTw" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/explab) -"cTx" = ( -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTy" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cTz" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"cTA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/structure/table, -/obj/item/pipe_dispenser, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cTB" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/research_director, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"cTC" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cTD" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cTE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cTF" = ( -/obj/machinery/air_sensor/atmos/toxins_mixing_tank, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/mixing) -"cTG" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Asteroid Dock to Atmospherics" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cTH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"cTI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cTJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cTK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cTL" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cTM" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/maintenance/department/bridge) -"cTN" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/maintenance/department/bridge) -"cTO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"cTP" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cTQ" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cTR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cTS" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cTT" = ( -/obj/machinery/door/airlock/hatch{ - name = "Teleporter Room"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cTU" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"cTV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cTW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cTX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cTZ" = ( -/obj/machinery/sparker{ - id = "testigniter"; - pixel_x = -25 - }, -/obj/structure/target_stake, -/turf/open/floor/engine, -/area/science/misc_lab) -"cUa" = ( -/obj/machinery/computer/slot_machine, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/light_construct/small, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"cUb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cUc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/bluespace_beacon, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUg" = ( -/obj/machinery/atmospherics/components/unary/heat_exchanger, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cUh" = ( -/obj/machinery/atmospherics/components/unary/heat_exchanger, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cUi" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cUj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos{ - dir = 4; - id_tag = "fusion_loop_out" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cUk" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cUl" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cUm" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/purple/visible, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cUn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cUo" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cUp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cUq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cUr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - on = 0 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cUs" = ( -/obj/machinery/atmospherics/components/unary/tank/oxygen{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Testing South"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/science/mixing) -"cUt" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cUu" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cUv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"cUw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"cUx" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Mixing Room"; - req_access_txt = "8" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) -"cUy" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cUz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"cUA" = ( -/obj/machinery/door/airlock/external{ - name = "Asteroid Dock Control"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cUB" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/security"; - dir = 4; - name = "Security Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cUC" = ( -/obj/structure/chair/comfy/beige{ - dir = 4; - icon_state = "comfychair" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/department/security) -"cUD" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/maintenance/department/security) -"cUE" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cUF" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cUG" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/obj/machinery/meter, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cUH" = ( -/obj/structure/transit_tube/crossing{ - dir = 1; - icon_state = "crossing" - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cUI" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cUJ" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/royalblack, -/area/tcommsat/computer) -"cUK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/carpet/royalblack, -/area/tcommsat/computer) -"cUL" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cUM" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cUN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"cUO" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/four, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cUP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cUQ" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet/royalblack, -/area/tcommsat/computer) -"cUR" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cUS" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cUT" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cUU" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Foyer"; - dir = 8; - network = list("ss13","minisat") - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cUV" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUW" = ( -/obj/machinery/teleport/station, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera{ - c_tag = "Telecomms Teleporter"; - dir = 1; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUX" = ( -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUY" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cUZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVa" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVb" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVc" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVd" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVe" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVf" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/seven, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cVg" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cVh" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVi" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVj" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVk" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVl" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cVm" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/six, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVn" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cVq" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVr" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVs" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVt" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cVu" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"cVv" = ( -/obj/effect/decal/cleanable/oil/slippery, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cVw" = ( -/obj/effect/decal/cleanable/shreds, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cVx" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cVy" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"cVz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cVB" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cVC" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVD" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/minor/bowler_or_that, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVE" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/minor/beret_or_rabbitears, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVF" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cVG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cVH" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cVI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/door/window/brigdoor/westleft{ - req_access_txt = "61" - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cVJ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cVK" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ - dir = 9 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmospherics_engine) -"cVL" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"cVM" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cVN" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 1 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cVO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Fusion Chamber East"; - dir = 8; - network = list("ss13","Eng") - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cVP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/structure/rack, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cVQ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Asteroid Dock to Atmospherics" - }, -/obj/machinery/camera{ - c_tag = "Asteroid Dock"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plating/airless, -/area/engine/atmos_distro) -"cVR" = ( -/obj/structure/table, -/turf/open/floor/carpet/royalblack, -/area/tcommsat/computer) -"cVS" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/carpet/royalblack, -/area/tcommsat/computer) -"cVT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cVU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cVV" = ( -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cVW" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cVX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cVY" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cVZ" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cWa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cWb" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Transit (Station Side)"; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cWc" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cWd" = ( -/obj/machinery/door/poddoor{ - id = "SCRAM" - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cWe" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 6 - }, -/obj/machinery/door/poddoor{ - id = "SCRAM" - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cWf" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cWg" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cWi" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/science/nanite"; - dir = 4; - name = "Nanite Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 8; - name = "Research Lab APC"; - pixel_x = -25 - }, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cWk" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWl" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWm" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cWn" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cWo" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8 - }, -/obj/machinery/door/poddoor{ - id = "SCRAM" - }, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"cWp" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"cWq" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWr" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cWs" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWt" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - network = list("ss13","rd") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cWu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"cWv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/door/window/brigdoor/westleft{ - dir = 2; - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cWx" = ( -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"cWy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cWz" = ( -/obj/structure/closet/crate, -/obj/machinery/camera{ - c_tag = "Delivery Office West"; - dir = 4; - network = list("ss13","Cargo") - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cWA" = ( -/obj/machinery/camera{ - c_tag = "Starboard East 3" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cWB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cWC" = ( -/obj/machinery/camera{ - c_tag = "Starboard East 4"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cWD" = ( -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cWE" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cWF" = ( -/obj/machinery/power/smes, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cWG" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cWH" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cWI" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cWJ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stack/ore/bluespace_crystal/artificial, -/obj/item/stack/ore/bluespace_crystal/artificial, -/obj/item/stack/ore/bluespace_crystal/artificial, -/obj/item/stack/ore/bluespace_crystal/artificial, -/obj/item/stack/ore/bluespace_crystal/artificial, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cWK" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cWL" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8; - icon_state = "computer" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cWM" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cWN" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cWP" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cWQ" = ( -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cWR" = ( -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cWS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cWT" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cWU" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - network = list("aicore") - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = 6 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 23; - pixel_y = -7 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cWV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cWW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/transit_tube/curved, -/turf/closed/wall, -/area/tcommsat/lounge) -"cWX" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cWY" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"cWZ" = ( -/obj/structure/transit_tube/curved/flipped, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/closed/wall, -/area/tcommsat/lounge) -"cXa" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cXb" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecoms Tech Storage"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"cXc" = ( -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cXd" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"cXe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cXf" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ - dir = 8; - name = "toxins space injector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/science/mixing) -"cXg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cXh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cXj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cXk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm5"; - name = "Cabin 1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm6"; - name = "Cabin 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXu" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXv" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm5"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXy" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm6"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXA" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXB" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/machinery/camera{ - c_tag = "Rec Deck Cabins North"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXC" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm7"; - name = "Cabin 3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXH" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm8"; - name = "Cabin 4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm7"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm8"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXM" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm9"; - name = "Cabin 5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock{ - id_tag = "Dorm10"; - name = "Cabin 6" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm9"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXQ" = ( -/obj/machinery/camera{ - c_tag = "Rec Deck Cabins South"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm10"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"cXS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXU" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/b) -"cXV" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXW" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXX" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms/b"; - name = "Dormitory South APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cXY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cXZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYa" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYb" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restroom" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYc" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYd" = ( -/obj/machinery/camera{ - c_tag = "Rec Deck Showers"; - network = list("ss13") - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYe" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/b) -"cYi" = ( -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYj" = ( -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYk" = ( -/obj/structure/table, -/obj/item/razor, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYl" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYn" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"cYp" = ( -/obj/item/bikehorn/rubberducky, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYq" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYr" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYt" = ( -/obj/machinery/washing_machine, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYu" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/dorms/b) -"cYv" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Rec Deck Laundry"; - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYx" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"cYy" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cYA" = ( -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cYB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science) -"cYC" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cYD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cYE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cYF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYG" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYH" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cYJ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) -"cYK" = ( -/obj/structure/window/plasma/reinforced{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYL" = ( -/obj/structure/window/plasma/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYM" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYN" = ( -/obj/structure/table, -/obj/item/map/station{ - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYO" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cYP" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cYQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cYR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cYS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cYT" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cYU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cYV" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cYZ" = ( -/obj/machinery/door/airlock/hatch{ - name = "Signal Technician Lounge"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cZa" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZc" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZe" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZf" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"cZg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cZh" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cZi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cZj" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cZk" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cZl" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"cZm" = ( -/obj/machinery/light, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cZn" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cZo" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"cZp" = ( -/obj/structure/bed, -/obj/item/bedsheet/yellow, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cZq" = ( -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4; - name = "Mix to Reactor" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZs" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cZt" = ( -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"cZu" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4; - initialize_directions = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZx" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecoms Control Room"; - req_access_txt = "70" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cZy" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"cZz" = ( -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cZA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZB" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"cZC" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cZD" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZE" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"cZG" = ( -/turf/closed/mineral/plasma/volcanic, -/area/asteroid/nearstation) -"cZH" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cZI" = ( -/turf/closed/wall, -/area/maintenance/department/tcoms) -"cZJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light_switch{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZL" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cZN" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"cZO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZP" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Control APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/department/science) -"cZR" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cZS" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/multitool, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cZT" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"cZU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cZV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"cZW" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"cZX" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"cZY" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"cZZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"dab" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"dac" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"dad" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fusion Chamber South"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"dae" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daf" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dag" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dah" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dai" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"dak" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space/basic, -/area/space/nearstation) -"dal" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock{ - id_tag = "commissarydoor"; - name = "Commissary"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"dam" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dan" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dao" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/tcomms, -/obj/item/paper_bin, -/obj/item/radio{ - pixel_x = -10 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dap" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"daq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"dar" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Life Support"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"das" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"dat" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dau" = ( -/obj/machinery/light/small, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -8; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"dav" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"daw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"dax" = ( -/obj/machinery/atmospherics/miner/toxins, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"day" = ( -/obj/machinery/button/door{ - id = "commissaryshutter"; - name = "Commissary Shutter Control"; - pixel_x = 6; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"daz" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/sign/departments/minsky/research/xenobiology{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"daA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daC" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"daE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daF" = ( -/obj/effect/landmark/start/yogs/network_admin, -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/darkgreen, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daH" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"daI" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daJ" = ( -/obj/machinery/computer/telecomms/server{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daK" = ( -/obj/machinery/computer/message_monitor{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"daM" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"daO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daP" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"daR" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -8; - pixel_y = 24 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"daS" = ( -/obj/machinery/atmospherics/miner/carbon_dioxide{ - desc = "Gasses mined from the asteroid core flows from this vent." - }, -/turf/open/floor/plating/asteroid/airless, -/area/asteroid/nearstation) -"daT" = ( -/obj/machinery/telecomms/receiver/preset_left, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"daU" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"daV" = ( -/obj/machinery/telecomms/hub/preset, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"daW" = ( -/obj/structure/closet/wardrobe/tcomms, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"daY" = ( -/obj/machinery/ntnet_relay, -/obj/effect/turf_decal/bot_white, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"daZ" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dba" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbb" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbc" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbd" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room East"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dbg" = ( -/obj/machinery/telecomms/server/presets/science, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbh" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dbi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dbj" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbk" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbl" = ( -/obj/structure/sign/directions/medical{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbo" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"dbp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dbq" = ( -/obj/machinery/light, -/obj/structure/sign/departments/minsky/supply/cargo{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dbr" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dbs" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbt" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbu" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbv" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 26 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dbx" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dby" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbA" = ( -/obj/structure/sign/departments/minsky/supply/cargo{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dbB" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dbC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"dbD" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dbF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbG" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbJ" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 4; - name = "Telecommunications Maintenance APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbK" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbL" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbM" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbN" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dbO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbP" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dbQ" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dbR" = ( -/obj/machinery/door/airlock, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"dbS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/vacant_room"; - dir = 1; - name = "Vacant Office APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"dbT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbU" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dbV" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dbW" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbX" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbY" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/item/radio{ - pixel_x = -10 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dbZ" = ( -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 2; - name = "Telecomms Server APC"; - pixel_y = -23 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dca" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room South"; - dir = 1; - network = list("ss13","minisat") - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcb" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dcc" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -26 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dcd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/structure/closet, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dce" = ( -/obj/structure/table/glass, -/obj/machinery/camera{ - c_tag = "Genetics Lab"; - dir = 1; - network = list("ss13","rd","Medbay") - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dcf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dcg" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 1; - name = "Port Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dch" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dci" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dcj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"dcl" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"dcm" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcn" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dco" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"dcp" = ( -/obj/machinery/camera{ - c_tag = "Docking Lounge North"; - network = list("ss13") - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcr" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dct" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcu" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dcv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) -"dcw" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/cell_charger, -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dcx" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcz" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcA" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"dcB" = ( -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dcC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcF" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcG" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcI" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcJ" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dcK" = ( -/obj/machinery/telecomms/message_server/preset, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcL" = ( -/obj/machinery/blackbox_recorder, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dcN" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcO" = ( -/obj/machinery/telecomms/receiver/preset_right, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/mining/aux_base"; - dir = 4; - name = "Auxillary Base Construction APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dcQ" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcS" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "Docking Bay 2"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"dcT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dcU" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room West"; - dir = 4; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dcV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcW" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dcY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dcZ" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dda" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ddb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ddd" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"dde" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"ddf" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = -26 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"ddg" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddh" = ( -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ddi" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddj" = ( -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddk" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"ddl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"ddm" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/evac) -"ddn" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 12; - height = 18; - id = "emergency_home"; - name = "BoxStation emergency evac bay"; - width = 32 - }, -/turf/open/space/basic, -/area/space) -"ddo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ESC"; - location = "FPHN1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddr" = ( -/obj/machinery/telecomms/server/presets/command, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dds" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ddt" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddu" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ddv" = ( -/obj/machinery/telecomms/bus/preset_one, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddy" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddz" = ( -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddB" = ( -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddC" = ( -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"ddD" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ddE" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ddF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ddG" = ( -/obj/machinery/light, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"ddH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ENG"; - location = "FPHN2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddJ" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ddK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/space/basic, -/area/maintenance/department/science) -"ddL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ddM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ddN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddO" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddQ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clipboard, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddR" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddS" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/cargo_technician, -/obj/machinery/button/door{ - id = "supqueue"; - name = "Queue Shutters Control"; - pixel_x = 24; - pixel_y = 25; - req_access_txt = "28" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddT" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddV" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddX" = ( -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ddY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ddZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dea" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ded" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dee" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"def" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deg" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"deh" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dei" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dej" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dek" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/machinery/status_display/supply{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"del" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dem" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"den" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deo" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/red, -/obj/machinery/camera{ - c_tag = "Cargo Office East"; - dir = 1; - network = list("ss13","Cargo") - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dep" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deq" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/storage/firstaid/regular{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"der" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"des" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"det" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dev" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dew" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_x = 26; - pixel_y = -5 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"dex" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dey" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dez" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deA" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deB" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deD" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deF" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deG" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deH" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"deJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deL" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "AI Hall Monitor"; - dir = 8; - network = list("ss13","AI") - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deM" = ( -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"deN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"deO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deP" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"deQ" = ( -/obj/machinery/autolathe, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deS" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/storage/primary) -"deT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deU" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"deV" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deW" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/clerk) -"deX" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=RW"; - location = "CHS2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deY" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CFNE"; - location = "CHS1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"deZ" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/clerk) -"dfa" = ( -/obj/machinery/camera{ - c_tag = "Command Hall South 5"; - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfb" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfc" = ( -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/evac) -"dfd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"dfe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dff" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Mining Office"; - dir = 8; - network = list("ss13","Cargo") - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"dfi" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dfk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"dfl" = ( -/obj/structure/closet/emcloset, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dfm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfn" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"dfo" = ( -/obj/machinery/camera{ - c_tag = "Command Hall South 6"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dfs" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dft" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"dfu" = ( -/obj/structure/table, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"dfv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfy" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfB" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dfD" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"dfF" = ( -/obj/machinery/camera{ - c_tag = "Starboard East 1"; - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dfG" = ( -/obj/machinery/camera{ - c_tag = "Starboard West 1" - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfH" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dfI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dfJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dfK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dfL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfM" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfN" = ( -/obj/structure/table/wood, -/obj/item/storage/box/drinkingglasses{ - pixel_y = 6 - }, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"dfO" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/robotics{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfR" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfS" = ( -/obj/structure/sign/directions/supply{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"dfT" = ( -/obj/structure/sign/directions/security{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dfU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dfV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHN2"; - location = "CFSE" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/directions/supply{ - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"dfW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dfX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dfY" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dfZ" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dga" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"dgb" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dgc" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dgd" = ( -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dge" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgf" = ( -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgg" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgi" = ( -/obj/machinery/camera{ - c_tag = "Starboard East 2"; - dir = 1; - network = list("ss13") - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgl" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/starboard"; - name = "Starboard Primary Hallway APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dgn" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgp" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dgq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"dgr" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dgs" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"dgt" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"dgu" = ( -/obj/structure/table, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/nanite_scanner{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"dgv" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"dgx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dgy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"dgz" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/item/healthanalyzer, -/obj/item/assembly/signaler, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dgA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgB" = ( -/obj/item/assembly/igniter{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = -8 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dgC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dgD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/b) -"dgF" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/science/mixing) -"dgG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"dgH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dgI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgK" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgM" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/obj/machinery/light_switch{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/tcoms) -"dgN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"dgO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dgP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgQ" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dgR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgS" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dgT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"dgU" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dgX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dgY" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dgZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dha" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dhb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dhd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dhf" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhg" = ( -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dhh" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APHS2"; - location = "APHS1" - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dhi" = ( -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dhj" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhk" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhl" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhn" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dho" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Docking Bay 4"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhq" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhs" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dht" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhw" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dhx" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhy" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhz" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhA" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhB" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/glowshroom, -/obj/item/seeds/corn, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhC" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/plant_analyzer, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhD" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/carrot, -/obj/effect/turf_decal/stripes/line, -/obj/item/seeds/cannabis/white, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhE" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/ambrosia, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhG" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhI" = ( -/obj/item/seeds/berry, -/obj/item/seeds/watermelon, -/obj/item/seeds/sunflower/moonflower, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhJ" = ( -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/structure/rack, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, -/obj/item/seeds/watermelon, -/obj/item/seeds/grape, -/obj/item/seeds/glowshroom, -/obj/item/seeds/cannabis/rainbow, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhK" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/rack, -/obj/item/seeds/corn, -/obj/item/seeds/cabbage, -/obj/item/seeds/ambrosia, -/obj/item/seeds/grass, -/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhL" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhM" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/watermelon, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/seeds/cannabis, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhN" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/berry, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhO" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/ambrosia, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhP" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/glowshroom, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/seeds/cannabis/ultimate, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhQ" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/reagent_containers/food/condiment/flour, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dhS" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhT" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhU" = ( -/obj/structure/closet/crate/bin, -/obj/item/kitchen/knife, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhV" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Podbay 2"; - network = list("ss13") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dhW" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/glass/beaker, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"dhX" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"dhY" = ( -/obj/effect/decal/cleanable/food/flour, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dhZ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dia" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Storage Room"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dib" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dic" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) -"did" = ( -/obj/machinery/button/door{ - dir = 2; - id = "abandoned_kitchen"; - name = "Shutters Control"; - pixel_x = 26; - pixel_y = 6; - req_one_access_txt = null - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/clothing/suit/apron/chef, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"die" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dif" = ( -/obj/structure/kitchenspike_frame, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dig" = ( -/obj/structure/rack, -/obj/item/stack/rods{ - amount = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"dih" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dii" = ( -/obj/structure/table, -/obj/item/flashlight/lamp{ - on = 0 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dij" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dik" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dil" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/science) -"dim" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"din" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"dio" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"dip" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"diq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dis" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dit" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"diu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"div" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"dix" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "medtoevac"; - map_pad_link_id = "evactomed" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diE" = ( -/obj/structure/sign/directions/supply{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"diF" = ( -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"diG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diL" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diN" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diP" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/machinery/camera{ - c_tag = "Docking Bay South Arm"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diR" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diY" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"diZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dja" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dje" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djf" = ( -/obj/machinery/computer/ai_server_console{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"djh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dji" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djj" = ( -/obj/structure/sign/directions/medical{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"djk" = ( -/obj/structure/sign/directions/medical{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"djl" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"djm" = ( -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/command{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"djn" = ( -/obj/structure/sign/directions/supply{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/engineering) -"djo" = ( -/obj/structure/sign/directions/supply{ - dir = 2; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"djp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dju" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Starboard East 5"; - dir = 2; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djv" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 8; - pixel_y = -6 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djB" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8; - icon_state = "pipe-y" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = -6 - }, -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=SPHE"; - location = "FPHS" - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"djN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dkm" = ( -/obj/structure/closet/secure_closet/personal, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Crew Dorm Laundry"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"dlh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"dnz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"dnA" = ( -/obj/machinery/vending/assist, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/primary) -"doJ" = ( -/obj/structure/table, -/obj/item/paper_bin/construction, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dpu" = ( -/obj/machinery/computer/arcade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"dqn" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dsj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"dsH" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"dtp" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dtt" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/science) -"duG" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"duN" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"dvw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dvX" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/secondarydatacore) -"dxP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Fore Hall North 1"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dzK" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"dzS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dCc" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dFg" = ( -/obj/structure/closet/crate, -/obj/item/statuebust, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"dFt" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dGZ" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dHH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/main) -"dIe" = ( -/turf/open/floor/carpet/exoticblue, -/area/crew_quarters/heads/captain/private) -"dJe" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"dLV" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 23 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"dOn" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dOK" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"dPd" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"dPu" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"dQv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"dQC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dRl" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dRM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_one_access_txt = "2;5" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"dRS" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Hall North 6"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dUo" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/clerk) -"dUJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dVi" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dVK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/teleporter/hub/security) -"dXO" = ( -/obj/machinery/camera{ - c_tag = "Cargo Fabrication"; - dir = 1; - network = list("ss13","Cargo") - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dYX" = ( -/turf/closed/wall, -/area/solar/port/aft) -"dZf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dZi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ebk" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"ecb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/security/prison) -"edG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"efK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - external_pressure_bound = 120; - name = "server vent"; - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"ejD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ekN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"ell" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"elQ" = ( -/obj/machinery/vending/sustenance, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"emw" = ( -/obj/machinery/computer/security/telescreen/entertainment, -/turf/closed/wall, -/area/maintenance/department/chapel) -"enY" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/teleporter) -"eoL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"epk" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"epm" = ( -/obj/item/storage/secure/safe{ - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"erD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"ett" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"euj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"eup" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6; - layer = 2.35; - level = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"euC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/table/wood, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"evE" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/item/reagent_containers/food/drinks/bottle/vermouth, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"ewD" = ( -/obj/machinery/door/airlock/research{ - name = "Kill Chamber"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/science/xenobiology) -"exp" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/clothing/suit/hazardvest, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"exx" = ( -/obj/structure/closet/crate, -/obj/item/map/station, -/obj/item/clothing/head/welding/demon, -/obj/item/weldingtool/largetank, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"eyh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"eza" = ( -/turf/closed/wall/mineral/bronze, -/area/maintenance/port/fore) -"ezJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"eBG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/security/prison) -"eCR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"eDb" = ( -/obj/machinery/door/window/southleft{ - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"eHB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"eIq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"eIu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"eIS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"eJm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"eJX" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eKM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"eMb" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"eMp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eMR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"eNP" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"eOp" = ( -/obj/structure/table/wood, -/obj/item/dice/d20, -/obj/item/dice, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"eQh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"eTM" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "scitoengi"; - map_pad_link_id = "engitosci" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"eUf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"eUk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"eWW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"eZK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"eZU" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"fau" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fbi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"fco" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"fcx" = ( -/obj/structure/closet/crate/freezer, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"fcK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"fcN" = ( -/obj/machinery/camera{ - c_tag = "Fore Hall North 8"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fdp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"ffj" = ( -/obj/structure/closet/crate/freezer, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"fgt" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/camera{ - c_tag = "Port Hall East 9"; - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"fhc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fhx" = ( -/turf/open/floor/plating, -/area/teleporter) -"fhZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"fim" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fkX" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"fnz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"foa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"fpe" = ( -/obj/machinery/ticket_machine, -/turf/open/floor/carpet/exoticblue, -/area/hallway/secondary/command) -"fra" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"fry" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"fua" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fub" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"fuS" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"fvW" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"fwc" = ( -/obj/structure/table, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"fxg" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"fys" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"fyC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Aft South Hall 7"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fyI" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"fzE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"fAU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cloth_curtain{ - color = "#DC143C" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"fBP" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"fCH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"fCU" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "robotics2"; - name = "mech bay" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"fDf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison) -"fEB" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/five, -/obj/item/circuitboard/machine/paystand, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"fFj" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"fGg" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"fHo" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"fHG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"fIF" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"fKo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/security) -"fKr" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"fKz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"fLa" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sectoevac"; - map_pad_link_id = "evactosec" - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/security) -"fLI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"fMp" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/science) -"fNo" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"fOs" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/security) -"fOH" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/closed/wall, -/area/maintenance/department/crew_quarters/bar) -"fPB" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"fRe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/office) -"fRp" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"fSm" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fTD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/assembly/igniter, -/turf/open/floor/plasteel, -/area/storage/primary) -"fVE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cloth_curtain{ - color = "#DC143C" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"fWj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fXa" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/robotics/lab) -"fXE" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/security) -"fYI" = ( -/obj/machinery/power/apc{ - areastring = "/area/solar/aux/port"; - dir = 8; - name = "Port Bow Solar APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"fYM" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/disposal) -"fZl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"gat" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"gaC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gaI" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"gdu" = ( -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"gdw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/statue/petrified, -/obj/item/clothing/mask/rat/bear{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"gdI" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"gdJ" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"gek" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"geo" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"gfj" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"gfH" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"ggq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ggr" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"gic" = ( -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"gje" = ( -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"gjz" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"gjC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gkc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"glN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"gnG" = ( -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/engine/atmos"; - dir = 1; - name = "Atmospherics Maintenance APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"gnT" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gpk" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gpu" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"gsG" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"gta" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Docking Bay 3"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"guE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"guT" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"gvm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gvP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"gwc" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"gws" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/griddle, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"gzd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"gzm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/security/processing) -"gzM" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"gBo" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"gBB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"gDN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/virology/virology2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gEz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"gEI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gIg" = ( -/turf/open/floor/bronze, -/area/maintenance/port/fore) -"gID" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gJn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"gJo" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"gJz" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"gKd" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gOy" = ( -/turf/closed/wall, -/area/solar/port/fore) -"gOZ" = ( -/obj/structure/window, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/megaphone{ - pixel_x = 7; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"gRk" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"gSy" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio1"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"gSQ" = ( -/obj/structure/closet/firecloset, -/obj/structure/sign/warning/pods{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gTc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/hydroponics/soil, -/turf/open/floor/plasteel, -/area/security/prison) -"gUK" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"gVp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"gXk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"gXW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/camera{ - c_tag = "Fore Hall South 1"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gYm" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gYo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/mixing) -"gYH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"gZW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"haG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"haS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"haX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hct" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"hcI" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hcJ" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hdk" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/circuit, -/area/hallway/primary/port) -"heA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hfV" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"hgC" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"hgP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hjk" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hjs" = ( -/obj/structure/closet/crate, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/stack/cable_coil/random/thirty, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"hkL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"hln" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"hlv" = ( -/turf/open/floor/plating/airless, -/area/maintenance/department/bridge) -"hlE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Xeno Chamber Four"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"hlH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/vault{ - name = "Secondary AI Core"; - normalspeed = 0; - req_access_txt = "55" - }, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"hmf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/seed_extractor, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"hoe" = ( -/obj/machinery/modular_computer/console/preset/cargo{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"hpI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Fore Hall North 2"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hsI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"htz" = ( -/obj/machinery/button/door{ - id = "PrisonLock"; - name = "Prison Lockdown"; - pixel_x = 6; - pixel_y = -26 - }, -/obj/machinery/button/door{ - id = "Brig Lock"; - name = "Brig Lockdown"; - pixel_x = -6; - pixel_y = -26 - }, -/obj/machinery/modular_computer/console/preset/security{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/security/warden) -"hvn" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = -2; - pixel_y = 1 - }, -/obj/item/radio/security{ - pixel_x = 5; - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"hwd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"hwU" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hwX" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"hxY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/command/hop{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"hye" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"hyg" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"hzK" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"hBj" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"hCo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"hCP" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hDc" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"hDd" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"hDV" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"hGJ" = ( -/obj/structure/rack, -/obj/item/reagent_containers/syringe, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"hGM" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = 29 - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"hJa" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"hJk" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"hKn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"hKz" = ( -/obj/machinery/button/door{ - id = "kitchen2"; - name = "Concession Stand Shutters Control"; - pixel_x = 6; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"hKE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/security/prison) -"hMM" = ( -/obj/machinery/camera{ - c_tag = "Secondary AI Core"; - network = list("ss13","rd") - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_exterior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "30" - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "secondary_aicore_exterior"; - idInterior = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Console"; - pixel_x = 7; - pixel_y = 37; - req_access_txt = "30" - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"hMU" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"hMY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hallway/primary/port) -"hOf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"hOr" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hPn" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hQp" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"hQB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/camera_assembly{ - dir = 5 - }, -/obj/item/chair, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"hQQ" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hTd" = ( -/obj/structure/easel, -/obj/machinery/airalarm/directional/south{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"hTP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"hTZ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hUt" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"hVX" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_one_access_txt = "2;5" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"hXw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"hXy" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"hYY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hZx" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"hZH" = ( -/obj/structure/statue/sandstone/assistant, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"ias" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ibI" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ibS" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"icn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/science/storage) -"icP" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "scitoevac"; - map_pad_link_id = "evactosci" - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"idb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"ids" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"idt" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/vacant_room) -"idO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"idR" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"iev" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"igY" = ( -/obj/item/reagent_containers/food/snacks/pizzaslice/custom, -/obj/effect/decal/cleanable/blood/footprints{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ihx" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/ai/data_core, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"ihF" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ihI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"iiu" = ( -/obj/machinery/computer/arcade{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"iiH" = ( -/obj/machinery/stasis{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ilY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"imZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"inA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"ioi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"ipZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iqC" = ( -/obj/effect/landmark/blobstart, -/obj/item/toy/beach_ball/holoball, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"irm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"iry" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/disposal/bin, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"itg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"itC" = ( -/obj/machinery/door/airlock, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"iux" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/prison) -"iuP" = ( -/obj/structure/headpike, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ivp" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ivC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iwD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/rnd/production/techfab/department/armory, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ixv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"ixV" = ( -/obj/machinery/computer/operating, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"iBM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"iBX" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/four, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"iCi" = ( -/obj/effect/decal/cleanable/robot_debris/limb, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"iCT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"iDX" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod two loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/two; - width = 3 - }, -/obj/structure/fans/tiny/invisible, -/turf/open/space/basic, -/area/space) -"iEl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"iFi" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"iFr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"iFw" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"iGk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"iHR" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/space/basic, -/area/security/physician) -"iJc" = ( -/obj/machinery/camera{ - c_tag = "Robotics Office"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"iKX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"iLb" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"iLC" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - dir = 1; - network = list("ss13; AI") - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"iLF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"iLP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"iMz" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"iMA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"iOJ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PPH3"; - location = "PPH2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"iSb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"iSj" = ( -/obj/structure/bed{ - dir = 8 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"iTN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"iUq" = ( -/turf/closed/wall/r_wall, -/area/security/physician) -"iUv" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"iVw" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"iYe" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Hall North 3"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iYr" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"iYZ" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"iZj" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"iZk" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iZY" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"jbx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"jby" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"jck" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"jdw" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"jdH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"jer" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"jeY" = ( -/obj/effect/landmark/stationroom/maint/threexfive, -/turf/template_noop, -/area/maintenance/starboard/aft) -"jfR" = ( -/obj/structure/fireaxecabinet/bridge/spare{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"jiO" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"jkP" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Hall East 8"; - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"jli" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/security/prison) -"jng" = ( -/obj/structure/closet/wardrobe/science_white, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/xenobiology{ - pixel_y = -32 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"jnk" = ( -/obj/structure/mineral_door/wood, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"jnD" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jnZ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"joh" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"jow" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/prison) -"joK" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"jqF" = ( -/obj/machinery/camera{ - c_tag = "Rec Deck Bathrooms"; - dir = 8; - network = list("ss13") - }, -/obj/machinery/cryopod{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"jqP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"juS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jwZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent"; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"jBN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"jCj" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"jEo" = ( -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"jFp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"jHI" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/brflowers, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"jHU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"jIL" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = "4; 5; 6; 7; 8; 14; 18; 19; 20; 21; 22; 29; 30" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"jKo" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/structure/table/wood/fancy/black, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/toy/dummy, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"jMv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"jNc" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"jOE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"jPi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"jPk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"jPz" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"jQp" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jQr" = ( -/obj/structure/closet/crate, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"jQX" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"jSj" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"jSK" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"jTd" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter) -"jUn" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"jVk" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"jVu" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/department/science) -"jVL" = ( -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"jVV" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/quartermaster/office) -"jWB" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jXt" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/storage/primary) -"jXF" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"jYe" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"jYU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jZr" = ( -/obj/structure/window/reinforced, -/obj/structure/rack, -/obj/item/electropack, -/obj/item/assembly/signaler, -/obj/item/clothing/head/helmet, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kaQ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/button/massdriver{ - id = "toxinsdriver"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"kaT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"kbX" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"kcE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kda" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"kdh" = ( -/obj/structure/sign/warning/pods{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"kdl" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"keX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kfj" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"kgf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"kgp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kgv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"khf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"khN" = ( -/obj/structure/closet, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/science) -"kij" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"kiF" = ( -/obj/structure/statue/petrified, -/obj/item/clothing/head/rabbitears{ - color = "#aaaaf2"; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -5; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"klx" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"kmL" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"kmU" = ( -/obj/machinery/camera{ - c_tag = "Experimentation Lab Chamber"; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/explab) -"kns" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/camera{ - c_tag = "Xenobio East"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"koi" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"kpO" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"kpW" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"kqw" = ( -/obj/structure/table, -/obj/item/storage/box/drinkingglasses{ - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"kqB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ksl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"kuB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"kvK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"kxf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/plant_analyzer, -/obj/item/cultivator{ - force = 0; - name = "safety cultivator" - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"kBf" = ( -/obj/structure/closet{ - name = "Contraband Locker" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"kCd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"kCN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"kDF" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"kDV" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"kEV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"kFu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"kHf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"kHR" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/security/brig/infirmary"; - dir = 2; - name = "Infirmary APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"kIl" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kIv" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"kJu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"kJI" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kKD" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"kKR" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"kKT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"kNz" = ( -/turf/closed/wall, -/area/ai_monitored/secondarydatacore) -"kNZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/security/prison) -"kQo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/turf/open/floor/plasteel, -/area/security/prison) -"kQN" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"kRQ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"kSR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kWd" = ( -/obj/structure/flora/junglebush/c, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"kWh" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"kWC" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"kYm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/yogs/mining_medic, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"lbt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lfy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lfK" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lfR" = ( -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"lge" = ( -/obj/effect/landmark/stationroom/maint/threexfive, -/turf/template_noop, -/area/maintenance/department/bridge) -"lgO" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/ale, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"lhb" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ljl" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"ljL" = ( -/turf/closed/wall/r_wall, -/area/solar/port/fore) -"llN" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/structure/closet/secure_closet/injection, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"loI" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"loO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/aft) -"lpe" = ( -/obj/effect/landmark/stationroom/maint/fivexthree, -/turf/template_noop, -/area/maintenance/central/secondary) -"lpS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lsc" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"lss" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"lsT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/dorms/a) -"lsV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"lwa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"lyV" = ( -/obj/structure/sign/departments/minsky/medical/medical2, -/turf/closed/wall, -/area/medical/morgue) -"lze" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"lzm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/posialert{ - pixel_x = -32 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"lzN" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; - dir = 2; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"lCB" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"lCE" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lFR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"lHf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"lHi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"lHJ" = ( -/obj/machinery/cryopod{ - dir = 1 - }, -/obj/machinery/computer/cryopod{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"lHM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lJe" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/storage/primary) -"lJk" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/rglass, -/obj/item/stack/sheet/rglass, -/obj/item/stack/sheet/glass, -/turf/open/floor/plating/airless, -/area/construction) -"lJC" = ( -/obj/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"lJI" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Fore Hall North 7"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lKf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lMP" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"lNL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"lOl" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lPk" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"lQf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lQm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"lRx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"lRI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"lSx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"lUg" = ( -/obj/structure/bodycontainer/crematorium{ - dir = 8; - icon_state = "crema1"; - id = "crematoriumChapel" - }, -/turf/open/floor/plasteel/dark, -/area/security/physician) -"lUJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"lVg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lVj" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"lVz" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"lVS" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"lWG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter/hub/medical) -"lYh" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"lYp" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/science) -"mbj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"mca" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mde" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/warden) -"mdt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/camera{ - c_tag = "Fore Hall North 4"; - dir = 8; - network = list("ss13") - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"meW" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"mfz" = ( -/turf/closed/wall/r_wall, -/area/security/brig/infirmary) -"mgj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = 27 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"mgB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"mhL" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"mhO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mie" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"mjH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"mkD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4"; - tag = "" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mkK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"mkW" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - piping_layer = 2; - target_temperature = 170 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"mlc" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"mlh" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"mlO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/clerk) -"mlU" = ( -/obj/structure/rack, -/obj/item/gps, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"mmc" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/light, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"mmq" = ( -/obj/machinery/computer/rdconsole/experiment{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Blast Doors"; - pixel_x = -25; - pixel_y = 25; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"mnF" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"moK" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/security/execution) -"moP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"mpw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"mrf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"msB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/structure/dresser, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"mtO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"muy" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"mwD" = ( -/turf/template_noop, -/area/maintenance/department/cargo) -"mwK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"mxz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"mxD" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"myc" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8; - icon_state = "computer" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mBx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"mCd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"mDd" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/port/fore) -"mDB" = ( -/obj/effect/landmark/start/yogs/brigphsyician, -/obj/structure/chair/office/dark, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"mEe" = ( -/obj/structure/light_construct/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"mHg" = ( -/obj/machinery/camera{ - c_tag = "Prison Storage"; - dir = 2; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"mHD" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/janitor/a) -"mIc" = ( -/turf/closed/wall, -/area/security/checkpoint/science/research) -"mIi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"mJz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/hydroponics/soil, -/turf/open/floor/plasteel, -/area/security/prison) -"mKr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic/b) -"mLx" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"mLN" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mNu" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mNB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mPA" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre"; - dir = 8; - name = "Theatre Backstage APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"mSk" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"mSs" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"mSR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"mSS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"mUR" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"mVz" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mWx" = ( -/obj/structure/closet/crate{ - name = "Gold Crate" - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_y = 2 - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = 1; - pixel_y = -2 - }, -/obj/item/storage/belt/champion, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"mXS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mZg" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mZI" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"mZK" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"neL" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"nfb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"nfn" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"nft" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/starboard/aft) -"nhA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"nie" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"njf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"nkQ" = ( -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"nlC" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"nme" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"nna" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"nnI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Theatre Maintenance"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/theatre) -"noz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"nrb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/mixing) -"nrg" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"nsA" = ( -/obj/machinery/computer/ai_resource_distribution{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"ntY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/security/processing) -"nuG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"nvw" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"nwn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"nwv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/lobby) -"nwx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"nye" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = -1; - pixel_y = -2 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"nyf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"nzL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"nAe" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"nAF" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"nAP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"nAX" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"nCS" = ( -/obj/machinery/button/crematorium{ - pixel_x = -22 - }, -/turf/closed/wall, -/area/maintenance/department/security) -"nDP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"nEh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - external_pressure_bound = 140; - name = "killroom vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit, -/area/science/xenobiology) -"nFR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"nGi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"nLb" = ( -/obj/machinery/button/door{ - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"nLc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1; - external_pressure_bound = 120; - name = "server vent"; - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"nME" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"nNn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"nNP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/mining{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nNT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nON" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"nPE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"nQs" = ( -/obj/machinery/light, -/obj/structure/cable, -/obj/machinery/button/crematorium{ - pixel_x = -22 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/physician"; - dir = 2; - name = "Brig Physician's Office APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/security/physician) -"nSi" = ( -/obj/machinery/camera{ - c_tag = "Prison Holodeck"; - dir = 2; - network = list("ss13","prison") - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"nSw" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"nSZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"nTa" = ( -/obj/structure/closet/crate, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"nTr" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"nTF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nUn" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"nUq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/ai/server_cabinet, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"nWA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"nWO" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"nWU" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"nZe" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"oau" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"oaW" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"obn" = ( -/obj/item/flashlight/lantern, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/chapel) -"odq" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PPH2"; - location = "PPH1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oeZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ogG" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"ohV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/shieldwallgen, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"omE" = ( -/obj/item/storage/secure/safe/HoS{ - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/command/hos{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"onN" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"onX" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oom" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"opT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/item/seeds/glowshroom, -/obj/item/seeds/carrot, -/obj/item/seeds/ambrosia, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"orq" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"orA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Gift Shop Maintenance"; - req_one_access_txt = "36" - }, -/turf/open/floor/plating, -/area/clerk) -"osi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"osx" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"osK" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"otn" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"oud" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ovk" = ( -/obj/structure/table, -/obj/item/t_scanner, -/obj/item/stack/cable_coil{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/storage/primary) -"ovN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"oxj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"oxz" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"oxH" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"oye" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio6"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"oyA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"oCP" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"oDQ" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"oEe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"oEh" = ( -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"oEs" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - piping_layer = 2 - }, -/obj/machinery/camera/motion{ - c_tag = "AI External Motion Sensor"; - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"oGo" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"oIE" = ( -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/shieldwallgen, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"oKY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"oOp" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"oPl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/medical) -"oQn" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"oRf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"oRo" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/science) -"oRC" = ( -/obj/machinery/door/window/eastleft{ - name = "freezer control"; - req_access_txt = "30" - }, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"oUw" = ( -/obj/structure/sign/departments/minsky/medical/chemistry/chemical2, -/turf/closed/wall, -/area/medical/chemistry) -"oVh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oVn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/main) -"oWl" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/port) -"oWC" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"oWM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/sustenance{ - desc = "A vending machine normally reserved for work camps."; - name = "\improper sustenance vendor"; - product_slogans = "Enjoy your meal.;Enough calories to support any worker." - }, -/turf/open/floor/plasteel, -/area/security/prison) -"oXj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"oXk" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/airlock/command/glass{ - id_tag = "secondary_aicore_exterior"; - name = "Physical Core Access"; - req_access_txt = "30" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"oYd" = ( -/obj/machinery/vending/boozeomat/all_access, -/turf/closed/wall, -/area/maintenance/department/chapel) -"paW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"pbv" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 2; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_x = -6; - pixel_y = 2 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"pcU" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"pdK" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"ped" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"pep" = ( -/turf/template_noop, -/area/maintenance/port/fore) -"pez" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/departments/minsky/supply/mining{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"phO" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"piU" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"pjd" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"pjC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 1; - icon_state = "vent_map-1" - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"pjS" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pkJ" = ( -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"pkT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"pll" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pmh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"pnk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"poJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"poL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pqy" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"prt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"psr" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"psF" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pta" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"pvV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"pyd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"pzl" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"pzv" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"pzW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"pAg" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/main) -"pCt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"pCE" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/tequila, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"pER" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner{ - dir = 8 - }, -/obj/structure/window/spawner, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/port) -"pET" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/port/fore) -"pFn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/security/prison) -"pFq" = ( -/obj/machinery/camera{ - c_tag = "Aft South Hall 6"; - dir = 8; - network = list("ss13","prison") - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pFU" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/vacant_room) -"pFY" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/machinery/light_switch{ - dir = 2; - pixel_y = -27 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/white, -/area/medical/surgery) -"pGz" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"pHh" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"pHN" = ( -/obj/structure/table, -/obj/item/stack/rods/ten, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"pHX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"pLR" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8; - piping_layer = 2; - target_temperature = 170 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"pLZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"pND" = ( -/obj/structure/table/wood, -/obj/item/map/station{ - pixel_x = 2; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"pPa" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"pPl" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"pQa" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"pRI" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"pWN" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pXY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"pYm" = ( -/obj/machinery/modular_computer/console/preset/security{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"pYA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/crate/wooden/toy, -/obj/structure/sign/poster/contraband/clown{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"pZv" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/mineral/wood/fifty, -/turf/open/floor/plating/airless, -/area/construction) -"qai" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qbv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"qcL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/punching_bag, -/turf/open/floor/plasteel, -/area/security/prison) -"qcX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"qdj" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"qha" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/power/apc/highcap{ - areastring = "/area/ai_monitored/secondarydatacore"; - dir = 4; - name = "AI Secondary Datacore"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"qht" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/modularpc, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"qhE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Port Hall East 10"; - dir = 8; - network = list("ss13") - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"qkK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"qlZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qoH" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/camera{ - c_tag = "Escape Arcade West"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"qpf" = ( -/obj/machinery/door/airlock/wood, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"qpu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = -23; - pixel_y = 7 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"qpC" = ( -/obj/machinery/door/airlock/command/glass{ - id_tag = "secondary_aicore_interior"; - name = "Physical Core Access"; - req_access_txt = "30" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"qpY" = ( -/obj/structure/table/wood, -/obj/item/map/station{ - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/b) -"qqa" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/medical/sleeper) -"qqO" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"qsd" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"qsQ" = ( -/obj/structure/chair/stool, -/obj/structure/light_construct/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"quc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"quf" = ( -/obj/structure/table/wood/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"quv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkgreen{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/machinery/modular_computer/console/preset/tcomms{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"quI" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "Prison Medical"; - dir = 8; - network = list("ss13","prison") - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"qvi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"qvl" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/grimy, -/area/maintenance/department/bridge) -"qwu" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/book/manual/wiki/xenobiology, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"qxm" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qxt" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"qxO" = ( -/obj/machinery/status_display/ai_core, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"qxS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"qyI" = ( -/obj/structure/table, -/obj/item/camera, -/obj/structure/sign/poster/official/marvin{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"qyS" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"qzE" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"qzJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"qAo" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"qBr" = ( -/turf/open/floor/plasteel/grimy, -/area/maintenance/department/bridge) -"qBG" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"qBH" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/primary/port) -"qDM" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Prison Infirmary"; - dir = 8; - network = list("ss13","prison") - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"qEa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plasteel, -/area/security/prison) -"qEo" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"qEY" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"qFB" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qGh" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"qGB" = ( -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"qIR" = ( -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"qJo" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"qJA" = ( -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qMa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"qND" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"qQo" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/turf/open/floor/plating, -/area/maintenance/department/security) -"qRP" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"qSk" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/fore"; - dir = 4; - name = "Fore Primary Hallway APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qSu" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qTe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qUT" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"qUW" = ( -/obj/machinery/power/smes/engineering{ - input_level = 0 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"qUY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"qWw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison East"; - dir = 8; - network = list("ss13","prison") - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/security/prison) -"qWF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qWV" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"qXo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/turf/open/floor/plating, -/area/science/explab) -"qXq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"qZT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rbq" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/security/main) -"rdp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"rdK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"rdY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"reb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"rev" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"reP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"rgp" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"rgM" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"rhw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"rij" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"rip" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ris" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"riu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"riP" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/departments/minsky/command/hop{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"rjc" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rjg" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/maintenance/department/bridge) -"rms" = ( -/obj/structure/closet/crate, -/obj/item/lightreplacer, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"rmF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"rnc" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/prison) -"rob" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cloth_curtain{ - color = "#DC143C" - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"roj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"rpf" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"rpH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rqB" = ( -/obj/structure/closet, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"rrD" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "CE Office APC"; - pixel_x = 24 - }, -/obj/machinery/computer/apc_control{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"rrU" = ( -/obj/machinery/camera{ - c_tag = "Xenobio Test Chamber"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"rsH" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"rsZ" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"rtt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/hallway/primary/port) -"rtM" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rvQ" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"rwt" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"rww" = ( -/obj/machinery/teleport/station, -/turf/open/floor/plating, -/area/teleporter) -"rxt" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"rxR" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plating/airless, -/area/construction) -"rxZ" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"ryq" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"rzv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/glasses/eyepatch, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"rzP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"rBn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"rBu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rEN" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rFP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rHk" = ( -/obj/effect/landmark/start/artist, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"rHt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rIf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/instrument/harmonica, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"rIK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rJd" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "30" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_exterior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 9; - pixel_y = -23; - req_access_txt = "30" - }, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"rJJ" = ( -/obj/structure/sign/poster/contraband/lusty_xenomorph{ - pixel_y = 32 - }, -/obj/machinery/light/small/broken{ - dir = 4 - }, -/obj/structure/bed/dogbed/birdboat, -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rKm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rLM" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rMA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/solar/port/aft) -"rMI" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"rMW" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"rNc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/table/wood/fancy/black, -/obj/item/toy/crayon/spraycan/mimecan{ - charges = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"rPm" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/hydroponics/soil, -/turf/open/floor/plasteel, -/area/security/prison) -"rQk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rRc" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"rSx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/holopad/secure, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"rSJ" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/hallway/secondary/entry"; - dir = 4; - name = "Arrivals APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rTO" = ( -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"rTW" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"rVu" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/medical/genetics) -"rVT" = ( -/obj/effect/spawner/lootdrop/costume, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rWo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rXx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rXO" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/glass, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"rYO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"scF" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"sdq" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sfs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"sgB" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"sgK" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/beer, -/obj/item/reagent_containers/food/drinks/ale, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"sgL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "Brig Exit Lock"; - name = "Brig Exit Lock Button"; - pixel_x = -26; - pixel_y = -6 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"sgX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/security/execution) -"shQ" = ( -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera_film, -/obj/structure/sign/poster/contraband/have_a_puff{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"sjK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"skS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"smI" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"sni" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "scitoevac"; - map_pad_link_id = "evactosci" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"snE" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"snL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"sob" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"soY" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"spk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/security/prison) -"spJ" = ( -/obj/effect/landmark/stationroom/maint/fivexthree, -/turf/template_noop, -/area/maintenance/department/engine/atmos) -"spT" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"sqd" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sqg" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"sql" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"sqT" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"sre" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"srh" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"ssO" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"stk" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"svM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"swd" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/department/security) -"szL" = ( -/obj/structure/light_construct/small, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"szO" = ( -/turf/closed/wall, -/area/medical/paramedic/b) -"szX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"sAL" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"sCA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"sDw" = ( -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"sEm" = ( -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/item/assembly/health{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/assembly/health{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/health{ - pixel_x = -4; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"sFR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"sGF" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"sGN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/book/manual/wiki/toxins, -/obj/item/storage/firstaid/toxin, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"sIo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"sIz" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"sJa" = ( -/obj/machinery/camera{ - c_tag = "Aft Hall North 4" - }, -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"sJx" = ( -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"sLA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"sOt" = ( -/obj/structure/window/reinforced, -/turf/open/floor/circuit, -/area/tcommsat/lounge) -"sPb" = ( -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"sPf" = ( -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"sPG" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"sPQ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"sQz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/solar/starboard/aft) -"sQO" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"sSc" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"sVa" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"sVd" = ( -/obj/machinery/ai/server_cabinet/prefilled, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"sVG" = ( -/obj/structure/mopbucket, -/turf/open/floor/plasteel, -/area/janitor/b) -"sWs" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/security) -"sYb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sYe" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel) -"sYT" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/glass/rag{ - pixel_x = -4 - }, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/dropper, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"sZn" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"sZq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"sZG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"tcj" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"tcu" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"tdj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"tfY" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"tgb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/biogenerator, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"thg" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"tip" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"tjL" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"tjU" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/camera{ - c_tag = "Docking Lounge West"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tkQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"tnf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/prison) -"tnB" = ( -/obj/structure/rack, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"tnL" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tpl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"tps" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"tqK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"trI" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/vacant_room) -"tsf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/space/basic, -/area/security/physician) -"tsE" = ( -/obj/machinery/button/door{ - id = "commissarydoor"; - name = "Commissary Door Lock"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 26; - specialfunctions = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"tsJ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/gloves, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"tuf" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/security) -"tul" = ( -/obj/machinery/light{ - light_color = "#e8eaff" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"tuo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/command/rd{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"tuw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/b) -"tuW" = ( -/obj/structure/closet/crate, -/obj/item/stack/tile/plasteel{ - amount = 50 - }, -/turf/open/floor/plating/airless, -/area/construction) -"tvc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Brig Physician's Office"; - req_access_txt = "74" - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"tvM" = ( -/turf/template_noop, -/area/maintenance/department/engine/atmos) -"twa" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"twb" = ( -/obj/machinery/computer/security/telescreen/vault{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/modular_computer/console/preset/command/hop{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"twC" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"txd" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"tys" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"tyQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Xenobio Foyer"; - dir = 4; - network = list("ss13","rd") - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"tzF" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating/airless, -/area/construction) -"tzZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tAa" = ( -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"tAg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"tAq" = ( -/obj/structure/grille/ratvar/broken, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"tAx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tBl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"tBE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"tCk" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tHu" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"tHN" = ( -/obj/machinery/modular_computer/console/preset/cargo/qm, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"tJB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"tLK" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 8; - pixel_y = -24; - req_access_txt = "30" - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ - pixel_x = -4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/disk/holodisk/tutorial/AICore{ - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"tMf" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"tMM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"tMN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"tNe" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"tNk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tQP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"tSz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"tTM" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"tTT" = ( -/turf/template_noop, -/area/maintenance/department/bridge) -"tUd" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tUl" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"tUE" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"tVp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/modular_computer/telescreen/preset/engineering{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"tVt" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"tWd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"tWh" = ( -/obj/machinery/light, -/obj/structure/closet/wardrobe/robotics_black, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/robotics/lab) -"tXz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"uaU" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ucl" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ucV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"ude" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "bridgetoevac"; - map_pad_link_id = "evactobridge" - }, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"udy" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"udK" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"udZ" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ueW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/modular_computer/console/preset/command/cmo, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"ufm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/statue/petrified, -/obj/item/stack/cable_coil/cut/random, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"ufR" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"uga" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ugu" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/experimentor, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"ugL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uhG" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ukq" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"ukr" = ( -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/sign/departments/minsky/command/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"ukv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"umD" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"umF" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/red, -/area/hallway/primary/fore) -"umN" = ( -/obj/structure/table, -/obj/item/flashlight/lamp/green, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"unG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"uok" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"uoZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"uqs" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/gloves, -/obj/item/map/station{ - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"uqz" = ( -/turf/closed/wall, -/area/science/storage) -"uqH" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"urN" = ( -/obj/structure/closet/emcloset, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"use" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"usI" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/door/airlock, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/science) -"uwi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"uwK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Podbay 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"uxZ" = ( -/obj/structure/window/reinforced, -/obj/machinery/light{ - pixel_y = 6 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"uyN" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/item/clothing/suit/space/paramedic, -/obj/item/clothing/head/helmet/space, -/turf/open/floor/plasteel, -/area/medical/paramedic/a) -"uzJ" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/carpet/red, -/area/hallway/secondary/exit) -"uAi" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/storage/primary) -"uBj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"uBF" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"uBP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/crate/medical, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"uCs" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"uCu" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/teleporter/hub/science) -"uCQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"uEE" = ( -/obj/structure/extinguisher_cabinet{ - dir = 1; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uFg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"uGj" = ( -/turf/open/floor/plating/airless, -/area/ai_monitored/security/armory) -"uGN" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"uHb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"uHo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uIe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/obj/machinery/modular_computer/console/preset/mining{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"uIy" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"uJo" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uKa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"uKh" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"uMe" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"uMD" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cafeteria) -"uMF" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"uNq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/main) -"uNr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"uOe" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"uPV" = ( -/obj/machinery/sci_bombardment, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"uQu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"uQD" = ( -/obj/effect/decal/cleanable/robot_debris/old, -/obj/effect/decal/cleanable/oil/streak, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"uRp" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/security) -"uSP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uUJ" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"uVi" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uVs" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"uZp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/security/warden) -"uZv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"vao" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating, -/area/maintenance/department/science) -"vas" = ( -/obj/structure/window/reinforced{ - layer = 4.1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/computer/ai_control_console{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"vat" = ( -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vaJ" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"vbc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"vby" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Science"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/mixing) -"vck" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"vcJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Xeno Chamber Three"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"vdf" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/department/cargo) -"veq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"vex" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"vfK" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"vhr" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/space/basic, -/area/security/brig/infirmary) -"vhW" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"vic" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vjm" = ( -/obj/machinery/requests_console{ - department = "Theatre"; - name = "theatre RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/toy/crayon/spraycan/lubecan{ - charges = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"vkq" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"vkI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"vln" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vmf" = ( -/obj/structure/closet/crate, -/obj/item/coin/gold, -/obj/item/coin/gold, -/obj/item/coin/gold, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"vmp" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/analyzer, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"voF" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"vpo" = ( -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vpv" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Fusion Chamber Access"; - dir = 2; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"vpA" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vpK" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/port) -"vpL" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"vpQ" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Security" - }, -/obj/effect/turf_decal/bot, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plating, -/area/security/main) -"vtF" = ( -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"vuo" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - network = list("ss13; AI") - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"vut" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"vuX" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/science/research) -"vvy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vvL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"vwj" = ( -/turf/closed/wall/r_wall, -/area/science/test_area) -"vwl" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vAt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/processing) -"vDg" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/prison) -"vDI" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"vDU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"vDZ" = ( -/obj/structure/table, -/obj/item/paper/fluff/holodeck/disclaimer, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"vEn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"vFg" = ( -/obj/machinery/camera{ - c_tag = "Port Hall East 7"; - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vFL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "Engineering Junction"; - sortType = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"vGq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"vHJ" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/lawoffice) -"vIb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/a_gift, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"vJT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"vKx" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"vKG" = ( -/obj/structure/table/optable, -/obj/machinery/vending/wallmed{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/storage/backpack/duffelbag/sec/surgery, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"vLm" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"vMT" = ( -/obj/machinery/door/window/eastright, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"vNw" = ( -/obj/machinery/computer/cryopod{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"vNB" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/solar/port/fore) -"vNX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"vOo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vOr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/science/storage) -"vRb" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"vRk" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"vSf" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"vUo" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vUY" = ( -/obj/effect/decal/cleanable/blood/gibs/up, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"vVr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"vWc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/security/prison) -"vWl" = ( -/obj/machinery/camera{ - c_tag = "Theatre Backstage" - }, -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"vWp" = ( -/obj/structure/flora/ausbushes/ywflowers, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/hallway/primary/fore) -"vYi" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"vZa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vZp" = ( -/obj/effect/turf_decal/stripes/white, -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"vZM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"waP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"wbn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wbA" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"wbB" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/prison"; - dir = 4; - name = "Prison Wing APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"wcp" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"wdz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wdG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"wed" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"weY" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"wfL" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"wfV" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, -/turf/open/floor/plating, -/area/maintenance/department/engine/atmos) -"wgl" = ( -/obj/machinery/computer/rdconsole/robotics, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"whf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"whW" = ( -/turf/open/floor/plating/airless, -/area/science/test_area) -"whY" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/quantumpad{ - map_pad_id = "sciencetobridge"; - map_pad_link_id = "bridgetoscience" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/science) -"wid" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"win" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wkq" = ( -/obj/machinery/door/airlock, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"wkP" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/department/engine) -"wkU" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"wmw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wnf" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"wnq" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wpc" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"wph" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/a) -"wpl" = ( -/turf/template_noop, -/area/maintenance/department/chapel) -"wpo" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"wpS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science) -"wqk" = ( -/obj/machinery/lapvend, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"wqB" = ( -/obj/structure/cable{ - icon_state = "1-4"; - tag = "" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"wqC" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = -6; - pixel_y = -3 - }, -/obj/item/storage/box/donkpockets, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"wrt" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"wsE" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/department/engine/atmos) -"wsK" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wtw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter/hub/bridge) -"wud" = ( -/turf/closed/wall, -/area/science/test_area) -"wuC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/security/physician) -"wvB" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/science) -"wyi" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Atmospherics Lab"; - dir = 1; - network = list("ss13","Eng") - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"wBc" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"wBh" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - pixel_x = 30 - }, -/turf/open/floor/carpet/orange, -/area/quartermaster/qm) -"wBu" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/prison) -"wCA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"wDN" = ( -/obj/structure/window/spawner{ - dir = 1; - icon_state = "window" - }, -/obj/structure/window/spawner, -/obj/structure/window/spawner{ - dir = 4; - icon_state = "window" - }, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/open/floor/grass, -/area/hallway/primary/port) -"wDZ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"wEm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"wGJ" = ( -/obj/structure/table, -/obj/item/map/station, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"wGS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera/motion{ - c_tag = "AI External Motion Sensor"; - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"wHa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"wHn" = ( -/turf/template_noop, -/area/maintenance/starboard/aft) -"wIy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wJz" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/rack, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/glasses/blindfold, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"wJC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"wKb" = ( -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Shutters"; - pixel_x = -26; - pixel_y = 26; - req_access_txt = "3" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"wMT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "white" - }, -/area/science/explab) -"wNr" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wNw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"wPP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1; - icon_state = "tile_corner" - }, -/obj/machinery/camera{ - c_tag = "Fore Hall South 2"; - dir = 4; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wRt" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Secondary AI Core"; - network = list("ss13","rd") - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/ai_monitored/secondarydatacore) -"wTT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wUj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wUP" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/structure/closet/secure_closet/freezer/cream_pie, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"wWS" = ( -/turf/closed/wall, -/area/solar/starboard/aft) -"wXx" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xag" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"xay" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xba" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"xcp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Bridge Lock"; - name = "Bridge Lockdown" - }, -/obj/machinery/door/poddoor/preopen{ - id = "CO Blast"; - name = "Captain's blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"xdx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xfI" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/maintenance/department/bridge) -"xgJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - piping_layer = 2 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"xhu" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"xhQ" = ( -/obj/structure/cable{ - icon_state = "1-2"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"xip" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/storage/crayons, -/obj/item/pen, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/prison) -"xiQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 6 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xiW" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"xja" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xjA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/machinery/camera{ - c_tag = "Fore Hall North 5"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xlg" = ( -/obj/machinery/modular_computer/telescreen/preset/engineering{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"xlq" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"xoh" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "PrisonLock"; - name = "Prison Lockdown" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/prison) -"xom" = ( -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/camera{ - c_tag = "Docking Lounge East"; - dir = 1; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xon" = ( -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 8; - network = list("ss13","Eng","command") - }, -/obj/machinery/modular_computer/console/preset/command/ce{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"xsd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"xsv" = ( -/obj/item/newspaper, -/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ - pixel_x = 12; - pixel_y = 15 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"xtz" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/atmospherics_engine) -"xul" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"xuE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/command) -"xxt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Holodeck Observation North"; - dir = 8; - network = list("ss13") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"xxz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/structure/extinguisher_cabinet{ - dir = 2; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"xzW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"xAa" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"xAs" = ( -/obj/structure/bed{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"xAP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"xBl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/statue/petrified, -/obj/item/clothing/head/chicken{ - pixel_y = 11 - }, -/obj/item/clothing/suit/chickensuit{ - pixel_y = 5 - }, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xBv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"xCz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"xGo" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/science/explab) -"xGy" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"xGC" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Docking Bay 3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"xHj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/science/storage) -"xJf" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"xLx" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck, -/turf/open/floor/wood, -/area/maintenance/department/chapel) -"xMV" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/poddoor/shutters{ - id = "robotics2"; - name = "mech bay" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"xNo" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xNH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"xQT" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "giftshop"; - name = "Gift Shop Button"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/clerk) -"xQX" = ( -/obj/structure/closet/secure_closet/physician, -/obj/machinery/camera{ - c_tag = "Brig Physician's Office"; - dir = 2; - network = list("ss13","prison") - }, -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/security/physician) -"xUc" = ( -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"xUE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/maintenance/department/cargo) -"xUN" = ( -/obj/structure/rack, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"xVg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) -"xVK" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/machinery/requests_console{ - department = "Tool Storage"; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"xVS" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/department/chapel) -"xYs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 140; - pressure_checks = 0 - }, -/obj/machinery/light, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"yai" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 5; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"yar" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"yaO" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/science/test_area) -"ybb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ybK" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8"; - tag = "" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/crew_quarters/bar) -"ycz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/hydroponics) -"ycN" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary"; - red_alert_access = 1; - req_access_txt = "2;5" - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"ycU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ydz" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/four, -/obj/effect/spawner/lootdrop/gloves, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"ydR" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"yiF" = ( -/obj/structure/easel, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"yiV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ykc" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -3; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"ylW" = ( -/obj/effect/turf_decal/tile/black, -/obj/effect/turf_decal/tile/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/white{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/structure/table/wood/fancy/black, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -28; - pixel_y = 5 - }, -/obj/item/lipstick/random, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"ymh" = ( -/obj/effect/decal/cleanable/food/salt, -/turf/open/floor/plating, -/area/maintenance/department/medical/central) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -auq -auq -auq -auq -auq -auq -auq -auq -auq -auq -auq -auq -auq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aha -oyA -oyA -aha -aaa -auq -fdp -fdp -auq -aaa -auq -fdp -fdp -auq -aaa -aaa -aaa -auq -aus -aus -aus -aus -aus -aus -aus -aus -aus -wDZ -aus -auq -auq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aha -aha -aha -aha -aha -aha -aha -aha -aJh -aJh -aha -aha -auq -aus -aus -auq -auq -auq -aus -aus -auq -auq -auq -auq -auq -bMS -bxy -bxy -bxy -bxy -bxy -bxy -cdE -cdE -vVr -cdE -cDf -auq -aaa -aaa -bBd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aha -aRv -aSj -aSj -aSj -aSj -aSj -aSj -aSj -aSj -aSj -bdv -bGm -bGm -bGm -bwd -bxy -bxy -bxy -bxy -bxy -bxy -bxy -bKP -bxy -bMT -bqE -bqE -bqE -bqE -bqE -bqE -bqE -bqE -bqE -aus -bqQ -auq -aaa -aaa -bBe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aJW -aJh -aJh -aJh -aJh -aJh -aJh -aJh -aJh -aJh -aha -cSi -cTS -auq -bwh -aBa -aBa -aBa -aBa -aBa -aBa -cVh -cVk -cVo -cVo -bqE -byn -bzx -bAt -bBu -bzx -bEd -bBu -bqE -aus -bwh -auq -aGm -cIG -bBe -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -aJW -aha -aha -aha -aJh -aSO -aSO -aSO -aSO -aSO -aSO -aSO -auq -auq -bwt -bxW -byb -byb -cNW -boq -bqE -bqE -bqE -bqE -bqE -bqE -byo -bzx -bAu -bBv -bzx -bAu -cOg -bqE -aus -bwh -auq -ccu -ccX -cdi -auq -auq -auq -auq -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -fVE -aha -aaa -aha -aJh -aJW -aJh -aJh -aha -aSO -aSO -aWj -aXA -aZg -aXv -beR -aSO -xsv -auq -bbl -aBa -bmw -bmv -bDx -bpz -bqE -brL -btm -cUb -bwv -bxt -byo -bzx -bAv -bBw -bzx -bAv -bBw -bqE -aus -bwh -aus -aus -crF -bMB -auq -cSx -cSG -ccu -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -xhu -aLN -aha -aaa -aha -aJh -aJW -aha -aJh -aJh -aSO -ueW -aXv -aYY -baq -bdz -boy -aSO -ymh -auq -bbl -aBa -bmx -bmv -bDM -twa -bqE -aZB -btn -buI -bww -bxu -byp -bqE -bzx -bBx -bqE -bzx -bFo -bqE -aus -cDg -cdE -cdE -cII -cIR -cSq -aus -cSH -ccu -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -evE -aLN -szL -aha -aha -aha -cTQ -aJW -aha -cVe -aJh -aSO -aVS -aXw -aYZ -bbP -clY -bfv -aSO -ymh -auq -bbl -aBa -bmy -bnz -bEe -bFZ -bqE -cOa -bto -buK -bwx -bxv -byr -bzy -bAw -bBy -bCZ -bAw -bBy -bqE -cVz -cVo -cVo -cVC -cvD -cIS -auq -cSy -aus -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -aha -oYd -aOx -aha -sYT -aha -aha -aJW -aha -cVf -aJh -aSO -brN -aXv -aZa -bbQ -bdB -boA -aSO -vUY -auq -bbl -aBa -aBa -aBa -bEl -aBa -bqF -btP -btP -bvN -bqE -bxw -bMF -bMF -bMF -bBz -bMF -bMF -bFp -bqE -bHm -bHm -bHm -bHm -cvD -cIS -auq -auq -auq -auq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -fNo -aLN -aLN -aLN -aLN -aLN -szL -aha -aJW -aha -cVb -aJh -aSO -aSO -aXx -ihI -bbR -aXv -bLS -aSO -atC -atC -biH -atC -atC -bzB -bEm -eMp -bqI -brP -btp -buN -bqE -bxx -bys -cRN -cbk -bis -biv -cdX -cgS -chr -clk -cDh -cHO -bHm -cvD -cIS -auq -cSz -aus -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -baU -baU -baU -baU -baU -baU -baU -baU -aTZ -aTZ -aaa -aaa -aaa -aaa -aha -aLN -dfN -aNe -lgO -tVt -aNe -pCE -aha -aJW -aha -aha -aJh -cVa -aSO -aSO -aSO -bjn -bfO -bfO -aSO -bgi -bhD -biI -bkV -atC -bnB -bEo -bGf -bBB -bJo -bKQ -bLO -bNB -bQJ -bUO -bYo -bAx -aur -aur -bQW -aur -bqE -bHo -bHo -cHP -cIs -cIJ -cIT -cSr -cSA -cSy -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -baU -biA -bkR -bmu -bnv -byV -bpt -baU -baU -aTZ -aTZ -awy -awy -aha -emw -mEe -aLN -buH -buH -buH -buH -aLN -aha -aJW -aJh -aJh -aJh -aJh -aJh -aJh -aSM -bvb -bbS -bbS -atC -bgj -ceI -biJ -bkV -atC -baC -bEp -gDN -bqE -brR -blh -buP -bqE -bxz -bUP -bYQ -bAy -bEE -bDc -bEg -dbV -bqE -bHp -vDI -cSh -bHm -bHr -crF -auq -cSB -aus -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biB -bbc -bbc -bnw -byV -bbc -bqA -baU -baU -aar -aaa -aaa -aTD -pjd -aLN -aLN -aLN -bYh -aLN -aLN -aLN -qpf -bbZ -bdx -bdx -aSk -aSk -bdx -aSk -bow -boE -bbT -bDs -atC -bgk -bhE -biL -bkW -atC -bnC -bEq -cNY -bqE -bqE -bqE -bqE -bqE -bxA -bUT -bZS -cbw -bEE -bDd -bEh -bFs -bqE -bHm -bHm -bHm -bHm -bHr -crF -auq -auq -auq -auq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biC -bkR -bmu -bnx -byV -bbc -bbc -brH -baU -aar -aaa -aaa -aTD -pRI -aLN -buH -aLN -aLN -aLN -aLN -aLN -qpf -aWn -aJh -aSM -aSM -aSM -aVU -aSM -aSM -aSM -bbU -bdC -atC -atC -atC -biM -atC -atC -atC -bEt -lfy -bsx -bJp -bts -buQ -bqE -bqE -bVM -bZT -bAA -bEE -bDe -cSf -bFt -bqE -muy -cVh -cVh -auq -bHr -crF -auq -cSy -aus -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biB -bbc -bbc -biB -byV -bbc -bbc -brI -baU -baU -aaa -aaa -aTD -elQ -buH -xLx -aLN -aLN -byA -aLN -cUa -aha -aWn -aJh -aSM -aSN -boH -aUN -aXy -aZb -aSM -eMp -qlZ -iMz -bgm -bgo -bwu -bxX -cdU -atC -bEt -lfy -bsx -bJs -cQP -auc -bwA -bqE -byv -bgI -bAB -bEE -cOf -bEj -bFu -bqE -cnF -cDi -cdE -xVg -cIK -dLV -cSs -aus -cSI -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biD -bkS -cDJ -biB -boo -bbc -bqB -brJ -bte -baU -aaa -aaa -aTD -aLN -aLN -aLN -aLN -aLN -bAG -aLN -aPh -aha -aWn -aJh -aSM -aTF -aUL -bUR -aUN -aZd -aSM -eMp -bdD -atC -bgn -bhF -cqb -bgo -bmA -iMz -bEt -lfy -bsx -bKw -btt -buR -cLO -bqE -bxG -bBb -fRp -bqE -bqE -bqE -bqE -bqE -crF -bHr -auq -auq -aus -crF -auq -cSC -cSJ -ccu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biB -bbc -bbc -biB -byV -bpu -bbc -bnw -baU -baU -aaa -aaa -aha -emw -buH -aNf -aLN -eOp -aha -aha -aha -aha -bcB -aha -aSM -aTG -aUM -cfz -aUN -aZe -aSM -eMp -qlZ -iMz -bgm -bgo -bwT -bgo -bmB -iMz -bEu -bGg -bCc -bKx -btu -buS -bwB -bwz -aaa -aaa -aaa -aGm -auq -aus -aus -aus -ctN -bIz -cTS -auq -aus -crF -auq -auq -auq -auq -aaa -aaa -awx -aaa -aaa -aaa -awx -aaa -aaa -aaa -awx -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biE -bkR -bmu -bnx -byV -bpw -bbc -bnw -bth -baU -aha -aha -aha -aha -aLN -qsQ -aLN -sgK -aha -aJh -aJh -aJh -aWn -cVd -aSM -aTH -aUN -aVY -aUN -aZf -aSM -eMp -qlZ -atC -bgn -bhG -cuT -bkY -bmC -iMz -bEt -bpB -afI -afI -afI -afI -afI -afI -bym -bym -rVu -aum -aum -aum -aum -aum -cvD -aus -cTS -auq -aus -crF -auq -cSD -cSK -ccu -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biB -bbc -bbc -bnw -byV -bpx -bqC -bnw -btj -baU -cUS -cTQ -cTQ -aha -aha -aha -aha -aha -aha -aha -aUs -aWi -bdi -aJh -aSM -aTI -aUO -aVZ -aXz -aSM -aSM -oud -bdE -iMz -bgm -bgo -bxh -bgo -bmA -iMz -bEt -lfy -bsX -brW -btv -buT -cLP -afI -byy -bzF -bAC -bBE -bDj -cFf -bFv -aum -cvD -aus -rgM -auq -aus -crF -cSt -cSH -cSL -ccu -aaa -aaa -awy -aaa -aas -aaa -awy -aaa -aau -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -biF -bkR -bmu -bny -bzg -bpy -bqD -brK -cFq -baU -aJh -aWl -aWT -nGi -aWT -aWT -aWT -aWT -aWT -aWT -tkQ -bbr -aQO -aJh -aSM -aTJ -beN -aWa -pFY -aSM -bdy -eMp -qlZ -atC -bgn -bhF -cqP -bgo -cdV -atC -gYm -lfy -btc -brY -btw -buU -bwD -bsX -byz -bzG -bAD -bBF -bDk -bxH -bFw -aum -cvD -aus -aus -auq -aus -crF -auq -cSE -cSy -ccu -aaa -aaa -awx -aaa -aaa -aaa -awx -aaa -aaa -aaa -awx -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baU -baU -baU -baU -baU -baU -baU -baU -baU -btk -baU -aJh -aXH -aeq -aeq -aeq -aeq -aeq -aha -aJO -aha -aha -aWn -aha -aJh -aSM -aSM -aSM -bgC -aSM -aSM -baC -eMp -lVg -atC -bfR -bpW -bro -bpW -bfR -atC -bEG -bGh -bCg -bKA -cQQ -bLZ -bND -btc -bAF -bzH -aav -bBG -bDl -ced -cgT -aum -cvD -aus -auq -auq -aus -crF -auq -auq -auq -auq -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -aha -aha -aha -aha -aha -aha -kQN -aJh -aJh -aXH -aeq -aLO -aMq -aNg -aeq -aJh -aJh -wbA -aha -aWn -aha -aJh -cVa -aBa -bpE -kSR -nTF -bzW -nTF -aSU -qlZ -bfS -bgo -bgo -bxk -bgo -bgo -bvS -bEt -lfy -btc -bsa -bsa -buW -bwE -oGo -byB -bzG -rMI -bBH -bBM -ceM -dce -aum -cvD -aus -aus -snE -aus -cIV -cHQ -cHQ -cJh -auq -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -aha -wpl -wpl -xVS -aha -uqH -fuS -tTM -aWT -aYv -aeq -aLP -aMr -aNi -aeq -aJh -wbA -iFi -aha -aWn -aJO -aJh -cVc -aBa -udZ -sYb -hsI -hsI -hsI -hsI -bry -bmQ -btq -btq -bxl -bxY -bxY -bwg -bEQ -lfy -btD -bsb -bty -cOb -bsa -afI -byB -bzI -byB -bBI -cSa -cQO -bFA -aum -cvD -auq -auq -auq -auq -auq -auq -auq -crF -auq -aaa -aaa -akR -aaa -aat -aaa -akR -aaa -iDX -aaa -akR -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -aha -wpl -wpl -wpl -aJO -aJh -aJh -aXH -aeq -aeq -aeq -aKJ -aMs -aeq -aeq -aeq -aeq -aha -aha -aWn -aha -aBa -aBa -aBa -aBa -bgD -ben -aBa -bay -aSU -brD -bfS -bgq -bgo -iiH -bgo -biX -bvS -bFq -lfy -afI -afI -afI -afI -afI -afI -byC -bzK -byB -bBJ -bDm -ceR -byU -aum -cvD -auq -wGJ -aus -auq -cSo -cSu -auq -crF -auq -auq -auq -akR -aeG -bTu -aeG -cRH -aeG -bWr -aeG -akR -avs -avs -avs -avq -avq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aha -wpl -wpl -wpl -aha -aha -aJh -aXH -aeq -aKQ -aNW -aNY -aNX -aCT -aMt -bat -aeq -aPA -aPZ -bbs -cVa -aBa -aSP -aTL -aUS -aSU -aXD -aBa -baz -aSU -bdH -atC -bfS -bfS -bfS -bfS -bfS -atC -bzj -bAI -aBa -bsc -cFK -qWF -bwF -aBa -byD -bzL -byC -bBF -bDk -cfe -aum -aum -cvD -auq -cSi -aus -auq -cSp -cSv -auq -crF -auq -aus -aus -aeG -cEk -aeF -bzJ -bgP -aeF -aeF -dfl -aeG -avp -wXx -wnq -wnq -cWl -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aha -aha -aha -aha -aha -aJh -aJh -aXH -aeq -aKH -aNX -aNX -aNX -aOC -aNV -bau -bnF -bax -bax -bbt -cVa -aBa -aSQ -aSU -aSU -aWe -aXE -aBa -bDf -bbW -bdI -aBa -bgr -bhI -biY -bhI -biY -bhI -bFq -lfy -aBa -bsd -btA -btA -bwG -aBa -byE -bzM -bAH -bBK -bDn -dbP -aum -cVk -cvD -auq -cVz -aus -auq -aus -aus -auq -crF -auq -aus -bIy -bRZ -bSO -bSO -bTT -bUH -cie -bWs -azw -bYC -bZu -bZu -bZu -bZu -ccg -avq -avq -avq -avq -avq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aha -aJh -aJh -aha -aWl -aWT -aYv -aeq -aKS -aLm -aLT -aMt -aNl -aMt -aOB -aeq -cUZ -aJh -aWn -cVb -aBa -aSR -aSU -aUT -aWf -buX -aBa -aBa -aBa -aBa -aBa -bgs -bhJ -biZ -bhJ -biZ -bhJ -bFq -lfy -aBa -aBa -cPz -aBa -aBa -aBa -byF -byF -aum -bCe -bGk -bRh -aum -cVh -cvD -auq -aus -aus -auq -aus -cVo -auq -crF -auq -aus -bHr -aeG -aeG -aeG -aeG -chR -aeG -aeG -aeG -aeG -avq -avq -avq -avq -qFB -bZu -bZu -wqB -cxk -cxk -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aha -aJh -aJh -aJO -aWn -aeq -aeq -aeq -aKR -aKR -aKR -aMu -aNm -aKR -bnE -aeq -aeq -aeq -aWn -cVc -aBa -aIS -aSU -cdT -aWf -aXF -aBa -vwl -dZi -bdJ -xay -gjC -bhK -rBu -rBu -rBu -rBu -bFy -lbt -bCh -dZi -xay -bmv -bwH -bxH -bxH -bzN -bCe -bzN -bxH -cfO -aum -rgM -cvD -auq -auq -bKy -auq -bKy -auq -auq -crF -auq -rms -bRr -bEc -bIt -aeG -gSQ -bCd -tHu -aeG -wHn -wHn -wHn -wHn -jeY -avq -avp -avp -avp -qFB -bZu -ccg -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aha -soY -iFi -aha -aWn -aeq -aKu -aFP -aKR -aLq -aKR -aMv -aNm -bgE -bgE -aFP -aKA -aeq -aWn -aha -aBa -aST -aTM -aUU -aWh -aXG -aBa -baD -brf -brQ -bsU -btx -btW -bjf -bid -bid -bid -bFC -bpC -bCi -bse -btC -buY -bwI -bxI -byG -byG -bIH -bBM -bDo -cfR -cgV -cdE -cwj -bIA -bEc -bEc -bEc -bIt -cVz -auq -crF -auq -hMU -aus -aus -bHr -aeG -umD -bCd -aeF -aeG -wHn -wHn -wHn -wHn -wHn -sDw -avp -avp -avp -avq -avp -aHz -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aha -aha -aha -aha -aWn -aeq -aKv -aFP -aKR -aLq -aKR -aMv -aNm -bgF -bjs -aFP -aPB -aeq -aWn -aWR -bce -aSU -aTN -aSU -bnk -bwC -aBa -nTF -brr -jYU -hYY -bgu -cgU -bji -jYU -bgV -jYU -boF -jYU -bCl -oom -bjb -cOc -bwJ -bwJ -bwJ -bwJ -bCf -bBN -bDp -dbQ -aum -aus -aus -cDn -cHQ -cHQ -cHQ -cIW -cVD -auq -crF -auq -auq -auq -auq -bHr -aeG -yai -bCd -aeF -aeG -wHn -wHn -wHn -wHn -wHn -avq -avp -avp -avp -avq -avp -aHz -avq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cRt -cRt -cRt -cRt -cRt -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aha -otn -aJh -aha -aWn -aeq -aKw -aFP -aKR -aLq -aKR -aMv -aNm -bjq -ajz -aFP -aPC -aeq -aWn -aha -aBa -aBa -aBa -aBa -bhh -ben -qqa -aSU -blo -atM -bmR -bnY -atM -bkZ -atM -atM -atM -atM -atM -atM -lyV -bCx -aud -aud -aud -aud -aud -aun -cTU -bEr -cDa -aun -aun -cat -cpB -cat -cat -cxm -cIX -cVE -auq -crF -auq -cVo -aus -auq -bHr -aeG -aeF -bCd -aeF -aeG -wHn -wHn -nft -avq -win -avq -avq -avq -cWs -avq -avp -aHz -jQp -avq -avq -avq -avq -avq -avq -avq -avq -avq -avq -avq -cRt -avp -avp -avp -cRt -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -otn -aJh -aJO -aWn -aeq -aeq -aeq -aKT -aKR -aLU -aMw -aNn -aKR -aKR -aeq -aeq -aeq -aWn -cVc -cTQ -aBa -boD -biV -bnA -aXB -aXB -baF -brt -atM -nNn -bgw -bgh -bmF -cCi -bpD -bxm -cNt -cNu -atM -bsf -btE -cOd -hDc -bva -cCj -bFF -aun -bBP -bEw -bEy -bFG -aun -cdf -cqn -cdf -cat -aus -cvD -cVz -auq -crF -auq -cVL -aus -bKy -bHr -aeG -bxo -bUK -bVK -aeG -wHn -wHn -wHn -ckH -cPb -hQB -cci -avq -avq -avq -cWk -aHz -avp -avp -avp -avp -avp -avp -avp -avp -avp -avp -avp -qai -avp -avp -avp -avp -cRt -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -otn -aJh -aha -aWn -aeq -aKy -aFP -aKR -aLr -aKR -aMx -aNo -bgE -bll -aFP -aPD -aeq -bbX -bdx -bdx -beh -bid -bja -bnD -bou -bou -bpr -bru -atM -nNn -bgw -bgh -bjj -boG -beY -beY -boG -cxs -atM -kDF -bsh -gXk -gXk -gXk -byH -bGp -bKM -bLl -bNm -bEx -bFE -aun -cdh -kaT -clE -cat -aus -cvD -auq -auq -crF -auq -auq -auq -auq -bHr -aeG -aeF -bCd -cOV -aeG -wHn -wHn -wHn -cao -ckH -ckH -ckH -avq -avp -avq -avq -cfX -cWk -avp -avp -avp -avp -avp -avp -avp -avp -vUo -cVY -avq -avp -avp -avp -avp -cRt -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -aha -aha -aha -aWn -aeq -aKz -aFP -aKR -aLs -aKR -aMx -aNo -bjs -bln -aFP -aPE -aeq -aJW -atG -atG -atG -atG -atG -bhs -oUw -baX -bjB -bca -atG -bmR -bnY -atM -bgh -bti -buv -bwZ -bzv -bgh -atM -sqd -bsh -pzW -pzW -pzW -byJ -vfK -aun -bBT -bPg -bEy -bUS -aun -ciq -cqn -crk -cat -bLE -cIY -cdE -xVg -cJi -cIt -cdE -cdE -cdE -cJx -cJy -cJB -cJI -aeF -aeG -avq -avq -avq -cGa -cGa -cGa -cGa -avq -avp -avp -avv -avv -avv -chn -avv -avv -avv -avv -avv -avv -avv -avv -avv -avv -avv -avp -avp -cRt -cRt -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -wpl -wpl -xVS -aha -aWn -aeq -aKA -aFP -aKR -aLr -aKR -aMx -aNo -bjJ -bjq -aFP -aPG -aeq -aJW -atG -vZp -aSZ -buq -aUV -bof -buZ -aZh -baH -bcb -atG -kWh -bgx -bhN -bjk -bld -beZ -beZ -beZ -bfc -atM -bsi -bsh -bvd -byK -byK -cCk -bsh -aun -bBU -bSE -bEy -cOi -aun -clD -hXw -eCR -cat -aus -aus -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -bTU -cJJ -aeF -avv -cij -cij -cij -cck -avu -avu -cck -cij -cij -cij -avv -cnR -iiu -avo -iiu -cnR -avv -cjv -ckr -cll -clS -clu -cnC -cjv -avv -avq -rtM -avq -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -wpl -wpl -wpl -aJO -aWn -aeq -aeq -aeq -bmG -aKR -aLV -aKR -aNp -aKR -aOE -aeq -aeq -aeq -aJW -atG -aqP -aTQ -bie -bie -bor -aXJ -aZi -baI -bcc -atG -bfa -beZ -beZ -nwv -ble -beZ -beZ -beZ -bpF -atM -bsk -btF -bwK -cCc -cCg -cCl -eMb -aun -bBV -bTj -bEz -bFE -aun -clE -cqn -clE -cat -ggr -uCs -aeG -bOq -bPk -bOs -bOq -bQn -bQT -cfl -oxH -aAe -cJJ -aeF -avv -cmx -cmy -cmy -cmy -cmy -cmy -cmy -cmy -cmy -cmx -avv -cnS -avo -avo -avo -avo -cwu -avx -csu -dgs -clT -avx -csu -avx -avv -avp -avp -avq -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -wpl -wpl -wpl -aha -aWn -aeq -aKB -aFP -aKR -aLt -aKR -aai -aOD -aNX -bgE -aFP -aPH -aeq -aJW -atG -aSX -bdG -aTS -beO -aWq -aTR -cjk -baJ -bcd -baX -bfb -beZ -bhO -bjl -cwW -bmH -bnG -beZ -bpG -atM -bsl -bsh -iEl -cCd -cCh -byL -bsh -aun -bLQ -bTK -bEy -bFH -aun -cat -cqp -cat -cat -cat -cVC -aeG -bOr -bOq -bQj -bQT -bOs -bSa -bPk -oxH -aAe -cJJ -aeF -avv -cmy -cmy -cmy -cmx -cmy -cmy -cmy -cmy -cmx -cmy -avv -cfY -udK -cTm -avo -cPk -avv -avv -avv -avv -clU -avv -avv -avv -avv -avp -avp -avq -aao -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aha -aha -aha -aha -aha -aWo -aeq -aKC -aFP -aKR -aLt -aKR -aNY -aOD -aNX -bmJ -aFP -aPI -aeq -aJW -atG -atG -atG -atG -atG -aOa -aXK -aTR -baK -blm -baX -bfb -beZ -beZ -nwv -beZ -beZ -beZ -beZ -bpF -atM -cCo -bsh -bwL -cCe -cCe -cCm -bsh -aun -bEU -bLG -bHn -aun -aun -cme -cqn -crt -uyN -cat -cat -aeG -oxH -oxH -oxH -oxH -oxH -oxH -oxH -aeG -cgW -chS -cia -avv -cmy -cmy -cmx -cmy -cmx -cbJ -cmy -cmy -cmy -cmx -avv -cfY -cfC -cho -bEn -cif -jVk -cjw -ckt -ckt -cTr -cPn -ckt -com -tzZ -avp -avp -avq -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -aar -aTZ -aTZ -aar -aar -aCf -aXa -aCf -aar -aar -aar -aar -aCf -aCf -aCf -aCf -aCf -aUs -aWi -aWi -aWp -aeq -aKD -aFP -aKR -aLt -aKR -aNZ -aOF -aNX -bjJ -aFP -aPC -aeq -aJW -aRz -aJh -qyS -hfV -atG -aWs -aXL -aZj -baL -bcf -atG -bDw -bgy -bhP -nwv -beZ -beZ -boI -boI -bpH -atM -bsh -bsh -gXk -gXk -gXk -gXk -bsh -aud -bzl -cdg -bzl -cat -dco -cnf -cqO -crK -cvJ -cxr -cat -cEl -aeF -aeF -cdF -bzl -cdF -wNr -aeF -cgi -aAe -cJJ -kdh -avv -cmy -cmx -cmy -cmy -cmy -cmx -cmy -cmy -cmy -cmy -avv -cnU -avo -bCO -avo -coC -jVk -cjx -cku -cln -clT -cmX -cku -con -avv -cVY -avp -avq -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -amo -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aTZ -aTZ -aTZ -aar -aar -aar -aCf -aCO -aCf -aHQ -aHQ -aHQ -aHQ -aCf -aHZ -aIj -aAr -aCf -aUu -aJE -aJE -aJZ -aeq -aKE -aeq -bjK -aKR -aKR -aKR -aKR -aKR -aKR -aeq -aeq -aeq -aJW -aha -qyS -aJh -hjs -atG -aWt -aXM -aZk -baM -aWt -atG -bgh -bgh -bgh -brs -btr -buw -bgh -bgh -bgh -atM -bsh -bsh -pzW -pzW -pzW -pzW -bsh -aud -bBX -cdj -cgm -cau -cbI -cns -cqQ -crL -cvR -deg -cat -cEw -aeF -aeF -aeF -cSN -aeF -wNr -aeF -aeF -aAe -cJJ -sgB -avv -cmy -cmy -cmx -cmy -cmy -cmy -cmy -cmy -cmy -cmy -avv -cLC -cLn -cMi -avo -coC -jVk -cjy -avv -clo -hUt -cmY -avv -coo -avv -jQp -avp -avq -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -awy -uMF -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -ayf -ayf -ayf -ayf -ayf -ayf -aCg -aCP -aCf -aEz -aEz -aEz -aEz -aCf -aIa -aCf -aIa -aCf -aUv -aCf -aCf -aCf -aCf -aeq -aKJ -aeq -aFP -aeq -aVm -aeq -aFP -aeq -aeq -aJV -aKi -aQO -aha -cUS -aJh -aha -atG -baX -bhR -aZl -bhR -baX -atG -biK -bGM -dsj -mpw -ajl -buL -fbi -bGM -cQi -aud -bsh -bsh -byI -cCf -cOe -cCn -bsh -aud -bBY -aeF -aeF -cat -ccv -cpy -cqU -cqU -cwG -cyi -cat -bZC -aeF -aeF -aeF -aeF -aeF -wNr -aeF -aeF -cJC -cJL -jVk -avv -avu -avu -avu -caq -avu -avu -caq -avu -avu -avu -avv -aGO -avo -cMj -avo -coC -jVk -cjz -ckv -clp -clT -cmZ -ckt -cop -avv -cWk -avp -avq -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -uMF -awy -awy -aaa -aaa -awy -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -ayf -ayt -ayt -ayt -ayt -ayt -ayf -aCQ -aCf -aCS -aCS -aCS -aCS -aHI -aCS -aCS -aCS -aIJ -aVy -aCS -aCS -aKa -aFM -cEk -cPR -bgP -aeF -aeF -aeF -aeF -aeF -ahg -aeG -aPJ -aeG -aeG -aeG -aeG -aeG -aeG -bvk -wUj -wUj -wUj -wUj -wUj -aeG -bfe -bnj -boc -daN -ajl -ajl -buL -bzw -bER -aud -aud -bCD -aud -aud -aud -aud -aud -aud -bKo -aSn -bRj -cat -cat -bHw -bHw -bHw -bHw -cat -cat -aeF -aeF -aAh -cFg -cFg -cFg -oxH -cmf -aeF -cJD -bZw -jVk -cfw -avo -cmC -cmC -avo -cmC -cbK -avo -cmC -cPf -avo -cfw -aGO -aGO -cMj -avo -jVk -jVk -cjA -ckw -ckw -clX -avx -avx -coq -avv -avv -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -awy -uMF -aaa -aaa -aar -aar -aar -aar -aTZ -aTZ -vwj -aTZ -aar -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -ayf -ayu -ayt -ayt -ayt -ayt -ayf -aCR -bhM -aEA -aEC -aEC -aEC -aEC -aIb -aEA -aIK -aEA -aVA -aEA -aDQ -aKb -aFM -cEk -aeF -bzJ -aeF -aeF -aeF -aeF -aeF -aeF -cPX -bCj -wdz -aWm -uwi -nPE -mjH -nPE -nPE -nPE -nPE -nPE -aLS -nPE -blt -bnj -boc -ajl -daN -ajl -ajl -ajl -bzz -bxa -blt -tcu -nPE -bRa -nPE -nPE -nPE -nPE -nPE -bCa -nPE -rXx -bFJ -wdz -nPE -nPE -nPE -nPE -nPE -bdM -aeF -aeF -aAh -cFh -cFj -cFg -oxH -bDB -aeF -dhb -bZw -avo -cms -cmz -cmz -cmz -car -cmz -cmz -cmz -cmz -cmz -cmz -cfx -avo -aGO -cMj -avo -jVk -ciL -cjB -ckx -ckx -ckx -ckx -ckx -cor -coY -avv -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -aao -awy -aaa -aaa -aaa -aar -aar -aar -aar -aTZ -aTZ -vwj -aTZ -aTZ -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -ayf -ayv -bcl -ayv -ayv -ayv -aFO -aCS -aDN -aEB -aEC -aGr -obn -aEC -aIc -aEB -aIc -aIW -aKc -aKd -aQp -aSy -aFM -aeF -aeF -cCU -bFz -bFz -bFz -bFz -bFz -bFz -bFz -bFO -bFP -bFV -bGa -azw -bdN -azX -aeF -aFQ -aIq -aIq -aNd -aVp -blu -bnq -aZN -aZN -bpP -csh -aZN -aZN -byq -bAJ -blu -aVp -aVp -aVp -aVp -aVp -aVp -aVp -aVp -bCb -aVp -bEA -aVp -aVp -aVp -aVp -aVp -aVp -bBc -cdk -bBc -bBc -bPl -cFi -cFk -cFo -gdJ -bSQ -cgu -ckk -chU -bCC -cSY -cmA -cmA -cmA -cas -cmA -cmA -ccl -cmA -cmA -cmA -cTh -bCC -cqz -cMk -bCC -cub -ciM -cjC -avv -aGO -cTs -aGO -avv -cos -coZ -avv -sdq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -aaa -aaa -aaa -aar -aar -aar -aTZ -aTZ -yaO -vwj -yaO -aTZ -aTZ -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayf -ayf -ayf -ayf -aAu -ayf -ayf -sYe -aDP -aEC -aEC -aGu -aDP -aEC -aEC -aSV -aTp -aUq -aVC -aEC -aEC -aSC -aQI -aeF -aeF -bCd -aeF -aeF -aeF -aeF -aeF -aeF -unG -unG -unG -bFW -unG -unG -noz -wsK -unG -aFR -unG -unG -dRl -oxj -uCQ -fzE -nWA -kdl -bVZ -cbg -dfS -ajl -buM -bxb -blt -unG -unG -bmE -unG -unG -unG -unG -unG -unG -unG -unG -bVJ -unG -unG -unG -unG -unG -unG -bdM -aeF -aeF -aAh -cFg -cFj -cFp -oxH -bDB -aeF -dhd -bZw -avo -lQm -tQP -xxt -haS -tQP -vNX -haS -nFR -haS -haS -tQP -pta -avo -aGO -cMj -avo -jVk -ciN -cjD -cky -cky -cky -cky -cky -cot -cpa -avv -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aar -aar -aTZ -aTZ -bXH -yaO -vwj -yaO -bXH -aTZ -aTZ -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aBG -agV -ayf -azs -aVT -aAv -aBo -aCx -aCS -aDP -aEC -aFr -aGv -aHg -aHJ -aHJ -aSY -aHJ -aGv -aJp -aEC -aEC -aSC -aQI -aeF -aeF -bCd -aeF -oxH -oxH -oxH -aeG -oxH -oxH -oxH -aeG -oxH -oxH -oxH -aeG -hQp -aeG -cQc -bDB -aZm -bEv -aeG -aeG -bgv -bop -bpZ -bqc -ajl -ajl -buM -bxb -bgv -aeG -aeG -aeG -aeG -bwM -aeG -akR -bJw -bTz -bUI -bUI -bUI -bTz -bJw -akR -aeG -hJa -aeG -aeG -aeG -gpk -aeF -aAh -cFg -cFg -cFg -oxH -cmf -aeF -cJD -bZw -jVk -avv -avu -avu -avu -ciV -avu -avu -ciV -avu -avu -avu -avv -aGO -aGO -cMj -avo -jVk -jVk -cjE -ckw -ckw -clZ -avx -avx -cou -avv -avv -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aar -aTZ -aTZ -yaO -yaO -bXV -bWN -bXV -bYr -bYr -aTZ -aTZ -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aBG -agV -ayw -azt -azN -aAv -aAv -aCx -aCS -aDQ -aEA -aFs -aGw -obn -aEC -aIb -aTg -aIb -aJa -aIb -aEA -aDQ -aTg -aFM -aeF -bxo -bBL -aeF -oxH -cjb -ceq -aeG -ces -aMC -aMI -aeG -aQP -aMA -aSm -aeG -aAf -aeG -aeG -aeG -aeG -aeG -aeG -aaa -bgv -bgv -bqe -bon -ajl -buM -bxb -bgv -bgv -aaa -aaa -atW -atX -atX -atX -bJw -bJw -bTA -cWx -dbo -diE -caL -bJw -bJw -pWN -atX -atX -atX -atW -baA -aeF -aeF -aeF -aeF -aeF -wNr -aeF -aeF -cJF -cJI -jVk -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -avv -aGO -avo -cMj -avo -coC -jVk -cjF -cts -clq -clT -cna -ckB -cow -avv -cWk -avp -avq -aao -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -aaa -aaa -aaa -aaa -aTZ -aTZ -wud -wud -bXI -whW -whW -whW -bYs -wud -wud -aTZ -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aBG -agV -ayf -ayf -ayf -ayf -ayf -ayf -aZt -aDN -aEB -aFs -aEC -aEC -aEC -aIc -aTk -aIL -aEB -aIc -aEB -aDN -aTB -aFM -cEk -aeF -bCd -aeF -oxH -ceg -cer -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aTT -aUX -atJ -lOl -lOl -atL -aaa -aaa -aaa -bgv -bgv -bnJ -btz -bvc -bgv -bgv -aaa -aaa -aaa -atW -atX -atX -atX -bJw -bKD -bTJ -bVg -bVg -bVg -caY -ccw -bJw -pWN -atX -atX -atX -atW -lfK -aeF -aeF -aeF -cSN -aeF -wNr -aeF -aeF -aAe -cJJ -dfi -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -avv -cga -avo -cMj -avo -coC -jVk -cjG -avv -clr -rMW -cnb -avv -cjG -avv -cWk -avp -avq -aao -aao -aao -aao -aao -aao -aao -uMF -awy -awy -awy -awy -awy -aTZ -aTZ -yaO -bXC -bXJ -whW -bYf -whW -bXJ -bXC -yaO -aTZ -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -agV -agV -agV -agV -aBp -aCf -aCS -aDR -aCS -aFt -aEq -aHi -aTv -aCS -aTl -aCS -aCS -cEa -aTv -aCe -aTC -aFM -cEl -aeF -bCd -jWB -aeG -aeG -aeG -aeG -aNs -aAi -aAi -aAi -aAi -aAi -aAi -fim -aAk -gdI -atJ -atJ -atJ -atL -atL -aaa -aaa -aaa -bgv -bgv -bgv -bgv -bgv -aaa -aaa -aaa -atW -atW -atW -atW -atX -bJw -bKD -bTJ -bVg -bVg -bVg -caY -ccw -bJw -iVw -atX -atX -lsc -atW -cEl -aeF -aeF -cdR -bzl -cdR -wNr -aeF -cgD -aAe -cJJ -bbO -avv -bWW -bWW -bWW -bWW -bWW -cbL -bWW -bWW -bWW -bWW -avv -cgb -avo -cRe -avo -coC -jVk -cjH -ckA -clt -clT -cnc -ckA -cox -avv -avp -avp -avq -aao -aao -aaa -aaa -aaa -aaa -aaa -uMF -awy -awy -aaa -aaa -aaa -aTZ -aTZ -wud -wud -bXI -whW -whW -whW -bYs -wud -wud -aTZ -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agU -agU -agU -agU -ctb -avH -ayf -aCx -aCx -aCx -aJy -ayf -aCf -aCf -aCf -aTm -aCf -aCf -aCf -aCf -aCf -aCf -aCf -biW -aeF -bCd -aeF -oxH -aMA -aeG -atL -aAf -atJ -fua -atL -atJ -atJ -atJ -lCE -atJ -gdI -atJ -atJ -atJ -atJ -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -lsc -lsc -atW -atX -bJw -bJw -bTM -bVg -diy -caf -caZ -bJw -bJw -atW -bJt -atW -atW -atW -aeG -oxH -oxH -oxH -oxH -oxH -oxH -oxH -aeG -cgW -chS -cia -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -avv -wNw -avo -cMj -avo -coC -jVk -cqJ -ckB -cPm -cTt -ckB -ckB -coy -avv -avp -avp -avq -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aar -aTZ -aTZ -yaO -yaO -bXW -whW -bXW -yaO -yaO -aTZ -aTZ -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agU -bCK -bCQ -bCL -agU -agU -avH -ayf -aIh -aJi -aDS -aFv -ayf -agV -agV -agV -ayB -agU -agV -agV -agV -agV -agV -aeG -aeF -aeF -bCd -aeF -oxH -aMB -aeG -dOn -aAf -fua -atL -atL -atL -atL -atL -atL -atL -atL -atL -atJ -atJ -atJ -atL -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -atW -atX -atX -bJt -atX -bJw -bJw -bJw -bVg -diz -bVg -bJw -bJw -bJw -uOe -atX -atX -pjS -iVw -aeG -bOs -bPm -bQn -bOq -bQT -cjp -cfl -oxH -aAe -cJJ -aeF -avv -dsH -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -tul -avv -cPg -cfC -cMl -bEn -cih -avv -avv -avv -avv -cmc -avv -avv -avv -avv -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aar -aTZ -aTZ -aTZ -bXH -yaO -whW -yaO -bXH -aTZ -aTZ -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -bCL -cUC -bCL -agV -agU -avH -ayf -aCV -aJm -aED -aFw -ayf -uRp -cch -agU -ayB -agU -qQo -swd -sWs -agV -aFc -aeG -aeF -aeF -bCd -aeF -oxH -aMC -aeG -dOn -aAf -atL -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atL -atJ -atJ -atJ -atJ -atL -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -atW -atX -atX -atX -atW -din -dip -dip -dit -div -diA -bVg -bJw -aaa -bJw -uOe -bJu -aFJ -aFJ -bMH -aeG -bOq -bOs -bOr -bQT -bRu -bOq -bRu -oxH -aAe -cJJ -aeF -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -avv -avo -cgv -cMm -cgv -avo -cwC -avx -ckC -dgt -clT -avx -ckC -avx -avv -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -aaa -aaa -aaa -aTZ -aTZ -aar -aTZ -cXd -yaO -whW -yaO -aTZ -aTZ -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -bCP -aVW -bDh -agV -agU -avH -ayf -aze -aJn -aEE -bEi -ayf -agU -agU -agU -ayB -agU -sWs -agV -aFc -agV -sWs -aeG -dtp -aeF -bCd -aeF -aeG -aeG -aeG -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atL -rip -mIi -iCT -atJ -atJ -atL -atL -atL -atL -atW -atW -atW -atW -atW -atW -atW -atW -atW -atW -qXq -bJw -bJw -bJw -bVg -diB -bVg -bJw -bJw -bJw -ccN -crM -ccN -ccN -aFT -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aeG -aAe -cJJ -aeF -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -avv -avo -cgw -cMn -chL -cii -avv -cjK -ckD -clu -cmd -cll -cnD -cjK -avv -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awy -aTZ -aar -aar -aar -cXd -awx -aar -awx -aTZ -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -bCL -cUD -bDi -agV -nCS -avH -ayf -aIk -blb -aEF -aFy -ayf -agV -agV -agV -ayB -agU -agV -agV -agV -agV -agV -aeG -sJa -aeF -bCd -umN -oxH -aMD -aeG -oxz -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atL -bso -atL -nNT -mIi -mIi -mIi -mIi -mIi -mIi -bEC -bEC -bEC -bEC -bEC -bEC -bEC -bEC -sIo -bEC -dio -bJw -bJw -cko -bWT -diC -bVg -cbc -bJw -bJw -lWG -cum -cpA -ccN -bMI -aGh -bOt -bPo -bQo -bQV -bRv -bSb -deZ -aGh -bTX -cJN -aeF -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -aGO -avo -avo -cMo -avo -iYZ -avv -avv -avv -avv -avv -avv -avv -avv -avv -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -awy -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -awI -agV -agV -agV -uRp -agU -aBq -ayf -aIC -ayf -ayf -ayf -ayf -agU -agU -agU -ayB -agU -agU -agU -aui -agU -agU -aeG -vic -aeF -bCd -xNo -oxH -aME -aeG -uga -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atL -mSs -atL -dOn -atJ -atJ -atJ -atJ -atJ -atJ -cVZ -tXz -cVZ -atX -atX -atX -atX -atX -sPQ -atX -qXq -bJw -bKK -bTO -bVg -bVg -bVg -cbe -ccF -bJw -crh -cus -cpA -ccN -bMK -orA -bOu -bPp -mlO -cSO -bQp -bSc -bOt -bTy -aeF -cJO -aeF -avv -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -bWW -aGO -avo -avo -cMj -avo -avo -cij -aaa -aaa -aaa -avq -avp -avp -bJA -avp -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -bOQ -awy -awy -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agU -agU -agU -bDg -agU -agU -agU -aHx -azW -aIF -azW -azW -azW -azW -azW -azW -mSS -aBz -auj -auj -auj -auj -auj -arr -aeG -cmf -aeF -bCd -xNo -oxH -aMF -aeG -mLx -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atL -bsp -atL -atL -atL -atL -atL -atL -atL -atL -atW -atW -atW -atW -atW -atW -atW -atW -atW -atW -qXq -bJw -bKK -bTO -bVg -bVg -bVg -cbe -ccF -bJw -crj -cut -cwP -ccN -bML -aGh -aGh -bPq -aGh -aGh -aGh -aGh -aGh -aGh -bTY -cJP -oEe -avv -aGO -aGO -aGO -ciV -aGO -aGO -ciV -aGO -aGO -aGO -aGO -avo -cmD -cMp -avo -avo -cij -cij -aaa -aaa -avq -avp -avp -avq -avp -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -awy -bOQ -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -aba -aaa -aaa -awy -aba -aaa -aaa -aaa -aba -aaa -aaa -aaa -aba -aaa -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayq -azW -azW -azW -azW -azW -mSS -aHy -agV -cUT -agU -agU -agU -agU -agU -agU -agU -agU -agU -agU -agU -agU -agU -avH -aeG -bzl -aeF -bCd -dFt -aeG -aeG -aeG -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -qXq -bJw -bJw -ckp -bVg -bVg -bVg -cbA -bJw -bJw -ccN -ccN -ccN -ccN -bML -aGh -bOv -bPr -bPv -xQT -bRw -deW -bPv -cgJ -aeF -cJQ -aeF -aeF -bzl -aGO -cnR -avo -vDZ -pkJ -avo -cnR -avv -cLl -cLv -cLn -cLn -cMq -avo -avo -cfw -cij -aaa -aaa -avq -avp -avq -avq -avq -avq -avq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -bOQ -awy -awy -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -ady -adX -aaa -adb -ady -adX -aaa -adb -ady -adX -aaa -adb -ady -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -agU -agU -agU -agU -agU -agU -agU -agU -agU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -cUP -cUP -cUP -agU -avH -aeG -hZx -aeF -bCd -xNo -oxH -aMG -aeG -gdI -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -bDC -bJz -bJw -bJw -oPl -diw -eWW -bJw -bJw -aaa -aaa -aaa -atW -xAa -bML -aGh -bOw -bPs -bQq -bQX -bRx -bSe -bSS -aGh -bTZ -cJQ -aeF -aeF -aeF -aGO -avo -qND -rTW -nWO -haG -avo -avv -cLm -cLw -cgc -cgx -chv -chM -avo -cRp -cij -aaa -aaa -avq -avp -jQp -avq -dhz -avp -dhI -avq -aaa -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aTZ -aGm -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -agU -agV -agV -agV -agV -agU -agU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -agV -agV -aJQ -avH -aeG -bzl -aeF -bCd -xNo -oxH -aMH -aeG -doJ -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -atW -bDC -bJz -bJw -dix -dix -dix -bJw -atW -atW -atW -atW -atW -xAa -bML -aGh -bOx -bPt -bQs -bQY -bPv -bPv -bPv -dUo -bUa -cJR -cJT -cJT -fSm -aGO -avv -avv -nAF -aGO -avv -avv -avv -avo -gvP -cgd -cgy -chw -chN -avo -cRq -cij -aaa -aaa -avq -avp -cWl -avq -cTy -avp -dhJ -avq -aaa -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -aui -agV -agV -agV -agU -agU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agV -agV -agV -agU -avH -aeG -aeF -aeF -bCd -umN -oxH -aMI -aeG -gdI -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXc -aaa -aaa -aaa -aaa -awy -awy -atW -qXq -bJw -bJw -bJw -bJw -bJw -atX -atX -atX -atX -atW -atX -bML -aGh -bOy -bPu -bQt -bQZ -bPv -cSR -bPv -dUo -bUa -bUQ -aeF -aeF -eIS -cKm -cJT -wTT -rQk -cJT -fyC -cgm -cmv -cLn -nAe -cgf -cgz -cTn -chO -cih -quf -cij -aaa -aaa -avq -avp -avp -avq -dhA -avp -dhK -avq -aaa -aaa -aaa -aaa -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -agU -agV -agV -agU -agU -aaa -aaa -aaa -aaa -aaa -aCu -aCu -aCu -aCu -aCu -aCu -acH -cUy -cUT -agV -agU -lRx -aeG -aeG -aeF -bCd -aeF -aeG -aeG -aeG -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -awy -atW -bDC -bEC -bEC -bEC -bEC -bEC -bEC -bEC -bEC -bJz -atW -atX -bMM -aGh -bOz -bPv -bQu -bZD -bPv -bPv -bPv -dUo -bUa -bUQ -cav -pFq -aeF -rYO -aeF -aeF -aeF -aeF -juS -aeF -mSR -avo -avo -cgg -cgA -cgA -chP -avo -uaU -cij -aaa -aaa -avq -avp -avp -dhy -avp -avp -dhL -avq -avq -avq -avq -avq -avq -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -agU -agV -agU -agU -aaa -aaa -aaa -aaa -aCu -aCu -aCu -aDh -aGz -aGz -aGz -aIl -acH -acH -acH -cUR -agU -ars -fOs -aeG -aeF -bCd -aeF -aeG -eJX -atJ -atJ -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -awy -atW -atW -atW -cfd -cfd -cfd -atW -uOe -atX -atW -bJB -atW -atX -bMM -aGh -aGh -aGh -aGh -aGh -aGh -aGh -aGh -aGh -aeG -bUU -aeG -amq -amq -cKn -cda -cda -cRI -bzl -cKN -aeF -jVk -ceK -avo -avo -avo -avo -avo -avo -cnR -cij -aaa -aaa -avq -avp -avq -avq -avp -dhG -avq -avq -dhQ -dhW -dib -die -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -agU -agU -agU -aaa -aaa -aaa -aaa -aCu -aCu -aDh -aEG -aDX -aDf -aGz -aCm -aBv -aBv -aCj -acH -acH -agU -agV -avH -aeG -yai -bCd -cPU -aeG -eJX -aNs -aAi -iLF -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aXP -aYu -aYu -aXP -aaa -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -aaa -aXP -aYu -aYu -aXP -awy -aaa -aaa -aaa -aaa -aaa -aaa -atW -uOe -atX -atW -bJB -sPQ -atX -bMM -atX -atX -atX -atX -atX -atX -atX -atX -bTB -atX -bUW -uOe -amq -uMD -cKo -cKq -hKz -amq -aKK -cKN -aeF -jVk -jVk -gjz -avo -avo -avo -avo -avo -cij -cij -aaa -aaa -avq -avp -cWq -avq -dhB -avp -dhM -avq -cTy -dhX -avp -dif -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayX -agV -fXE -agU -aaa -aaa -aaa -aaa -aCu -aCu -aDU -aEG -aDh -aGx -aCm -aHL -aId -aFD -aDh -aJb -aCj -acH -acH -aKe -aKm -aeG -aSn -aTs -aSn -bMZ -atL -aAf -atL -atL -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aXP -bAU -bHH -aXP -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aXP -bAU -bHH -aXP -awy -awy -aaa -aaa -aaa -aaa -aaa -atW -atX -atX -atW -bDC -sIo -bEC -bMN -bNu -bOA -bOA -nyf -bQv -bQv -bQv -bST -bTC -bUb -bUX -bVN -amq -bWZ -amJ -qxS -amJ -cbf -aeF -cKN -aeF -bzl -jVk -jVk -cgh -cgB -chy -cmW -cij -cij -aaa -aaa -aaa -avq -avp -cWq -avq -dhC -avp -dhN -avq -dhS -dhY -avp -dig -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agU -ayX -cUR -agU -agU -aaa -aaa -aaa -aCu -aCu -aCj -aDV -aEH -aJq -aDh -aHj -aHn -aCm -aIm -aIM -aBv -aJq -aDa -acH -acH -avH -aeG -aeF -bCd -aeF -bDB -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aXP -bAV -bHW -aYu -aYu -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -aYu -cFV -cIj -aXP -awy -awy -aaa -aaa -aaa -aaa -aaa -atW -atW -atW -atW -atW -atW -atW -atW -atW -atW -cfd -cvv -atW -atW -atW -bSV -amq -amq -amq -amq -amq -cCP -amJ -gws -amJ -cbf -aeF -cKN -aeF -aeF -bzl -jVk -jVk -jVk -jVk -avv -cij -aaa -aaa -aaa -aaa -avq -avp -vUo -avq -dhD -avp -dhO -avq -dhT -avp -dic -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayn -azf -atV -agU -aaa -aaa -aaa -aaa -aCu -aVg -aDa -aCj -aHR -aFA -bNs -aHk -aHR -aCj -bNs -aDh -aHR -aEG -aCj -bmD -acH -ars -aKF -azw -aKV -azX -cEk -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -bAY -bHX -bsq -aeY -bvB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -kWC -rsZ -sre -cGr -cIq -aYu -aYu -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cfd -ydR -atW -awy -atW -bSV -amq -bUc -bUe -bVO -amq -bXb -cTb -bZz -amJ -cbf -aeF -cKN -aeF -aeF -aeF -aeF -aeF -cEk -cEk -aeG -aaa -aaa -aaa -aaa -aaa -avq -avp -avp -avq -dhE -avp -dhP -avq -dhU -avp -did -dii -avq -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -ach -ach -ach -aaa -aaa -aCu -aCu -aCj -aCk -aCj -aCj -aDa -aGy -aHm -aCj -aCk -aIn -aDa -aBv -aJs -aGx -aJR -acH -acH -aeG -aKN -aKW -aAe -cEl -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -aff -bAZ -bHW -aYu -afi -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -afi -aYu -cFV -cIz -aff -aYu -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cfd -cvx -atW -awy -atW -bSV -amq -bUd -cSX -bVP -bWu -bXh -bXh -bZA -amJ -cbh -aeF -cKN -aeF -aeF -aeF -aeF -aeF -dhg -aeF -aeG -aaa -aaa -aaa -aaa -aaa -avq -avp -avp -avq -avq -avq -avq -avq -avq -dia -avq -avq -avq -avq -avq -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -aBX -aDv -ach -ach -ach -acH -aBs -aCk -aCj -aDa -aCj -aCj -aCj -aCj -aHM -aCj -aCj -aCj -aCj -aCm -aDh -aIM -aJq -acH -aeG -aeF -aKX -aAe -bSU -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -bRi -aff -bBa -bHY -aff -aFf -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aHr -aff -cHa -cIF -aff -bRi -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -awy -atW -bSV -amq -bUe -bUZ -bVQ -amq -bXm -amJ -bZB -amJ -amq -aeF -cKN -aeF -aeF -aeF -aeF -aeF -dhh -aeF -aeG -aaa -aaa -aaa -avq -avq -avq -avp -avp -avq -cWs -cWs -avp -avp -gaI -avp -avp -avp -avp -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaa -adA -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -axB -aEe -acn -cPx -acn -aES -aBt -aBt -aDb -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aJF -aBt -aBt -aES -bju -cBd -aKX -aAe -cmf -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -boY -aff -bBO -bHW -aff -bRi -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -boY -aff -cFV -cIz -aff -cOv -aYu -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -atW -bSV -amq -amq -bVa -amq -amq -amJ -amJ -cOZ -orq -amq -bzl -cKO -cDm -cDm -cDm -bzl -aeF -dhi -bds -aeG -aaa -aaa -aaa -avq -vUo -vUo -avp -avp -avp -avp -avp -avp -avp -cLW -cLW -cLW -cLW -cLW -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -axB -aEe -ayx -aDd -aDd -aET -aBu -aBu -aDc -aBu -aBu -aBu -aBu -aBu -aHN -aBu -aBu -aBu -aBu -aBu -aJG -aBt -aBt -aES -aeF -cBm -cHt -aLv -bMZ -atL -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -bcj -aff -bBO -bHW -aff -boY -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -bRi -aff -cFV -cIz -aff -boY -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -bSW -bTD -bUg -bVb -bJz -amq -bXA -bYF -amq -amq -amq -cyD -cKP -cyC -cyC -cDz -cDD -aeF -aeF -aeF -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -avp -cLW -cYc -cYi -cYi -cYc -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -awy -adb -adz -adX -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -axD -aEe -ayy -acn -acn -aES -aBt -aBt -aDe -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aBt -aJH -aBt -aBt -aES -cPQ -dci -aeF -aAe -aeG -atJ -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -bRi -aff -bCp -bIe -aff -aHr -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aFf -aff -cHh -cIP -aff -bRi -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -atW -atW -amq -amq -bVR -amq -amJ -bYG -cKr -amq -cyA -cCT -cKQ -cyC -cyC -cDj -cDE -aKN -cgC -dfX -cLW -cNX -cXk -pND -cLW -cNX -cXk -cXu -cLW -cNX -cXk -cXu -cLW -avp -cLW -cYd -cYc -cYp -cYu -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -awy -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -aAJ -ach -ach -aQW -ayy -rIK -ach -acH -kWd -aCl -aDf -aCm -aEK -aFB -aEO -aEO -aHO -aIe -aIe -aDa -aIe -aCk -aIe -aIe -yar -acH -aeG -aeG -aeG -aLw -aeG -atJ -aAf -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -aff -bCv -bHW -aYu -afi -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -afi -aYu -cFV -cIQ -aff -aYu -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awy -bZv -bVc -bVS -dfk -amJ -amJ -cKo -cKv -cKy -cKH -cKR -cyC -cyC -cCT -cDF -aeF -bCd -aeF -cLW -cOj -cXl -cXv -cLW -cOj -cXD -cXv -cLW -cOj -cXD -cXv -cLW -avp -cLW -cYc -cYj -cYj -cYc -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaq -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -aaq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -agU -agU -agU -agU -aAS -axd -ach -aEe -ayy -acn -bia -acH -acH -aCm -aDg -aDW -aEL -aFD -aEO -aDV -aCk -aDa -aIo -aIe -aDU -aIe -aDh -aIe -aCu -aCu -aaa -aaa -atL -aLx -aAi -aAi -aAk -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -bCz -bHX -bsq -phO -bvB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -kWC -koi -sre -cGr -cJe -aYu -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awy -aaa -bZv -bVd -bVT -bWw -bXE -amJ -amJ -cda -cKz -cyC -cKS -cyC -cTe -cyC -cDF -aeF -bCd -sgB -cLW -cOm -cXm -cXw -cLW -cOm -cXE -cXK -cLW -cOm -cXE -cXP -cLW -cXU -cLW -cYe -cLW -cLW -cLW -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aar -aar -aar -aar -cXd -awx -aar -awx -aar -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -adb -adz -adX -aaa -awy -awy -aaa -anZ -anZ -anZ -anZ -anZ -agU -agU -cUP -agV -atV -agU -ayB -tuf -ach -aEe -ayy -acn -ctk -ach -acH -baw -aDh -aDX -aHR -aEO -bOF -aHn -aHR -aDV -bRV -aDg -aHR -aDU -aIe -bEb -aCu -aaa -aaa -aaa -atL -atL -atL -atL -atL -atL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aXP -bCA -bHW -aYu -aYu -aYu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aYu -aYu -aYu -cFV -cJf -aXP -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awx -aTZ -aTZ -aTZ -bfZ -aTZ -aTZ -aTZ -bfZ -aTZ -aTZ -aTZ -aTZ -awx -aaa -bZv -bVe -amJ -bWx -bXF -amJ -amJ -ciX -cKz -cyC -cKT -cKY -cLh -cCT -cDF -aeF -bCd -aeF -cLW -cLW -cXn -cLW -cLW -cLW -cXF -cLW -cLW -cLW -cXN -cLW -cLW -cOR -cXA -cOR -cYk -cYq -cYv -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -cXd -aTZ -aar -aTZ -aar -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aba -aba -aba -aaa -aaa -adB -aaa -aaa -aaa -adB -aaa -aaa -aaa -adB -aaa -aaa -aaa -adB -aaa -aaa -aaa -dYX -dYX -dYX -aoT -apF -aqg -anZ -cUP -agU -agV -agV -aFc -agU -ayB -avH -ach -aEe -ayy -azv -ach -ach -acH -acH -aCm -aDY -aEM -aEO -aEO -aEN -aHP -aDU -aIe -aGz -aJb -aHP -aDU -aCu -aCu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aic -aic -aXP -bCv -bHW -aXP -aaa -aaa -aaa -aaa -aaa -aam -aaa -aaa -aaa -aaa -aaa -aXP -cFV -cJE -aXP -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -awy -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -bZv -bVf -amJ -bWy -cTa -amJ -amJ -cda -cKA -cyC -cCT -loO -bED -cDj -cDE -aeF -bCd -aeF -ciK -cOq -cXo -cOR -cXA -tfY -cXG -cOq -cXy -cXy -cXG -cXQ -cXS -cOR -cXY -cOR -cYl -cYr -cYs -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -cXd -aTZ -aar -aTZ -aar -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aba -abd -abf -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -aba -akf -akV -akV -amj -anc -aQV -aoW -rMA -aqh -aqO -fPB -agU -agV -agV -aFc -agU -ayB -avH -ach -aEe -ayy -acn -ach -acJ -acJ -acH -acH -aDV -aEN -aEO -aEH -aIN -aHn -aIf -aCm -aDY -aEN -aCm -aCu -aCu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aic -acJ -aXP -bCv -bHW -aXP -aXP -aXP -aYu -aYu -aYu -aYu -aYu -aYu -aYu -aYu -aXP -aXP -cFV -cIQ -afi -akv -akv -akv -clW -akv -akv -bSh -akv -akv -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bZv -bZv -amJ -bWz -bXO -bYH -cPa -amq -cyA -cjI -cPd -aeG -bEK -aeG -aeG -aeF -bCd -aeF -cMI -cOR -cXp -cXx -cXx -cXx -cXH -cXx -cXx -cXx -cXH -cXx -cXT -cXx -cXZ -cYf -cOR -cYs -cYw -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -cXd -aTZ -aar -aTZ -aar -aar -aar -aar -aaa -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aba -aba -aba -aaa -aao -aaa -aaa -aaa -aaa -aao -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -amN -amN -amN -aoX -apH -aqi -anZ -nON -agU -agU -aui -agU -agU -ayB -avH -ach -aEh -ayz -acn -ach -acJ -bYp -acJ -acH -acH -aEO -aEO -aCk -aEO -aEN -aCk -aHP -aHn -aDh -aCu -aCu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aic -aWw -bbK -bDF -bIx -bKV -bLT -bOG -bOW -bOW -bOW -cbn -bOW -bOW -bOW -bOW -bLT -bKV -cHi -cJH -afi -aku -aku -akv -fBP -akv -aku -cVu -aku -akv -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bZv -amJ -bWA -bXF -amJ -bZE -amq -aeG -aeG -aeG -aeG -bEM -cVZ -aeG -aeF -bCd -aeF -ciK -lUJ -cXo -cXy -cXB -cXC -cXG -cOR -cOR -cXM -cXG -cOR -cXS -cOR -cOR -cYg -cYm -cYr -dgE -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -awy -awy -aaa -anZ -anZ -anZ -anZ -anZ -aym -ayU -azE -azW -azW -fKo -aBz -axe -ach -cPs -ayA -aVo -ach -acJ -acJ -acJ -acJ -acH -dJe -acH -aEO -aBv -aCm -aIg -aDg -aCu -aCu -aCu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aic -aQb -aXP -rSJ -bJO -bJO -bLW -bJO -bJO -bJO -bJO -cbq -bJO -bJO -bJO -bJO -bLW -bJO -cHq -cKu -afi -aku -aku -akv -bin -akv -aku -cVq -aku -akv -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bZv -amJ -amJ -amJ -amJ -bZF -amq -atX -atX -atW -atX -bEM -cVZ -aoc -cqf -cqC -cqf -cLW -cLW -cXq -cLW -cLW -cLW -cXI -cLW -cLW -cLW -cXO -cLW -cLW -cXV -cYa -cXG -cOR -cYt -cYx -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -cXd -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaq -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayB -nON -asP -asQ -asQ -asQ -asQ -asQ -asQ -aDn -aEb -aEi -ach -adH -adH -adH -adH -adH -acJ -acH -aCu -aCu -aCu -aCu -aCu -aCu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -adH -aQb -afi -afi -lPk -lPk -afi -bnM -boL -bqg -lPk -oaW -lPk -bqg -boL -bAK -afi -afi -bgc -afi -afi -aku -aku -akv -bio -akv -aku -cVu -aku -bSh -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bZv -bZv -bZv -ccG -bYI -amq -amq -atX -atX -bJt -atX -bEM -aoc -aoc -anX -cgE -anX -cLW -cPo -cXr -cXu -cLW -cPo -cXJ -qpY -cLW -cPo -cXJ -cXu -cLW -cLW -cLW -cXG -tuw -cLW -cLW -cLW -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayB -nON -asQ -asQ -axs -aDo -awB -axf -arL -aEe -axG -acn -ach -tps -acJ -acJ -acJ -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -aQb -fvW -afi -baQ -baR -bfg -aff -aff -aff -cfa -chu -cti -aff -aff -hPn -afi -aku -btL -bvl -akv -akv -akv -akv -bio -cVr -aku -aku -aku -bSh -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bZv -bZv -bZv -amq -atX -cTc -atX -atW -atX -bEM -aoc -cDG -anX -cgE -chA -cLW -cOj -cXl -cXv -cLW -cOj -cXD -cXv -cLW -cOj -cXD -cXv -cLW -cXW -cYb -cXG -kgf -avq -avp -bJA -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayB -nON -asQ -auk -avj -avY -avj -avj -arL -aEe -axG -acn -ach -tps -acJ -adH -adH -adH -adH -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -aQb -cUE -afi -baR -baQ -bfg -aff -aff -aff -cfZ -ctm -ctQ -aff -aff -bpI -afi -aku -btM -bvm -aku -aku -aku -aku -xUE -akv -cVs -cVs -pcU -akv -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -bOB -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -nme -nme -qdj -atW -atX -bEM -aoc -cDH -anX -cgE -chB -cLW -cQa -cXs -cXz -cLW -cQa -cXs -cXL -cLW -cQa -cXs -cXR -cLW -cLW -cLW -cXG -cOR -avq -avp -avq -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayB -nON -asQ -aul -avj -avZ -awC -avj -arL -aEe -czz -acn -ach -pPl -acJ -adH -dOK -qEo -dzK -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -aQb -cUE -afi -baS -baQ -bfg -aff -aff -aff -chf -cta -chf -aff -aff -aff -afi -qqO -aku -bvq -cVq -cVq -tsJ -cVs -bio -akv -akv -akv -akv -akv -awx -awy -awy -bHx -bLH -bMP -agr -bMP -bPw -bHx -awy -awy -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -atW -atW -atW -atW -atY -bvE -aoc -aoc -anX -cgE -cPj -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cLW -cXW -cYb -cXG -cYn -avq -avp -avq -avp -avq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agU -ayB -arT -asS -auo -bbp -aFN -bBD -avj -aBK -aEe -cAM -acn -ach -uqs -acJ -aCn -acJ -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -aQb -cUM -afi -baT -baS -bfg -aff -aff -bRi -bfg -biP -bfg -bRi -aff -aff -afi -afi -aku -bvq -akv -akv -akv -akv -bio -cVs -cVs -nTa -bFS -akv -awy -awy -awy -bHx -bLI -ago -agr -dPu -bPx -bHx -awy -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -cVW -atY -bvE -aoc -aoc -cio -anX -cgE -anX -cio -aoc -aoc -avq -ckF -clv -ckF -ckF -ckF -ckF -ckF -aqJ -cLW -cLW -cLW -cXG -cOR -avq -avp -avq -avp -avq -awy -awy -awy -awy -awy -awy -awy -awy -awy -cXd -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ami -aaa -aaa -aaa -aaa -aaa -agU -ayB -arU -asQ -aup -avj -awb -awD -avj -arL -aEe -cAO -gwc -acC -acC -acC -acC -acC -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -adH -acJ -aQb -uVs -afi -baR -baT -bfg -aff -aff -aff -aff -cRo -aff -aff -aff -aff -cFe -afi -cVm -bgL -bhw -bhw -bhw -bhw -bip -bhw -bhw -bhw -biz -agr -bHx -bHx -bHx -bHx -bLH -bMR -agr -bMR -bPw -bHx -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -atW -atW -cKC -aoc -aoc -cDu -cio -anX -cgE -anX -cio -cDB -aoc -aoc -ckF -ckF -cmm -clv -xBl -ckF -ckF -ckF -cLW -cXW -cYb -cXG -lHJ -avq -avp -avq -avp -avq -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aje -afw -aje -aaa -aje -aqf -aje -aaa -aaa -aaa -aaa -agU -ayB -arU -asQ -aup -avj -awc -avj -avj -arL -aEe -axG -acn -acC -afs -aXI -aCC -acC -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -iKX -tSz -uQu -tps -afi -baV -bci -bfg -boY -vpL -aff -aff -aZq -aff -aff -bhg -cOt -aff -afi -cVn -bha -afU -afU -afU -afU -afU -afU -afU -afU -bhu -bjc -bjd -bje -byQ -cgX -bLJ -vGq -bNU -fyI -bPy -bHx -aaa -aaa -aaa -aaa -aaa -awy -aaa -awy -aaa -awy -aaa -aaa -aaa -aaa -atW -cKC -aoc -cDs -cDw -cio -cfS -cgF -anX -cio -cDB -cDC -aoc -ckG -clw -clx -ckF -ckF -ckF -cmm -clv -avq -cLW -cLW -cXG -jqF -avq -avp -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aje -ajw -aje -aaa -aje -ajw -aje -aaa -aaa -aaa -aaa -agU -ayB -arU -asQ -asQ -avk -aDu -lYh -avk -arL -aEe -axG -azv -acC -axi -aBx -aBw -acC -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bkI -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -jPi -adH -aZu -aZu -aZu -aZu -aZu -aZu -aZu -aZu -bPH -aff -aZq -aff -cnI -boK -boK -bCm -boK -boK -bha -afU -tnB -fcx -roj -bCt -dFg -afV -afU -afU -afU -cEM -agq -bJF -cIv -bKF -lsV -cSw -bKF -cQp -agr -aaa -aaa -aaa -aaa -aaa -awy -aaa -awy -aaa -awy -aaa -awy -aaa -aaa -atW -cKC -aoc -cDt -cTf -cio -anX -cgE -anX -cio -cDv -cDx -aoc -ckH -ckG -cmn -ckF -cnE -ckF -vIb -clx -avq -cXX -cLW -cYh -cLW -avq -avp -avp -avp -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aiG -ntY -aje -aaa -aje -gzm -aiG -aaa -aaa -aaa -aaa -agU -ayB -arU -cjT -asQ -asQ -asQ -asQ -asQ -asQ -aEe -axG -acn -azY -axi -aBy -aCC -acC -acJ -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -aWx -aXR -aZu -ivp -ibS -mbj -cOo -fTD -hyg -lJe -bQx -aff -aZq -aff -cnI -bnK -czk -cFP -buu -boK -bha -afU -bxF -afV -afV -afV -afV -afV -afV -afV -afU -dcw -boR -bKE -cIw -bIK -pqy -bpv -bKF -bPy -bHx -awy -awy -aaa -aaa -aaa -awy -aaa -awy -aaa -awy -aaa -awy -aaa -aaa -atW -cKC -aoc -cDu -cDs -cio -anX -cgE -anX -cio -cDC -cDw -aoc -ckH -ckH -cmo -clx -cmm -cnE -ckF -ckF -avq -cqq -cqR -crl -avp -avp -avp -avq -wXx -avq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aid -aje -ajv -aje -aid -aje -aLR -aje -aid -aaa -aaa -aaa -agU -ayQ -ayV -azO -azO -azO -azO -azO -aCp -aDq -aEj -aEl -aFE -aEy -aIu -bjA -bcs -bcA -aQc -cHV -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -bqf -bxO -bbJ -bbL -bbL -bbN -bcM -uok -bcW -bcX -bQB -bdc -aZq -aff -cnI -bnZ -cFL -bqT -bdd -boK -uUJ -afU -kqw -roj -cRZ -afV -duG -afV -roj -afV -bVp -bHI -agq -bJF -cIM -agq -bKH -bNv -bKF -bPy -bHx -awy -awy -awy -awy -awx -awy -awy -awy -bfZ -awy -awy -awy -awx -aaa -atW -cKC -aoc -cDv -cDA -cio -anX -cTj -anX -cio -cDs -cDB -aoc -ckH -gdw -gOZ -ckF -cnE -ckF -ckF -ckF -avq -cqr -avp -avs -avs -avs -avs -avs -avs -avs -avs -avs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXd -awx -aar -awx -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiA -ajb -hKn -akg -aiG -alz -amk -and -aid -aid -aid -aid -aiG -ayB -arU -agV -agV -agV -agV -cUy -cUB -ach -acn -njf -acn -aBk -axi -aBB -aCC -acC -acJ -aGA -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -bqb -uVs -aZu -aSi -exp -bKC -deS -hln -baW -lJe -bQx -bde -aZq -aff -cnI -bzP -cFM -cGT -cFT -boK -bha -afU -bxE -afV -afV -afV -afV -afV -afV -afV -bVp -bHI -agq -bJF -cIM -bLL -bKH -agq -bKF -vbc -agr -awy -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -cKC -aoc -cDw -cDB -cio -anX -cgE -anX -cio -cTo -cDK -aoc -ckH -ckH -cmo -ckF -cTv -cnE -clx -clv -avq -cqr -avs -avs -cTu -cFu -cUn -cFD -cFG -cGc -cGf -avs -awy -awy -awy -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiB -ajc -pvV -akh -akW -alA -pvV -ane -aid -aoZ -aoZ -aqj -aiG -ayB -arU -asU -asU -asU -asU -asU -asU -asU -acn -njf -cPy -acC -axi -aBC -aBw -acC -acJ -aGA -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -bqb -aZu -aZu -aZu -aZu -aZu -bfP -kqB -bfP -aZu -bSR -bde -cxg -aff -cnI -bnZ -inA -bqU -cFU -boK -bhq -bhx -bxJ -vmf -afV -afV -afV -uBP -afV -bFU -afU -bHJ -agq -bKG -cIM -agq -bKH -agq -bKF -bPA -bHx -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -cKC -aoc -cDx -cDs -cio -anX -cgG -bst -cio -cDB -cDL -aoc -ckH -ckH -cmo -clv -cnE -clv -clv -ckF -cpS -cqr -avs -cFs -cFt -cFv -cFy -avp -cFH -cGd -cFw -avs -avq -avq -aGm -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiC -ajd -anG -aki -aiX -ilY -aml -anf -aoa -aoZ -aoZ -aoZ -aiG -ayB -arX -asU -sqT -avm -fEB -epm -ykc -asU -cKL -njf -acn -acC -aAL -hdk -aCC -acC -acJ -aGA -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -bqb -aZu -sAL -mhL -baW -bKS -ovk -hln -nye -lJe -bQx -bdf -blq -baN -cnI -bpO -cFO -cOu -cEX -bgd -bhr -afU -bxK -afV -afV -afV -afV -afV -afV -afV -afU -cFb -bIL -bKJ -cLf -bLM -bKI -bNw -bOC -bPA -bHx -aaa -aaa -aaa -aaa -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -cKC -aoc -aoc -cDC -cio -anX -cgE -anX -cio -cDu -aoc -aoc -fAU -fAU -jFp -ckF -ckF -erD -tpl -ckF -cpS -cqr -avs -cFs -cFt -cFv -cUo -cFE -cUq -qSu -mNB -cGg -dvw -cGi -aGm -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiM -ajy -ajD -akj -aiG -alB -amm -ang -aid -aid -apI -aql -aiG -ayB -arY -asV -auu -avn -awe -aMk -aut -aCh -kFu -tMN -acn -acC -acC -acC -acC -acC -acJ -aGA -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -adH -adH -adH -adH -adH -adH -adH -adH -bqb -aZu -xVK -baW -baW -ckO -baW -glN -bff -lJe -bQx -bde -aff -aff -cnK -boK -boK -boK -boK -boK -bha -afU -afU -afU -afU -afU -afU -bGX -afV -agf -agr -cFb -agq -bJF -cRT -agq -agq -agq -bKF -bKF -agr -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atW -bqq -cde -aoc -aoc -cio -anX -cgE -anX -cio -aoc -aoc -avq -ufm -clv -rob -ckF -cmq -ckF -clx -ckF -avq -cqr -avs -cFs -cFt -cFw -cFy -avp -eup -cGe -cFx -avs -avq -avq -aGm -aaa -aaa -aaa -aaa -cXd -aTZ -aar -aTZ -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aid -alQ -ajE -akl -akX -alC -amn -ank -aob -aid -aid -aid -aid -ayB -agV -asU -tsE -avr -ryq -awG -mlc -asU -cKL -axG -acn -aBN -aHK -hye -yiF -bfz -acJ -aGA -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -aot -bfr -bfr -bfr -bfr -bfr -bfr -bfr -bab -aZu -cFQ -baW -baW -baW -cmb -fZl -jXt -lJe -bQx -bde -aff -aff -cnM -afi -aku -aku -aku -akv -bha -cVj -mlU -byO -aga -cbx -aga -aga -aga -aga -agr -bIM -bJG -bJJ -cRT -cQk -bMQ -agq -agq -agq -bHx -awy -awy -aaa -aaa -awy -aaa -aaa -aaa -bWB -aaa -aaa -aaa -aaa -aaa -atW -cKC -nme -nme -atW -aoc -gKd -cgE -anX -aoc -aoc -ciZ -jnk -ckF -rzv -rob -ckF -ckF -ckF -ckF -ckF -avq -cqr -avs -avs -cTy -avp -cUp -cFx -yiV -cFS -cFS -avs -awy -awy -awy -aaa -aaa -aaa -aar -cXd -awx -aar -awx -aar -aar -aar -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiE -ajc -ajF -akn -aiG -alD -aoK -anl -aoe -apz -apJ -voF -abI -ayB -agV -asU -asU -dal -asU -asU -asU -asU -cKL -axG -acn -aBN -aAC -aBD -aCq -aDj -aDZ -cHW -adH -adH -adH -adH -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -aQL -aQL -cuy -auP -cuy -cuy -cuy -cuy -cuy -cuy -adH -aQb -aZu -wrt -wrt -baW -aSD -apL -vaJ -dnA -uAi -vtF -nSZ -tWd -tWd -ufR -afi -mwD -mwD -vdf -akv -bhu -bhw -bhw -boj -aga -cbz -cWz -bvP -bCk -aga -aga -agb -bHy -cbM -bIJ -agb -agr -dex -deH -deH -bHx -awy -awy -awy -awy -awx -awy -bVt -bVt -bZM -bVt -bVt -awy -awx -aaa -atW -btg -bEs -bEs -bEs -bEN -cMr -bXx -dfY -aoc -aoc -aHz -avq -avq -avq -avq -avq -avq -avq -avq -avq -avq -cqr -cWl -avs -avs -avs -avs -cQz -uNr -avs -avs -avs -avq -avq -cRt -cRt -cRt -aaa -aaa -aGm -aTZ -aar -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiF -ajc -ajG -ako -aiG -alE -amp -cEy -aof -apc -apK -aqm -abI -ayB -agV -asU -sIz -nwn -day -asU -axj -axJ -gat -ayD -acn -aBN -aAD -qzE -aCr -bfz -aEa -cHX -cHZ -aWz -uVs -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -dOK -cuy -auZ -aUK -aVO -aXu -aVO -aYS -aYX -adH -jPi -aZu -aZu -aZu -aZu -aZu -aZu -aZu -aZu -boP -brO -bdg -boP -brO -bdg -boP -mwD -mwD -mwD -akv -akv -akv -akv -bha -aga -cbN -cWB -cHF -cgn -bFX -aga -bHL -bGc -cHI -cHo -deh -agr -bNx -bNx -bNx -bHx -awy -awy -aaa -aaa -aaa -aaa -agz -pCt -kcE -pjC -agz -awy -aaa -aaa -atW -cbj -atW -atW -atW -aoc -dfG -bXL -cMr -cMr -cct -cdS -cfD -ciz -cfD -cfD -cfD -cfD -cfD -cfD -cfD -cfD -xdx -cfD -css -cfD -cfD -cQy -cQA -cZg -cfD -cfD -cfD -cfD -tNk -cfD -cMX -cRt -aaa -aaa -aGm -aTZ -aar -aTZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahw -aiG -vAt -ajN -aiG -aiG -aiG -amP -aiG -aiG -apc -apJ -bvg -abI -ayB -atV -asU -xiW -avt -awf -aAN -rpf -kEV -cKL -ayE -acn -aBN -aAE -blv -baB -bfz -adH -adH -adH -aGA -tps -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -dOK -cuy -aIE -aVD -cuy -fYM -cuy -aYU -aZv -aZZ -bac -bbA -mie -acJ -adH -acJ -acJ -acJ -scF -boP -brV -btO -bvo -brV -btO -boP -mwD -mwD -mwD -akv -ffj -aku -akv -bha -aga -bAR -cYO -bDE -cgo -agg -aga -bHM -bIN -cIg -dgX -cQl -ags -ags -bMW -bMW -ags -ags -aaa -aaa -aaa -aaa -aaa -bVt -cQZ -ezJ -bXQ -bVt -aaa -aaa -aaa -atW -cbj -atW -atX -cVZ -aoc -anX -anX -anX -cEC -aoc -avq -avq -cjm -avq -avq -bJA -avq -bJA -avq -avq -avq -cWq -avp -csw -rVT -avp -avp -avp -avp -avp -avp -avp -avp -qai -avp -cGk -cRt -cXd -cXd -cXd -aoM -cxS -aoM -cyS -cyS -cyS -cyS -cyS -aoM -aar -aar -aar -aaa -aaa -aaq -awy -awy -cBU -aaa -aaa -aaa -cBU -aaa -aaa -aaa -cBU -aaa -aaa -aaa -cBU -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahw -ahw -bmV -bqX -ahw -aeL -bPS -ahw -ahw -aiH -ahA -ajI -fFj -akY -sQO -ahA -ahA -ahA -apc -aqw -bvg -abI -ayB -bjt -asU -axn -aFx -rpf -aAN -rpf -bdA -cKL -ayE -acn -aEI -aAB -rHk -hTd -bfz -dzK -ydz -adH -aGA -acJ -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aQL -dOK -acJ -cuy -aJM -aVD -aVP -aXQ -aYP -aYV -cuy -acJ -acJ -bbC -aQb -acJ -adH -acJ -acJ -scF -boP -boP -bss -btO -bvp -brV -btO -boP -boP -aku -aku -akv -aku -fGg -akv -bha -aga -cHd -cZC -cHy -cgo -oRf -aga -bHN -bGc -cHI -cHo -bHV -ags -bNy -bOD -bPB -deP -ags -agz -bVt -bVt -bVt -agz -agz -agz -cik -agz -agz -agz -atW -atW -atW -cbj -bJt -atW -atW -czP -cHU -cHU -cHU -czP -gje -igY -avq -ckd -avq -avp -avp -avq -avp -avp -avp -aoM -aoM -aoM -vby -aoM -aoM -aoM -aoM -aoM -aoM -aoM -aoM -aoM -aoM -avp -cGk -cRt -aoM -cwH -cwH -aoM -cxS -cyp -cyT -cyU -czF -cAf -cAs -cAH -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBV -cBZ -aaa -cBS -cBV -cBZ -aaa -cBS -cBV -cBZ -aaa -cBS -cBV -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahw -aet -thg -afq -afY -agJ -ahp -ahG -ahw -aiI -ahA -ajI -akp -xGy -akZ -amt -anm -ahA -apc -aXZ -aqm -abI -ayB -bjt -asU -auv -avy -rpf -aAN -rpf -kEV -cKL -ayE -acn -aBN -aAB -klx -aLZ -bfz -acJ -acJ -adH -aGA -acJ -adH -adH -adH -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aQL -acJ -acJ -cuy -aQz -aVD -aVQ -aXQ -cuy -cuy -cuy -adH -adH -bbC -aQb -acJ -jNc -acJ -acJ -boP -boP -bqj -brV -btO -bjh -brV -btO -kJu -boP -boP -akv -akv -akv -akv -akv -uUJ -aga -cHe -aID -cHz -cgQ -bwO -bHs -cDd -cDd -cNv -dgY -bAX -bMW -bNz -bOE -bPC -bNC -bMW -bRy -bRy -bRz -bTE -cQV -agz -bVV -ezJ -cCR -bYJ -agz -atX -atX -atX -cbj -atW -cVW -czP -czP -dfH -dfT -dfZ -czP -czP -kiF -avq -ckd -avq -cWk -cWl -avq -cWk -cWl -avp -aoM -bXc -sEm -nzL -cjJ -bcO -app -csF -bxP -dgF -cuh -cuH -app -aoM -avp -cGk -avp -aoM -uPV -cwQ -cxz -cxT -cyq -cyU -czp -cTF -cAg -cAf -cyq -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeL -aRm -aeU -aft -afZ -agL -gzM -aeu -cOr -alF -ahA -aML -akq -ala -anI -hvn -ann -geo -apc -apJ -bvg -abI -hCo -ctb -asU -fkX -qEY -qEY -asU -cEt -aLF -cKL -awK -acn -aBN -qyI -shQ -bfz -bfz -acJ -acJ -acJ -aGA -acJ -iBX -cUM -cUM -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aQL -acJ -scF -cuy -aTX -aVL -aVR -aXQ -cuy -cuB -cuB -lpe -adH -bbC -aQb -acJ -adH -acJ -acJ -boP -boQ -bqJ -brV -btO -bjo -brV -btO -bCF -bEO -boP -cVj -cVj -cVj -bjH -bhw -bvt -aga -bAT -aID -cHA -agg -cgo -bWk -bIO -bJI -cSl -dgZ -dha -cdm -cJb -cSF -bPD -bQy -bMW -bRy -bRz -cSU -bRz -bRz -bZG -bVW -ezJ -bRz -cyx -agz -bJt -atW -atW -cbj -atW -czP -czP -ckq -cIH -cIH -cIH -cNd -czP -czP -avq -ckd -cly -cly -cly -cly -cly -cly -cly -cly -bXd -qRP -oQn -bXB -bcP -csi -csG -ctc -ctD -cui -cuI -cOl -aoM -avp -cGk -avp -aoM -kaQ -cxf -cxA -aoQ -cyq -cyV -apr -apr -apr -cyV -cyq -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahw -ajq -bpN -aVn -agc -byT -ckI -cmp -aio -aiK -xzW -ajJ -akr -alc -alG -mwK -ano -anL -apc -apJ -oEh -abI -ayR -abI -abI -abI -abI -abI -abI -abI -abI -cKL -acn -sZn -bfz -bfz -bfz -bfz -acJ -acJ -acJ -aFF -aQa -aQc -aWz -acJ -acJ -adH -adH -adH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adH -scF -dOK -cuy -cuy -cuy -aWy -jnD -cuy -cuB -cuB -cuB -adH -bbC -aQb -acJ -adH -cUM -cUM -boP -boQ -bqJ -brV -btO -bjE -brV -btO -bCF -bEO -boP -aku -aku -aku -bha -akv -aku -aga -aga -aga -cHB -cHD -chd -bHs -byP -cHK -bJL -cHo -cIN -bMW -cJc -tHN -cQq -cQt -bMW -bRz -bRz -cSV -bTF -bTF -bVh -bTF -cRa -bXS -bYL -agz -atX -cVZ -atW -cbj -atX -czP -whY -cGh -cIH -cIH -cIH -cNi -eTM -czP -cVY -ckd -cly -cmr -xGo -cmr -cnj -iLP -jHU -cly -dgB -vmp -jMv -aoY -bcQ -apr -apr -apr -ctE -apr -apr -cvf -aoM -cWl -cGk -avp -aoM -cwS -bXv -cxB -aoQ -cyq -cyW -aoM -czJ -aoM -cyW -cyq -aaa -aaa -aaa -aaa -aaa -aaq -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeL -aVn -bpQ -ahA -agd -ahA -ahA -cOp -dHH -aiL -ahA -ajL -ajA -art -ajA -ajA -ajA -ajA -apA -asO -awA -axu -ayT -bye -bye -aru -bye -fry -aru -sgL -aCi -dUJ -acn -sZn -azR -acJ -acJ -adH -acJ -aHp -aHp -aIP -aHp -aHp -bfq -bfr -bfr -bgT -cUE -adH -adH -adH -aaa -aaa -aaa -aaa -aaa -aaa -adH -acJ -any -aoh -aUJ -aVM -aWZ -cpv -cuy -cuB -cuB -cuB -adH -bbC -aQb -acJ -adH -adH -adH -boP -boP -dnz -brV -idb -boP -bzU -btO -kJu -boP -boP -bpL -bpL -bpL -bha -akv -aku -aga -cPh -bCn -bDJ -agg -che -aga -bHQ -cGW -cIr -cIx -cIO -ags -cJd -wBh -bYX -cQu -ags -bRG -bSi -bSZ -bTG -dfd -agz -bRG -cSZ -bXX -bYM -agz -atX -cbi -ckS -cbm -atX -czP -whY -cGh -cIH -cIH -cIH -cNi -eTM -czP -cVY -ckd -cly -cmr -cnG -cmr -cly -coz -cpg -cly -clz -ebk -uoZ -bum -bus -csj -csj -ctd -ctF -apr -apr -cvh -aoM -cVY -cGk -avp -aoM -cxD -bRg -cxC -cxU -cyr -cyX -czq -czI -cAh -cyX -cyq -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -acS -ahw -aev -ahA -afu -age -akH -ahq -pAg -ahw -aiU -ajA -ajM -aks -ani -cCY -alH -ald -aiL -apc -bvg -avX -nWU -arv -arZ -asW -auw -cPi -bvg -arv -qAo -abI -vpo -acn -fxg -ach -acJ -acJ -acJ -acJ -aHp -aHX -aJD -aLa -aHp -cUL -cUN -aZP -bhU -aZP -aZP -bjr -adH -adH -adH -aQL -aQL -aQL -adH -adH -acJ -anz -cuy -cuy -cuy -cuy -cuy -cuy -cuB -cuB -cuB -adH -bbC -aQb -acJ -acJ -acJ -acJ -cUE -boP -boP -gsG -hOf -bxc -bzV -jby -boP -boP -bFn -bFn -bFn -bpL -bha -akv -aku -aga -sVa -bCo -cSd -agg -cEJ -aga -cEV -cHM -bJM -cIy -bLP -ags -ags -ags -ags -ags -ags -agz -bSj -cfQ -bSj -agz -agz -cFc -bWE -bXZ -cTX -agz -atX -cbj -cyk -cyk -cyk -czP -czP -cmT -cIH -cJr -cIH -cNL -czP -czP -czP -ckd -cly -kmU -cnH -cmr -qXo -mmq -cpf -cly -bXg -nrb -nuG -bXD -bcR -apr -apy -apD -ctG -cuj -apD -cvi -aoM -cWs -cGk -avp -aoM -cwU -aoM -aoM -aoM -cyq -cyY -czr -cEr -cAi -cAt -cyq -aoM -aoM -aoM -aaa -aaa -aaq -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -acS -acS -acS -acS -aeV -acS -acS -acS -ahH -ail -acS -acS -oVn -ajY -mde -ale -ale -ajf -ale -ale -apc -apc -apc -apc -apc -apc -awa -axa -apc -apc -apc -apc -abI -dUJ -acn -sZn -ach -cTP -aBF -aBF -aBF -aBF -akt -aJS -aLE -aBF -aBF -aBF -aBF -bjD -bfr -bfr -abu -aho -aho -aho -aho -aho -aho -aho -xul -aho -anA -blM -blM -blM -blM -bqa -jVL -cuB -cuB -cuB -adH -bbC -bqf -bxO -bxO -bxO -bxO -bxO -bxO -aRy -bdb -bdh -beB -bfw -iBM -bfT -bpn -bpn -bpn -bgg -aVF -bjI -akv -aku -aga -cQm -cZM -cYO -bEH -chg -aga -bHT -cHL -bJH -cHo -bVy -agb -dey -ggq -bPK -deQ -agb -bRA -bSk -pLZ -bSk -qbv -cTW -bRz -bRz -bVj -bYO -agz -atX -cbj -cyk -cyz -hJk -czy -czP -cIH -cIH -cKU -cIH -cIH -qIR -sni -czP -ckd -cly -cmr -cTw -cmr -qXo -srh -cpf -cly -bYc -gYo -nuG -bXK -bcR -app -apy -apD -ctH -cuj -cuJ -bAd -aoM -cWq -cGk -avp -aoM -cwV -cxh -cON -cxV -cys -cyZ -czs -czK -cAj -dgS -cZi -aoQ -cBh -aoM -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -adc -ahV -adZ -aew -wKb -afv -acS -akz -agO -ahI -aih -acS -api -ajO -cCV -ale -alI -uZp -anp -aoN -aaa -aqy -aqo -aqQ -arw -apc -asY -auA -apc -arw -aqQ -aqo -auH -dUJ -acn -sZn -ach -aBF -aBF -aFU -aFU -aBF -aBF -aKj -aBF -aBF -aNy -aNy -aBF -aBF -cTP -acJ -aGA -acJ -acJ -acJ -acJ -acJ -acJ -acJ -gJn -acJ -acJ -acJ -acJ -acJ -cUE -bqb -adH -adH -adH -adH -adH -bbC -bqb -acJ -acJ -acJ -cTP -cTP -boP -boP -bss -bdn -ude -tJB -eIq -boP -boP -bFx -bFI -bFQ -bpL -bod -akv -aku -aga -wdG -bKB -wdG -aga -aga -aga -bHy -bIJ -cbO -bIJ -bHy -agb -dez -bOI -agh -dXO -agb -bUm -bSl -bTa -bTH -bTF -bVi -kYm -bWF -bYa -bYP -agz -atX -sPb -eQh -jSK -pXY -uCu -iFw -gEz -hDV -jPz -cIH -cIH -qIR -icP -czP -ckd -cly -cmr -cmr -cmr -cly -ugu -cpf -cly -bXi -sGN -vDU -cvy -bcS -bcT -bcU -bcV -ctI -cuk -cuK -cuZ -aoM -avs -cGo -avs -cwE -cwV -bXv -bXv -cxW -cyt -cza -czt -czL -cAk -bXv -cZj -cUr -ccc -aoM -aaa -aaa -vRk -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -add -adC -aea -aex -adC -afz -agk -agO -agO -ahI -aii -agk -ajh -ajP -cCW -ajf -alK -alO -anq -aoN -aaa -aqy -aqr -aqR -arx -aux -asZ -auB -ayj -awg -aUn -axl -avK -dUJ -acn -sZn -azu -aBF -aFH -aGq -aGq -ekN -dVK -aKk -aBF -aMf -aNz -aNz -aOf -aBF -aBF -aBF -aGA -adH -adH -adH -adH -adH -adH -adH -fys -uGN -eHB -adH -adH -adH -adH -bqb -adH -atB -bbB -bbV -adH -bbC -bqb -adH -adH -adH -adH -boP -boP -bqO -brV -bdp -boP -jEo -btO -wtw -boP -boP -bpL -bpL -bpL -bod -akv -aku -agb -agh -bCr -agh -bEI -bTS -bGJ -dbB -ddW -dea -deb -dei -cdB -deA -cJg -cSM -deT -cfg -cjY -cJw -cSW -cJA -cJw -cJS -keX -cJZ -cKg -cCS -agz -atX -cKC -cyk -czg -czB -czE -czP -cIH -cIZ -cLi -cIH -cIH -qIR -sni -czP -ckJ -cly -cly -cly -cly -cly -hwX -cpf -aoL -bXj -bXs -bXv -bXT -bXT -bXT -bXT -bXT -bXT -bXT -bXT -cvk -aoM -cvL -cMY -cwq -cwF -cwV -bXv -bXv -bXv -cyu -czb -czu -czM -cAl -bXv -cZk -cUr -cUs -aoM -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -ade -adC -aeb -aey -adC -afA -agl -agO -agO -ahI -ukv -aiN -ajh -ajP -cCW -ajf -alL -amv -anr -aoN -aaa -aqy -aqq -aDM -aqr -auX -ata -auE -auX -aqr -aTO -axm -awj -dUJ -acn -sZn -acn -aEU -aZo -aFI -aFI -aFI -aFI -aKI -aMa -aFI -aFI -aFI -aFI -aFn -aFq -aBF -aGA -adH -iBX -iBX -adH -aaa -awy -aaa -awy -aaa -awy -aaa -awy -aaa -adH -bqb -adH -atB -bbB -bdO -adH -bbC -bqb -adH -acJ -acJ -acJ -boP -bps -bqP -brV -btO -bjh -brV -btO -bDK -bFa -boP -aku -aku -aku -bvu -bxL -byR -agb -cQs -dan -dbp -cHE -bTV -cHH -ddN -cGY -bJP -cIA -dej -bNA -deB -deJ -deO -deU -bHy -bRB -bRz -bRz -cjZ -bUh -bVj -bRz -cRb -cKh -bYO -agz -lsc -cKC -cyk -cyk -cyk -czP -czP -cGt -cIZ -cLo -cIH -cNO -czP -czP -czP -ckJ -avp -cxk -cly -cni -iLP -wMT -cpg -aoL -dgC -bXt -bXy -cCF -bXU -bYd -bXU -cnT -cul -cCH -cva -cvl -cSc -cvM -cMZ -cNg -cUx -cNk -cNl -cxi -cxi -cxi -czc -cTE -czN -bXv -bXv -cZl -cUr -cUt -aoM -aaa -aaa -aaq -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acx -acS -adf -adD -adD -aeA -adD -iwD -agl -agP -ahs -ahJ -aij -aiO -aji -ajR -akC -alT -alN -aqU -htz -ale -aaa -apc -apc -apc -apc -apc -nDP -wfL -apc -apc -apc -apc -abI -loI -acn -sZn -acn -aEU -aZp -aFI -aFI -aFI -aFI -aKM -aFI -aFI -aFI -aFI -aFI -aFn -fLa -aBF -aGA -adH -acJ -acJ -adH -aaa -awy -aaa -awy -aaa -awy -aaa -awy -aaa -adH -bqb -adH -atB -bbB -beg -adH -oKY -bqb -adH -adH -adH -adH -boP -bps -bqP -brV -btO -bjo -brV -btO -bDK -bFa -boP -akv -akv -akv -akv -bxM -byS -bKn -cQv -cHj -dbq -agb -agb -agb -ddO -cHb -agh -cIB -dek -bMV -bNH -cdQ -cdQ -cdQ -bMV -bTI -cfP -bTI -agE -agE -bVk -agE -agE -cKi -agz -agz -atW -cKC -atW -atX -atX -czP -bAg -cGy -cIZ -cIH -cIH -cNP -bGy -czP -cWi -ckL -wbn -clM -cmR -dgw -cpJ -cpf -aoL -aoL -cLa -aoR -aoR -aoR -aoR -aoR -apG -apG -cQS -apG -apG -aoM -aoM -ctM -cNa -cws -aoM -cwY -cNm -cCI -cxX -cyv -czd -czw -bXv -cAm -cAv -aoM -aoM -aoM -aoM -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -adg -adC -adC -ahB -aeX -aeX -agm -agQ -aht -anE -aik -aiP -ajj -ajT -cCX -ajf -alO -amx -ant -aoN -aaa -aqy -aqo -aqT -arw -apc -atb -auG -apc -arw -aqT -aqo -awj -dUJ -acn -sZn -acn -aEU -aZr -aFI -aFI -aFI -aIt -aKU -aFI -aFI -aFI -aFI -aFI -aFn -aFq -aBF -aGA -adH -acJ -acJ -adH -awy -aeW -aeW -aeW -aeW -aeW -aeW -aeW -awy -adH -bqb -adH -bZh -bbV -bei -adH -bbD -bqb -adH -aaa -aaa -adH -boP -boP -bqO -brV -btO -bjE -brV -btO -bDL -boP -boP -akv -aaa -aaa -akv -cVr -akv -agb -cQM -cHk -dbr -bSm -bGb -fRe -ddP -cHb -agh -cIB -del -cdQ -bNI -alx -bPI -bQC -cdQ -qht -bRC -bRC -bWC -cTV -bVl -bVX -agE -cKj -cKp -cKp -cKp -cKD -bJt -atX -atX -czP -bAg -cGy -cIZ -cIH -cIH -cNP -bGy -czP -chY -chY -chY -chY -aoL -cnL -coA -cqc -aoL -cpU -wpS -aoR -crr -crN -crr -aoR -cte -ctJ -cun -xHj -apG -jVu -avc -avc -cME -avc -aoM -aoM -aoM -aoM -cxY -cyw -cze -bXv -bXv -cAn -cAw -aoM -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaa -cBX -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -nAP -adh -adh -aeC -adh -adh -agy -agR -agT -ahM -ain -ahi -ajh -ajU -akB -ajf -alP -amy -alO -aoN -aaa -aqy -aqr -awE -arx -auY -asZ -auI -ayj -awg -awL -axl -avK -dUJ -acn -sZn -aLu -aBF -aFK -aGB -aGB -aHS -dVK -aBF -aBF -aOw -aND -aND -bLU -aBF -aBF -aBF -xUc -itC -wEm -wEm -eyh -aaa -aeW -afr -aLX -aMJ -aNu -aOb -aeW -aaa -mrf -tNe -adH -bZq -bcg -beg -adH -bbE -bqb -adH -aaa -aaa -aaa -aaa -boP -boP -brV -btO -bzR -brV -ukq -boP -boP -aaa -aaa -aaa -aaa -akv -aku -cVi -agb -cQX -cHl -dbr -bDA -bGb -fRe -ddQ -cHf -cSm -cIB -dem -cdQ -bNJ -bOK -bPJ -bQD -cdQ -wqk -bRC -bRC -cgK -bUj -cQW -bVY -agE -aFT -atW -atW -atW -atW -atW -atW -atX -czP -czP -cGI -cIZ -cIH -cIH -cNU -czP -czP -cjU -ckM -clA -dgu -aoL -brM -coB -cpf -clR -cpV -cqv -aoR -crs -crO -csk -aoR -ctf -ctf -cuo -vOr -apG -cFC -cMv -cMv -cNc -auN -auN -auN -dhq -aoM -cxZ -bYe -czf -czx -czO -cAo -cAx -aoM -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -adi -adC -aed -aeD -adC -afB -agl -agS -agT -ahN -aip -acS -ajh -ajU -akB -ale -cEg -amz -anu -aoN -aaa -aqy -aqs -aJo -aqr -auX -ata -auE -auX -aqr -aUR -axo -axE -dUJ -acn -sZn -ach -aBF -aBF -aHo -aHo -aBF -aBF -aKZ -aBF -aBF -aNG -aNG -aBF -aBF -uVs -acJ -aGA -adH -acJ -cUM -jOE -awy -aeW -fHG -sql -aMK -aNv -rij -aeW -awy -jOE -bqb -adH -bZh -bda -bei -adH -bbF -bqb -adH -aaa -aaa -aaa -aaa -aaa -bgz -bss -btO -bzT -brV -btO -bgz -aaa -aaa -aaa -aaa -aaa -akv -aku -aku -agb -cRB -cHm -dbr -bDA -bGb -fRe -ddR -hoe -agh -moP -den -cdQ -bNK -bOL -bYZ -alx -cdQ -cEY -aak -bRC -bWC -uIe -dfh -cCN -agE -aFT -atW -cVW -cVW -cVZ -cVZ -atW -atX -xAa -czP -czP -dfI -cIH -cIH -czP -czP -cjc -cjV -ckN -clB -bta -clR -cnN -coD -cph -cJs -cpW -cqu -aoR -cpz -crP -cpF -aoR -ctg -ctg -cup -icn -apG -cMS -dvX -dvX -dvX -dvX -dvX -dvX -dvX -dvX -dvX -cyy -czl -czQ -czW -cAp -cAy -aoM -aaa -aaa -aaa -aaa -aaa -aaq -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -adj -adC -aef -aeE -adC -adC -ahi -agT -agT -ahN -pyd -aiQ -ajk -kpO -uKa -ale -ale -ajf -ale -ale -ajp -apc -apc -apc -apc -apc -awi -axz -apc -apc -apc -apc -abI -dUJ -acn -sZn -ach -acJ -aBF -aBF -aBF -aBF -acJ -acJ -acJ -aBF -aBF -aBF -aBF -dzK -acJ -acJ -aGA -adH -acJ -cUM -dlh -aaa -aeW -aLy -aLY -bDt -osi -mWx -aeW -aaa -dlh -bqb -adH -adH -adH -ceD -adH -bbF -bqb -adH -aaa -aaa -aaa -aaa -aaa -bgz -brO -bdg -boP -brO -bdg -bgz -aaa -aaa -aaa -aaa -aaa -akv -aku -aku -agb -cRO -cHn -dbr -bSP -bVq -bWD -ddS -agh -agh -cID -deo -bMV -bNL -bHR -bMV -bMV -bMV -cEh -cSS -cfU -agE -agE -agE -agE -agE -aFT -atW -gUK -atX -atX -atX -atW -atX -atX -cVZ -czP -dfJ -dfT -dga -czP -cis -cje -cjW -cTq -clC -cmE -cnk -cnO -coE -cpf -cJK -cpX -cqw -aoR -bvI -crQ -csm -aoR -skS -eIu -cuq -cuO -apG -cMS -dvX -nsA -tLK -kNz -rJd -kNz -hMM -kHf -qMa -cBr -cZR -dak -ddD -cBr -cXf -aaa -aaa -aaa -aaa -aaa -awy -aaq -aaa -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -awy -cBS -cBW -cBZ -aaa -aaq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -adk -adC -aeg -aeI -aSl -aeZ -acS -agW -ahu -ahO -aiq -acS -ajh -ajU -akD -alg -ajp -amB -anv -aog -ape -ajp -aqt -bye -bye -bye -atc -auE -avB -aEg -abI -abI -abI -aDr -aDr -aDr -acC -acJ -acJ -acJ -acJ -acJ -acJ -acJ -acJ -acJ -acJ -adH -cUE -acJ -acJ -acJ -aGA -adH -adH -adH -adH -awy -aeW -aLz -aXV -aMM -bbh -lfR -aeW -awy -adH -bqd -blM -blM -blM -ceE -blM -bbH -buh -adH -aaa -aaa -aaa -aaa -bfh -bfh -baY -buy -baY -baY -buy -bfh -bfh -aaa -aaa -aaa -aaa -akv -aku -aku -agb -cRQ -cHo -dbA -agb -agb -agb -ddT -cHw -bJQ -cHo -dep -bMV -bNM -bMV -bMV -bON -jSj -cEY -aak -cwz -aez -atX -bVo -aFJ -aFJ -bYi -atW -nme -nme -atX -atX -atW -atX -atX -cVZ -czP -cJa -cHU -cHU -czP -axV -cjf -cjX -cRf -ckP -cmF -aoL -cnP -coF -cpf -clR -cpY -cqx -cqS -crv -crR -csn -aoR -ctj -ctj -cur -cuO -apG -cMS -dvX -wRt -jPk -qpC -lVS -oXk -iMA -nUq -qMa -crf -crf -cZR -ddE -crf -aGm -aaa -aaa -aaa -aaa -aaa -awy -awy -awy -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -aaq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -acS -acS -acS -acS -acS -afC -afC -afC -ahv -afC -afC -afC -ajh -ajU -akD -alh -oVn -amC -amB -aoj -apg -aqz -aqu -aqW -aqW -asc -atd -auJ -avC -crb -abI -axp -cEf -aoS -aJw -azx -bhZ -acC -adH -acJ -adH -adH -adH -acJ -adH -acJ -acJ -adH -acJ -acJ -adH -acJ -cIm -aQc -aQc -aWz -adH -aaa -aeW -aeW -vYi -aMN -vYi -aeW -aeW -aaa -adH -acJ -acJ -acJ -acJ -acJ -aot -bbI -acJ -adH -aaa -aaa -bfh -bfh -bfh -bPn -baY -bdP -blA -bmN -buy -bPn -bfh -bfh -bfh -aaa -aaa -akv -cVi -cVj -agb -cRR -daD -dbB -bEP -agb -cht -ddU -cHJ -cHJ -cIE -deq -bMV -bMV -bMV -bPM -bNN -jSj -cFa -aak -sPG -aez -atX -atX -atX -atW -atX -atW -atW -atW -atW -atX -atW -atX -psF -anW -cRK -cLG -cgP -chE -cRM -chY -cjc -cka -ckQ -bta -hgC -aoL -cnQ -coG -dgy -aoL -cpZ -cqy -aoR -crw -cnl -cso -aoR -ctj -ctj -cqY -cuO -apG -cMS -dvX -djf -rSx -sCA -oRC -sCA -xJf -ihx -qMa -cBy -ddE -cBy -dak -ddE -aLf -aLf -aLf -aLf -aLf -awy -awy -aaa -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -cBS -cBW -cBZ -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -acS -acS -uGj -uGj -afC -omE -ahb -ahx -oCP -air -afC -ajn -ajW -akD -ali -oVn -amD -anw -aok -aph -ajp -cOn -qAo -bvg -asd -avX -bvg -kBf -avD -abI -aEw -aoS -axq -acg -aXW -aAG -acC -acC -acJ -acJ -acJ -acJ -acJ -adH -acJ -acJ -acJ -acJ -acJ -aez -aez -aez -aez -acJ -aGA -adH -aaa -awy -aaa -aMz -aMO -aMz -aaa -awy -aaa -aez -aez -aez -aez -aez -aez -bad -aez -aez -aez -aez -bfh -bfh -bLY -baY -baY -baY -bem -btZ -buC -buy -baY -baY -bLY -bfh -bfh -aez -akv -akv -akv -agb -fRe -daQ -dbC -fRe -agb -jVV -ddV -ddX -ddX -use -der -aez -bNN -bON -bNN -bPM -jSj -aak -aak -aak -aez -atX -atX -nme -atW -atX -bJt -atX -atX -atX -atX -atW -psF -anW -anW -cEB -cLH -aod -chF -cOH -chY -chY -cjU -ctA -clA -cmG -aoL -bXf -cxE -cpj -aoL -cLg -cLF -aoR -aoR -aoR -aoR -aoR -uqz -uqz -uqz -uqz -apG -cMS -dvX -qha -eJm -sCA -iev -iZj -nwx -xYs -dvX -auQ -auQ -auQ -auQ -auQ -aLf -aWX -aLk -aLn -sQz -sQz -sQz -aaa -aaa -aaa -cBY -aaa -aaa -aaa -cBY -aaa -aaa -aaa -cBY -aaa -aaa -aaa -cBY -aaa -aaa -cBU -cBU -cBU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acS -acS -acS -afC -agp -ahc -ahy -ahf -ais -aiR -ajh -ajU -akD -alj -oVn -alV -anx -aol -cEI -ajp -apc -apc -apc -abI -abI -abI -abI -abI -abI -sjK -axq -acg -ayF -azy -azU -bkm -acC -acC -nfn -aez -aez -aez -aez -aez -aez -aez -aez -aez -aez -cEh -cET -aez -aez -cIn -aez -akK -aHq -akK -aMP -aOY -aPN -akK -bfh -akK -bNT -aDk -blD -bnI -baY -bot -buy -bvv -baY -byt -baY -baY -baY -baY -baY -baY -baY -beo -bua -buJ -buy -baY -baY -baY -baY -baY -baY -blD -cNT -cOh -baY -baY -dbj -dbF -baY -csJ -cRy -agb -fRe -fRe -fRe -agb -aez -jSj -jSj -jSj -jSj -jSj -deV -deV -pez -aez -aez -hJa -aez -aez -aez -aez -aez -aez -aez -aez -aez -anW -anW -cEQ -cfM -cLI -aod -aod -chF -dgp -chY -chY -chY -chY -chY -cly -cly -cly -aoL -aoL -ioi -cqy -cpe -crx -crT -csp -csH -ctl -ceL -aoU -aaa -avc -cMS -dvX -dvX -hlH -dvX -dvX -dvX -dvX -dvX -dvX -lwa -cja -cja -cja -cxF -bJK -aLi -aLl -aLo -cBw -cBF -lSx -cBL -cBL -cBT -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cBU -cCa -cCb -cBU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afG -agt -ahd -ahz -ahf -ahf -aiS -ajh -ajU -akE -alk -amf -alk -alk -aom -apj -alk -wCA -alk -asJ -ava -ksl -cOX -ate -azS -aoS -axq -acg -acg -ayG -aTK -acg -aXW -azx -aGC -aZE -baO -baO -baO -beC -baO -baO -baO -bfN -bgt -baO -baO -baO -bit -baO -biw -jIL -bjF -hwd -bjP -bjP -bkk -bli -blw -bjP -aVN -aXj -aXS -blE -blE -blE -boB -bve -bvM -bvM -bvM -bvM -bvM -bvM -bvM -bvM -bvM -bvM -bXe -cbB -ceT -stk -blE -blE -blE -blE -blE -blE -blE -blE -blE -cOz -blE -dbk -buy -baY -csK -aYL -cNC -ddY -ddY -ded -ddY -det -ddY -ddY -ddY -ddY -ddY -ddY -deX -ddY -ddY -dfe -ddY -ddY -ddY -ddY -dfm -dfo -ddY -det -ddY -dfv -cmg -cdW -aod -cfN -cLI -cRW -dgb -aod -chF -cgP -oXj -aox -cCJ -cmH -bhi -cnV -aox -cpk -cpC -cqa -cqy -cpe -crB -crU -csq -csI -cTB -ctO -crd -aaa -csZ -cMS -lwa -iGk -nUn -cja -cja -cja -cja -cxF -usI -jck -cSk -cSk -cSk -vao -aLf -aLj -aNF -aLk -sQz -wWS -sQz -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -cBU -cBU -cBU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agi -agu -ahe -ahL -ahR -ait -aiT -ajo -ajX -ams -ams -anB -ams -aon -aoo -apk -ahA -ahA -rzP -ahw -ava -atf -amB -avE -azT -apf -acg -acg -acg -aVX -aXX -acg -acg -aBH -aGC -aZK -baY -baY -baY -baY -baY -baY -baY -bfU -bhz -bhz -bhz -bhz -bhz -bhz -bix -bjw -bhz -ucV -bhz -bhz -bkF -xuE -blx -blp -auK -aZI -bSd -blp -blp -blp -boX -bap -cev -cew -cex -cey -baY -baY -ceF -ceG -ceH -azl -bXk -ccd -cff -azl -ceH -cev -ceP -baY -baY -ceQ -cev -ceH -cew -bmq -cRS -dbl -dbL -diF -chh -bWH -cOD -blE -blE -dee -des -des -deC -des -des -des -des -des -des -des -des -dff -des -des -des -des -des -des -des -des -des -dfw -cmh -cLj -cLp -cLz -cLJ -cjd -dgc -aod -aod -aod -ckb -cAR -cCZ -cmI -cnm -cnW -cIu -cpl -cpD -cRh -cqy -cpe -crz -crV -csr -csN -ctn -tuo -crq -aaa -csZ -cMz -cGn -rmF -sLA -rmF -rmF -rmF -rmF -cRX -apX -apX -apX -apX -apX -apX -apX -apX -apX -aLf -aLf -aaa -aaa -aaa -aaa -awy -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaq -aaa -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agj -agv -ahf -ahC -ahT -ahf -aiS -ajh -ajU -akF -all -amA -all -all -aoq -apl -akM -akM -akM -asX -avb -atg -auM -avF -azS -awN -axr -acg -acg -aKY -aza -acg -aYz -azz -aGC -baa -bbG -bbG -bbG -bbG -bbG -bbG -bfD -bfV -bhA -bhB -bhB -bhB -bhB -bhB -bhB -bjy -bbG -bbG -bbG -bjQ -bkQ -bbG -bly -bbG -atU -aYL -bBr -baY -baY -baY -bpS -bvh -blp -blp -blp -blp -blp -blp -blp -bOH -blp -blp -bXw -ccp -dfV -col -col -col -col -col -col -col -col -gzd -col -cOA -cTO -dbm -dbO -dbT -csL -aZI -cQj -ddZ -ddZ -def -ddZ -ddZ -deD -deK -deK -deK -deK -deK -deY -dfa -dfb -dfg -deK -deK -deK -deK -deK -deK -deK -deK -deK -dfx -cmg -cdY -ceS -aod -cLI -cjs -dgd -aod -ciu -cjg -gek -aox -cnn -cmJ -cnn -cnn -aox -cpk -cpE -cqa -cqy -cpe -crA -cvA -cwh -csO -cto -cOk -aoU -aaa -avc -auN -cMS -auN -auQ -auQ -auQ -fMp -auQ -auQ -apX -aqC -aqC -asR -rrU -cBM -aqC -aqC -apX -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaq -aaq -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afC -agw -ahU -ahU -aiD -ahU -aiW -ajB -anM -akD -alm -oVn -amE -aks -aor -akD -rbq -ajp -ajp -ajp -ahw -amU -amU -ayk -ahw -ahw -xAP -axP -ayl -ayI -acg -aYz -aJB -acC -acC -aez -aez -aak -aak -aak -sPG -aez -aez -cIk -aez -jSj -jSj -jSj -jSj -jSj -jSj -jSj -jSj -ahK -ahK -ahK -ahK -psr -aQB -neL -ahK -bNV -cfy -baY -baY -baY -bqx -bvi -blE -blE -blE -bFB -bKT -blE -blE -blE -blE -blE -blE -ccr -chJ -blE -cvj -czv -bKT -blE -blE -blE -blE -tBl -blE -blE -blE -dbn -bKT -dbU -csM -bNT -akK -bJN -bJN -bJN -cRA -deu -deE -deu -cRA -bJN -bJN -bJN -akK -aez -aez -aez -aez -aez -aez -aez -aez -aHU -aJN -aHU -aez -aez -chV -chV -ckz -ceS -cLI -cLU -chG -chZ -coH -chV -chV -aou -aou -ciS -cmi -aou -aou -mIc -mIc -bzD -cqy -cpe -crB -cvC -cst -csP -apv -ctR -aoU -aaa -avc -dhq -cMS -auN -auQ -dtt -cTD -auN -auN -cTD -apX -cwA -aqC -aqC -bYm -cNJ -cNJ -chD -apX -awy -awy -awy -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afC -agx -arG -ahD -amF -amK -afC -apu -ajU -akD -alo -oVn -amG -anC -aqA -uNq -ajp -bdr -awh -arA -asg -ati -ahA -ahA -awk -arD -aCt -awN -axr -ayK -aYz -cOw -acC -acC -acK -cTL -acO -cTM -cTN -cTN -cTM -acO -acK -cIf -aez -aee -aee -aJI -aQE -ceV -ceV -aee -aee -ahK -aLA -aMc -bkT -aNC -aOd -aOH -aCW -ahK -ahK -gZW -gZW -bdw -ahK -aTU -aTU -aTU -bhS -aTU -aTU -bOR -bMJ -bMJ -jSj -jSj -jSj -ccx -chQ -boS -boS -afD -afD -bsu -epk -bvn -bvn -tAa -afD -afD -aez -cbS -aez -aez -aez -aez -akK -bIS -bJR -ceV -bJN -baY -deF -baY -bJN -bJR -bRd -bRD -akK -aaa -aaa -aaa -aaa -aaa -aaa -awy -aez -aez -aez -aez -aez -aaa -aaa -chV -chV -cOG -cLK -cLT -aod -chH -chV -chV -aaa -aou -clG -cmL -cnp -cnY -fra -cqd -cno -cpZ -cqy -cpe -crC -cvP -pzl -csQ -ctp -ctS -aoU -aaa -avc -dhq -cMS -auN -auQ -cTD -auN -auN -auN -dtt -apX -aqC -aqC -aqC -aqC -aqC -aqC -fIF -apX -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bOQ -bOQ -bOQ -bOQ -bOQ -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afC -afC -afC -afC -afC -afC -afC -ajh -ajU -akD -alo -oVn -amC -amB -aqX -arg -arB -aQN -aVl -aVB -ash -atk -aRg -avI -awl -aBr -aAq -axQ -awN -ayL -azz -bhZ -acC -acK -acK -acK -acO -acO -acO -acO -acO -acO -acK -cIf -aez -aez -aJv -ceV -ceV -aKf -aQE -blV -aez -ahK -aLB -aMd -aMR -aMR -aMR -aOI -aPk -aRY -aQd -aQQ -apT -aSo -ahK -wcp -ohV -aWC -bHK -bFM -fhx -aTU -bMX -cjP -bAP -bQw -bAP -ckn -buy -bxS -aKl -afD -bHG -mBx -btR -bsv -bsv -bsv -boJ -afD -acK -cHu -acO -aaa -aaa -aaa -akK -bIT -bJS -bKW -bJN -dev -deG -deL -bJN -ceV -bJS -bRE -akK -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -chV -chV -cLL -cLV -chH -chV -chV -aaa -aaa -aou -clH -cmM -cnq -cnZ -coL -cqe -cKf -cqs -cqy -aoU -aoU -cNV -aoU -aoU -aoU -aoU -aoU -apB -avc -auN -cMS -auN -auQ -cWg -auN -auN -auN -auN -apX -apX -apX -aqC -aqC -cju -apX -cAN -apX -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bOQ -bOQ -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -ahW -aiv -aiV -gVp -alp -arg -bcN -ajp -amB -anv -aos -agL -ajp -iFr -aqY -ayg -asi -awF -rdp -axb -cPG -ahw -ahw -ahw -aDr -aEc -aDr -acC -acK -acK -acO -acK -acK -acK -acK -acK -acK -acK -acK -cIf -acK -aez -aez -aee -ceV -aee -bFY -aez -aez -ahK -aLC -aMe -aMS -aMS -aMS -aOJ -aPl -aZO -aQe -aQR -aRB -aSp -ahK -oIE -aUY -aWD -bPE -bVU -jTd -aTU -bNE -cjQ -bQk -bQk -bQk -blB -buy -bxV -boT -sFR -bqZ -bsv -bsv -bvw -bwP -bvw -bsv -boS -acK -cHu -acO -aaa -aaa -aaa -akK -bfh -bfh -akK -bMa -bMa -bNW -bMa -bMa -akK -bfh -bfh -akK -awy -awy -awy -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -chV -cqo -ckh -cri -chV -aaa -aaa -aaa -aou -clI -cmN -cnr -coa -coK -cnr -cno -cqX -cqA -crD -crD -cwe -csv -cPq -cqu -dgG -cuu -jng -aox -avc -wvB -avc -avc -cWr -auN -khN -dhk -auN -apX -cAS -cAX -cRk -cyL -cjL -cAY -cBj -apX -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -bOQ -aaa -aaa -awy -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -ahw -ahw -ahw -ajK -alf -alS -ajp -ajp -ajp -ajp -apb -ajp -ajp -aoI -uBj -ajp -ajp -ajp -ajp -ajp -ajp -ahw -ahw -ahw -lFR -ayN -vvy -ach -acK -acO -acO -acO -acO -acO -acO -acO -acK -cIe -cIi -cIl -aIO -aJc -aez -aez -aez -aez -aez -aez -acK -ahK -ahK -aOy -aPM -aWd -aPM -aRH -ahK -ahK -aQf -aQS -aRC -aSq -ahK -aQU -aUZ -aZw -bQz -bYK -rww -aTU -bNG -cjQ -bQl -bQk -cEF -blB -buy -bxV -boT -bpU -bra -bsw -btS -bvy -bwQ -bxN -bsv -boS -acK -cHu -acO -aaa -aaa -aaa -awy -aaa -aaa -aaa -bMa -bMY -cRC -cRE -bMa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -chV -cLI -cLX -aod -chV -aaa -aaa -aaa -aou -clJ -cmO -cuL -cob -coM -cpn -cno -crE -cqB -cqB -cOJ -cwf -cwi -cPr -cxn -cxo -cxp -cxq -cse -tyQ -cGp -cvO -apX -apX -apX -apX -apX -cxK -apX -cAW -czh -pbv -cyM -cjS -cBb -cAP -apX -apX -aaa -aaa -aaa -aaa -aaa -awy -aao -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -awy -aaa -aaa -awy -aaa -aad -abX -abe -abe -abe -abe -abe -abe -abe -abe -abe -aeH -abe -abe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahw -dQv -ajU -akD -ajp -aiL -ahA -ahA -aow -ahA -ajp -aoI -aqZ -ajp -asj -atl -auR -ajp -asj -atl -auR -ahw -hOr -ayN -vvy -ach -acK -wkq -acK -acK -acK -acK -acK -acO -acK -cIf -acO -acK -acK -aJe -aIO -aIO -aIO -aIO -aIO -aIO -aJc -ahK -aLD -aLD -aLD -aNE -aOe -aOe -aPm -aSf -aQe -aQT -aRD -aSp -ahK -aTV -aVa -aZx -bQA -bGZ -enY -aTU -bNP -cjQ -bpV -bTm -fpe -blB -hxY -bxV -riP -bpU -brb -bsv -btT -bvz -bvw -bvz -bsv -boS -acK -cHu -acO -acO -acO -awy -awy -aaa -aaa -aaa -bMa -dew -cRD -cRF -bMa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amO -amO -cdD -cdD -amO -amO -amO -chX -chX -amO -amO -dfK -dfU -cjg -aop -aop -aop -aop -aop -aop -mIc -mIc -mIc -mIc -mIc -mIc -crW -cpc -aoV -aoF -aox -csx -aox -ctr -ctV -cuv -cuP -cRx -cvp -cLD -cMV -cTx -dgH -aOG -aOG -bvf -bLK -paW -cgO -bTR -bTR -cwL -cxb -cxb -cxI -cyd -cAB -aaa -aaa -aaa -aaa -aaa -awy -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -bOQ -awy -awy -aaa -aaa -aad -abY -abE -oWM -ack -abQ -poL -gID -abe -acf -acy -abe -adl -adF -aqV -abe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aig -aji -apd -akD -ajp -ahA -ahA -anD -aow -ahA -ajp -aoI -aqZ -ajp -ask -aBc -cPe -ajp -ask -aBc -cPe -ahw -lFR -ayO -vvy -ach -acK -acO -acO -ris -lVz -cUF -ris -acO -acK -cIf -acO -acO -acO -acO -acO -acO -acO -acO -acO -acO -aKO -ahK -aJP -aMg -aMU -bKb -aOh -aMg -aMg -aTt -aQj -aMQ -aRE -aSs -ahK -aTU -aOo -aTU -aTU -aTU -aTU -aTU -baY -cjQ -bQl -bQk -cEF -blB -buy -bxV -boT -bqR -brc -bsv -btU -bsv -cRd -bsv -bPF -boS -bBf -cHv -cVt -cVt -acO -aaa -awy -aaa -akS -cbX -akS -akS -bNZ -akS -akS -cbX -akS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amO -bYR -bZH -caz -dft -amO -dfy -dfB -dfB -dfD -dfF -dfL -cLY -dge -aop -civ -cjh -ckc -ckT -ciQ -cmP -cnt -cfh -coN -dgz -cpH -crX -cqD -cqD -aoF -csc -csy -aox -cOK -cpZ -cOL -cuQ -apX -cvq -cMC -cvQ -csl -dVi -aRk -aVV -cfI -bTo -bUF -cyK -aqe -dat -czX -mLN -xhQ -cAQ -cye -cAB -aaa -aaa -aaa -aaa -awy -awy -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aad -abY -abE -aaH -aaM -aaR -qEa -abm -abh -abM -aca -acj -acz -acZ -adm -adG -aei -abe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aig -aji -apd -akD -ajp -cQx -amH -arF -aoz -pAg -ajp -fLI -eoL -ajp -asl -atn -auS -ajp -asl -atn -auS -ahw -lFR -ayO -vvy -ach -acK -acK -acO -acO -acO -acO -acO -acO -acK -cIf -acO -aaa -aaa -aaa -aaa -aaa -aaa -aJr -vLm -acK -aKO -ahK -aLG -aMh -aMV -aNH -aOi -aOL -aPn -ahK -ahK -ahK -ahK -ahK -ahK -acK -bCR -acK -jYe -mnF -akK -baY -baY -cjQ -bQk -bQk -bQk -blB -buy -bxV -boU -bqV -brd -bsv -btT -bvA -bwR -bsv -bsv -boS -acO -cHu -acK -acK -acO -aaa -akS -akS -akS -bKX -bMb -bNa -bNX -deM -cRG -bKX -akS -akS -akS -awy -awy -awy -awy -awy -awy -amO -bYS -brv -caA -cbo -clm -dfz -ccy -ccy -ccy -ccy -dfL -cLY -dge -aop -ciw -cji -cjo -ckU -cEp -cmQ -cnu -cod -coO -cmQ -cpI -crY -cqE -cqW -aoF -avc -cpt -aox -aox -ctW -aox -aox -aox -avc -cME -avc -apX -aqk -aqk -aqk -aqk -aqk -bWj -aqe -cWI -cWL -qwu -jdw -myc -cWP -cye -ped -apX -apX -apX -apX -apX -awy -aao -bOQ -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aad -abE -kNZ -ajg -aaI -aaE -gYH -qzJ -wIy -wIy -jBN -abe -acu -ahk -abe -adn -adI -aiu -abe -abe -abe -ahr -ahr -ahr -abe -abe -ahw -ajh -ajU -akD -ajp -ahA -amI -amI -amI -ahA -ajp -aqv -ara -ajp -avg -aie -ajp -ajp -avg -aie -ajp -ahw -lFR -ayO -tip -ach -acK -acK -acK -acK -acK -acK -cIa -cId -cId -aRa -acO -aaa -aaa -aaa -aaa -aaa -aaa -aJr -acK -acK -aKO -ahK -ahK -aMi -aMW -aNI -aOm -aMi -ahK -ahK -aQk -aOn -aOn -aSt -bkn -bkn -bkw -bkn -bkn -bkn -bkC -bLB -bLB -bfj -bQm -bRs -bQm -bRt -buy -byw -brk -afD -twb -bsy -bKU -bMC -bNF -bRb -bWa -boS -cUF -cHu -acK -acK -acO -aaa -akS -bIU -bJT -bKY -bKZ -bPN -bNY -bPN -bKZ -bKY -bRe -bRF -akS -aaa -aaa -aaa -aaa -aaa -aaa -amO -bYT -brE -caB -cbo -amO -dfA -dfz -dfz -dfz -dfz -dfL -cLY -dge -aop -cqk -cjj -cgk -ckX -ciR -cnv -coe -cpG -cnv -cnv -cqg -crZ -csb -cvw -cvz -bMg -cwr -apB -ctu -ctX -cux -cuR -apB -cWr -cMS -auN -apX -cww -aqC -aqC -cxt -cxN -bXY -cgR -dgO -cvN -cwM -cxd -cxd -cxJ -cyf -cBs -cBz -aqC -aqC -cNR -apX -aaa -aaa -aaa -aao -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -awy -awy -awy -aaf -aQu -aaE -aaE -aaE -aaE -eZK -sZq -abn -aaE -gEI -abe -abe -abe -abe -cQB -adJ -aej -aeO -adm -afH -vEn -agA -agA -ahY -aiw -dRM -ajo -apP -akD -ajp -ahA -ahA -ahA -ahA -apq -ajp -aoI -aqZ -ath -bdK -ahA -ahA -ahA -bdK -ahA -ahA -ahw -cPu -ayO -vvy -ach -acL -acL -acL -acL -acL -acL -aDJ -acL -eMR -mZI -acO -aaa -aaa -aaa -aaa -aaa -aaa -aJr -fwc -cVt -aKO -acK -ahK -ahK -ahK -aHw -ahK -ahK -ahK -cTL -aQl -acK -cVt -aSv -aTa -aTa -aTa -aTa -aTa -aTa -aTa -bcm -baY -baY -azl -azl -azl -ccz -cjN -bnP -boS -afD -afD -afD -cHC -bvD -boS -boS -byW -boS -acO -cHu -acK -acK -aJr -aaa -akS -bAM -bJU -bKZ -bMc -bPO -sqg -vas -tdj -bKZ -bRf -cCt -akS -aaa -aaa -aaa -aaa -aaa -aaa -amO -bYU -brE -caC -cbp -amO -amO -cmk -fXa -amO -amO -dfM -cLY -dgf -aop -aop -bpe -cgH -dgr -clN -cmS -cnw -cof -coP -cnw -cpK -cqh -cqF -cnh -aoF -avc -cwx -apB -cYB -ctY -ctv -cuS -apB -cWg -cMS -auN -apX -cwA -cwN -aqC -cxu -cxO -bWj -cil -aqk -czj -ewD -czj -aqk -cxL -cye -cBt -cBA -aqC -cwN -cBP -apX -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -tnf -wBu -abE -tMM -ecb -act -aaK -ecb -act -jli -nie -aby -gEI -abe -acf -acG -abe -acF -adI -adQ -dQC -ajS -afJ -eKM -cFF -cQG -ahZ -aix -hVX -ajh -ajU -cQw -ajp -ajp -amL -amL -amL -ajp -ajp -aoI -arb -atj -asn -agM -sZG -agM -awn -ahA -cQh -ahw -lFR -ayO -vvy -vvy -acL -aBI -aCy -aDl -bjx -cHY -cIc -acL -ayW -cIh -acO -aaa -aaa -aaa -aaa -aaa -aaa -aJr -aJr -acO -aKO -acK -acK -acK -acK -aNK -acK -acK -acK -acK -aQl -acK -cVt -acK -aTa -aTW -aVc -aif -aXU -aZy -bba -aTa -bNE -bOJ -baY -baY -baY -cdl -ckW -cpi -bvM -cAu -cEo -bCu -bLC -bvF -boS -bdZ -byX -boS -acK -cHu -duN -duN -acO -aaa -akS -bIW -bJT -bKY -bKZ -bNb -bOg -bOU -bKZ -bKY -bRe -bRH -akS -aaa -aaa -aaa -aaa -aaa -aaa -amO -bYV -bZI -caD -fco -bTP -ccA -kfj -bYl -iJc -amO -dfL -cLY -dge -ciO -ciy -cjl -cgI -ckY -clN -cOI -cnx -cog -coQ -cpp -cpL -cqi -cqF -cqZ -aoF -dhl -cwx -apB -apB -apB -apB -apB -apB -cWm -cMS -auN -apX -cwB -cxy -cxy -cVp -cxP -bWj -cil -czj -cwI -cwI -cwI -czj -cxL -fCH -cBu -cWS -cxy -cxy -cBQ -apX -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -jow -aaj -aaj -aaj -aaz -aaj -aaj -aaz -aaj -aaj -snL -abA -uFg -acT -acl -acB -adE -ado -adK -kIl -mfz -mfz -vhr -kij -mfz -mfz -aia -abe -ahw -ajh -ajU -akD -ajp -avz -amM -anF -aoA -cGZ -ajp -avi -arc -abT -avA -abT -abT -abT -abT -abT -abT -abT -xlq -ayO -acn -vvy -acL -vHJ -aCz -aDm -aEf -aEW -aFV -acL -acK -bcJ -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acO -aJe -aLb -aLb -aIO -aIO -aNL -aOn -aOn -aOn -aOn -aQm -aJc -acK -acK -aTa -aTY -aVe -aif -jfR -aZz -ceY -aTa -bNQ -baY -baY -bTx -cam -cdv -baY -cpo -baY -baY -cED -afD -btY -bvG -boS -wJC -byY -boS -acK -cHu -acO -acO -acO -aaa -akS -akS -akS -bKX -bKZ -bNc -bOa -bOS -bKZ -bKX -akS -akS -akS -awy -awy -awy -awy -awy -awy -amO -bYW -bZJ -caE -dfu -bTP -ccB -cdn -cdZ -ceW -amO -dfO -cki -dgg -csE -cdd -cTp -cib -bgK -aop -aoF -cmj -cmK -cmj -aoF -aoF -cqj -cqF -cra -aoF -cWm -cwx -auQ -cTC -cWf -cWg -cWg -auQ -auN -cMS -auN -apX -aqk -aqk -aqk -aqk -aqk -bYD -cip -czj -cwv -chC -nEh -czj -cxM -cyg -aqk -aqk -aqk -aqk -aqk -apX -aaa -aaa -aaa -aao -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -awy -awy -xoh -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -rhw -cxj -abe -acX -ahk -abe -adp -adI -adQ -ycN -jqP -kvK -waP -kHR -mfz -fDf -aiJ -ahw -auL -ajU -akD -ajp -ahA -ahA -atm -aoB -agM -aqB -aqx -ard -abT -asp -atp -asr -aCN -awo -bef -aGb -aCN -aAA -ayO -acn -vvy -aFu -aBJ -aBJ -baf -bxi -aEX -aFW -acL -acK -bcJ -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acO -acO -acO -acO -acO -acO -acO -acO -acO -acO -acO -acO -bpK -acO -acO -aTa -aTa -aVf -aif -jQX -aZA -bbd -aTa -bNR -bOM -bNR -bVn -bjL -blF -bmP -cth -cwo -cEb -cER -afD -boS -boS -boS -btT -byZ -boS -acK -cHu -acO -aaa -aaa -aaa -aaa -aaa -bDr -bNa -bOf -bOf -bOb -bOf -bOf -bNa -jer -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -amO -cDW -bZL -caF -cbr -bTP -ccC -xba -bYl -ceX -amO -nME -cLY -dge -ciO -ciA -cjl -cjl -ckZ -aop -cmU -cmU -coi -cmU -cTZ -aoF -cBK -cqG -crc -avc -auN -cwx -auQ -auN -auN -auN -auN -auQ -auN -cMS -auN -apX -cwT -aqC -aqC -cxw -cxQ -bXY -ciT -aqk -czj -cxc -czj -aqk -cyb -cyf -cBv -cBC -aqC -aqC -cNS -apX -aao -aao -bOQ -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaf -lMP -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -abA -agN -abe -abe -abe -abe -adq -adL -adQ -mfz -ixV -tAg -aal -dqn -mfz -fDf -aib -ahw -ajr -ajU -akD -ajp -alV -amQ -cQJ -aoi -anL -ajp -cOW -aqZ -abT -asq -atq -asr -aCN -awo -awo -asr -asv -asv -vOo -acn -vvy -acL -aCv -aCv -acL -aBJ -aEY -aFX -acL -acK -bcJ -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -hlv -acO -onN -acO -hlv -awx -aTa -dIe -dIe -aVh -aZA -bbe -aTa -aWH -aWH -aWH -aWH -bhH -blG -bjM -bnR -bnR -bnR -bnR -afD -bub -bae -bwU -bxQ -bza -boS -acK -cHu -acO -aaa -aaa -aaa -aaa -aaa -akS -cRz -bLc -bNS -bOa -cru -cCp -cRz -akS -aaa -awy -aaa -aaa -atv -atv -att -amO -amO -bTP -cea -ciY -bTP -bTP -wgl -cdp -bYl -tWh -amO -dfP -cLZ -dgh -aop -aop -cjn -cke -cla -aop -cmU -cnz -coj -coR -cmU -aoF -aoF -adW -aoF -avc -auN -cwX -cMD -cMD -cMD -cMD -cMD -cDr -cMD -cHs -auN -apX -cwA -cwO -aqC -cxx -cxO -bWj -clh -cwt -cwJ -cwZ -cxl -cxv -cyc -cye -cBt -cBD -aqC -cwO -cBP -apX -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaf -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -abB -abP -abe -llN -wJz -jZr -acF -adI -ihF -mfz -vKG -ids -pmh -qDM -mfz -fDf -aib -ahw -awm -ajU -akD -ajp -ajp -ajp -ajp -ajp -ajp -ajp -aoI -aqZ -abT -asr -atr -asr -aCN -awo -awo -asr -axR -aCN -vOo -acn -vvy -aKr -aCo -aGi -aCv -aBJ -aCz -aFY -acL -acK -bcJ -acO -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acO -bsn -acO -aaa -aGm -aTa -aVi -bbb -beP -aFz -bbf -bcn -bdU -bfk -bgG -aWH -bsE -bur -bvQ -bnR -cEW -bzb -brg -boS -buc -cvg -boS -bxR -bPL -boS -acK -cHu -acO -acO -acO -afx -afx -akU -akU -aln -aln -aln -bOc -aln -aln -aln -akU -akU -awy -aaa -aaa -atv -bXG -cVg -amO -bYj -dfn -bZN -caH -lzm -cbP -bYl -cdo -bYl -dfE -amO -dfQ -cLY -dge -vuX -ciB -cjo -cjl -ckV -aop -bgM -cnA -cmU -coS -cmU -aoF -cql -cqI -aoF -auN -auN -auN -auN -auQ -auQ -auQ -auQ -auQ -auQ -cIo -auN -apX -cwB -cxy -cxy -cWn -cxP -wHa -uZv -uHb -euj -ias -bwS -bwS -haX -cye -cBu -cWT -cxy -cxy -cBQ -apX -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaf -nSi -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -uxZ -aeB -cFA -abe -mHg -gic -eDb -adr -adM -ael -iUq -tsf -iHR -tvc -iUq -iUq -fDf -aib -ahw -cCO -ajV -vZM -ajp -ajp -ajp -ajp -ajp -ajp -ajp -aoI -aqZ -abT -ass -ats -asr -aCN -awo -awS -asr -axS -aCN -ayP -azA -xBv -aAM -aBL -aGj -aCv -bbM -aBJ -aBJ -acL -acK -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aaa -aGm -aTa -aif -aif -aif -aif -aif -aif -aWE -bPf -bgH -aWH -bhH -blI -bjM -bnR -boZ -bpX -bpX -boS -boS -boS -boS -bGC -boS -boS -acK -cHu -acK -bGe -cVv -iCi -afx -akU -bMd -bNd -aln -cWU -bOd -qpu -cCq -aln -cCr -akU -awy -aaa -aaa -atv -atu -atu -amO -bYk -bYY -bZO -caI -cbt -cbQ -bYl -cdq -ceb -bYl -fXa -dfL -cLY -dge -aop -ciC -cjo -cjl -clb -aop -cmU -cnB -cok -coT -cpr -cpM -cpr -cvU -aoF -auN -cTC -auN -auQ -auQ -aaa -aaa -aaa -aaa -auQ -cIo -auN -apX -aqk -aqk -aqk -aqk -aqk -bWj -cyP -aqe -aqe -cAe -aqe -aqe -cyP -cye -aqk -aqk -aqk -aqk -aqk -apX -aaa -aaa -bOQ -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaf -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -abC -abR -abe -kJI -wbB -quI -acF -adI -adQ -iUq -xQX -wuC -gfH -nQs -iUq -fDf -aib -ahw -auL -ajU -akD -ajp -alW -amR -anH -aoC -apn -ajp -aoI -aqZ -abT -aue -atx -aBT -ayo -auT -awT -auT -aDs -aDw -aEm -acn -vvy -aBL -bmM -aBL -bnX -acD -acD -acD -acD -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aXC -aVj -aWE -byu -aWE -osK -bco -bdV -bfm -boV -aWH -bjR -blJ -bmS -bnR -bpa -bpf -bpf -bsA -bue -bpf -bpf -bpf -bzc -bze -acK -cHu -acK -acO -cVw -uQD -afx -akU -akU -aln -aln -aln -bOe -aln -aln -aln -akU -akU -awy -aaa -aaa -atv -atu -atu -amO -joK -bZa -bZP -bYl -cbu -cbR -ccD -cdr -bYl -bYl -cpQ -dfL -cLY -dge -aop -ciD -cjq -ckf -clc -aop -aoF -aoF -aoF -aoF -aoF -aoF -aoF -aoF -aoF -auN -cTC -auN -auQ -aNA -aNA -aNA -aNA -aNA -auQ -cIo -auN -apX -aqC -aqC -aqC -cxw -gSy -ccW -cyQ -czn -czC -cyN -bwS -bvT -mkD -cyj -oye -cBC -aqC -aqC -aqC -apX -aao -aao -aao -aao -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaf -lMP -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -abA -abS -abe -abe -abe -abe -ads -adN -jnZ -iUq -hGM -mDB -pYm -lUg -iUq -hKE -pFn -ahw -ajh -ajU -akD -ajp -alX -amS -avw -aoE -apo -ajp -aoI -aqZ -abT -ass -aty -asr -aCN -awo -awU -asr -aDt -aCN -aEn -azB -ugL -aBM -aBL -aGj -aCw -bck -aEZ -aFZ -whf -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aXN -aVk -aWE -aXY -aZC -aWE -bcp -bdW -bfn -pGz -aWH -bjS -blJ -bmT -byx -bDH -bDI -brh -cNw -buf -buf -bpX -bpf -bzd -bze -acK -cHu -acK -acO -cVx -acK -afx -akU -bQF -xgJ -bMf -sJx -oDQ -bPR -bPP -jwZ -bQF -akU -akU -aaa -aaa -atv -aFC -atv -amO -cDl -bZb -bZQ -caJ -cbv -bZQ -bYl -cds -cdZ -bYl -fXa -dfL -cLY -dgi -aop -ciE -cjr -ckg -cld -aop -auN -auN -auN -auN -auN -auN -auN -auN -oRo -auN -cTD -auN -bul -auN -auN -auN -auN -auN -fHo -cIo -auN -apX -cwA -cwO -aqC -wBc -cxO -bWj -cyP -cyJ -cyH -cAc -gJo -cyI -cyP -cye -cBt -vut -aqC -cwO -cBP -apX -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -awy -awy -rnc -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -aaw -abq -abA -cFB -abe -acA -adu -abe -acF -adI -lhb -iUq -iUq -iUq -iUq -iUq -iUq -abe -aiy -ahw -aft -aqn -akG -ajp -alY -amT -anJ -aoG -avJ -ajp -aoI -aqZ -abT -aIx -atz -asr -aCN -awo -awo -asr -aNw -aCN -tUE -acn -vvy -cPB -aCB -aGi -aCw -bjG -aFa -aGa -aGF -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aXN -aLW -aWF -aWF -aWF -bbg -bcq -bdX -bfo -bgR -aWH -bjT -blJ -bmT -byx -bpc -bEF -bri -bsB -bug -bug -bwV -bpf -rwt -bze -acK -cHu -acK -acO -cVy -nlC -afx -akU -sJx -vkI -bMh -pHX -bOP -guT -tys -vkI -sJx -akU -akU -aaa -aaa -atv -atu -cJU -cKa -cKk -cKk -cKk -cKk -cKE -bYn -ccE -cdt -bYl -ceZ -amO -dfQ -cLY -dgj -aop -aop -aop -aop -cle -aop -auN -auQ -auQ -auQ -auQ -auQ -auN -dhj -auQ -auN -cTD -auN -auQ -aNB -aNB -aNB -aNB -aNB -auQ -cIo -cTC -apX -cwB -vcJ -cxy -cWn -cxP -bWj -cyO -cyh -cyh -arW -cyh -cyh -cAT -cye -iry -cWT -cxy -hlE -cBQ -apX -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -iux -aay -aay -aay -vMT -aay -aay -vMT -aay -aay -abr -abA -xNH -acU -acs -acI -adR -ado -adK -adQ -ada -afh -afL -agC -afL -afk -ada -eBG -ahw -ajp -alR -ajp -ajp -ajp -ajp -anT -ajp -ajp -ajp -aoI -aqZ -abT -ast -atA -asr -aCN -awo -awo -asr -asv -asv -tUE -acn -vvy -acD -aCw -aCw -acD -bpb -aFb -aGc -aGG -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aXT -aZM -aWG -cJz -aZD -aWE -cmt -aWE -bfl -bgS -aWH -bjS -blJ -bmT -byx -bpd -bEJ -bIR -cGS -cRc -cGU -cGV -cGX -cGX -caw -cHg -cHx -acK -acO -acO -acO -afx -akU -sJx -vkI -mxD -qxO -sJx -sVd -wkU -vkI -sJx -akU -akU -aaa -aaa -atv -cVM -cJV -amO -amO -bZc -bZR -caK -cKF -bTP -clF -anQ -anQ -anQ -anP -dfM -cLY -dge -auQ -dhj -cTD -cWj -bsT -auN -aWM -auQ -dhw -dhk -dhk -auQ -auN -dhj -auQ -auN -auN -auN -auQ -aaa -aaa -aaa -aaa -aaa -auQ -cIo -dhw -apX -apX -apX -apX -apX -apX -cgl -clj -cyG -kns -cxa -dgQ -cxH -cxH -cyl -apX -apX -apX -apX -apX -apX -aaa -aaa -aao -aao -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -vDg -wBu -abX -mtO -vJT -jbx -rIf -afa -mJz -kQo -opT -abD -szX -abe -aeh -acM -abe -adt -adJ -aem -afo -afj -afl -sgX -ahm -afk -ada -aiz -ahw -cCQ -are -apm -arf -arf -arf -arS -arf -arf -asT -axg -axH -abT -asu -asu -auU -aCN -awo -aAg -asr -aCN -jiO -tUE -acn -vvy -aFG -aBO -aBO -aBQ -bpY -bDy -aGd -aGE -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bkI -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aXN -aWG -aYa -aZD -aWE -aWE -bdY -bfp -aWE -aWH -cay -blJ -bqY -bnR -aYq -bGK -brj -bsC -bui -bui -bsC -bxT -bze -bze -acO -acO -cUF -cUF -acO -aaa -akU -akU -vuo -rxt -nLc -tys -jUn -tys -efK -ssO -iLC -akU -akU -aaa -aaa -atv -atv -cJW -bWI -amO -amO -amO -amO -amO -amO -anY -cdu -cec -cLq -cLA -dfR -ckj -dgk -coU -cMv -cMv -cMw -cMx -cMv -cMy -auQ -auN -auN -auN -auQ -auN -auQ -auQ -auQ -auQ -auQ -auQ -aaa -aaa -aaa -aaa -aaa -auQ -cIo -cTD -auQ -auN -auN -auN -auN -apX -apX -apX -apX -apX -nAX -apX -apX -apX -apX -apX -aaa -aaa -aaa -aaa -awy -aaa -aaa -bOQ -aao -aao -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -awy -awy -awy -aaf -qcL -aaE -aaA -ajx -aaE -mJz -aaE -kxf -aaE -szX -abe -abe -abe -abe -cQB -adI -adQ -ada -cQD -afM -afL -afL -cQH -ada -aaa -ahw -aYK -ajZ -vvL -akM -akM -anj -anN -aoH -aps -apQ -agM -axT -abT -asv -asv -asv -asv -asv -asv -asv -asv -xlq -aEP -acn -vvy -acD -aBP -aBO -aDp -cHR -aFd -aBO -aBO -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -xcp -itg -itg -aWr -beQ -bcr -bdV -bzf -bBg -vck -bjU -blK -bmW -bnR -bpf -bHP -cEU -bpf -bpf -bPz -bwW -bpf -bze -awx -awx -acO -aJr -aJr -acO -aaa -akU -akU -bJW -vkI -bMi -azC -bOh -sVd -wkU -vkI -sJx -akU -akU -awy -aaa -aaa -atv -cVT -cKb -cJt -cJt -cJt -cJt -cJt -cKJ -cKV -cLb -cLk -cLr -anP -dfL -cgY -dge -aoc -auN -auN -dhq -cWg -auQ -cMz -cMv -cMv -cMv -cMv -cMv -cMv -cMv -cwn -cMA -cWm -cTC -auQ -auQ -auQ -auQ -auQ -auQ -auQ -cIo -dhq -auQ -auQ -auQ -auQ -auQ -auQ -cym -cWg -cWr -dil -daz -auQ -awy -awy -awy -awy -awy -awy -awy -awy -awy -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aGm -ddL -ddL -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -aaa -aax -abX -spk -aaE -gYH -guE -ovN -mkK -kuB -wIy -xCz -abe -acA -aQJ -abe -acF -adO -aen -aeR -afl -afN -afN -afN -ahE -ada -aaa -ahw -ahw -afp -ahw -ahw -ahw -ahw -ahw -aoI -apt -apR -ahA -axU -ahw -asw -atD -bjp -aWv -aEu -mHD -aDi -bjm -lFR -aEP -acn -uhG -acD -aBQ -aCD -bcE -cHS -aFe -aGe -aGI -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aWH -aWH -aWH -aWH -aWH -aWH -aWH -bnS -cRu -aWH -bjV -blL -bmX -bnR -cRv -bBj -bnR -bnR -bnR -bnR -bnR -bnR -bnR -aGm -aaa -awy -aaa -aaa -awy -aaa -akU -akU -bMe -wpc -bOV -aln -aln -aln -gJz -bOi -eUf -akU -akU -awy -awy -awy -atv -cVU -cKc -atv -atv -atv -atv -atv -anQ -ccH -cdw -cee -cdA -cpR -dfL -cgZ -dgl -aoc -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -dbi -auQ -auQ -auQ -auQ -cMz -cMv -cMv -cMv -cMv -cYD -cMv -cMv -cFr -cMv -cIp -cMD -cMD -cMD -cMD -cMD -cMD -cMD -cYI -cMD -cMD -cMD -cZH -cZQ -daj -daj -daj -daj -daj -daj -daj -daj -daj -dde -dde -dde -dde -dde -dde -daj -daj -ddK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aax -abY -abX -xip -aaP -rPm -abh -tgb -abh -abM -acY -acv -acN -adY -adm -adP -aeo -ada -afm -aeK -aeK -aeK -afm -ada -aaa -aag -aac -akb -akN -alq -alZ -amV -ahw -cAG -cEZ -apS -apS -ayg -ahw -asx -bjp -bjp -bjp -bjp -bjp -azn -bjm -aDx -aEd -aEk -acD -acD -aBR -acD -aBm -acD -acD -acD -acD -acD -bcJ -acK -acO -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -bah -aWI -aYb -aZF -bbi -aZF -bmU -bzS -bBh -bCy -bBh -bCB -bDG -ctT -bDG -bIQ -bOO -aZF -bbi -aZF -bwX -bxU -baZ -aGm -aaa -awy -aaa -aaa -awy -aaa -akU -akU -bQF -bOT -cCs -lss -oEs -pPa -oOp -fKz -bQF -akU -akU -awy -aaa -aaa -atv -atu -cKd -atv -cVg -cVM -bXG -bXG -anQ -cWt -cdx -cef -cdA -xMV -dfL -cgY -dge -aoc -dhk -auN -auQ -cWg -auN -dhm -cTD -dhw -dgx -auN -auQ -cWf -dhj -auQ -auQ -auQ -auQ -auQ -auQ -reb -auQ -auQ -auQ -auQ -cJj -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -auQ -awx -awy -awy -awy -awy -awy -awy -awy -awx -awy -awy -awy -awx -aaa -aaa -aaa -aaa -aGm -ddM -ddM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -bOQ -awy -awy -aaa -aaa -aax -abY -abX -gTc -qWw -hmf -act -abV -abe -ahh -acM -abe -aTh -adQ -aep -afE -afn -afO -agD -ahn -ahF -aaa -aaa -aag -alU -akc -aag -alr -ama -amW -ahw -ahw -ahw -cEL -ahw -ahw -ahw -bjp -bjp -auV -avM -bjp -bjp -azI -bjm -cPv -aEP -vvy -acD -aAO -aBS -acD -bcH -cHT -acK -acK -acK -acK -bcJ -cUO -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -ban -baZ -aYc -aZG -bbj -bct -bct -bfs -bgU -bhV -bjW -blN -bmY -bnT -bpg -bqh -brl -brl -bun -bvK -bwY -blj -blr -aGm -awy -awy -awy -awy -awy -awy -akU -akU -akU -akU -akU -mkW -qUW -pLR -akU -akU -akU -akU -akU -awy -aaa -aaa -atv -atu -cKd -atv -atu -atu -atu -bXG -anQ -ccJ -cdy -ceh -nLb -fCU -dfL -cgY -dge -aoc -dhl -auN -auQ -auN -auN -auN -auN -cTD -dgx -auN -auQ -auN -auN -auQ -auN -auN -auN -auN -auN -reb -auQ -aaa -aaa -aaa -cJk -aaa -aaa -aaa -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -awy -cZR -dak -dak -dak -dak -dak -dak -dak -dak -dak -dak -dak -ddD -awy -aaa -aaa -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -awy -aaa -aaa -awy -aaa -aax -abE -abe -abe -abZ -abe -abe -abe -abe -ada -ada -aeJ -ada -ada -ada -afP -agF -afP -ada -aaa -aaa -aag -aac -akc -aag -als -amc -amX -anO -aoJ -ahw -vpQ -ahw -aJC -bjm -asy -atE -auW -avN -bjp -awV -aAd -bjm -hOr -aEP -vvy -acD -aAQ -bpJ -acD -bcI -aJX -aIv -fcK -fcK -fcK -bfK -cUO -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -ban -baZ -nNP -bbk -bcu -beb -bcu -bcu -bhW -bjX -blO -bmZ -bnU -bcu -bcu -brm -bcu -buo -bvL -blj -blr -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -awy -akU -akU -akU -akU -akU -akU -akU -akU -akU -akU -akU -awy -aaa -aaa -aaa -atv -atu -cKd -atv -atu -atu -atu -cVg -anQ -ccK -cdz -cei -bnH -anP -dfL -cgY -dge -aoc -dhm -auN -cYC -auN -auN -auN -auN -auN -dgx -auN -auQ -auN -auN -auQ -dhj -ett -lYp -lYp -dij -dik -auQ -aaa -aaa -aaa -cJl -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -awy -crf -agX -cZR -dak -dak -dak -dak -dak -dak -dak -dak -dak -ddE -awy -aaa -awy -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -bOQ -aaa -aaa -awy -aaa -aaa -aaa -aaa -abe -aaE -vWc -acb -aes -acP -ada -adv -adS -aer -aeT -afF -afQ -agG -afP -ada -aaa -aaa -aja -aac -akc -aag -alt -rRc -iSb -anR -anR -aag -aac -bxC -byl -bjm -bjm -bjm -bjm -avO -awp -awW -aBd -bjm -lFR -aEP -vvy -acD -aAR -aBU -acD -bcJ -acO -acK -acK -acK -acK -acK -mnF -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aar -aar -aGm -aGm -ban -beV -baZ -bcv -bec -bft -bcu -bhX -bjY -blP -bjY -bnV -bph -bqi -brn -bsD -blj -beV -blr -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aGm -aGm -akU -akU -akU -akU -akU -aGm -aGm -awy -aaa -aaa -aaa -aaa -atv -atu -cKd -atv -atv -aFC -atv -atv -anQ -ccL -cdA -cej -cfb -anP -dfL -cgY -dge -aoc -cTC -auN -auQ -auN -auN -auN -auN -auN -auQ -auN -auQ -auN -auN -auQ -auN -reb -auQ -auQ -auQ -csZ -auQ -aaa -aaa -aaa -cJl -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aGm -aGm -aGm -aGm -cro -aGm -cro -aGm -aGm -bkI -bkI -bkI -bkI -bkI -bkI -bkI -aGm -aGm -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bOQ -bOQ -awy -awy -aaa -aaa -abe -aaE -aaE -acc -acw -acQ -ada -adw -adU -moK -ada -ada -afR -afR -afR -ada -aaa -aaa -aja -aac -akc -aag -gfj -vSf -amY -anS -anS -aag -aIr -aac -aac -aac -aac -awz -avd -axX -ayi -chs -cGE -aCZ -lFR -aEP -vvy -acD -acD -acD -acD -bcJ -acK -acK -acK -acO -acO -acO -aJr -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -ban -beV -beV -baZ -beS -bhY -bcu -blR -bna -bhf -bpi -blj -beV -beV -blr -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -wGS -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -atv -atu -cKe -cJt -cJt -cKs -atv -aaa -anQ -ccM -cdz -cek -cfc -anP -dfM -cgY -dge -aoc -auN -auN -auQ -auQ -cYC -auQ -auQ -auQ -auQ -auN -auQ -auN -auN -auQ -auN -kKT -cAZ -cBc -cBJ -aGm -aGm -aGm -aGm -aGm -cJl -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -cYJ -cYJ -cYJ -cAa -cYJ -cAa -cYJ -cYJ -cYJ -cYJ -dcA -dcA -dcA -dcA -dcA -dcA -aGm -aGm -awy -aaa -aaa -aaa -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -awy -awy -abe -vWc -aaE -acb -acw -acR -ada -adx -adV -cQC -ada -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aac -akc -aag -alu -aag -aag -aag -aag -aag -akT -akT -akT -akT -akT -axv -bjm -bjm -bjm -bjm -bjm -bjm -lFR -aER -aFS -aHT -aIv -aIv -aIv -kgv -aCX -aCX -aCX -btB -mUR -ciP -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -ban -beV -baZ -bjZ -blS -bnb -blj -beV -blr -aGm -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -atu -atu -atu -cKd -atv -aaa -anQ -anP -cml -cml -anP -anP -dzS -gnT -pHh -aoc -auN -auN -auN -auN -auN -auN -cNr -cSk -cSk -cSk -cSk -cSk -cSk -cXa -cSk -cRX -auQ -auQ -auQ -aGm -aaa -aaa -aaa -aaa -cJl -aaa -aaa -aaa -aaa -awy -aaa -aaa -aan -cYJ -cYJ -cZp -cZI -abg -dam -cZT -aqL -dbM -dcb -cYJ -dcB -dcJ -dcU -ddf -dcA -dcA -dcA -aGm -aGm -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -abe -abF -abW -abe -abe -abe -ada -ada -aeK -ada -ada -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aac -akd -akO -alv -anU -aqa -apE -bxB -apE -apE -apE -apE -apE -apE -axw -apE -cUv -cUw -cUz -apE -aCK -aCY -aEV -vvy -ach -wkq -acO -acO -acO -acO -acK -acK -acO -aJr -aJr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -ban -beV -beV -beV -blr -aGm -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -atu -atu -cKd -atv -aaa -aae -aaa -aaa -aaa -aoc -cDG -cLN -cgY -anX -cRL -cEc -cEc -cEc -cKI -auQ -auN -cNs -auN -auN -auN -auQ -auQ -auQ -auQ -auQ -auQ -auQ -aaa -aaa -aGm -aaa -aaa -aaa -aaa -cJl -aaa -aaa -cGN -cBe -cUH -cxR -aaa -cYJ -cYJ -cYV -cZs -cZI -alJ -dgT -cZV -dbI -dbN -dcc -dcv -dcC -dcK -dcC -ddg -ddr -dcA -dcA -dcA -aGm -aaa -awy -awy -awy -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -abe -abG -abJ -acd -abe -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aac -cQI -akT -alw -apC -aqc -aac -aac -aac -aac -aac -aac -bxC -aac -aac -aac -aac -aac -aac -aac -ach -aXf -ayY -vvy -ach -acK -cOC -acK -acK -acO -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -atu -cKd -atv -cby -cby -clK -clK -cby -cby -cDH -cBq -cCv -cDP -cDR -cEu -dgq -cGD -cKX -cEc -auQ -cNQ -auQ -cEc -cEc -cEc -cWD -cWW -cxR -aaa -aaa -awy -aaa -aaa -aGm -aaa -aaa -aaa -cGN -cJm -cBe -cMt -aaa -aaa -awy -aaa -cYA -cYJ -cYM -cYW -dav -cZI -cZV -bdo -dbx -dbJ -dbI -dcd -dcv -dcC -dcL -dcV -ddh -dds -dcG -dcA -dcA -aGm -awy -awy -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -abe -abJ -amw -abJ -abe -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aag -ajs -aag -aag -rLM -aab -aab -aab -aab -aab -aab -aab -aab -asC -aab -aab -aab -aab -aab -aab -aac -ach -lFR -ayZ -prt -ach -bYN -cQK -bYN -wkq -acO -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -cKd -atu -cby -cbT -sVG -cLc -cel -cby -cWA -anX -cgY -anX -cDS -cEc -cGu -cGF -cLu -cEc -cNn -cOQ -cSP -cEc -cVV -cWu -cWE -cWY -aaa -czT -aaa -awy -aaa -aaa -aGm -aaa -aaa -czU -aaa -cJp -cJq -cMB -cvb -csC -csC -ogG -cyB -cYJ -cYN -cYX -cZt -cZI -cZW -dap -dby -cYJ -cYJ -cYJ -cYJ -dcB -dcM -dcW -ddi -ddt -dcG -dcA -dcA -aGm -aGm -awy -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -awy -awy -abe -abK -aco -ace -abe -awy -awy -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aaa -ajt -aaa -aag -aly -aab -aah -anb -anb -anb -aah -aab -asa -aqd -aqd -vNw -rxZ -axO -azQ -aab -aac -ach -lFR -acn -hjk -ach -acK -acK -acK -acK -acO -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bkI -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -cKd -atu -cby -cbU -cTd -cLd -ccO -cny -anX -cTi -cgY -anX -cDT -cEx -cGv -cGG -cLQ -cMN -cNo -cPS -cTg -cVl -cWa -cWv -cAE -cEc -aaa -aaa -cAL -cBa -cBe -cBe -cCx -cBe -cyn -aaa -aaa -aaa -cJl -cMB -cYP -cRm -cFJ -cWR -cMW -cYJ -dgM -cYY -cfJ -cZI -cZX -beH -dbz -cYJ -daM -cjt -cyF -cyF -dcN -dcX -ddh -ddu -ddF -dcA -dcA -dcA -aGm -aaa -aaa -aaa -aaa -awy -uMF -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -aaa -aaa -abe -abe -abe -abe -abe -aaa -aaa -bOQ -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aja -aly -aab -ame -anh -anK -aoD -apW -aab -asb -ato -aqd -aqd -aqd -ayC -lsT -aab -aac -ach -vpA -acn -cPA -ach -acK -acK -acK -acO -acO -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bkI -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -atv -cKd -atu -cby -cbV -ccQ -cid -cem -cby -anX -anX -cgY -anX -cDT -ccU -cGw -cGK -cLu -cEc -cNp -cRr -cTz -cEc -cWb -sOt -cWQ -cWY -aaa -czU -aaa -aGm -aGm -aGm -aGm -awy -awy -awy -awy -awy -cJl -cMB -cMW -cMW -cMW -cMW -cZB -cYJ -cZI -cYZ -cZI -cYJ -cYJ -dar -cYJ -cYJ -daO -cpN -daW -cyF -dcO -dcX -ddj -ddv -dcG -dcB -dcA -dcA -aGm -aGm -awy -awy -awy -awy -awy -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bOQ -awy -aaa -awy -aaa -aaa -aaa -awy -aaa -awy -bOQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aja -aly -aab -amr -aah -aov -apw -apY -arC -ase -atw -aub -aws -aws -ayJ -aAn -aab -aac -ach -lFR -acn -vvy -ach -acK -acK -acK -acO -cTL -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -cKd -atu -cby -cbW -ccR -cLe -cen -cby -cDG -anX -cgY -anX -cDU -cEx -cGx -cGL -cMe -cEc -bRJ -bZW -bRJ -cEc -cEc -cEc -cWD -cWZ -cyn -aaa -aaa -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -cJl -cMB -cNe -cRP -cVI -cWX -wid -cyF -dgN -cZZ -daw -daA -daC -daE -daG -cZN -daP -dcf -quv -cyF -cyF -dcX -ddh -dds -dcG -ddG -dcA -dcA -dcA -aGm -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -bOQ -bOQ -bOQ -bOQ -bOQ -bOQ -bOQ -bOQ -bOQ -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aja -aly -aab -aah -aah -aah -aim -aah -aab -tjL -ave -arM -dkm -wph -avU -aww -aab -byl -ach -lFR -acn -vvy -ach -acK -aAy -aAX -acO -acK -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -bkI -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -bCT -bEW -bGw -bHf -bIh -bII -bJC -cby -cDH -anX -cgY -chB -aoc -bRJ -bRJ -bRJ -bRJ -bRJ -bTp -bWO -bRP -bRP -hGJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -cJl -csC -cLy -cMQ -cNA -cOB -cOB -cyF -cRg -cTI -cUJ -cVR -cUJ -cTK -cYR -cZN -cZJ -dae -daB -daI -cyF -dcX -dbg -dbD -dcG -dcG -dbY -dcA -dcA -aGm -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aju -aaa -aag -aly -aab -agH -aab -agH -aab -agH -aab -amd -amd -arN -aab -aab -aab -aab -aab -aac -ach -lFR -acn -vvy -ach -acK -acK -acK -acO -acK -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -cKd -bEX -cby -cby -cby -cby -cby -cby -aoc -pnk -chc -dgm -aoc -bRK -bRP -bTn -bRP -bRJ -bWL -bZX -bRP -bRP -bRP -bRO -bRJ -bRP -bRP -bRJ -awy -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -caG -cJv -cLB -cMR -cNB -cMR -cMR -cPV -cRi -cTJ -cUK -cVS -cUK -cWN -cYS -cZx -cZK -daf -daF -daJ -cyF -dba -dbh -dbE -dbh -dbh -dbZ -dcA -dcA -aGm -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aly -aab -agI -aab -agI -aab -agI -aab -aqp -ark -arO -atH -avf -avW -awH -aab -aac -ach -lFR -acn -vvy -ach -cVt -aAz -aAY -acO -acK -acK -acK -acO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -aGD -aGD -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -cKe -bEY -cJt -cJt -cJt -cJt -cJt -bKt -bLx -cLR -cMb -anX -aoc -bRL -bRP -wfV -bRP -bRJ -bWO -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -cqL -bRP -bRJ -awy -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aGm -csC -cLE -cMT -cND -cOE -cOE -cyF -cRg -cTK -cUQ -cVR -cUQ -cTK -cYT -cZN -cZL -dag -daB -daK -cyF -dbb -dbs -dbG -dcG -dcG -dca -dcA -dcA -aGm -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aly -aab -aab -aab -aab -aab -aab -aab -aqD -arl -aqd -aab -avh -awq -awJ -aab -aac -ach -lFR -acn -vvy -ach -ach -ach -ach -ach -acO -iYr -acO -acO -acO -acO -acO -acO -acO -acO -aJr -aJr -acO -acO -aaa -aaa -aaa -aaa -aaa -aGD -aGD -aVr -aGD -aGD -aaa -aaa -aaa -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aZQ -atu -atu -atu -atv -atu -atu -atv -bKu -aoc -anX -cLN -anX -aoc -bRM -bRP -bRP -bRP -bRJ -bWO -bZY -bRP -bRP -cgq -bRK -bRK -bRP -csD -bRJ -bRJ -bRJ -bRJ -aaa -awy -aaa -aaa -aaa -aaa -aaa -aGm -cMB -cLM -cMB -cNE -cOF -cPw -cyF -cRj -cTR -cUU -cVX -cWy -cWV -cYU -cZN -cZO -dah -daX -cyF -cyF -dbb -ddh -dds -dcG -ddG -dcA -dcA -dcA -aGm -aaa -aaa -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aly -akT -aac -aac -aab -ajm -aqd -amd -aqE -arm -arP -aab -aab -aab -aab -aab -aac -ach -lFR -acn -azb -azq -azP -aAF -azZ -ach -jYe -acK -acO -tTT -tTT -tTT -tTT -lge -acO -hDd -acK -acK -xsd -acO -acO -acO -acO -aFo -aGD -aGD -aHa -aFp -tjU -aGD -aGD -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aZQ -atu -cVM -atu -atv -atu -atu -atv -bKv -aoc -anX -cLN -anX -aoc -bRN -bRP -bRP -bRP -bVD -bWO -bZZ -bRP -bRP -cgq -bRP -bRP -bRP -bRP -bRJ -bRP -bRP -bRJ -aaa -awy -aaa -aaa -aaa -aaa -aaa -aGm -cMB -cMa -cMB -cNF -cMW -cPC -cMB -cMB -cTT -cMB -cMB -cMB -cXb -cMB -cZN -cZP -dai -daX -cyF -daT -dbb -dbt -dbK -dcG -dcB -dcA -dcA -aGm -aGm -awy -awy -awy -awy -awy -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -amh -apE -apE -agZ -aab -ajC -akx -amd -aqF -arq -ase -atI -avf -avW -awH -aab -aac -ach -lFR -acn -azc -azq -azV -aAb -aAa -ach -jYe -acK -acO -tTT -tTT -tTT -tTT -tTT -acO -cVt -acK -acK -qGB -acO -acK -gRk -iSj -aFo -uSP -aGR -aFp -aFp -aFp -aJd -aGD -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -atv -atv -atv -atv -atv -atv -atv -atv -atv -atv -bKv -aoc -cgj -cLN -anX -aoc -bRO -bRP -bRP -bRP -bRJ -bWO -bZY -ccs -bRP -cgq -ciH -bTp -nSw -bRP -ctx -bRP -cgp -bRJ -awy -awy -awy -awy -awy -awy -awy -aGm -cMB -cMc -cMB -cNG -cOM -cPD -cMB -cRl -cUc -cUV -cMB -cWF -cXe -cZa -cZN -cZS -dao -cyF -cyF -daU -dbb -ddh -ddu -ddF -dcA -dcA -dcA -aGm -aaa -aaa -aaa -aaa -awy -uMF -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -akT -akT -aly -aab -ajH -aky -amd -aqG -ary -arQ -aab -avl -awq -awJ -aab -aac -ach -hOr -acn -azd -azq -azZ -azZ -aAZ -ach -acK -acK -acO -tTT -tTT -tTT -tTT -tTT -acO -wqC -cVt -acK -acK -acO -acK -acK -acK -aFo -lQf -aGH -aFp -aGU -aIT -aGH -dcx -aKh -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -atv -atv -atv -atv -atv -aZQ -aZQ -aZQ -atv -atv -atv -atv -atv -atv -atu -atu -atu -atu -atu -atu -atu -bcK -bIi -bIP -bIP -bKz -aoc -anX -cLN -cWC -aoc -bRJ -bSH -bTq -bRP -bRJ -bWO -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRP -bRK -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -cMB -cMd -cMB -cMB -cMB -cMB -cMB -cRs -cUd -cUW -cMB -cWG -cXg -cZb -cZN -cZU -cyF -cZN -dcB -dcM -dbc -dbu -dbW -dcG -dcA -dcA -aGm -aGm -awy -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -akT -aac -aly -aab -ajQ -aky -amg -aqd -arl -aqd -aab -aab -aab -aab -aab -aac -ach -lFR -acn -azd -azq -azP -aAH -aBb -ach -acK -acK -acO -acO -acO -acO -wkq -acO -acO -hZH -acK -qBr -qBr -acO -acK -rqB -vRb -aFo -aGH -aFp -aFp -aHB -aFp -aFp -dcy -aGD -aaa -cwy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cXc -awy -aGD -aGD -aGD -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atv -bao -qJo -qJo -atu -atv -atu -atu -atu -atv -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -bcK -bIj -atv -atv -atv -cRL -bCw -bDU -bCw -cRL -bRJ -bRJ -bRJ -bRP -bRJ -bWP -caa -ccI -bRJ -bRP -bRP -bRO -bRP -bRP -bRJ -bRP -cuF -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -aGm -aGm -aGm -cMB -cMW -cUe -cUX -cMB -cWH -cXh -cZc -cZN -cZY -daq -cZN -dcG -daV -dbd -ddh -ddh -dcG -dcA -dcA -aGm -awy -awy -awy -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aja -akT -aye -aly -aab -aka -aky -amd -aqd -arq -ase -atO -avf -avW -awH -aab -aac -ach -axF -acn -azc -azq -aAa -aAF -azZ -ach -mnF -acK -acK -acK -acK -acK -acK -acK -acO -acK -acK -qBr -xfI -acO -acK -joh -xAs -aFo -aFp -aFp -aGP -aHC -aFp -aFp -dcz -aGD -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aGD -dgL -dho -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aZQ -aZQ -aZQ -atv -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atu -atv -atu -btI -btI -btI -btI -btI -bIk -bIm -bJD -bam -aoc -anX -cLN -anX -aoc -bRP -bRP -bRJ -bRJ -bRJ -gnG -caa -kda -ceC -ceC -ceC -ceC -ccI -bRJ -bRJ -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aGm -cMB -cMB -cUf -cUY -cMB -cWJ -cXj -cZd -cZy -daa -das -daH -daL -daY -dbe -dbv -dbX -dcA -dcA -dcA -aGm -aaa -aaa -awy -awy -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aly -aab -akk -akA -amd -aqd -arz -arR -aab -avG -awq -awJ -aab -aac -ach -lFR -acn -azb -azq -aAb -azV -azP -ach -mnF -acK -acK -acK -acK -acK -acK -acK -acO -acK -acK -rjg -qvl -acO -acK -acK -acK -aFo -aFp -aFp -aFp -aHD -aFp -aFp -dcz -aGD -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aGD -dgP -dcz -aKh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aZQ -atu -atu -atv -atu -atv -atv -atv -atv -aZQ -aZQ -aZQ -atv -atv -atv -atv -atv -atv -atu -atv -btI -btI -bCU -bEZ -bGz -btI -btI -atu -bJE -bam -aoc -anX -cLN -anX -aoc -bRP -bRP -bRP -bRP -bRP -bRP -bRJ -bRJ -bRJ -bRJ -bRJ -bRP -cqM -bRJ -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aGm -aGm -cMB -cMB -cMB -cMB -cWK -cYy -cZe -cZN -dab -dau -cZN -daR -daZ -dbf -dbw -dcA -dcA -dcA -aGm -aGm -aaa -aaa -aaa -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aly -aab -ajm -akL -amZ -ase -arE -arV -aab -aab -aab -aab -aab -axI -ach -lFR -acn -vvy -ach -azq -azq -azq -aBn -ach -ach -ach -ach -acO -acO -oWC -acO -acO -acO -pQa -acO -acO -acO -acK -rqB -vRb -aFo -hcJ -aFp -aHb -aHE -aHb -aFp -dcz -aGD -aKG -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKh -aKh -aKh -dgP -hQQ -aKh -awx -aaa -aaa -aaa -aaa -aaa -awx -att -att -att -att -atu -atu -bcK -atu -atv -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -awy -aaa -atv -atu -btI -btI -bAS -bCV -bCV -bCV -bHg -btI -btI -bJE -atu -aoc -anX -cLN -anX -aoc -cuF -bRP -bRP -bRP -bRP -bRP -bRJ -tvM -tvM -wsE -bRJ -bRP -cqM -bRJ -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aGm -aGm -cMB -cMB -cMB -cMB -cMB -cMB -cZN -cZN -cZN -cZN -dcA -dcA -dcA -dcA -dcA -dcA -aGm -aGm -awy -aaa -aaa -aaa -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aly -aab -aab -aab -aab -aqb -arl -aqd -atP -aqd -awr -awM -axc -aqd -amg -lFR -acn -acn -acn -acn -acn -acn -acn -acn -acn -urN -ach -can -acK -acK -acK -acO -xsd -acK -acK -acK -acO -acK -joh -xAs -aFo -aFp -aFp -lHf -aHF -aHc -aJf -dcD -aKn -aKP -aLI -dcS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aTf -aLh -aUe -dgR -dhp -aKh -awy -aaa -aaa -aaa -aaa -aaa -awy -att -atu -atu -aFC -atu -atu -atv -atv -beW -beW -beW -beW -beX -blf -bmL -beW -beW -beW -beW -aaa -atv -atu -btI -bzX -bAW -bCV -bCV -bCV -bHh -bIl -btI -bJE -atu -aoc -anX -cLN -anX -aoc -cuF -bRP -bRP -bRJ -bRP -bRP -bRJ -tvM -tvM -tvM -bRJ -bRP -cqM -bRJ -bRJ -bRP -bRJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -cZN -cZN -dcA -dcA -dcA -dcA -dcA -aGm -aGm -awy -awy -awy -uMF -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -fKr -foa -foa -akP -aab -aqd -arl -aqd -amd -avL -ase -awO -aqd -axK -amd -lFR -odq -acn -acn -acn -acn -acn -acn -acn -iOJ -bia -ach -acK -acK -acK -acK -wnf -acK -acK -acK -acK -wnf -acK -acK -acK -aFo -aFp -aFp -umF -aHG -aIU -aJg -dcz -aFo -aFo -aKh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKh -aFo -aFo -eNP -dhr -aKh -awy -aaa -aaa -aaa -aaa -aaa -awy -att -cVM -atu -atv -atu -atu -atv -aaa -beW -bfQ -bhC -biU -bku -blg -bmO -bnQ -bpk -bqS -beW -aaa -bvj -atu -btI -bzX -bAW -bCV -bCV -bCV -bHh -bIl -btI -bJE -atu -aoc -rgp -cLN -anX -aoc -cuF -bRP -bRP -bRJ -bRP -bRP -tcj -tvM -tvM -tvM -bRJ -gBo -cqM -bVD -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -awy -aaa -aaa -uMF -uMF -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -ybK -rHt -rHt -akQ -ana -aqH -arH -ase -atQ -avQ -aqd -awQ -txd -axL -amg -lFR -acn -acn -acn -acn -acn -vFg -acn -acn -acn -ctk -ach -acK -ccT -pdK -acK -acO -tUl -qUT -irm -tUl -acO -acK -rqB -xUN -aFo -aGJ -aFp -aHd -aHH -aIU -aJg -dcz -aKo -aLc -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -dfW -dgD -dgV -dhs -aKh -bfZ -aaa -aaa -aaa -aaa -aaa -bfZ -aKh -aKh -aKh -aFo -atu -atu -atv -aaa -beW -bfW -bgb -bjg -bkv -blk -bkv -bnW -bpl -bfW -beW -btI -btI -bbz -btI -btI -bBi -bCV -bCV -bCV -bHi -btI -btI -bJE -aoc -aoc -anX -cLN -anX -aoc -aoc -bRP -bRP -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRP -cqM -bRJ -bRJ -rTO -bRJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -uMF -uMF -uMF -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -aac -hct -alM -alM -alM -alM -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -aCU -heA -heA -heA -ach -acK -acK -acK -acK -acO -acO -acO -acO -acO -acO -acO -acO -acO -aFo -aFp -aFp -aHc -aHV -aIV -aJj -dcz -aFp -aLd -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -dgn -aFp -dgU -dht -aKh -awy -aaa -aaa -aaa -aaa -aaa -awy -aKh -gaC -diM -aFo -atu -atu -atv -aao -beW -bfW -bgb -bjz -bkx -bls -bnc -boa -bpm -bfW -beW -btJ -bvr -bvx -btI -btI -btI -bCV -bFb -bGA -btI -btI -btI -bJE -aoc -sob -anX -dGZ -hzK -fhc -aoc -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -cqM -bRJ -tvM -tvM -spJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -aac -aye -veq -alM -jKo -ylW -anV -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -azv -ach -acK -acK -cjM -acK -acK -acK -acK -acK -acK -cjM -acK -chz -dcj -dcl -dcm -aFp -aHb -aHb -aHb -aJk -dcE -aJU -aLe -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -dgv -aFp -dgU -dht -aGD -awy -aaa -aaa -aaa -aaa -aaa -awy -aGD -dgU -diN -aFo -atu -atu -atv -aaa -beX -bfX -bhL -beW -bky -bky -bky -beW -bpo -bfW -beW -btK -bvs -bwm -bwm -bwm -bBk -bCW -bFc -bGB -bHj -bIm -bIm -bJV -atv -sob -anX -cLN -anX -lpS -aoc -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -cqM -bRJ -tvM -tvM -tvM -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afy -afS -afW -afX -afX -riu -ahP -akw -uMe -aoy -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -ach -ach -ach -aWW -aWW -aWW -aWW -aWW -aWW -aWW -mnF -acK -cBo -acK -aFo -dcn -aFp -aHe -aHW -dpu -aJl -dcz -aKp -aLg -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -dgA -dgI -dgW -dhu -aGD -aGD -aaa -aaa -aaa -aaa -aaa -aGD -aGD -dgU -diO -aFo -atu -atu -aZQ -aaa -bfd -bgb -bhQ -beW -bkz -blz -bnd -beW -bpp -bfW -beW -btN -bvx -bvx -btI -btI -btI -bCX -bFd -bGD -btI -btI -btI -atu -aoc -dju -djx -bNo -djC -djF -aoc -bRO -ljl -bRO -bVE -bVE -bVE -bVE -bVE -bVE -bVE -bRP -cqM -bRJ -tvM -tvM -tvM -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aja -aja -aja -aac -aac -veq -alM -rNc -jCj -wUP -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -jkP -qBH -aGV -aXd -aYo -aYM -bcL -bfy -aYM -aWW -aWW -aWW -dbR -acO -aFo -dcp -aFp -aHc -aHY -lHf -aJl -dcz -aFo -aFo -aKh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKh -aFo -aFo -dgU -dhv -aVq -aGD -aaa -aaa -aaa -aaa -aaa -aGD -aYf -diG -diO -aFo -atu -atu -aZQ -aaa -bfd -bgb -bhT -beW -bkA -blC -bne -beW -bpq -bfW -beW -btI -btI -btI -btI -btI -bBl -bCV -bFe -bCV -bHk -btI -btI -atu -aoc -aoc -djy -bNp -xxz -aoc -aoc -aFo -aFo -aFo -bVE -bWQ -cab -bWQ -ceN -cgr -bVE -bRP -cqM -bRJ -tvM -tvM -tvM -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -veq -alM -vWl -qvi -aoO -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aGM -aPd -aGV -aXd -aYp -aYM -bcZ -bcZ -aYM -aYM -aYM -aWW -cBo -jYe -aFo -tUd -aFp -lHf -aHc -aHc -mXS -rev -rBn -aLh -kRQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xGC -aLh -hkL -dgR -dhx -gta -aGD -aaa -aaa -aaa -aaa -aaa -aGD -aVr -diH -diP -aFo -atu -atu -atv -aaa -bfi -bgb -bib -beW -beW -blH -beW -beW -bpA -bfW -beW -aaa -aaa -bwn -btI -bzY -bBm -bCV -bFe -bCV -bHl -bIn -btI -atu -atu -aoc -djt -bNq -djD -cio -tMf -nTr -lVj -oau -bVE -bWQ -cac -cad -cae -cgs -bVE -gBo -cqM -bRJ -tvM -tvM -tvM -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -veq -alM -vjm -ixv -apM -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -aEs -aFl -aGN -aPu -aUG -aWW -aWW -aYM -beu -bjN -bjN -bDb -bkJ -aWW -dbS -acK -aFo -dcn -aFp -dpu -aHW -aHe -aJl -dcz -aGD -aKG -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKh -aKh -aKh -dgU -dhF -aVs -aGD -aaa -aaa -aaa -aaa -aaa -aGD -aYg -diI -diO -aFo -atu -atu -atv -awy -beW -bge -bic -bic -bkB -blQ -bnf -bic -bpM -bfX -beW -aaa -aaa -aaa -btI -bzY -bBm -bCV -bFe -bCV -bHl -bIn -btI -atu -atu -aoc -djt -bNq -djD -cio -oau -jHI -oau -tMf -bVE -bWQ -cad -ccS -ceO -cgs -bVE -bRP -cqM -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPE -cPE -cPE -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -nhA -nnI -nna -gBB -apN -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aGV -aPT -aGV -aPd -aXd -aYN -aYM -aYM -aYM -bFf -bZs -aWW -acK -acK -aFo -dcn -aFp -aHb -aHb -aHb -aJl -dcF -aKh -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aKh -dgU -dhH -aGD -aGD -aaa -aaa -aaa -aaa -aaa -aGD -aGD -diJ -diO -aFo -bal -atu -att -aaa -beW -bgf -bif -bif -bkD -blT -bng -bob -bpR -bqW -beW -aaa -aaa -aaa -btI -btI -bBn -bCV -bFe -bCV -bHq -btI -btI -atu -atu -aoc -djt -bNq -djD -cio -tMf -hXy -qxt -tMf -bVE -bWQ -cae -cad -cac -cgs -bVE -bRP -cqM -bRP -piU -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -ljl -ljl -bRJ -gBo -bRP -bRP -bRJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPE -cPE -bTp -bTp -cPE -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -veq -alM -msB -pYA -apO -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aGV -aPT -aPd -aXg -aXd -aZn -aYM -aYM -aYM -bFk -aYM -aWW -acK -acK -aFo -dcn -aFp -aHc -aHc -aHc -aJg -dcz -aKh -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aKh -dgU -dhH -aGD -awy -aaa -aaa -aaa -aaa -aaa -awy -aGD -diJ -diO -aFo -bam -atu -att -aaa -beW -bgp -big -bjC -bkE -blU -bnh -boe -bpT -brp -beW -aaa -aaa -aaa -aaa -btI -btI -djj -djl -djn -btI -btI -atu -atu -atu -aoc -djt -bNq -djD -cio -lVj -lVj -uIy -mlh -bVE -lzN -cag -ccV -ceU -cgt -bVE -bRP -cqN -ceC -tBE -ceC -ceC -ceC -ceC -ceC -ceC -ceC -ceC -ceC -ceC -ccI -bRJ -bRP -bRP -bRP -bRP -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -bRP -bRP -bRP -bRP -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aYQ -alM -alM -alM -alM -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aGV -aPT -aGV -aPd -aWW -aWW -bev -aYM -aYM -bFk -aYM -bGe -acK -acK -aFo -dcq -aGT -aHf -euC -rdK -aJt -dcH -aKh -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aKh -dhf -dhH -aGD -awy -aaa -aaa -akJ -aaa -aaa -awy -aGD -diJ -diR -aFo -bao -atu -att -aaa -beW -beW -beW -beW -beW -blW -beW -beW -beW -beW -beW -awy -awy -awy -aFo -aFo -btI -bDa -bFg -bDa -btI -aFo -aFo -atu -atu -aoc -iTN -bNq -djD -cio -qxt -vkq -lVj -mmc -bVE -bWR -bWR -ccY -bWR -bWR -bVE -bRP -cqM -bRO -csR -csR -csR -csR -csR -csR -csR -csR -csR -bRP -bRP -cqM -gpu -bRP -bRP -bRP -bRP -bVD -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bRP -bVD -bRP -bRP -bTn -bRP -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -rdY -ahX -mPA -akQ -apV -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -azu -aIz -aQn -aGV -aGV -qBH -aXd -bcZ -bkJ -bmc -bGE -aYM -aWW -acK -acK -aFo -kDV -aFp -aHc -aHc -aHc -aJg -mNu -aKh -awy -awx -awy -awy -awy -csz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csz -awy -awy -awy -awx -awy -aKh -dgU -dhH -aGD -awx -awy -aFo -aWY -aFo -awy -awx -aGD -diJ -diO -aFo -bao -atu -att -aaa -awy -aaa -aaa -aaa -bkG -blX -bni -aaa -aaa -aaa -awy -aaa -aaa -aaa -aFo -bzZ -bBp -bBq -bFh -bGF -bHt -bzZ -aFo -atu -aFo -aFo -gvm -lHM -djE -rvQ -rvQ -tMf -vWp -lVj -bVE -bWS -cah -ccZ -cfi -cgL -bVE -bRP -cqM -csR -csR -csR -csR -csR -csR -csR -csR -csR -csR -csR -bRP -cqM -bRJ -bRP -bRP -bRP -bRP -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -cPE -bRP -bRP -bRP -bRP -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -rEN -poJ -wpo -foa -kCd -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aGL -aQM -aPd -aGV -aGV -aXd -bcZ -blZ -bvC -bGI -caj -aWW -cTL -cTL -aFo -dcn -aFp -aHh -aIi -aHc -aJg -xom -aKh -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aKh -dhn -dhH -aGD -awy -awy -aFo -aXb -aFo -awy -awy -aGD -diJ -diO -aFo -bXG -atu -att -aKh -aKh -aGD -aGD -aKh -beW -blY -beW -aKh -aGD -aGD -aKh -aFo -aaa -aaa -aFo -bAa -bBq -bAc -bFi -bGG -bHu -bIo -aFo -aFo -aFo -djp -djv -bNr -bar -tqK -rvQ -rvQ -qxt -tMf -bVE -bWV -cak -cdb -cfj -cgN -bVE -bRP -cqM -csR -csR -aaa -aaa -aaa -aaa -aaa -aaa -aaa -csR -csR -bRP -cqM -bRJ -cZf -cgp -cgp -bRJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPE -cPE -bTp -bTp -cPE -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -hBj -fhZ -ahS -ibI -qUY -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -aIG -aRi -aUH -aUH -aYs -aWW -aWW -aWW -aWW -bMl -aWW -aWW -aFo -aFo -aFo -fau -kbX -aHb -aIs -aHb -rpH -osx -aKh -aKh -aKh -aKh -aKh -aKh -aKh -aGD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGD -aKh -aKh -aKh -aKh -aKh -aKh -aKh -kIv -oVh -aGD -aGD -aGD -aFo -aXc -aFo -aGD -aGD -aGD -fWj -qTe -aFo -aFo -bbz -aFo -aFo -djb -oeZ -diU -lKf -diU -mca -diU -ycU -diU -oeZ -djh -aFo -aFo -aFo -byg -bAb -bAc -bBs -bFj -bGH -bHv -bGF -byg -aFo -djp -djv -aFp -djz -aFp -bar -mhO -rvQ -rvQ -rvQ -bVE -bVE -bVE -cdc -bVE -bVE -ciI -bRJ -cqM -csR -csR -aaa -bRo -cvB -cvB -cvB -bRo -aaa -csR -csR -bRP -cqM -bRJ -bRJ -bRJ -bRJ -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -cPE -cPE -cPE -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -akT -akT -kmL -qkK -qkK -lHi -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -aRj -acn -acn -acn -mVz -aFp -aFp -fcN -bNO -aFp -nfb -aFp -aFp -aZR -dcn -aFp -aFp -aIw -aFp -aJg -dcI -hcI -dRS -dcQ -dcQ -uJo -nrg -dcZ -aGD -aGD -aGD -aGD -aGD -aGD -aGD -aGD -aGD -tCk -nrg -dcQ -dcQ -dcQ -dcQ -dgJ -ddH -dhR -dcQ -dcQ -dcQ -uJo -diq -iYe -diu -dcQ -dcQ -diK -diO -aZR -diU -diU -diX -diZ -djc -aIX -aIX -aIX -aIX -vZa -aFp -aXn -aFp -aFp -bar -diU -diU -bwo -byh -bAc -bBs -djk -djm -djo -bHz -bGG -bGF -bwo -djq -aFp -aFp -djA -aFp -aFp -bar -djH -djH -djH -quc -djH -wPP -djJ -djH -hgP -djL -aFo -cqM -csR -csR -aaa -bRo -cvE -czi -cAJ -bRo -aaa -csR -csR -bRP -cqM -gBo -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -fOH -auO -auO -axk -asL -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -aDy -aEt -aFL -acn -aRl -aUI -aUI -aUI -uHo -aUx -idO -aUx -bPT -aHl -vln -aFp -aFp -aZR -dcn -aGU -aHl -aIy -aHl -aJu -aJU -ipZ -aJU -aJU -aJU -aJU -aNr -dcI -dcQ -dcQ -dcQ -dcQ -dcQ -dcQ -dcQ -ddp -dcQ -ddH -aJf -aJU -aJU -aJU -aJU -aUh -aJU -aVb -aVt -aVt -aWc -aWN -aXe -dis -aXo -aVt -aYh -aYr -diS -aZS -aVt -aGS -bcY -aVt -aVt -aGS -aGS -aGS -bkH -hwU -aGS -bog -aGS -aGS -aGS -aGS -aGS -bwp -byi -bAe -bAe -bAe -bFl -bAe -bHA -bIp -bIX -bJY -djr -bKL -bKL -djB -bPU -bdj -bdk -bdk -bdk -bdQ -bdk -bdR -bdk -bdS -bdT -bgO -bRQ -cfk -cfu -csR -csR -aaa -bRo -cvF -czm -cvF -bRo -aaa -csR -csR -csR -cqM -bRP -bRP -bRP -bRP -bRJ -bRJ -bRJ -bRJ -bRJ -bRJ -cPE -cPE -cPE -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -akT -asL -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -aRj -acn -acn -acn -mVz -mZg -sfs -aFp -aFp -udy -aFp -aFp -aFp -aZR -dcr -dcs -aIX -dct -aIX -aJx -rKm -dcR -qSk -vat -sPf -sPf -aNt -aJU -aJU -aOK -aJU -aJU -aJU -aJU -aJU -ddq -ddz -ddI -dfp -dfC -dfC -mdt -dfC -dgK -dfC -dfC -dfC -dfC -dim -dfC -dfC -dfC -dfC -dfC -diD -diL -diT -aZR -diV -diW -diY -dja -hpI -diV -diV -diV -dje -qZT -diV -diV -diV -dxP -diV -diV -dji -bwo -byj -bAf -bBs -bBs -bFm -bBs -bBs -bGL -bIY -bwo -djs -ivC -djw -gXW -djw -djG -djw -djw -djw -rWo -ivC -djI -djw -djw -djK -djK -djN -aFo -chi -chk -csR -aaa -bRo -cvG -czo -cAK -bRo -aaa -aaa -csR -csR -ccP -ceC -ceC -mxz -ceC -ceC -ccI -bRP -bRP -ljl -bRJ -bRO -bRP -cPE -cPE -cPE -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -iqC -akT -asL -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -pER -aRj -acn -acn -azu -aWW -aWW -aWW -aWW -aWW -aWW -aWW -aFo -aFo -aFo -aFp -aFp -aFp -aIA -aFp -aFp -qJA -aFo -aFo -aFo -aFo -aFo -wmw -tAx -dcT -ddb -xjA -dZf -dcT -dcT -eUk -ddw -aFp -ddJ -dfs -byg -aTb -aFo -aFo -aFo -rvQ -rvQ -rvQ -rvQ -aWg -rvQ -rvQ -rvQ -rvQ -rvQ -aFo -aFo -aFo -aFo -aFo -aFo -bdl -aFo -szO -szO -szO -szO -aAx -hTP -aAx -szO -aYe -aYe -bsN -bsN -aYe -aYe -aYe -bAh -bAf -bDu -bFD -bBs -bGL -bIq -bHC -bHC -bHC -bJx -bJx -bJx -bJx -bQI -bRR -bJx -bTr -bUx -bVF -bYg -bYg -cdG -bRo -bRo -bRo -bRo -bRo -chl -csR -bRo -bRo -cvF -czA -cvF -bRo -bRo -aaa -csR -csR -csR -csR -csR -csR -csR -csR -cqM -bRP -bRO -ljl -bRJ -bRP -bRP -bRP -bRP -cPE -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -pkT -atN -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -aBX -aCc -aCc -aCc -rtt -aRo -acn -acn -fgt -aWW -coJ -pFU -pFU -trI -bas -aWW -aFk -cZz -aFo -tnL -aFp -aFp -aIA -aFp -aFp -dCc -aFo -aFk -nZe -weY -aFo -aFo -aFo -aFo -aFo -aFo -aFo -aFo -aFo -aON -ddx -ddA -deN -aON -aFo -aSE -aSE -aFo -aUi -aUi -aUi -aUi -aUi -aUW -aUi -aUi -aUi -aUi -aUi -aFo -exx -aWQ -aWQ -aTE -bbY -bdm -aSE -szO -aWS -aXO -szO -apx -lze -bey -bfu -aYe -brq -bsO -bsO -bvH -aYe -aYe -aYe -bBt -bAf -bFm -bGL -bHB -bHC -bHC -bJZ -bKN -bJx -bMm -bOj -pll -bQK -bRS -bJx -bMG -bUy -bVG -bYq -bYq -cdH -cfm -cha -ciJ -ciJ -bRo -chl -csR -bRo -cuG -cvH -qWV -cAV -cBG -cCL -bXu -bYy -bXu -bYy -bXu -bYy -bXu -aaa -csR -cqM -bRJ -bRJ -bRJ -bRJ -bRP -bRP -gBo -bRP -cPE -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -asM -qcX -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -azu -acn -aFi -azB -hMY -aRF -aUP -aVo -axD -aWW -bas -bas -bas -bas -bas -aWW -aFk -aFk -aFo -aFo -onX -aFp -aIA -aFp -aIR -aFo -aFo -aFk -aFk -nZe -aFm -aFk -aFk -lJC -pep -pep -pET -spT -aON -aON -ddy -ddB -dfc -aON -aON -aON -aSE -aFo -aUj -aUA -aUA -aUA -aUA -aUW -aUA -aUA -aUA -aUA -aXq -aFo -aSE -aSE -aSE -aTE -bbY -bdm -aWV -szO -ake -ake -aYD -apU -mKr -bez -bfx -aYe -brw -bsO -btQ -bvJ -aYe -qxm -aYe -aYe -bDv -bFm -bGN -bHC -bHC -bIZ -bKa -bKO -bJx -bMn -bOk -bPW -bQL -bRT -bLD -bMG -bUy -bMG -bMG -bMG -cdH -cfn -fnz -bTg -coh -bRo -chl -cuF -bRo -cuU -cvI -czD -cBf -wyi -bRo -bXz -bYz -bXz -bYz -bXz -bYz -bXz -bXu -csR -ccP -ceC -ceC -ceC -ceC -ceC -ccI -bRP -bRP -bRP -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -asL -aac -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -vpK -aRj -acn -axB -aWW -aWW -idt -bas -idt -cFX -idt -aWW -aFk -aFk -aFk -aFo -aFo -lJI -aIA -aVr -aFo -aFo -uKh -aFk -aFk -rXO -aFm -aFk -aFk -lJC -pep -pep -pep -aON -aON -aQG -aRp -aRp -aRp -aSd -aON -aON -aSE -aFo -aUk -aUA -aUA -aVu -aVG -aWk -aWO -aXh -aUA -aUA -aXr -aFo -aSE -aSE -aSE -aTE -bch -bdm -aWV -szO -aWU -aYd -szO -baj -lCB -beA -aBe -aYe -brx -bsO -btV -bvO -bwq -bsR -bAi -aYe -bDv -bFm -bGN -bHC -bIr -bJa -bKc -bKR -bJx -bMo -bOl -bPX -bQM -bRU -bSI -bMG -xja -bVI -bYt -caM -cdH -cfo -bqN -bUw -bUw -chj -chm -bSH -bRo -cuU -cvK -czG -cBg -cBH -cCL -bXu -bKs -bKs -bKs -bKs -bKs -bYy -bYz -csR -bRP -bRJ -bRJ -bRJ -bRJ -bRP -cqM -bRP -bRP -bRP -cPE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -asL -ahS -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -oWl -aRj -acn -axB -aWW -pFU -idt -bas -idt -bas -idt -aWW -aFk -aFk -aFk -aFk -aFo -aFo -aIB -aFo -aFo -meW -aFk -aFk -aFk -iLb -aFm -aFk -aFk -lJC -pep -pep -pep -aON -aQi -aQH -aRp -aRp -aRp -aSe -aSz -aON -aSE -aFo -aFo -aUi -aUA -aVv -aVH -aWu -aVH -aXi -aUA -aUi -aFo -aTE -aTE -aYA -aTE -aTE -aTE -bdm -bew -szO -szO -szO -szO -szO -szO -szO -boh -aYe -brw -bsO -btX -bvR -brC -bsR -bsR -aYe -bDz -bFK -bGO -bHC -bIs -bJb -bKd -bLd -bJx -bMp -bOm -xiQ -bQN -bRW -bJx -bMG -bMG -bMG -bMG -bMG -cdH -cfp -byk -bZV -cov -bRo -cqM -iUv -bRo -kKR -cvT -czH -cBi -cBI -cCM -bXP -cEm -cFz -czi -czi -bKs -bXz -bXu -csR -bRP -bRP -iUv -iUv -bRJ -bRP -cqM -bRP -bRP -gBo -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -asL -ahS -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -wDN -aRj -acn -azu -aWW -cnX -bas -bas -bas -bas -bas -bCY -aFk -aFk -aFk -aFk -aFk -aFk -aGg -aFk -aFm -aFm -aFm -aFk -aFk -aFm -aFm -aFm -aFm -aNx -aON -aON -aON -aON -aQi -aQH -aRp -aRG -aRp -aSe -aSz -aON -aSE -bbY -aFo -aFo -aUi -aVv -aFp -aWA -aFp -aXk -aUi -aFo -aFo -aSE -aYt -aWK -aWK -aWK -aWK -bdt -bdt -aWK -aWK -aWK -aWK -aWK -bmh -bnl -boi -aYe -brw -bsO -bud -bsO -bwr -bsO -bsR -aYe -bDN -bFL -bDN -bHC -bIv -bJc -bKe -bLe -bJx -bMq -bOn -bPZ -kgp -bRX -bJx -bMG -bUA -bWb -bYu -bYu -cdH -cfp -bBo -ciU -coI -bRo -ccP -ceC -cuA -cuV -cvV -czR -czR -cBR -bPG -bXR -bPG -cFI -czi -czi -bKs -bYy -bYz -csR -cuF -bRP -bSH -bSH -bRJ -gBo -cqM -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -mCd -qcX -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -acn -aRj -hCP -ach -aWW -aWW -aWW -aWW -aWW -aWW -aWW -aWW -dcg -aFk -aFk -aFk -aFk -aFk -aGg -aFk -rsH -aFk -aFk -aFk -aFk -aFk -aFk -aFk -aFk -aFk -aOO -aPc -aPt -aON -aON -aQK -aRp -aRI -aRp -aSg -aON -aON -aSE -aSE -aTE -aFo -aFo -aVw -aVI -aWB -aWP -aXl -aFo -aFo -aSE -aSE -aYw -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -bmi -bnm -bok -bqk -brz -bsP -buj -bvU -brC -byM -bAj -aYe -bDO -bFN -bGP -bHD -bIw -bJd -bKf -bLf -bJx -bMr -bOo -bLy -bMr -bMr -bJx -bJx -bJx -bWc -bYv -caN -cdI -ceu -bGx -bRo -bRo -bRo -bRo -bRo -bRo -cuW -cvW -czS -cBl -cCu -cCM -bXP -cEm -cFR -cGQ -czi -bKs -bXz -bXu -cBE -cBE -cBE -cBE -cBE -cBE -cBE -cqM -gBo -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -akT -kCN -auz -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -acn -acn -acn -acn -acn -aRj -acn -ach -aFk -tAq -eza -aFk -qBG -aFk -gIg -aFm -dch -aYJ -aYJ -aYJ -aYJ -aYJ -dcu -aYJ -wed -dcP -aYJ -aYJ -aYJ -aYJ -aYJ -aYJ -aYJ -aYJ -ddc -ddd -ddk -ddl -ddm -ddo -ddo -aRJ -aRZ -aRZ -aSA -aTc -aTi -aSE -aTE -bbY -aFo -aFo -aFo -aWJ -aFo -aFo -aFo -wkP -aSE -aSE -aYw -aYO -aZT -bav -bcw -bav -bex -bfA -bgA -bih -bjO -aYO -bmj -bbY -bol -aYe -brA -bsQ -buk -bvV -bwq -bwq -bwq -aYe -bDP -bFR -bGQ -bHD -bIB -bJe -bKf -bLg -bJx -bMs -bOp -bLy -bQP -bQP -bMG -bTs -bUB -bLy -bYw -caO -cdJ -cfq -bQH -bWM -coV -cqV -csS -cty -bRo -bWp -cvX -czV -czV -bZn -bRo -bXR -bKs -bKs -bKs -bKs -bKs -bYy -bYz -cBE -cDO -cPW -cRw -cUg -cVA -cBE -cqM -bRP -bRP -bRP -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -bBC -aye -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -ctk -bia -bia -qhE -acn -aRj -acn -ach -aFk -aFk -gIg -gIg -eza -aFk -mZK -aFm -bZo -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aFm -idR -aFm -aFk -imZ -imZ -aOO -aPe -aPv -aON -aON -aQX -aRp -aRK -aRp -aSh -aON -aON -aTj -aTo -aTE -bbY -aTE -pHN -aSE -aSE -aWQ -aTE -wkP -jQr -aSE -aSE -aYw -aYO -aZU -baE -bcx -baE -bcx -baE -bgB -bii -bka -aYO -aYO -aYO -bom -aYe -brB -bsR -bup -bvW -brC -byN -bAk -aYe -bDO -bFN -bGP -bHC -bHC -bHD -bKg -bHC -bJx -khf -bOX -bQa -bQQ -bQQ -bSJ -bTt -bUC -bWd -bYx -caP -cdK -cfr -chp -bXM -bUv -bUv -mgB -ctz -bRo -bZt -cvY -vex -cBn -vKx -bRo -bXz -bYB -bYB -bYB -bYB -bXu -bXR -cNH -cBE -cPF -cPY -qGh -cDO -cVB -cBE -cqM -bRP -cZf -uBF -bRJ -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -akT -qUY -aac -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -auD -ach -azY -azY -ach -aDT -aEv -aDT -ach -gIg -eza -eza -aFk -eza -aFk -eza -aFm -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLJ -aLJ -aLJ -jdH -aLJ -aOp -aON -aON -aON -aON -aQo -aQY -aRp -aRL -aRp -aSr -aSB -aON -aTj -aTE -aTE -bbY -aTE -aVx -aSE -aSE -wkP -aTE -aTE -aTE -aTE -aTE -aYx -aYO -aZV -baG -bcy -bdu -beD -bdu -bgW -bij -bkb -bkK -bmk -bkK -bos -bql -brC -brC -but -brC -brC -bsO -bzs -aYe -bDQ -bFL -bDQ -bHE -bIC -bJf -bKh -bLh -bLy -bMu -bOY -bQb -bQR -bRY -bSK -bTv -bTv -bLy -tVp -caQ -cdL -cfs -bTi -bXN -ceo -cre -csT -ctC -bRo -cvc -cvZ -cAb -cAb -bRo -cBE -cBE -cBE -cBE -cBE -aaa -bXz -bYz -cep -cBE -cPH -cPY -cDO -cDO -cVF -cBE -bWP -ccI -bRJ -csR -csR -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaq -apZ -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -afT -amb -amb -agZ -akT -rJJ -vhW -aac -avT -ayh -awY -awY -aAc -ycz -aBf -rjc -uVi -aCd -rFP -acn -aEx -acn -ach -gIg -aFk -aFk -aFk -qBG -gIg -aFk -aFm -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLK -aLK -aLJ -aLL -aMm -aOq -qoH -aOQ -aOq -aON -aQo -aQY -aRp -aRM -aRp -aSr -aSB -aON -aTn -aTc -aTc -aTc -aTc -aTc -aVJ -aWK -aWK -aWK -aWK -aWK -aWK -aWK -aYy -aYO -aZW -baP -bcz -baP -bcz -baP -bhb -bik -bkc -bkL -bml -bnn -bov -bqm -brF -bsS -vFL -bsS -bws -bsO -bAl -bwq -bDR -bFT -bDR -bHF -bDR -bJg -bKi -bLi -bLz -bMv -bOZ -bQb -bQS -bSf -gkc -bTw -bUD -bLy -bWm -caQ -cdL -cft -chq -bYb -bTg -crg -csU -ctK -bRo -bWp -cvY -czR -cBp -cBE -cDb -cDO -cEn -cFW -cBE -cJX -cJX -cJX -cNI -cBE -cPI -cPZ -cRJ -cUh -cVG -cBE -cBE -cYE -cBE -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaq -aaq -apZ -apZ -aaq -aaq -aaq -aaq -aaq -apZ -apZ -apZ -apZ -apZ -aaq -aaq -awy -awy -awy -ljL -ljL -ljL -ljL -ljL -aly -akT -akT -akT -axN -avT -awY -azh -azr -aAj -azi -aBf -ybb -acn -acn -acn -acn -aEx -acn -ach -aFk -tAq -gIg -eza -aFm -aFk -iuP -aFm -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLL -aLL -aNb -aNJ -aNT -aLL -aLL -aLL -aLL -aON -aON -aQZ -aRp -aRM -aRp -aSu -aON -aON -aSE -aSE -aSE -aSE -aSE -aSE -aVK -aTE -aTE -aTE -aTE -aTE -aTE -aTE -aYA -aYO -aZX -bbm -bcw -bbm -beE -bfB -bgA -bil -bkd -aYO -bmm -aYO -aqI -bqn -brG -bsV -buz -bsO -bwy -bsO -bsO -bBA -bDS -bFT -bDR -bHO -bDR -bJh -bKj -bLj -bLA -bMw -bPa -bQc -bQU -bQU -bSL -bTL -bTL -bLy -bYA -caQ -cdM -jXF -chx -cal -bTg -crm -csV -ctZ -bRo -vpv -cwa -cAd -cBx -cCw -cDc -cDQ -cEq -cGj -cBE -cJY -xtz -cJY -cNK -cOO -cPJ -cQb -cRU -cJY -cJY -cWc -cJY -cYF -cJY -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -mDd -mDd -mDd -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -awy -gOy -gOy -gOy -arn -fYI -atS -auF -awu -amb -amb -amb -axW -avT -awY -azi -azD -awY -azi -aBf -acn -acn -acn -acn -acn -aEx -azv -ach -gIg -eza -aFk -aFk -aFm -aFm -aFm -aFm -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLL -aLL -aLL -aNM -aLL -aLL -aLL -aLL -aMb -aON -aON -aON -aRq -aRM -aRp -aON -aON -aSE -aSE -aSE -aTE -aTE -aTE -aSE -aVK -aTE -aaa -aaa -aaa -aaa -aTE -aSE -aSE -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -aYO -boz -bqo -brS -bsW -buA -bvX -bwN -bzh -bzh -bBQ -bDT -bGd -bGR -bHS -bID -bJk -bKk -bJl -bLD -bMx -bPb -bLy -bRc -bRc -bSM -bTN -bUE -bLy -bWm -caQ -cdL -cft -chK -cbG -bTg -crn -csV -cua -bRo -bWp -cwb -cAr -cBB -cBE -cDe -qGh -cEs -cGm -cGR -cKl -cMf -cKl -cNM -cOP -cPK -cPK -cRV -cPK -cPK -cPK -cNy -cYF -cZh -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -mDd -aap -abj -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -mDd -agK -agY -agY -akI -aoP -aqK -aro -asB -atT -ljL -avT -avT -avT -avT -aly -avT -awY -azi -azD -awY -azi -avT -aBf -aCG -aBf -avT -aEo -aEx -aFg -ach -qBG -eza -eza -aFk -nkQ -aFk -aFk -aFk -bZo -aGs -aGt -aGt -aGt -aGt -aIH -aGt -aGt -aGt -aGt -aGs -aLL -aLL -aLL -aNM -aLL -aLL -aLL -aMb -aMb -aMb -aLJ -aON -ddy -ddC -dfc -aON -aSE -aSE -aSE -aSE -aSE -bch -aTE -aSE -aVK -aTE -aaa -aaa -aaa -aaa -aXs -aSE -aSE -aSE -bbY -bbY -aYe -bdF -aYj -bfC -bhc -bim -bke -bke -aYj -bcC -boC -bqp -brT -bsO -bsO -bvZ -bxd -bsO -bAm -bsN -bDR -bDR -bGS -bHU -bIE -bJl -bKl -bLk -bLy -bMy -bPc -bLy -bRk -bRk -bSN -bTQ -bUG -bLy -bWm -caQ -cdL -cfs -chT -cdC -coX -crp -csW -ctC -bRo -cvd -cwc -sSc -cBE -cBE -cDo -cDO -cEv -cGq -cBE -cKt -cMg -cMU -cNN -cOS -cPL -cQd -cRY -cMU -cMU -cMU -cMU -cYG -cZm -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -mDd -mDd -mDd -aaa -aaa -abH -aaa -aaa -aaa -abH -aaa -aaa -aaa -abH -aaa -aaa -aaa -abH -aaa -aaa -awy -aeN -aeN -aeN -kKD -vNB -twC -ljL -awv -awX -axt -avT -aly -avT -ayp -awY -azF -aAl -awY -awY -aBE -awY -aDA -aBf -aFi -aRN -acn -ach -gIg -aFk -tAq -gIg -aFm -imZ -aFk -aFk -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLL -aLL -aNc -aNM -aLL -aOr -aOR -aOR -aPw -aPU -aLJ -aOO -aRr -aRO -aRr -aOO -aLJ -bmj -bmj -aSE -aSE -bch -aTE -aSE -aVK -aTE -aaa -aaa -aaa -aan -aXs -aSE -aSE -aSE -bch -bch -aYe -bdL -beF -beF -bhd -biq -biq -bkM -beF -aYe -aYe -bqr -brU -mSk -buB -bsO -bxd -bsO -bAn -bwq -bDV -bGi -bGT -bHU -bHU -bHU -bHU -bHU -bLy -bMz -ejD -bLy -bRl -bRl -bSN -bTW -bLy -bLy -bYE -caR -cdL -cfF -chW -gdu -cpb -crG -csW -cuc -bRo -bWp -cvY -iZY -cBE -cBE -cBE -cBE -cBE -cBE -cBE -cBE -cMh -cJY -cNZ -cOT -cPM -cQe -cSb -cUi -cUi -cUi -cUi -cYH -cZn -cBE -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -awy -awy -aaa -ljL -ljL -ljL -ljL -ljL -awv -awY -axy -avT -aly -avT -awY -azi -azD -awY -aAI -aBg -aBV -awY -aDB -aDK -acn -aEx -acn -ach -eza -gIg -eza -eza -aFm -nvw -aFk -aFk -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLM -aLM -aNh -aNM -aLL -aOs -aOS -aOT -aNc -aNc -aLJ -aRb -aRs -aRP -aSa -aSw -aPX -aLJ -aLJ -bbY -aSE -aSE -aTE -aSE -aVK -aTE -aaa -aaa -aan -aXp -aXt -aXt -aXt -aXt -aXt -aXt -aXt -bea -bet -bet -bhe -bet -bkf -bkN -bmn -bno -bmn -bqs -brX -bcC -bcC -bsO -bxd -bsO -bAo -bAo -bDW -bGj -bGU -bAo -bAo -bJm -bKm -bLm -bLy -bMA -bPd -bQd -bLy -bLy -bSX -bLy -bLy -bWe -bZd -caS -cdN -caS -cic -bZm -cpd -crH -csX -cud -bRo -bWp -cwd -cAz -cBE -cCy -cDp -cDV -cEA -cGz -cHc -cBE -cMs -cNf -aaa -aao -aaa -aaa -cjR -aaa -aaa -aao -aaa -cYK -cZo -edG -cBE -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -avS -awv -awZ -awY -awP -axY -aya -ayr -azj -azG -aAm -aAP -aBh -aBW -aCH -aDB -aDK -acn -aEx -acn -ach -aFk -gIg -aFk -aFk -aFm -aFk -aFk -aFk -bZo -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLM -aLM -aNh -aNM -aLL -aOs -aOT -aNc -aNc -aPV -aQq -aPi -aPi -aPi -aPi -aPi -aPi -aPV -aLJ -aLJ -aSE -aSE -aTE -aSE -aVK -aTE -aaa -aaa -aaa -aan -aYe -aYi -aYj -aYj -aYj -bbn -bcC -bed -beG -beG -bhl -beG -bkg -bkO -beG -beG -beG -bqt -brZ -bet -bcC -bsO -bxe -bzi -bAp -eZU -bDX -bGl -bGV -bHZ -bIF -bJn -bKp -bLn -bLF -bMD -bPe -bQe -bLy -mgj -bSY -bUf -bUJ -bWf -bZe -bUf -cdO -bUf -cdO -bUf -bUf -cdO -csY -cue -cuC -bWp -cwg -czR -cBE -cCz -kpW -cDX -cEE -cGA -cHp -cBE -cMu -cNf -aaa -cBE -cJX -cJX -cSe -cJX -cJX -cBE -aaa -cYK -cZq -cZA -dac -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -avS -awv -awY -axA -avT -aly -avT -awY -azk -azH -aAo -aAI -aBi -aBY -aCI -aDC -aBf -acn -aEx -acn -ach -tAq -eza -aFk -gIg -aFm -bWU -aYJ -cez -bZr -aGs -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGt -aGs -aLM -aLM -aNh -aNM -aLL -aOt -aNc -aNc -aPx -aPi -aPi -aRc -aRt -aRQ -aSb -aRf -aPi -aPi -aPx -aLJ -aLJ -aSE -aSE -aSE -aVK -aTE -aaa -aaa -aaa -aaa -aYe -aYj -aYB -aYR -aZY -bbo -bcD -bee -beI -bfE -bhm -bir -bkh -bkP -bmo -bnp -bnp -bqu -bsg -bsY -aYe -xlg -bxd -bzk -bAq -bBS -bDY -bGn -bGW -bIa -bIG -bJq -bKq -bLo -bLN -bME -bPh -bQf -bRm -bSn -bTb -bUi -bUL -bWg -bZf -caT -cdP -cfH -cit -caT -cpq -crI -ucl -cuf -cuD -cve -cwk -cAA -cBE -cCA -cDy -cDY -cEG -cGB -cHr -cKw -cMF -cNh -ceJ -cOU -cPN -cQf -cSg -cQf -cVH -cWd -aaa -cYK -cZr -cZD -dac -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -avS -awv -awY -axC -avT -aly -avT -avT -avT -avT -aAp -avT -avT -aBj -aBj -aBj -aBj -uEE -aEx -acn -ach -aFm -aFm -aFm -aFm -aFm -bZo -aFm -aGl -aFm -aGs -aGs -aGs -aGW -aHs -aII -aHs -aHs -aHs -aHs -aGs -uzJ -aLM -aNh -aNM -aLL -aOu -aNc -aPf -aPi -aPi -aQr -aPi -aRu -aRR -aRu -aPi -aQr -aPi -aPi -aUa -aLJ -aSE -aSE -aSE -aVK -aTE -aaa -aaa -aaa -aaa -aYe -aYk -aYC -aYT -bag -bbu -bcF -bej -beJ -bfF -bhn -biu -bki -biu -bhn -bnr -boM -bqv -bsj -bsZ -bcC -bsO -bxd -bzm -bAo -bBW -bDZ -bGo -bGY -bIb -bAo -ell -bJr -bLp -bLR -iZk -bPi -bQg -bRn -bSo -bTc -bUl -bUM -bWh -bZg -sGF -ceo -cfK -ceo -ceo -cps -ceo -bTc -cug -cuE -cvr -cwl -cAC -cBE -cCA -cDy -cDZ -cEK -cGC -cHG -cBE -cMG -cNj -aaa -cJX -cPO -cQg -cSj -cUj -cVJ -cWe -ctB -cYL -cZu -cZE -dad -cBE -cBE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -awy -abz -aci -aek -aaa -abz -aci -aek -awy -abz -aci -aek -aaa -abz -aci -aek -awy -apZ -aaa -aaa -aaa -aaa -aaa -aaa -avS -awv -awY -axA -avT -asK -avT -ays -azm -azJ -aAs -aAT -avT -aBZ -aCJ -aDD -aBj -axZ -aEx -gwc -ach -aFk -aFk -aFk -aFk -aFk -bZo -aFm -aGn -aFm -aaa -aTZ -aGs -aGX -aHt -aHt -aHt -aJz -aHt -aKs -aLp -aLL -aLL -aNc -aNN -aOc -aLJ -aLJ -aPg -aPi -aPi -aQs -aPi -aRw -aRS -aRw -aPi -aSF -aPi -aPi -aUb -aLJ -aLJ -aLJ -aVz -aWb -aLJ -aLJ -aaa -aaa -aaa -aYe -aYk -aYk -aYk -aYk -bbv -aYe -bek -beK -bfG -bhn -biy -bkj -bkU -bhn -bnr -boM -bqv -bsm -btb -aYe -bwa -bxf -bzn -bAo -bBZ -bEa -bGq -bGY -bIc -bAo -bJv -bKr -bLq -bLV -bMO -bMO -bQh -bLy -bSp -bTd -bUn -bUN -bWi -bZi -caV -cet -cet -cix -cks -cet -cet -ctw -cet -cet -cvs -cwm -bSr -cBE -cCB -cDI -cEd -cEN -cGH -cHN -cKx -cMH -cNq -ceJ -cOU -cPP -cQr -cSn -cQr -cVK -cWo -aaa -cYK -cZv -cZD -dac -cBE -uMF -uMF -awx -bfZ -awx -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apZ -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -avT -avT -avT -avT -avT -aly -avT -ayH -awY -azF -awY -aAU -avT -aCa -aCL -aDE -aDL -aEp -aEJ -aFh -aXm -aYJ -aYJ -aYJ -aYJ -aYJ -bZr -aFm -aGo -aFm -awy -awy -aGQ -aGY -aHu -aHu -aIY -aJA -aJY -aKt -apa -aLQ -aMn -aMn -aNO -aLL -aOv -aOU -aPi -aPi -aPi -aQs -aPi -aPi -aRT -aPi -aPi -aSF -aPi -aPi -aPi -aUl -aLJ -aMm -aMb -dcY -aMb -aPs -aaa -aaa -aaa -aYe -aYj -aYj -aYj -aYj -aYj -aYe -bel -beJ -bfH -bhn -biG -bkl -bkl -bmp -bhn -bhn -bqw -bsr -btd -aYe -bsO -bxd -bzo -bAo -bCs -bEf -bEf -bHa -bGY -bAo -bJx -bJx -bJx -bJx -bJx -bJx -bJx -bRo -bSq -bTe -bUo -bUV -bWl -bZj -caX -ceu -cdG -bRo -bRo -bRo -bRo -bRo -bRo -bRo -bWp -cwp -cAD -cBE -cCC -dPd -cDM -cEO -cGJ -cFd -cKG -cMG -cNf -aaa -cBE -cJX -cQL -cSQ -cUk -cVN -cWp -aaa -cYK -cZw -cZF -dac -cBE -awy -awy -awy -awy -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apZ -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aIr -aly -avT -ayM -azo -azK -aAt -aAV -aBj -aCb -aCM -aDF -aBj -aEr -aEQ -acn -ach -aFk -aFk -aFm -aFm -aFm -aFm -aFm -aGp -aFm -aaa -aaa -aGs -aGZ -aHv -aIQ -aIZ -aJJ -aKg -aKx -aGs -aMb -aMb -aNj -aNP -aMn -aOz -aOV -aPj -aPj -aPj -aQt -aRd -aRx -aRU -aRx -aSx -aSG -aSx -aSx -aSx -aUm -aUB -aVd -aVd -dih -aMb -aPs -aaa -aaa -aaa -aYe -aYj -aYE -aYj -aYj -aYj -bcC -bep -beK -bfG -bhn -biN -biN -biN -bmr -bns -boN -bqy -bsm -bet -buD -bsO -bxd -bzp -bAo -rrD -xon -bGr -bAo -bId -bAo -aaa -awy -aaa -aaa -aaa -awy -aaa -bRo -bSr -bTf -bUp -bUY -bWm -bZk -cbd -bRo -cfT -aaa -aaa -aaa -aaa -awy -awy -bRo -smI -cwD -bSr -cBE -cCD -cDI -cDY -cEP -cGM -cIb -cKG -cMG -cNf -aaa -aao -aaa -chI -aaa -chI -aaa -aao -aaa -cYK -cJY -cZv -cBE -cBE -cpO -clg -cpO -clg -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aly -ayb -ayS -azp -azL -aAw -aAW -avT -aBj -aBj -aBj -aBj -aJK -aRX -aVo -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aGs -aLJ -aLJ -aLJ -aNQ -aLJ -aLJ -aOW -aPo -ukr -aPW -aQv -aPi -aRw -aRw -aRw -aPi -aSH -aPW -ukr -aPo -aUo -aOv -aLL -aVE -aNR -aMb -aPs -aaa -aaa -aaa -aYe -aYl -aYF -aZc -aYj -aZc -bcC -beq -beL -bfI -bho -biO -bko -biO -bms -biO -bms -bqz -bsm -bet -bcC -bsR -bxg -bzq -bAo -bAo -bAo -bAo -bAo -bAo -bAo -aaa -bKs -bKs -bKs -bKs -bKs -aar -bRo -bSs -bTg -bUq -bUY -bWm -bZl -cbl -bRo -aar -bKs -bKs -bKs -bKs -bKs -aaa -bRo -cvt -cxe -cAF -cBE -cCD -cDy -cDZ -cES -cGO -cJn -cBE -cMJ -cNx -cOs -cPl -cPT -cQN -cST -cUl -cPT -cPl -cWM -cYQ -cJY -cBE -cBE -awy -cim -cim -cim -cim -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -awy -abz -aci -aek -awy -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -byl -aly -avT -avT -avT -avT -avT -avT -avT -axh -aDz -axh -ach -acn -aSc -acn -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMo -aNk -dcY -aMb -aLJ -aLJ -aLJ -aLJ -aPX -aQw -aRe -aRe -aRe -aRe -aRe -aSI -aPX -aLJ -aLJ -aLJ -aLJ -aLJ -aLJ -uwK -aLJ -aLJ -aaa -aaa -aaa -aYe -aYj -aYG -aYj -aYj -bbw -bcC -bep -beK -bfG -bhn -biQ -biQ -biQ -bmt -bnt -boO -bqG -bsm -bet -buD -bsR -bxd -bsO -bAr -aYk -aYk -bGs -bHb -bIf -aYe -awy -bKs -bLr -bLr -bMU -bPj -bQi -bRp -bSt -lNL -bUr -bVm -bWn -bZm -cbC -ceA -cfV -ciF -ckE -cpu -cpu -bKs -aaa -bRo -cvu -cyR -cvI -cBE -cCE -cDy -cEe -cFd -cDO -cJo -cBE -cMK -fub -cOx -cOx -cOx -cQR -cTk -cUm -cOx -cOx -cOx -cJY -cZm -cBE -awy -awy -cpP -cpP -cpP -cpP -awy -cXc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -afT -ayc -ayc -ayc -ayc -ayc -ayc -aBl -ayc -ayc -aDH -aDO -aFh -aTd -acn -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMp -aNq -aNS -dda -aLJ -aOX -aPp -aPy -aPY -aQx -aRf -aPi -aPi -aPi -aRc -aSJ -aTe -aTq -aUc -aUp -aLJ -aMo -aNk -aNR -aMb -aLJ -aaa -aaa -aaa -aYe -aYj -aYj -aYj -aYj -aYj -aYe -bep -beJ -bfH -bhn -biR -bkp -bkp -bmz -bnu -bhn -bqH -bsz -btf -aYe -bsO -bxd -bsO -bAr -aYk -aYk -aYk -aYk -bIg -aYe -aaa -bKs -bLs -bLX -bNf -bPG -bQr -bRq -bSu -bTi -bUs -bVr -bUu -bZn -cbD -bRq -bQr -bPG -clf -cpw -crJ -bKs -aaa -bRo -bRq -bRq -cAI -cBE -cCK -pzv -cEi -cFl -cDO -cJu -cBE -cML -cBE -cOy -cPp -cPp -cQU -cTl -cUu -cVO -cPp -cPp -xtz -cJY -cBE -awy -awy -cpP -cpP -cpP -cpP -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aac -aac -byl -aac -aac -aac -aac -akT -ahQ -aIr -aDI -ach -ybb -aTA -acn -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMy -aLL -aLL -aOj -aLJ -aOZ -aPq -aPz -aNc -aQy -aPi -aPi -aRV -aPi -aPi -aSK -aNc -aTr -aPq -aUr -aLJ -aMp -aNq -aNS -aOg -aLJ -aaa -aaa -aaa -aYe -aYk -aYk -aYk -aYk -bbv -aYe -bep -beK -bfJ -bhn -biS -bkq -bkX -bhn -bnN -boW -bqK -bsF -btl -aYe -bwb -bxj -bzr -aYe -bGt -bGt -aYk -aYk -bCG -aYe -aaa -bKs -bLr -bLr -bNg -bPj -bQE -bRI -bSv -bTg -bUp -bUY -bWo -qsd -cbE -ceB -cfW -ciG -clP -cpu -cpu -bKs -aaa -uMF -aaa -aaa -bVs -cBE -cBE -cBE -cEj -cBE -cBE -cEj -cBE -cMM -cBE -cBE -cBE -cBE -cQY -cBE -cQY -cBE -cBE -cBE -cBE -cBE -cBE -awy -awy -cpP -cpP -cpP -cpP -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -aaa -adT -aaa -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -akT -akT -akT -akT -akT -akT -aac -akT -akT -akT -akT -ach -hTZ -aUf -aEi -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMT -aLL -aLL -aOk -aLJ -aPa -aLL -aPF -aNc -aQy -aPi -aPi -aPi -aPi -aPi -aSK -aNc -aTu -aLL -aUt -aLJ -dhV -aLL -aLL -aOj -aLJ -awy -awy -awy -aYe -aYk -aYH -aZs -bai -bbx -bcG -ber -beM -bfL -bhn -biu -bkr -biu -bhn -bnN -bpj -bqL -bsF -btG -bcC -bwc -bxn -bzs -aYe -bGt -bGt -bGu -bGu -bCG -aYe -aaa -bKs -bKs -bKs -bKs -bKs -aar -bRo -bSr -bTg -bUp -bUY -bWp -bZt -cbF -bRo -aar -bKs -bKs -bKs -bKs -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bgN -bga -bgJ -bgN -bgZ -bgX -cKK -cMO -cKK -cBE -cwy -awy -cig -awy -cig -cpO -clg -cpO -clg -cpO -clg -cpO -clg -cpP -cpP -cpP -cpP -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apZ -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aac -aac -axk -axk -ach -ybb -aUg -ybb -ach -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMX -aMX -aMX -aMX -aLJ -aPb -aPr -aPK -aNc -aQA -aRh -aRh -aRW -aRh -aRh -aSL -aNc -aTw -aUd -aUw -aLJ -dhZ -aMb -aLL -aOk -aLJ -aaa -aaa -aaa -aYe -aYj -aYI -aZJ -bak -bbo -bcD -bes -beT -bfM -bhp -biT -bks -bla -bmI -bnO -bnO -bqM -bsG -btH -aYe -bsO -bxd -bsO -aYe -bGt -bGt -bGu -bGu -bCG -aYe -aaa -aaa -aTZ -aar -aTZ -aar -aar -bRo -bSr -bTg -bUp -bUY -bWp -xag -cbH -bRo -aar -aTZ -aar -aar -aar -awy -aaa -uMF -aaa -aaa -bVs -uMF -bfY -bga -bgY -bgX -bhj -bgX -aGm -aGm -aGm -awy -uMF -awy -cim -awy -cpx -csf -cpx -cli -cpx -csf -cpx -cli -cpx -cli -cpx -cli -cpP -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apZ -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aye -aac -aac -aac -aac -aAK -aAK -aUy -aAK -aAK -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMX -aMX -aMX -aMX -aLJ -aLJ -aPs -aPL -aNc -aQC -aPs -aPs -aPs -aPs -aPs -aSS -aNc -aTx -aPs -aLJ -aLJ -aMX -aMX -aMX -aMX -aLJ -aaa -aaa -aaa -aYe -aYm -aYj -aZL -aYj -bby -bcC -bet -bet -bet -bht -bet -bkt -blc -bet -bet -bet -bet -bsH -bet -bcC -bsO -bxd -bzt -aYe -aYe -aYe -bGu -bGu -bCG -aYe -aaa -bKs -bKs -bKs -bKs -bKs -aar -bRo -bSw -bTg -bUp -bUY -bWp -bWp -cbY -bRo -aar -bKs -bKs -bKs -bKs -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bgN -bga -bgJ -bgX -bhj -bgX -awy -awy -awy -aGm -uMF -awy -cin -clg -cpO -csg -cpO -clg -cpO -csg -cpO -clg -cpO -clg -cir -clg -cBN -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -abz -aci -aek -aaa -apZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -aac -aac -aac -aac -aac -aGf -lRI -aUz -lRI -aYn -aFk -aFk -aFm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLJ -aMY -aMX -aMX -aMX -aLJ -aaa -aPs -aPO -aNc -aPO -aPs -aaa -aTZ -aaa -aPs -aPO -aNc -aPO -aPs -aaa -aLJ -aMX -aMX -aMX -aMX -aLJ -aaa -aaa -aaa -aYe -aYe -aYe -aYe -aYe -aYe -aYe -aYe -bet -bet -bhv -bet -bet -bhe -bmK -bet -bet -bet -bsH -bcC -bcC -bsO -bxd -bsO -aYe -bCH -aYe -aYe -aYe -aYe -aYe -awy -bKs -bLt -bLt -bNh -bPj -bQi -bRp -bSx -bTh -bUr -bVv -bWv -bZU -cbZ -bRp -bQi -bPj -clQ -cpT -cpT -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bfY -bga -bgY -bgX -bhj -bgX -aaa -aaa -aaa -aGm -uMF -awy -cir -cli -cpP -cim -cpP -cpP -cpP -cim -cpP -cpP -cpP -cpP -cim -cpP -cBN -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -awy -abz -aci -aek -aaa -abz -aci -aek -awy -abz -aci -aek -aaa -abz -aci -aek -aaa -aaq -aaa -aaa -aaa -aar -aar -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aAK -aAK -aAK -aAK -aAK -aAK -aAK -aJT -aUC -aJT -aAK -aAK -aAK -aAK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aLJ -aMX -aMX -aMX -aMX -aLJ -aaa -aPs -aPP -aNc -aPP -aPs -aTZ -aTZ -aTZ -aPs -aPP -aNc -aPP -aPs -aaa -aLJ -aMY -aMX -aMX -aMX -aLJ -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -awy -aGm -aYe -beU -beU -bhy -beU -aYe -bhy -aYe -aYe -beU -aYe -bsI -aYe -aYe -bsO -bxp -bzu -bAs -bCI -bEL -aYe -bHc -bsR -aYe -aaa -bKs -bLu -bMj -bNi -bPG -bQr -bRq -bSy -bTg -bUp -bUY -bTg -bWp -cca -bRq -bQr -bPG -clV -cqm -csA -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bgN -bga -bgJ -bgX -bhj -bgX -awy -awy -aaa -aGm -uMF -awy -cin -clg -cpP -cim -cpP -cpP -cpP -cim -cpP -cpP -cpP -cpP -cim -cpP -cBN -awy -cXc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaq -aaa -abz -aec -aek -aaa -abz -aec -aek -aaa -abz -aec -aek -aaa -abz -aec -aek -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCE -aCE -aCE -aAK -aGk -aKq -aUD -lRI -lRI -aAK -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aMj -aMZ -aMZ -aMZ -aOl -aMj -aaa -aPs -aPQ -aLJ -aQD -aPs -aTZ -aaa -aTZ -aPs -aSW -aLJ -aTy -aPs -aaa -aLJ -aMX -aMX -aMX -aMX -aLJ -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -bgN -bga -bgl -bgl -bga -aRn -bgN -bgZ -bgX -awy -aaa -aaa -aYe -bsJ -aYe -buE -bsO -reP -bsO -bAz -bCJ -bsO -bGv -bsR -bsR -aYe -awy -bKs -bLt -bLt -bNj -bPj -bQE -bRI -bSz -bTg -bUp -bUY -bTg -bWp -ccb -bRI -bQE -bPj -cma -cpT -cpT -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bfY -bga -bgY -bgX -bhj -bgX -awy -uMF -awy -aGm -uMF -awy -cir -cli -cpP -cim -cpP -cpP -cpP -cim -cpP -cpP -cpP -cpP -cim -cpP -cpP -awy -awx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -mDd -aaa -aaa -awy -mDd -aaa -aaa -aaa -mDd -awy -aaa -aaa -mDd -aaa -aaa -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCE -aCE -cai -aAK -aGK -aJL -aUE -aWL -aJL -aAK -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aMl -aNa -aNa -aNa -aNa -aOA -aaa -aPs -aPR -aNc -aPR -aPs -aTZ -aTZ -aTZ -aPs -aPR -aNc -aPR -aPs -aaa -aMj -aMZ -aMZ -aMZ -aOl -aMj -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -bfY -bga -bgl -bgl -bga -bgY -bgX -bhj -bgX -awy -aaa -aaa -aYe -bsK -aYe -buF -bsO -bxq -bsO -bAL -bCM -bES -aYe -bHd -bsR -aYe -aaa -bKs -bKs -bKs -bKs -bKs -aar -bRo -bSr -bTg -bUp -bUY -bTg -bWp -cce -bRo -aar -bKs -bKs -bKs -bKs -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bgN -bga -bgJ -bgX -bhj -bgX -awy -uMF -uMF -aGm -cwy -awy -cin -clO -cli -cin -cli -cpx -cli -cin -cli -cpx -cli -cpx -csf -cpx -cBO -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCE -aCE -aCE -aAK -aGK -aOM -aUF -aJL -lRI -aAK -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aPs -aPS -aQg -aQF -aPs -aaa -aTZ -aaa -aPs -aQF -aQg -aTz -aPs -aaa -aMl -aNa -aNa -aNa -aNa -aOA -awy -awy -awy -awy -awy -awy -uMF -awy -bgN -bga -bgl -bgl -bga -bgJ -bgX -bhj -bgX -awy -aaa -aaa -aYe -bsL -aYe -buG -bsO -brT -bsO -bAO -bsO -bsO -aYe -bHe -bsR -aYe -aaa -aaa -aar -aTZ -aar -aar -aar -bRo -bSA -bTg -bUp -bVw -bTg -bWp -bSr -bRo -aar -aTZ -aar -aTZ -aar -awy -aaa -uMF -aaa -aaa -bVs -uMF -bfY -bga -bgl -bgJ -bhk -bgJ -uMF -aaa -aaa -aaa -uMF -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaq -aaq -aaq -aaq -apZ -apZ -apZ -apZ -aaq -aaq -aaq -apZ -apZ -aaq -aaq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCE -aCA -aCA -aCE -aCE -aFj -aGK -aGK -aGK -aGK -lRI -aFj -aCA -aCE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ddn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -bfY -bga -bgl -bgl -bga -bgY -bgX -bhj -bgX -awy -aaa -aaa -aYe -bsM -aYe -buO -bwe -bxr -bzA -bAQ -bCN -bET -aYe -aYe -aYe -aYe -bJy -bKs -bKs -bKs -bKs -bKs -aar -bRo -bSw -bTg -bUp -bUY -bTg -bWp -svM -bRo -aar -bKs -bKs -bKs -bKs -bKs -aaa -uMF -aaa -aaa -bVs -uMF -aTP -awy -awy -awy -awy -uMF -uMF -aaa -aaa -aaa -uMF -uMF -uMF -uMF -awx -csz -awx -uMF -uMF -uMF -uMF -uMF -uMF -awx -csz -awx -uMF -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCE -aAK -aAK -aOP -aOP -aOP -aAK -aAK -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -bgN -bga -bgl -bgl -bga -bgJ -bgX -bhj -bgX -awy -awy -awy -aGm -aGm -aYe -aYe -aYe -bxs -aYe -aYe -bCS -bEV -aYe -awy -aaa -aaa -aaa -bKs -bLv -bLv -bNk -bPj -bQi -bRp -bSB -lNL -bUt -bVx -bWG -bWv -ccf -bRp -bQi -bPj -cmw -cqt -cqt -bKs -aaa -uMF -aaa -aaa -bVs -uMF -aaa -aaa -awy -awy -aaa -uMF -uMF -uMF -uMF -uMF -uMF -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCE -aCE -pZv -lJk -rxR -tzF -tuW -aCE -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -bfY -bga -bgl -bgl -bga -bgY -bgX -bhj -bgX -awy -aaa -aaa -aaa -aGm -aaa -buV -bwf -buz -bzC -buV -awy -aaa -awy -awy -awy -uMF -aaa -bKs -bLw -bMk -bNl -bPG -bQr -bRq -bSC -bTk -bUu -bVz -bWJ -bZV -ccn -bRq -bQr -bPG -cmV -cqK -csB -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bWq -bXa -bXa -bXa -bXa -bXa -bXa -bXa -bXa -bXa -bXa -cgM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -cFn -cLs -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCE -aCE -aCE -aCE -aCE -aCE -aCE -aCE -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awx -awy -bgN -bga -bgl -bgl -bga -bgJ -bgX -bhj -bgX -awy -aaa -aaa -aaa -aaa -aaa -buV -bwi -bxZ -bzE -buV -aaa -aaa -aaa -aaa -aaa -uMF -aaa -bKs -bLv -bLv -bNn -bPj -bQE -bRI -bSD -bTg -bTg -bVA -bTg -bTg -cco -bRI -bQE -bPj -cne -cqt -cqt -bKs -aaa -uMF -aaa -aaa -bVs -uMF -bVs -aaa -aaa -aaa -aaa -aaa -cKW -aaa -aaa -aaa -awy -bVs -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -cFn -cZG -cFn -cFn -cFn -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCE -aCA -aCA -aCA -aCE -aCE -aCE -aCF -aCF -aCE -cai -aCE -aCA -aCE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -bfY -bga -bgl -bgl -bga -bgl -bgJ -bhk -bgJ -awy -aaa -aaa -aaa -aaa -aaa -buV -bwj -bya -bzO -buV -aaa -aaa -aaa -aaa -aaa -uMF -aaa -bKs -bKs -bKs -bKs -bKs -bQG -bRo -bSF -bTl -bUv -bVB -bWK -bUv -ccq -bRo -cge -bKs -bKs -bKs -bKs -bKs -cuz -uMF -aaa -aaa -bVs -uMF -bVs -aaa -aaa -aaa -aaa -bZK -cLs -bZK -aaa -aaa -awy -bVu -bXa -bXa -cgM -aGm -aGm -aGm -aaa -awy -aaa -cFn -cFn -cFn -cFn -cFn -cFn -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -akm -aCE -aCF -aCF -aCF -aCA -aCE -aCE -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -aTP -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -awy -aYe -aYe -byc -aYe -aYe -aaa -aaa -aaa -aaa -aaa -uMF -aaa -aaa -aaa -aaa -aaa -awy -aaa -bRo -bSG -bSG -bRo -bVC -bRo -bSG -bSG -bRo -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -bVu -bVH -bWt -aaa -aaa -aaa -cFm -cFm -cFm -cFm -cNz -aaa -awy -aGm -bRo -bRo -cUA -bRo -bRo -aGm -aaa -awy -cFn -cFn -cFn -cFn -daS -cZG -cFn -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCE -aCF -aCF -aCF -aCF -aCA -aCE -aCE -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -uMF -awx -awx -awx -uMF -awy -awy -uMF -uMF -agX -aaa -awy -awy -aaa -aaa -aYe -bwk -byd -bzQ -aYe -aaa -aaa -aaa -aaa -awy -uMF -aaa -uMF -aaa -aaa -aaa -awy -aaa -awy -aaa -awy -bRo -bJi -bRo -awy -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cFm -cFm -cFm -cFm -cFn -cFm -cFn -cfv -aGm -bRo -cTA -cUG -cVP -bRo -aGm -awy -cPt -cLs -cFn -cZG -cFn -cFn -cFn -cFn -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCF -aCA -aCF -aCE -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -awy -awy -aaa -aYe -bwl -byf -bwl -aYe -aaa -aaa -aaa -awy -awy -awy -aaa -uMF -uMF -aaa -awy -awy -aaa -aaa -aaa -aaa -bRo -bJj -bRo -awy -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cFn -cGP -cFm -cLt -cFn -cFm -cLs -cPt -aGm -bRo -cTG -cUI -cVQ -bRo -aGm -aaa -cvS -cZG -cFn -dax -cFn -cZG -cFn -cZG -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCE -aCA -aCA -aCA -aCE -aCA -aCA -aCA -aCA -aCE -aCA -aCA -aCA -aCE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -awy -aaa -aYe -aYe -aYe -aYe -aYe -aaa -aaa -aaa -awy -awy -aaa -aaa -aaa -uMF -uMF -awy -uMF -aaa -aaa -aaa -aaa -aGm -aGm -aGm -awy -awy -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cFm -cFn -cFm -cFm -cFm -cFm -cFm -awy -aGm -bRo -cTH -bPG -cTH -bRo -aGm -aaa -awy -aaa -cFn -cFn -cFn -cFn -cFn -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -uMF -uMF -aaa -uMF -uMF -uMF -awy -awy -aaa -aaa -aaa -awy -aaa -aaa -awy -awy -aaa -aaa -aaa -aaa -aaa -uMF -aaa -uMF -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cFm -cFm -cFm -cMP -cFm -aaa -awy -aGm -aGm -bVs -aGm -bVs -aGm -aGm -aaa -awy -aaa -aaa -aaa -cFn -cLs -cFn -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -uMF -aaa -aaa -aaa -uMF -uMF -uMF -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -uMF -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cFm -cFm -cFn -cFm -cFm -aaa -awy -aaa -aaa -bVs -awy -bVs -awy -aaa -aaa -awy -aaa -aaa -aaa -aaa -cKW -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCA -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCF -aCA -aCF -aCF -aCF -aCA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -aaa -aaa -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -aaa -uMF -uMF -awy -aaa -aaa -awy -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -cFm -cLs -cFm -aaa -aaa -aGm -aGm -aGm -aGm -aaa -bVs -awy -aaa -aaa -awy -awy -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aCE -aCA -aCA -aCA -aCE -aCA -aCA -aCA -aCA -aCE -aCA -aCA -aCA -aCE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uMF -uMF -uMF -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -awy -awy -uMF -uMF -awy -awy -awy -awy -awy -uMF -uMF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cKW -awy -awy -awy -awy -aaa -aaa -aaa -aaa -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aGm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} diff --git a/_maps/map_files/EclipseStation/job_changes.dm b/_maps/map_files/EclipseStation/job_changes.dm deleted file mode 100644 index 3db0e8fe227e..000000000000 --- a/_maps/map_files/EclipseStation/job_changes.dm +++ /dev/null @@ -1 +0,0 @@ -#define JOB_MODIFICATION_MAP_NAME "EclipseStation" \ No newline at end of file diff --git a/_maps/map_files/GaxStation/GaxStation.dmm b/_maps/map_files/GaxStation/GaxStation.dmm index e7adf6e1d49b..8d5791bc9ee2 100644 --- a/_maps/map_files/GaxStation/GaxStation.dmm +++ b/_maps/map_files/GaxStation/GaxStation.dmm @@ -165,25 +165,7 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) -"adu" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "ady" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, /obj/effect/turf_decal/trimline/white/filled/corner{ dir = 8 }, @@ -193,6 +175,15 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "adH" = ( @@ -886,16 +877,6 @@ }, /turf/closed/wall/r_wall, /area/engine/engineering) -"atT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "aua" = ( /obj/machinery/holopad, /obj/effect/landmark/event_spawn, @@ -1048,18 +1029,6 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/plasteel, /area/engine/engineering) -"axt" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 15; - id = "arrivals_stationary"; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/gax; - width = 7 - }, -/turf/open/space/basic, -/area/space) "axz" = ( /turf/open/floor/wood, /area/crew_quarters/theatre) @@ -1106,6 +1075,14 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"ayD" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "ayE" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -1201,6 +1178,12 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/engine/engineering) +"aAh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "aAl" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -1590,15 +1573,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/storage) -"aNH" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) "aOh" = ( /obj/structure/sign/warning/electricshock{ pixel_y = 32 @@ -1856,20 +1830,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aSG" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "aSQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /turf/open/floor/plasteel/dark, /area/medical/morgue) "aSR" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -1889,6 +1856,23 @@ dir = 8 }, /area/chapel/main) +"aTk" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Incinerator"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aTn" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "aTR" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -2076,7 +2060,6 @@ "aZa" = ( /obj/machinery/atmospherics/miner/carbon_dioxide, /obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/engine/co2, /area/engine/atmos_distro) "aZz" = ( @@ -2361,6 +2344,18 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"bem" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "bez" = ( /turf/closed/wall, /area/medical/medbay/lobby) @@ -2795,6 +2790,30 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"bpY" = ( +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "incinerator_airlock_exterior"; + idInterior = "incinerator_airlock_interior"; + idSelf = "incinerator_access_control"; + name = "Incinerator Access Console"; + pixel_x = -24; + pixel_y = -6; + req_one_access_txt = "12" + }, +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "bqk" = ( /obj/machinery/suit_storage_unit/captain, /turf/open/floor/carpet/royalblack, @@ -2850,6 +2869,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/storage) +"brN" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/space/basic, +/area/space) "brT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -2996,10 +3026,6 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 1; - name = "Mix to Space" - }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "bwc" = ( @@ -3028,16 +3054,6 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/mob/living/simple_animal/crab/kreb{ - desc = "Here to lay down the hard claws of the law!"; - health = 50; - name = "Officer Kreb"; - real_name = "Officer Kreb" - }, -/obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "bwL" = ( @@ -3284,6 +3300,18 @@ /obj/machinery/cell_charger, /turf/open/floor/plasteel, /area/quartermaster/storage) +"bDJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "bEd" = ( /obj/machinery/computer/apc_control{ dir = 1 @@ -3504,11 +3532,6 @@ /turf/open/floor/plasteel/white, /area/science/lab) "bJT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/white/filled/line{ dir = 8 }, @@ -3551,6 +3574,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"bLK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "bMe" = ( /obj/effect/spawner/structure/window/plasma/reinforced/shutter, /obj/structure/grille, @@ -3590,18 +3628,25 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) -"bND" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "bOi" = ( /obj/effect/turf_decal/caution{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"bOl" = ( +/obj/item/stack/marker_beacon{ + anchored = 1; + icon_state = "markerburgundy-on"; + light_color = "#FA644B"; + light_power = 3; + light_range = 2; + name = "landing marker"; + picked_color = "Burgundy" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) "bOC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3636,9 +3681,11 @@ /turf/open/floor/plasteel, /area/quartermaster/office) "bPm" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/end{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Arrivals Customs" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) @@ -4072,14 +4119,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bYN" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) "cac" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -4154,6 +4193,16 @@ "ccU" = ( /turf/closed/wall, /area/engine/atmos) +"cdd" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 1; + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "cds" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -4454,12 +4503,6 @@ /obj/effect/landmark/start/depsec/service, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) -"ckA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "ckJ" = ( /obj/structure/cable{ icon_state = "1-8" @@ -5452,6 +5495,13 @@ }, /turf/open/floor/plasteel/white, /area/security/brig) +"cHY" = ( +/obj/machinery/computer/turbine_computer{ + dir = 4; + id = "incineratorturbine" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "cHZ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -5911,15 +5961,6 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) -"cUR" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) "cUY" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -6353,12 +6394,6 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/department/eva) -"dfW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) "dge" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -6638,6 +6673,16 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"dmu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "dmA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -6721,9 +6766,27 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/plasteel/dark, /area/bridge) +"dow" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "dpf" = ( /turf/closed/wall/r_wall, /area/ai_monitored/secondarydatacore) +"dph" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "dpv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -6822,6 +6885,13 @@ /obj/structure/closet/secure_closet/medical2, /turf/open/floor/plasteel/white, /area/medical/surgery) +"drH" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "drM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -6930,6 +7000,13 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"dvd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "dve" = ( /obj/item/beacon, /turf/open/floor/plasteel, @@ -6938,7 +7015,8 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 }, -/obj/effect/landmark/xeno_spawn, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/depsec/service, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "dvJ" = ( @@ -7377,23 +7455,17 @@ "dIB" = ( /turf/closed/wall, /area/hallway/primary/starboard) -"dJf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ +"dIU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ dir = 4 }, -/turf/open/floor/plasteel, +/turf/open/floor/plating, /area/hallway/secondary/entry) "dJv" = ( /obj/effect/turf_decal/trimline/white/filled/line, @@ -7488,6 +7560,15 @@ }, /turf/open/floor/plasteel, /area/security/main) +"dLR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "dLY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -8333,10 +8414,14 @@ "ein" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -28 + }, +/obj/item/radio/off, /obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/machinery/light_switch{ - pixel_y = -25 +/obj/item/assembly/flash/handheld{ + pixel_x = 6 }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) @@ -9643,18 +9728,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eKr" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "eKx" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod Three"; @@ -10071,6 +10144,8 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 }, +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "eUo" = ( @@ -10142,15 +10217,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet/exoticblue, /area/bridge/meeting_room) -"eVX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "eVZ" = ( /obj/machinery/light{ dir = 1 @@ -10242,6 +10308,17 @@ /obj/effect/landmark/start/head_of_security, /turf/open/floor/carpet/exoticblue, /area/bridge/meeting_room) +"eYU" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "eZo" = ( /obj/structure/chair/office/light, /obj/item/radio/intercom{ @@ -11131,7 +11208,7 @@ "fwr" = ( /obj/machinery/smoke_machine, /obj/item/reagent_containers/glass/beaker/large/silver_sulfadiazine{ - list_reagents = list(/datum/reagent/consumable/condensedcapsaicin=100); + list_reagents = list(/datum/reagent/consumable/condensedcapsaicin = 100); name = "liquid pepper spray" }, /turf/open/floor/plasteel/dark, @@ -12271,30 +12348,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/theatre) -"fVS" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = -24; - pixel_y = -6; - req_one_access_txt = "12" - }, -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = -24; - pixel_y = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "fWk" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 @@ -12695,6 +12748,12 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) +"ggd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "ggu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -13238,7 +13297,7 @@ }, /obj/machinery/computer/atmos_control/tank/toxin_tank{ dir = 4; - sensors = list("tox_sensor"="Tank") + sensors = list("tox_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/machinery/door/firedoor/border_only{ @@ -13525,13 +13584,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"gCL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "gCR" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/camera{ @@ -13862,6 +13914,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"gKR" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "gLy" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -14142,6 +14206,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"gTU" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "gUh" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -14152,6 +14229,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"gUA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "gUD" = ( /obj/machinery/camera/motion{ c_tag = "Vault"; @@ -14191,6 +14277,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel, /area/security/prison) +"gWI" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/red/line, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "gXo" = ( /obj/machinery/firealarm{ dir = 1; @@ -14907,6 +15001,18 @@ }, /turf/open/space/basic, /area/space) +"hoH" = ( +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "hoI" = ( /obj/structure/grille, /turf/closed/wall/r_wall, @@ -15409,6 +15515,11 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"hzH" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "hzN" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 @@ -15601,13 +15712,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"hDt" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) "hDE" = ( /obj/structure/table, /obj/item/stack/cable_coil/random, @@ -15658,6 +15762,15 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"hFb" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/goon/dark_stairs_alone, +/area/hallway/secondary/entry) "hFO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -15702,6 +15815,11 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"hGQ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "hHt" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -27 @@ -15815,6 +15933,12 @@ }, /turf/open/floor/plating, /area/quartermaster/qm) +"hMn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "hMv" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -16111,6 +16235,11 @@ /area/crew_quarters/kitchen) "hTG" = ( /obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "hTN" = ( @@ -16189,7 +16318,7 @@ }, /obj/machinery/computer/atmos_control/tank/oxygen_tank{ dir = 4; - sensors = list("o2_sensor"="Tank") + sensors = list("o2_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/machinery/door/firedoor/border_only{ @@ -16204,6 +16333,19 @@ /obj/machinery/computer/slot_machine, /turf/open/floor/plasteel/dark, /area/crew_quarters/fitness) +"hVn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "hVC" = ( /obj/structure/window/reinforced, /obj/structure/rack, @@ -16435,7 +16577,7 @@ /obj/structure/window/reinforced, /obj/machinery/computer/atmos_control/tank/carbon_tank{ dir = 1; - sensors = list("co2_sensor"="Tank") + sensors = list("co2_sensor" = "Tank") }, /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -16663,6 +16805,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/paramedic) +"ilm" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "ilp" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -16860,17 +17009,10 @@ /turf/open/floor/plating, /area/maintenance/department/bridge) "iqI" = ( -/obj/machinery/light{ - dir = 8 - }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "iqX" = ( /turf/closed/wall, @@ -16955,12 +17097,16 @@ /obj/effect/turf_decal/trimline/white/filled/corner, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"iui" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "iuS" = ( /obj/structure/window/reinforced{ dir = 1 }, /obj/machinery/computer/atmos_control/tank/mix_tank{ - sensors = list("mix_sensor"="Tank") + sensors = list("mix_sensor" = "Tank") }, /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -17281,13 +17427,6 @@ "iBt" = ( /turf/closed/wall, /area/security/execution/transfer) -"iBB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "iBC" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -17371,22 +17510,6 @@ /obj/machinery/chem_heater, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"iFa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/white/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "iGa" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -17411,15 +17534,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar) -"iGG" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/turbine_computer{ - id = "incineratorturbine" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "iGP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -17497,7 +17611,9 @@ dir = 1; network = list("ss13","chpt") }, -/obj/structure/closet/secure_closet/security, +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "iJF" = ( @@ -17507,9 +17623,6 @@ /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Atmospherics Tanks North" - }, /turf/open/floor/plasteel, /area/engine/atmos_distro) "iJN" = ( @@ -17969,6 +18082,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"iWJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "iWT" = ( /obj/machinery/door/airlock/research{ name = "Research Division Access"; @@ -18210,6 +18338,14 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"jcS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "jdr" = ( /turf/closed/wall/r_wall, /area/maintenance/starboard/fore) @@ -18694,7 +18830,6 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "jsn" = ( @@ -18724,6 +18859,18 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engine/atmos_distro) +"jty" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "jun" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -19321,15 +19468,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"jJf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "jJq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ @@ -19857,11 +19995,12 @@ /turf/open/floor/plasteel, /area/engine/atmos) "jWH" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/stairs/goon/stairs_middle, /area/hallway/secondary/entry) "jXz" = ( /obj/machinery/door/airlock/maintenance{ @@ -20053,21 +20192,9 @@ /turf/open/floor/carpet, /area/library) "kbG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/hallway/secondary/entry"; - dir = 8; - name = "Arrivals APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 3 & 4"; - dir = 4 +/obj/structure/closet/firecloset/full, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 1 }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) @@ -20128,28 +20255,19 @@ }, /turf/open/floor/engine, /area/engine/engineering) +"kdS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "kdW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 }, /turf/closed/wall/r_wall, /area/engine/atmos_distro) -"ken" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/white/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "keq" = ( /turf/open/floor/plating, /area/maintenance/starboard/fore) @@ -20180,6 +20298,13 @@ "kgb" = ( /turf/closed/wall, /area/hallway/primary/central) +"kgs" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "kgy" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -20472,20 +20597,6 @@ /area/medical/medbay/lobby) "koo" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/button/door{ - id = "auxincineratorvent"; - name = "Auxiliary Vent Control"; - pixel_x = -25; - pixel_y = -9; - req_access_txt = "12" - }, -/obj/machinery/button/door{ - id = "turbinevent"; - name = "Turbine Vent Control"; - pixel_x = -25; - pixel_y = 8; - req_access_txt = "12" - }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "kov" = ( @@ -20507,6 +20618,21 @@ "kpN" = ( /turf/closed/wall, /area/medical/paramedic) +"kpR" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "kpV" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -20524,16 +20650,10 @@ /turf/open/floor/plasteel, /area/hallway/primary/starboard) "kqi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "kqo" = ( @@ -20541,13 +20661,6 @@ /obj/machinery/anesthetic_machine/roundstart, /turf/open/floor/plasteel/white, /area/medical/surgery) -"kqq" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "kqt" = ( /turf/open/floor/plasteel, /area/crew_quarters/dorms) @@ -21261,12 +21374,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/eva) -"kJv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "kJw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 10 @@ -21337,14 +21444,6 @@ }, /turf/open/space/basic, /area/solar/port/aft) -"kMb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "kMj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 @@ -21402,10 +21501,12 @@ /turf/open/floor/plating, /area/engine/foyer) "kNJ" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "kNS" = ( @@ -21415,6 +21516,28 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/maintenance/disposal) +"kNY" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/marker_beacon{ + anchored = 1; + icon_state = "markerburgundy-on"; + light_color = "#FA644B"; + light_power = 3; + light_range = 2; + name = "landing marker"; + picked_color = "Burgundy" + }, +/turf/open/space/basic, +/area/space/nearstation) +"kOf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/goon/dark_stairs_alone{ + dir = 4 + }, +/area/hallway/secondary/entry) "kOr" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced/shutter, @@ -21568,10 +21691,7 @@ /turf/open/floor/plasteel/white, /area/storage/tech) "kPZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "kQd" = ( @@ -22814,7 +22934,7 @@ /obj/structure/window/reinforced, /obj/machinery/computer/atmos_control/tank/nitrous_tank{ dir = 1; - sensors = list("n2o_sensor"="Tank") + sensors = list("n2o_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -23085,6 +23205,15 @@ /obj/structure/grille/broken, /turf/open/floor/plating, /area/maintenance/port/aft) +"lBO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "lCr" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; @@ -24173,6 +24302,10 @@ /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 }, +/obj/machinery/camera{ + c_tag = "Atmospherics Tanks North"; + dir = 8 + }, /turf/open/floor/plasteel, /area/engine/atmos_distro) "mdj" = ( @@ -25041,6 +25174,13 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/ai_monitored/storage/eva) +"mvb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "mvl" = ( /obj/effect/spawner/structure/solars/solar_96, /obj/structure/cable, @@ -25348,15 +25488,6 @@ /obj/machinery/vending/boozeomat, /turf/closed/wall, /area/crew_quarters/bar) -"mDo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "mDz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -26082,14 +26213,22 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 }, -/obj/effect/landmark/start/depsec/service, -/obj/structure/chair/office/light{ - dir = 8 - }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "mYt" = ( /obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/lighter{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 8; + pixel_y = 3 + }, /turf/open/floor/carpet, /area/security/detectives_office) "mYX" = ( @@ -26431,6 +26570,17 @@ }, /turf/open/floor/engine, /area/engine/engineering) +"njt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "njv" = ( /obj/structure/cable{ icon_state = "1-2" @@ -26820,6 +26970,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/mixing) +"nuF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/security/checkpoint/customs) "nuI" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/power/apc{ @@ -27459,6 +27627,15 @@ }, /turf/open/floor/plasteel, /area/clerk) +"nHG" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "nIc" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -27640,7 +27817,6 @@ /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/structure/cable{ icon_state = "2-4" }, @@ -27760,11 +27936,6 @@ /turf/open/floor/plasteel, /area/hallway/secondary/service) "nPi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/white/filled/corner{ dir = 1 }, @@ -27798,16 +27969,9 @@ /turf/open/floor/plating, /area/crew_quarters/bar) "nQs" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/space/basic, -/area/space) +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "nQW" = ( /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, @@ -27825,6 +27989,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nRs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "nRu" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/department/bridge"; @@ -27969,6 +28139,26 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"nWD" = ( +/obj/machinery/button/door{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -25; + pixel_y = 8; + req_access_txt = "12" + }, +/obj/machinery/button/door{ + id = "auxincineratorvent"; + name = "Auxiliary Vent Control"; + pixel_x = -25; + pixel_y = -9; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "nWJ" = ( /obj/structure/closet, /obj/effect/spawner/lootdrop/maintenance/four, @@ -27988,9 +28178,12 @@ /area/hallway/primary/starboard) "nXs" = ( /obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -28 +/obj/structure/chair/office/light, +/mob/living/simple_animal/crab/kreb{ + desc = "Here to lay down the hard claws of the law!"; + health = 50; + name = "Officer Kreb"; + real_name = "Officer Kreb" }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) @@ -28135,11 +28328,8 @@ /turf/open/floor/plasteel/dark, /area/crew_quarters/bar) "oaC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, /area/hallway/secondary/entry) "oaJ" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ @@ -28304,7 +28494,13 @@ /turf/open/space/basic, /area/space/nearstation) "ofj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "ogh" = ( @@ -28336,13 +28532,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"ohh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "ohv" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -29063,6 +29252,15 @@ /area/hallway/primary/starboard) "oAE" = ( /obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "oAK" = ( @@ -29112,6 +29310,15 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) +"oCk" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "oCo" = ( /obj/machinery/camera{ c_tag = "Research Director's Office"; @@ -29408,6 +29615,12 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/security/main) +"oKD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) "oME" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ @@ -29427,6 +29640,13 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/science/lab) +"oNK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "oNX" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -29530,10 +29750,9 @@ /turf/open/floor/plasteel/dark, /area/chapel/office) "oRf" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "oRt" = ( @@ -29779,9 +29998,6 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"paO" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) "paW" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/disposalpipe/segment{ @@ -30647,6 +30863,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"pvs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "pwi" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -30924,6 +31152,22 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/plasteel, /area/security/prison) +"pCR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"pDa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "pDZ" = ( /obj/machinery/computer/nanite_cloud_controller, /obj/effect/turf_decal/bot, @@ -30975,7 +31219,7 @@ /area/engine/atmos) "pFz" = ( /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, /obj/structure/cable{ icon_state = "4-8" }, @@ -30985,6 +31229,9 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable{ + icon_state = "2-4" + }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "pFT" = ( @@ -31312,10 +31559,14 @@ /turf/open/floor/plasteel, /area/security/main) "pQf" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 +/obj/machinery/light{ + dir = 8 }, -/turf/closed/wall/r_wall, +/obj/machinery/atmospherics/components/unary/portables_connector{ + name = "Output Gas Connector Port" + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "pQh" = ( /turf/closed/wall, @@ -32874,13 +33125,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"qGF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "qGI" = ( /obj/structure/cable{ icon_state = "1-4" @@ -32917,16 +33161,7 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "qHc" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Incinerator"; - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "qHC" = ( @@ -33162,13 +33397,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qOm" = ( -/obj/machinery/atmospherics/components/unary/portables_connector{ - name = "Output Gas Connector Port" - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) "qOt" = ( /turf/open/space/basic, /area/space/nearstation) @@ -33340,16 +33568,9 @@ /turf/open/floor/plasteel, /area/security/prison) "qSn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/plasteel/stairs/goon/stairs_wide{ dir = 1 }, -/turf/open/floor/plasteel, /area/hallway/secondary/entry) "qSJ" = ( /obj/structure/cable/yellow{ @@ -34151,13 +34372,15 @@ dir = 8; pixel_x = 24 }, -/obj/machinery/vending/wardrobe/sec_wardrobe, /obj/machinery/light{ dir = 4 }, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "rjX" = ( @@ -34470,12 +34693,13 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 }, -/obj/structure/table, -/obj/item/radio/off, /obj/machinery/recharger/wallrecharger{ pixel_x = 32; pixel_y = -3 }, +/obj/machinery/computer/security{ + dir = 8 + }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "rrV" = ( @@ -34589,6 +34813,12 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/bar) +"ruW" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "rvK" = ( /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, @@ -34605,6 +34835,18 @@ /obj/item/reagent_containers/food/snacks/grown/banana, /turf/open/floor/grass, /area/medical/genetics) +"rwf" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"rwl" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "rwo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -34696,13 +34938,13 @@ /turf/open/floor/plasteel, /area/science/mixing) "ryX" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/hallway/secondary/entry"; + name = "Arrivals APC"; + pixel_y = -23 }, -/turf/open/floor/plating, +/obj/structure/cable, +/turf/open/floor/plasteel, /area/hallway/secondary/entry) "rza" = ( /obj/machinery/hydroponics/constructable, @@ -34818,7 +35060,6 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 }, -/obj/machinery/modular_computer/console/preset/command, /obj/machinery/light{ dir = 1 }, @@ -34826,6 +35067,7 @@ name = "Station Intercom (General)"; pixel_y = 20 }, +/obj/structure/closet/secure_closet/security, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "rBC" = ( @@ -34850,13 +35092,6 @@ /obj/item/toy/dummy, /turf/open/floor/plasteel, /area/crew_quarters/theatre) -"rCa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "rCn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -35234,6 +35469,10 @@ }, /turf/open/floor/carpet/purple, /area/chapel/main) +"rMu" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "rMD" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -35716,6 +35955,10 @@ }, /turf/open/floor/plasteel/dark, /area/security/main) +"rYz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "rYD" = ( /obj/machinery/button/massdriver{ id = "chapelgun"; @@ -35748,6 +35991,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"saJ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "saY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -35889,6 +36139,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"sdN" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "sep" = ( /obj/structure/closet/crate/freezer/blood, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -36149,9 +36411,9 @@ /turf/open/floor/plasteel, /area/science/xenobiology) "snA" = ( -/obj/machinery/atmospherics/components/binary/valve{ +/obj/machinery/atmospherics/components/binary/pump{ dir = 1; - name = "Output to Space" + name = "Output to Port" }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -36487,6 +36749,26 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) +"suA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"suP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "svp" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -37579,6 +37861,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"sVU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "sVW" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 10 @@ -38141,21 +38429,13 @@ /turf/open/floor/plating, /area/teleporter) "tjM" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, /obj/structure/sign/departments/minsky/security/security{ pixel_x = 32; pixel_y = 0 }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/hallway/secondary/entry) "tkg" = ( @@ -38305,10 +38585,7 @@ /turf/open/floor/plasteel, /area/hallway/secondary/service) "toS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, +/turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "tpx" = ( /obj/effect/turf_decal/plaque{ @@ -38560,18 +38837,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"tyo" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) "tyI" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -38668,6 +38933,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"tAI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "tAW" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/hor) @@ -38775,22 +39050,11 @@ /turf/open/floor/plasteel/white, /area/medical/medbay/central) "tDz" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, /obj/item/radio/intercom{ name = "Station Intercom (General)"; pixel_x = 29 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, +/turf/closed/wall, /area/hallway/secondary/entry) "tDW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -39700,6 +39964,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"tZZ" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "uaV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 @@ -40503,7 +40776,7 @@ }, /obj/machinery/computer/atmos_control/tank/nitrogen_tank{ dir = 4; - sensors = list("n2_sensor"="Tank") + sensors = list("n2_sensor" = "Tank") }, /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -41039,6 +41312,10 @@ /area/chapel/office) "uLl" = ( /obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, /turf/open/floor/plating, /area/science/lab) "uLY" = ( @@ -41268,6 +41545,10 @@ "uRB" = ( /turf/open/floor/engine, /area/engine/engineering) +"uRD" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "uRN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 @@ -41327,6 +41608,33 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/maintenance/port/aft) +"uTz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"uTC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "uTM" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 9 @@ -41555,6 +41863,18 @@ }, /turf/open/space/basic, /area/solar/starboard/aft) +"uZS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Bay" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "vao" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -41775,7 +42095,6 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/computer/secure_data, /obj/structure/reagent_dispensers/peppertank{ pixel_y = 30 }, @@ -42129,6 +42448,18 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"voj" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/gax; + width = 7 + }, +/turf/open/space/basic, +/area/space) "vom" = ( /obj/structure/alien/resin/membrane, /turf/open/floor/engine, @@ -42426,6 +42757,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"vuv" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "vuO" = ( /obj/structure/cable{ icon_state = "2-4" @@ -42531,6 +42872,17 @@ /obj/item/stamp/cmo, /turf/open/floor/carpet/exoticblue, /area/crew_quarters/heads/cmo) +"vxX" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 13; + id = "ferry_home"; + name = "port bay 2"; + width = 5 + }, +/turf/open/space/basic, +/area/space) "vyw" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/machinery/door/poddoor/shutters{ @@ -42745,9 +43097,7 @@ /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 }, -/obj/machinery/computer/security{ - dir = 1 - }, +/obj/machinery/vending/wardrobe/sec_wardrobe, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "vDI" = ( @@ -43091,6 +43441,19 @@ }, /turf/open/floor/plasteel, /area/security/prison) +"vMo" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "vMp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment, @@ -43271,6 +43634,15 @@ "vRl" = ( /turf/open/floor/plasteel/showroomfloor, /area/security/warden) +"vRm" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/arrow_ccw{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) "vRq" = ( /obj/structure/table/wood, /obj/machinery/light/small{ @@ -43556,9 +43928,9 @@ /turf/open/floor/plasteel, /area/clerk) "vWu" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Output to Port" +/obj/machinery/atmospherics/components/binary/valve{ + dir = 8; + name = "Output to Space" }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -43644,7 +44016,14 @@ pixel_y = 28 }, /obj/structure/table/wood, -/obj/item/flashlight/lamp/green, +/obj/item/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 2 + }, /turf/open/floor/wood, /area/security/detectives_office) "vZM" = ( @@ -43678,7 +44057,6 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/item/wrench, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 @@ -43704,19 +44082,6 @@ }, /turf/open/floor/carpet/purple, /area/chapel/main) -"wbP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) "wbW" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -43820,6 +44185,15 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/surgery) +"weL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "wfe" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -44157,18 +44531,15 @@ /turf/open/floor/plating, /area/medical/medbay/lobby) "wod" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/customs"; - dir = 1; - name = "Security Checkpoint APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "woB" = ( @@ -44220,26 +44591,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/heads/captain) -"wph" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/checkpoint/customs) "wpp" = ( /obj/structure/chair{ dir = 4 @@ -44949,7 +45300,7 @@ }, /obj/machinery/computer/atmos_control/tank/air_tank{ dir = 4; - sensors = list("air_sensor"="Tank") + sensors = list("air_sensor" = "Tank") }, /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -45019,6 +45370,16 @@ /obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/plasteel, /area/quartermaster/storage) +"wKe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "wKh" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/bz, @@ -45053,6 +45414,13 @@ /obj/machinery/vending/wardrobe/robo_wardrobe, /turf/open/floor/plasteel, /area/science/robotics/lab) +"wMw" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) "wNm" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -45523,6 +45891,11 @@ /obj/machinery/cell_charger, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) +"xan" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "xao" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -45726,6 +46099,10 @@ }, /turf/open/floor/plating, /area/hallway/primary/central) +"xed" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) "xeh" = ( /obj/machinery/door/window/westleft{ dir = 2; @@ -46410,13 +46787,9 @@ /turf/open/floor/plasteel, /area/quartermaster/storage) "xus" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/plasteel/stairs/goon/stairs2_wide{ dir = 1 }, -/turf/open/floor/plasteel, /area/hallway/secondary/entry) "xut" = ( /obj/effect/spawner/structure/window/reinforced/shutter, @@ -46543,6 +46916,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/foyer) +"xyg" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) "xyy" = ( /obj/effect/turf_decal/arrows/white{ color = "#99ccff"; @@ -46914,6 +47294,13 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plasteel, /area/engine/engineering) +"xHJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) "xHK" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -47298,6 +47685,13 @@ "xRw" = ( /turf/open/floor/engine, /area/escapepodbay) +"xRy" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) "xRz" = ( /obj/machinery/holopad, /obj/effect/turf_decal/trimline/neutral/filled/corner, @@ -47766,6 +48160,15 @@ dir = 1 }, /obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/customs"; + dir = 1; + name = "Security Checkpoint APC"; + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, /turf/open/floor/plasteel, /area/security/checkpoint/customs) "ybJ" = ( @@ -62933,11 +63336,11 @@ vRP vRP vRP vRP -vRP -vRP -vRP -vRP -vRP +aCD +fxM +eAV +fxM +aCD vRP vRP vRP @@ -63188,14 +63591,14 @@ vRP vRP vRP vRP -vRP -vRP -vRP -fxM -eAV -fxM aCD -ubS +aCD +aCD +orF +xHm +orF +aCD +aCD ubS aCD ubS @@ -63446,12 +63849,12 @@ vRP vRP vRP vRP -vRP -vRP +aCD +orF +orF +dck orF -xHm orF -aCD aCD vRP aCD @@ -63704,10 +64107,10 @@ vRP vRP vRP vRP -orF -orF -dck -orF +uFm +bIz +luE +wJP orF aCD hoI @@ -63961,10 +64364,10 @@ vRP vRP vRP vRP -uFm -bIz -luE -wJP +orF +ryE +ufA +xSg orF aCD hoI @@ -64217,11 +64620,11 @@ ubS aCD ubS aCD -ubS +aCD orF -ryE -ufA -xSg +qVE +xHK +rtV orF aCD hoI @@ -64472,13 +64875,13 @@ tkl tkl tkl tkl -tkl -tkl +aCD jsn orF -qVE -xHK -rtV +orF +ryE +wnM +xSg orF vRP hoI @@ -64728,14 +65131,14 @@ vAZ pzp aCD aCD -aCD -aCD tkl -toS orF -ryE -wnM -xSg +xRy +orF +cHY +nWD +mrm +bpY orF aCD hoI @@ -64986,13 +65389,13 @@ kRf tkl aCD tkl -aCD -tkl +xed +oKD pQf snA koo mrm -fVS +cdZ orF aCD nda @@ -65242,17 +65645,17 @@ vAZ pzp tkl aCD -aCD -aCD tkl +xed +oKD +toS toS -iGG vWu mrm -cdZ +aTk +orF +orF orF -aCD -jjX fNw wIR rOC @@ -65500,15 +65903,15 @@ kRf tkl aCD tkl -tkl -tkl -toS -qOm +xed +ggd +iui +iui aSR -mrm +cdd qHc -orF -orF +suA +xWd orF pyf sGB @@ -65759,14 +66162,14 @@ aCD tkl orF orF -dfW +orF nKV waO bvS kNJ iqI -xWd -orF +toS +xed iJF sLY lGx @@ -68591,10 +68994,10 @@ bxL fTJ pTI bod -eFb -paO -paO -paO +xTt +xTt +xTt +xTt xTt fMN sIn @@ -88410,9 +88813,9 @@ vIw vIw vIw uzX -tkl -tkl -tkl +vRP +vRP +vRP tkl tkl tkl @@ -88668,8 +89071,8 @@ vIw vIw uzX tkl -aCD -aCD +tkl +tkl ubS ubS ubS @@ -88925,7 +89328,7 @@ uli vIw uzX tkl -vRP +aCD aCD vRP aCD @@ -89425,9 +89828,10 @@ eMS vRP aCD tkl -aCD -seF -uqY +tkl +xHJ +xTV +xTV xTV xTV xTV @@ -89438,11 +89842,10 @@ xTV xTV xTV xTV +uqY +uqY xNw ubS -ubS -aCD -ubS tTD tTD tTD @@ -89677,32 +90080,32 @@ oYc oYc oYc qZW -gCc +cka eMS aCD aCD +vRP +vRP +vRP tkl -tkl -tkl -tkl -tkl -aCD vRP vRP -axt vRP vRP -aCD -tkl -ubS -jta -aCD vRP vRP vRP vRP vRP vRP +tkl +vRP +ubS +pCt +aCD +vRP +vRP +vRP vRP vRP vRP @@ -89934,28 +90337,28 @@ pQE pQE fhN xzo -cka -eMS -vRP -vRP -aCD -vRP -aCD -vRP +tSW +tSW +tSW +tSW +tSW +lMA +tkl +tkl +tkl +tkl +tkl +tkl +tkl +tkl +tkl +tkl +tkl +tkl tkl -vRP -vRP -vRP -vRP -vRP -vRP -vRP tkl ubS -aCD -ubS -vRP -vRP +jta vRP vRP vRP @@ -90192,29 +90595,29 @@ tSW tSW tSW tSW +kgs +rwf +eYU +rMu lMA -sqz -sqz -sqz -lMA -sqz aCD -tkl -vRP -vRP vRP vRP vRP vRP vRP -tkl -ubS -vRP -vRP vRP vRP vRP vRP +aCD +aCD +aCD +tkl +aCD +aCD +aCD +aCD vRP vRP vRP @@ -90448,14 +90851,11 @@ gUI lLz gAq asc -wbP +tSW kbG -iBB +vvd kPZ oaC -atT -sqz -sqz sqz vRP vRP @@ -90464,14 +90864,17 @@ vRP vRP vRP vRP -tkl -ubS vRP vRP vRP vRP vRP vRP +tkl +ubS +aCD +vRP +vRP vRP vRP vRP @@ -90702,18 +91105,17 @@ gbh ady bJT nPi -lzE -lzE -eKr +vvd +nRs +vvd qSn -kMb -aAR -gCL -aAR -eVX -bYN -aNH -hDt +nPi +vvd +kPZ +rwl +sqz +vRP +vRP vRP vRP vRP @@ -90721,12 +91123,13 @@ vRP vRP vRP vRP -tkl -aCD vRP vRP vRP vRP +tkl +aCD +vRP vRP vRP vRP @@ -90957,20 +91360,19 @@ lzE lDT vds pFz -bND +lzE hTG -vvd +dmu ofj -qGF +lzE jWH -kJv +lzE oAE -ckA -vvd -vaq -cjI -tSW +kPZ +rwl sqz +voj +vRP vRP vRP vRP @@ -90978,12 +91380,13 @@ vRP vRP vRP vRP -tkl -aCD vRP vRP vRP vRP +tkl +ubS +vRP vRP vRP vRP @@ -91213,21 +91616,19 @@ ahf vvd eDL tpx -ken -waL -adu +ovx +vvd +vvd +hMn vvd vvd -mDo xus -rCa -aAR -blt -aAR -jJf -bYN -cUR -hDt +vvd +pvs +kPZ +rwl +sqz +vRP vRP vRP vRP @@ -91235,13 +91636,14 @@ vRP vRP vRP vRP -tkl -ubS vRP vRP vRP vRP vRP +tkl +aCD +vRP vRP vRP vRP @@ -91257,6 +91659,7 @@ vRP vRP vRP vRP +cFo vRP vRP vRP @@ -91470,20 +91873,17 @@ kyA rpt dmY iMU -iFa -tSW +ovx +uRD tjM jrO jrO -jrO +drH tDz oRf -sfo +uTz kqi -sfo -ohh -sqz -sqz +aTn sqz vRP vRP @@ -91492,14 +91892,17 @@ vRP vRP vRP vRP -tkl -ubS vRP vRP vRP vRP vRP vRP +tkl +aCD +vRP +vRP +vRP vRP vRP vRP @@ -91727,21 +92130,19 @@ kyA iTl nou bcr -iFa -tSW +ovx +xan pKx faQ -wph faQ -uhZ +faQ +pKx bPm -sqz -tyo -sqz -kqq -sqz +pvs +kPZ +hGQ +lMA aCD -tkl vRP vRP vRP @@ -91749,6 +92150,11 @@ vRP vRP vRP vRP +vRP +vRP +aCD +aCD +aCD tkl ubS vRP @@ -91764,9 +92170,6 @@ vRP vRP vRP vRP -cFo -vRP -vRP vRP vRP vRP @@ -91984,33 +92387,33 @@ kyA aeL dxR lvU -dJf -aSG +ovx +pEG pKx rBq bwD vDA -uhZ -sqz +pKx +dvd +wKe +vuv +lMA +lMA +tkl +tkl +tkl sqz -bpR -tSW +oCk sqz +oCk sqz -aCD tkl -vRP -vRP -vRP -vRP -vRP -vRP -vRP tkl -aCD -vRP -vRP -vRP +tkl +tkl +tkl +tkl +ubS vRP vRP vRP @@ -92247,35 +92650,35 @@ pKx vgB mYp ein -uhZ -aCD -cjI +pKx +jty +bem ryX -sqz +lMA +aCD aCD vRP aCD -tkl +sqz +gTU +tSW +gKR +sqz aCD -vRP -vRP -vRP -vRP -vRP aCD +aCD +tkl +tkl tkl aCD -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP +kNY +aCD +aCD +kNY +aCD +aCD +aCD +bOl vRP vRP vRP @@ -92504,24 +92907,24 @@ lEl vrX eUd iJg -uhZ -vRP -vRP +faQ +kOf +lBO nQs -vRP -aCD -aCD -aCD -tkl -aCD -vRP -vRP -vRP -vRP -vRP +lMA +lMA +sqz +sqz +sqz +sqz +sdN +hzH +sdN +rYz +lMA +lMA aCD tkl -ubS vRP vRP vRP @@ -92761,24 +93164,24 @@ pKx wod dvp nXs -uhZ -vRP -vRP -vRP -vRP -vRP -aCD -aCD -tkl -aCD -vRP -vRP -vRP -vRP -vRP -aCD -tkl -ubS +nuF +saJ +lBO +ruW +aAh +dph +aAh +aAh +gUA +aAh +uTC +aAh +bLK +mvb +jcS +lMA +lMA +sqz vRP vRP vRP @@ -93018,25 +93421,25 @@ uhZ ybr rjN rrI -uhZ -vRP -vRP -vRP -vRP -vRP -vRP -aCD -tkl -tkl -tkl -tkl -tkl -tkl -tkl -tkl -tkl -ubS -vRP +faQ +gWI +tAI +aAR +aAR +blt +aAR +aAR +oNK +aAR +pDa +aAR +dow +kdS +nHG +ayD +tZZ +wMw +vxX vRP vRP vRP @@ -93276,23 +93679,23 @@ gBR uhZ uhZ uhZ -vRP -vRP -vRP -vRP -vRP -vRP -ubS -ubS -aCD -aCD -ubS -ubS -ubS -aCD -aCD -ubS -ubS +vRm +hFb +ilm +sfo +hVn +sfo +sVU +vvd +vvd +nQs +sfo +vMo +dLR +njt +rYz +sqz +cjI vRP vRP vRP @@ -93532,24 +93935,24 @@ hrW wja noP sDq -xut -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP +aLl +tSW +tSW +tSW +rYz +iWJ +tSW +uZS +vvd +vvd +vaq +rYz +kpR +rYz +lMA +lMA +aCD +tkl vRP vRP vRP @@ -93789,35 +94192,35 @@ xrK hNn aMP ddu -xut -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP +aLl +aCD +aCD +aCD +sqz +bpR +tSW +xyg +pCR +weL +suP +tSW +hoH +sqz +tkl +tkl +tkl +tkl +tkl +tkl +aCD +kNY +aCD +aCD +kNY +aCD +aCD +aCD +bOl vRP vRP vRP @@ -94047,20 +94450,20 @@ xut aLl aLl aLl +aCD vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP -vRP +aCD +sqz +dIU +sqz +sqz +sqz +sqz +sqz +sqz +bDJ +sqz +aCD vRP vRP vRP @@ -94315,7 +94718,7 @@ vRP vRP vRP vRP -vRP +brN vRP vRP vRP @@ -94560,7 +94963,7 @@ wjS vRP aLl aCD -vRP +aCD vRP vRP vRP @@ -94817,7 +95220,7 @@ vRP vRP aLl aCD -aCD +vRP vRP vRP vRP @@ -96885,7 +97288,7 @@ vRP vRP vRP vRP -cFo +vRP vRP vRP vRP @@ -98706,7 +99109,7 @@ vRP vRP vRP vRP -vRP +cFo vRP vRP vRP @@ -99456,7 +99859,7 @@ vRP vRP vRP vRP -vRP +cFo vRP vRP vRP diff --git a/_maps/map_files/IceBox/IceBox.dmm b/_maps/map_files/IceBox/IceBox.dmm deleted file mode 100644 index 74f2df9764bd..000000000000 --- a/_maps/map_files/IceBox/IceBox.dmm +++ /dev/null @@ -1,129732 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aab" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "space shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aac" = ( -/obj/structure/chair, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aad" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aae" = ( -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aaf" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aag" = ( -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aah" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aai" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"aaj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aak" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/prison) -"aal" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/prison) -"aam" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/prison) -"aan" = ( -/obj/machinery/modular_computer/console/preset/curator{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aao" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aap" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating{ - luminosity = 2 - }, -/area/security/prison) -"aaq" = ( -/obj/structure/closet/secure_closet/lethalshots, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aat" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aau" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aav" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aaw" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aax" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/carrot, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aay" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/glowshroom, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Common Room North"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaz" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/box/breacherslug, -/obj/item/storage/box/breacherslug, -/obj/item/gun/ballistic/shotgun/automatic/breaching, -/obj/item/gun/ballistic/shotgun/automatic/breaching, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaA" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/guncase/shotgun, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/gun/ballistic/shotgun/riot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaB" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aaC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"aaD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"aaE" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"aaG" = ( -/obj/structure/window/reinforced, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aaI" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/cardboard, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aaJ" = ( -/obj/structure/table/reinforced, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aaK" = ( -/obj/structure/table/reinforced, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aaL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aaM" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aaN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aaO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aaP" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aaQ" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aaR" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aaS" = ( -/obj/item/reagent_containers/food/snacks/egg/yellow, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aaT" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aaV" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aaW" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"aaX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"aaY" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"aaZ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aba" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"abb" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/prison"; - dir = 4; - name = "Prison Wing APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abc" = ( -/turf/closed/wall, -/area/security/execution/transfer) -"abd" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"abe" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel, -/area/science/mixing) -"abf" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"abg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"abh" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"abi" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"abj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abk" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24; - pixel_y = 10 - }, -/obj/structure/table/wood, -/obj/item/radio/off, -/obj/item/taperecorder, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abl" = ( -/obj/machinery/vending/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abm" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"abn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"abo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"abp" = ( -/turf/closed/wall, -/area/security/main) -"abq" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hos) -"abr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "space shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"abs" = ( -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"aby" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"abz" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"abA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"abC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"abD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"abF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/prison) -"abG" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/hydroponics/soil, -/obj/item/plant_analyzer, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abH" = ( -/obj/machinery/light, -/obj/machinery/status_display/supply{ - pixel_y = -30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"abI" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"abJ" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -1; - pixel_y = -3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"abK" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt3"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"abL" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt2"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"abM" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"abN" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/machinery/camera{ - c_tag = "Clerk's office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/clerk) -"abO" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abQ" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/item/assembly/voice{ - pixel_x = -3 - }, -/obj/item/assembly/voice{ - pixel_x = 8; - pixel_y = -6 - }, -/obj/item/assembly/voice{ - pixel_x = -4; - pixel_y = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"abR" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abS" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "space shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"abU" = ( -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"abV" = ( -/obj/machinery/computer/security, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abW" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abX" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"abY" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"abZ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"acd" = ( -/turf/closed/wall, -/area/security/prison) -"ace" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell3"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt3"; - name = "Cell 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acf" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell2"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"acg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "permacell1"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"aci" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel, -/area/clerk) -"acj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/hos, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching checkpoints."; - dir = 8; - layer = 4; - name = "Security Checkpoint Monitor"; - network = list("chpt"); - pixel_x = 30 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ack" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/brig"; - dir = 1; - name = "Brig APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acn" = ( -/obj/item/storage/secure/safe/HoS{ - pixel_x = 35 - }, -/obj/structure/closet/secure_closet/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aco" = ( -/obj/structure/closet/bombcloset/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acp" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/analyzer, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"acq" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acr" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acs" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Head of Security's Office"; - dir = 4 - }, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"act" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_y = 30 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -31 - }, -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/storage/box/deputy, -/obj/machinery/button/door{ - id = "hosspace"; - name = "Space Shutters Control"; - pixel_x = -26; - pixel_y = 34 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acu" = ( -/obj/machinery/computer/card/minor/hos, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acw" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"acx" = ( -/obj/structure/grille, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"acy" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"acA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acC" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 3"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/prison) -"acD" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt1"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"acE" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 2"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/prison) -"acF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/clerk) -"acG" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acH" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 1"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/prison) -"acJ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Space" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"acK" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plasteel, -/area/security/prison) -"acL" = ( -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/clerk) -"acM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/paramedic) -"acN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"acO" = ( -/obj/structure/closet/l3closet/security, -/obj/machinery/camera{ - c_tag = "Brig Equipment Room"; - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acP" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/scrubber, -/obj/item/book/manual/wiki/toxins, -/obj/item/storage/firstaid/toxin, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"acQ" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acR" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acS" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acT" = ( -/obj/machinery/door/window/eastleft{ - name = "armoury desk"; - req_access_txt = "1" - }, -/obj/machinery/door/window/westleft{ - name = "armoury desk"; - req_access_txt = "3" - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acU" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/security/main) -"acV" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"acW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"acX" = ( -/obj/item/assembly/igniter{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = -8 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"acY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ada" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"add" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"adf" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"adg" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 4; - name = "Toxins Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/machinery/portable_atmospherics/canister, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"adh" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adi" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = -1; - pixel_y = -2 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"adj" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"adk" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"adl" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"adn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"ado" = ( -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"adp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adr" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/security/main) -"ads" = ( -/obj/structure/lattice, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"adt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"adu" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adv" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adw" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"adx" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"ady" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adA" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"adC" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adF" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"adG" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"adH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adI" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adJ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"adL" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adP" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adQ" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"adR" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"adS" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"adW" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"adX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"adY" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"adZ" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"aef" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeg" = ( -/obj/machinery/door/poddoor{ - id = "mixvent"; - name = "Mixer Room Vent" - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aeh" = ( -/obj/machinery/button/door{ - id = "permacell3"; - name = "Cell 3 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 3"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aei" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"aej" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aek" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"ael" = ( -/obj/machinery/button/door{ - id = "permacell2"; - name = "Cell 2 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aem" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aen" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Prison Hallway"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeo" = ( -/obj/machinery/sparker/toxmix{ - id = "mixingsparker"; - pixel_x = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aep" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"aeq" = ( -/obj/machinery/button/door{ - id = "permacell1"; - name = "Cell 1 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aer" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aes" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aet" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aeu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aev" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aew" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aex" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"aey" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aez" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeA" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aeB" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"aeC" = ( -/obj/machinery/camera{ - c_tag = "Security Escape Pod"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/security/main) -"aeD" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"aeE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"aeF" = ( -/obj/item/reagent_containers/food/snacks/egg/yellow, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aeG" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"aeL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeM" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"aeP" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aeS" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"aeT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Prisoner Transfer Centre"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aeU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeV" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeW" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Brig Control Room"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aeX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"aeY" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aeZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"afa" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 1; - height = 4; - name = "escape pod three loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/three; - width = 3 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"afb" = ( -/obj/machinery/recharger, -/obj/structure/table, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afc" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afd" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afe" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"aff" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afg" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afh" = ( -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"afi" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"afk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afl" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/security/main) -"afo" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/main) -"afp" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 4; - id = "pod_lavaland3"; - name = "Moon Mine" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"afq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"afr" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"afs" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/air_sensor/atmos/toxins_mixing_tank, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"afu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/main) -"afx" = ( -/obj/machinery/flasher{ - id = "PCell 3"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afz" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afA" = ( -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"afB" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afD" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afE" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"afF" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afG" = ( -/obj/structure/table, -/obj/item/storage/box/hug, -/obj/item/razor{ - pixel_x = -6 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afH" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afJ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 1; - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afK" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"afL" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afM" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"afN" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afO" = ( -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"afP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"afQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/security/main) -"afR" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "tox_airlock_exterior"; - name = "Mixing Room Exterior Airlock"; - req_access_txt = "8" - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"afS" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afT" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afU" = ( -/turf/open/floor/plasteel, -/area/security/main) -"afV" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/turf/open/floor/plasteel, -/area/security/main) -"afW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"afX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"afY" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afZ" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aga" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"agc" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/main) -"agd" = ( -/obj/effect/turf_decal/stripes, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"age" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"agf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"agg" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore/secondary"; - dir = 1; - name = "Secondary Fore Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"agi" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"agj" = ( -/turf/closed/wall, -/area/security/brig) -"agk" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"agl" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agm" = ( -/obj/machinery/suit_storage_unit/command, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"agn" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"ago" = ( -/obj/machinery/computer/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agp" = ( -/obj/machinery/computer/prisoner, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agq" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"agr" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ags" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agt" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agu" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agw" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/obj/item/gun/energy/laser/practice, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"agz" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agA" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agB" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel, -/area/security/main) -"agD" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"agE" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"agF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"agG" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"agH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agI" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agJ" = ( -/obj/item/cigbutt, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agK" = ( -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agM" = ( -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agN" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agO" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ - dir = 4 - }, -/obj/machinery/sparker/toxmix{ - id = "mixingsparker"; - pixel_x = 25 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"agP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"agQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"agS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agT" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agU" = ( -/obj/structure/lattice, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"agV" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"agX" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agY" = ( -/obj/structure/table, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"aha" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"ahb" = ( -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"ahc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahd" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel, -/area/security/main) -"ahe" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"ahg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahi" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"ahj" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Security Delivery"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/main) -"ahk" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ahl" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Security" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/main) -"ahm" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahn" = ( -/turf/closed/wall, -/area/maintenance/fore/secondary) -"aho" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ahp" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahq" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahr" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ahs" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 24 - }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aht" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahu" = ( -/obj/item/storage/box/bodybags, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/item/reagent_containers/syringe{ - name = "steel point" - }, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahv" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/warden"; - dir = 8; - name = "Brig Control APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahw" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = 24; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ahx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahz" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/machinery/camera{ - c_tag = "Testing Chamber"; - network = list("test","rd") - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"ahA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahB" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ahC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahD" = ( -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahE" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahF" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ahG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahJ" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/chair, -/obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ahL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahN" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/main"; - dir = 4; - name = "Security Office APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"ahO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/turf/open/floor/plating, -/area/science/misc_lab) -"ahP" = ( -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahQ" = ( -/obj/structure/closet/secure_closet/warden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahR" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"ahS" = ( -/obj/structure/table, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ahU" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ahV" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahW" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/camera{ - c_tag = "Brig Infirmary"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ahX" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahY" = ( -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ahZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aia" = ( -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aib" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aic" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aid" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aie" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/hand_labeler, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aif" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aig" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aih" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aii" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aij" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aik" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"ail" = ( -/obj/machinery/camera{ - c_tag = "Brig Interrogation"; - dir = 8; - network = list("interrogation") - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aim" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ain" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aio" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms"; - name = "Dormitory APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aip" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiq" = ( -/obj/machinery/camera{ - c_tag = "Security Office"; - dir = 1 - }, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"air" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/lawoffice) -"ais" = ( -/obj/structure/filingcabinet, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ait" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"aiw" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aix" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aiy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aiC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aiD" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aiE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aiF" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aiG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiH" = ( -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"aiI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiJ" = ( -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Armory Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/southleft{ - name = "Reception Desk"; - req_access_txt = "63" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aiK" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aiL" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aiM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aiN" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aiO" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aiP" = ( -/obj/machinery/meter{ - target_layer = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aiQ" = ( -/obj/machinery/camera{ - c_tag = "Brig East" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aiS" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors/explored) -"aiT" = ( -/turf/closed/wall, -/area/security/processing) -"aiU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"aiV" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"aiW" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aiX" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"aiY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aja" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness"; - name = "Fitness Room APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/sign/departments/minsky/engineering/atmospherics{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ajb" = ( -/obj/item/stack/rods, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"ajc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"aje" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajh" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/courtroom, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/item/gavelhammer, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aji" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajj" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajk" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajl" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ajn" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajo" = ( -/turf/closed/wall, -/area/security/courtroom) -"ajp" = ( -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajq" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"ajr" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/bed, -/obj/item/bedsheet/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"ajs" = ( -/obj/machinery/gulag_processor, -/turf/open/floor/plasteel, -/area/security/processing) -"ajt" = ( -/obj/machinery/computer/prisoner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aju" = ( -/obj/machinery/computer/security{ - name = "Labor Camp Monitoring"; - network = list("labor") - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ajw" = ( -/obj/structure/table, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_y = -4; - req_access_txt = "55" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ajx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"ajy" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber North"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"ajD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/science/misc_lab) -"ajE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ajG" = ( -/obj/machinery/light, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajI" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajJ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock North" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajK" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hos"; - dir = 8; - name = "Head of Security's Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ajL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajN" = ( -/obj/machinery/door/airlock/security{ - name = "Brig"; - req_access_txt = "63; 42" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajO" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Court)" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajQ" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajR" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajS" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"ajT" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajU" = ( -/obj/machinery/door/window/southleft{ - name = "Court Cell"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ajW" = ( -/turf/closed/wall, -/area/engine/foyer) -"ajX" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ajY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security{ - name = "Labor Shuttle"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aka" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"akd" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) -"ake" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Brig West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"akh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aki" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akk" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"akl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"akm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akn" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ako" = ( -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akq" = ( -/obj/machinery/camera{ - c_tag = "Brig Central"; - dir = 1 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akr" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/taperecorder, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aks" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"akt" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aku" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Testing Lab West"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akv" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akw" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"akx" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aky" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akz" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/taperecorder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akA" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/icemoon/surface/outdoors) -"akC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/misc_lab) -"akD" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"akE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"akF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akG" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/processing) -"akH" = ( -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"akI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akJ" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akM" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akO" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"akP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/security/brig) -"akR" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"akS" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Test Chamber Monitor"; - network = list("test"); - pixel_x = 30 - }, -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"akT" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"akU" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akV" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akW" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"akX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"akY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"akZ" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"ala" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"alb" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alc" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ald" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ale" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alf" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/science/misc_lab) -"alg" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"alh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ali" = ( -/turf/closed/wall, -/area/icemoon/surface/outdoors) -"alj" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"all" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab"; - dir = 8; - name = "Testing Lab APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alm" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aln" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"alo" = ( -/turf/closed/wall/r_wall, -/area/icemoon/surface/outdoors) -"alp" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/security/processing) -"alq" = ( -/turf/open/floor/plasteel, -/area/security/processing) -"alr" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"als" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alt" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"alw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"aly" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"alz" = ( -/obj/machinery/button/door{ - id = "briggate"; - name = "Desk Shutters"; - pixel_x = -26; - pixel_y = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/button/flasher{ - id = "brigentry"; - pixel_x = -28; - pixel_y = -8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alA" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/eastleft{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alB" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alD" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alE" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"alF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alG" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alI" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alJ" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"alL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; - dir = 8; - name = "Courtroom APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"alM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alN" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alO" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/processing) -"alP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/fore) -"alQ" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"alR" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"alS" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"alT" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Port Bow Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alV" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alW" = ( -/turf/closed/wall, -/area/maintenance/fore) -"alX" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Testing Lab East"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"alZ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ama" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"amb" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"amc" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amd" = ( -/obj/machinery/autolathe, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ame" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"amf" = ( -/obj/structure/bed, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/brig) -"amg" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amh" = ( -/obj/structure/bed, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/brig) -"ami" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"amj" = ( -/obj/structure/bed, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/brig) -"amk" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/brig) -"aml" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/button/door{ - id = "innerbrig"; - name = "Brig Interior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 5; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "outerbrig"; - name = "Brig Exterior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = -5; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amm" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/eastright{ - name = "Brig Desk"; - req_access_txt = "2" - }, -/obj/item/restraints/handcuffs, -/obj/item/radio/off, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amn" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amo" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/brig) -"amr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom) -"ams" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"amt" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"amu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amv" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amx" = ( -/obj/item/cigbutt/cigarbutt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amy" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amA" = ( -/obj/structure/bed, -/obj/effect/landmark/xeno_spawn, -/obj/item/bedsheet, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amB" = ( -/obj/machinery/door/poddoor/preopen{ - id = "briggate"; - name = "security blast door" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"amC" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amD" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amE" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amF" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amG" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amH" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"amJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"amK" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/security/processing) -"amL" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"amM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/processing) -"amN" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"amO" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"amP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"amQ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"amR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"amS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"amT" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/southleft{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amU" = ( -/obj/machinery/button/flasher{ - id = "cell4"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amV" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amW" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"amX" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amY" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"amZ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ana" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anc" = ( -/turf/open/floor/plating, -/area/maintenance/fore) -"and" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ane" = ( -/obj/machinery/computer/slot_machine{ - balance = 15; - money = 500 - }, -/obj/item/coin/iron, -/obj/item/coin/diamond, -/obj/item/coin/diamond, -/obj/item/coin/diamond, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anf" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/item/toy/sword, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ang" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/obj/item/trash/plate, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ani" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"anj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/fore"; - dir = 8; - name = "Port Bow Solar APC"; - pixel_x = -25 - }, -/obj/machinery/camera{ - c_tag = "Fore Port Solar Control"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ank" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anl" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anm" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ann" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ano" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anq" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/warden, -/obj/machinery/button/door{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_x = -27; - pixel_y = 8; - req_access_txt = "2" - }, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"anr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/warrant{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ant" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"anw" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"anx" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"any" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anA" = ( -/obj/item/trash/sosjerky, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anB" = ( -/obj/item/electronics/airalarm, -/obj/item/circuitboard/machine/seed_extractor, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/courtroom) -"anD" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/box; - width = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"anE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anF" = ( -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anG" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anH" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anL" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anM" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"anO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anP" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Labor Shuttle"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anR" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Courtroom South"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anS" = ( -/obj/structure/sign/plaques/golden{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"anT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anU" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anV" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"anX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anZ" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aob" = ( -/obj/machinery/camera{ - c_tag = "Detective's Office" - }, -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aoc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aod" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aoe" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aof" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Bow Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aog" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"aoh" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoi" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/monkey_recycler, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aok" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aol" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aom" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aon" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoo" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA"; - location = "Security" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoq" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aor" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aos" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aot" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aou" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aov" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aow" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway East"; - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aox" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/meter{ - target_layer = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoz" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoA" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoB" = ( -/obj/structure/filingcabinet/employment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aoC" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aoE" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoF" = ( -/obj/effect/decal/cleanable/food/egg_smudge, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoG" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aoH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aoI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoK" = ( -/mob/living/simple_animal/pet/dog/pug{ - desc = "Much better at protecting the armory than your average warden."; - name = "Warden Jacob"; - real_name = "Warden Jacob" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aoL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoM" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoN" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"aoO" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Starboard Bow Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aoP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aoQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/structure/sign/departments/minsky/engineering/atmospherics{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aoR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aoS" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aoT" = ( -/obj/machinery/camera{ - c_tag = "Fore Port Solar Access" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoZ" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apa" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"apb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"apc" = ( -/obj/structure/sign/departments/minsky/security/security, -/turf/closed/wall, -/area/hallway/primary/fore) -"apd" = ( -/turf/closed/wall, -/area/security/detectives_office) -"ape" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apf" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"apg" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aph" = ( -/turf/closed/wall, -/area/lawoffice) -"api" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"apj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/engine/foyer) -"apk" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plating, -/area/icemoon/surface/outdoors) -"apl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"apm" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"apo" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"app" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apq" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apr" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/icemoon/surface/outdoors) -"aps" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apw" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apx" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apy" = ( -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apz" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apA" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apB" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apC" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apD" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apE" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"apG" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/janitor) -"apH" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"apI" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/window{ - name = "AI Core Door"; - req_access_txt = "16" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"apJ" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"apK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = 24 - }, -/obj/machinery/flasher{ - pixel_x = -10; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"apL" = ( -/obj/item/reagent_containers/food/snacks/egg/yellow, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"apM" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apN" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"apO" = ( -/obj/structure/bed, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apP" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"apQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"apS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"apT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apU" = ( -/obj/structure/lattice, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"apV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apW" = ( -/obj/structure/table, -/obj/item/stamp, -/obj/item/poster/random_official, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/lawoffice) -"apY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/lawoffice) -"apZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aqa" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqb" = ( -/obj/machinery/button/door{ - id = "kanyewest"; - name = "Privacy Shutters"; - pixel_y = 24 - }, -/obj/item/storage/briefcase, -/obj/structure/rack, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aqc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqd" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/security/processing) -"aqg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aqh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aqi" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqj" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqk" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/electrical"; - dir = 1; - name = "Electrical Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aql" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"aqm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqn" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqo" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"aqp" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/obj/item/extinguisher, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqq" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aqs" = ( -/obj/machinery/camera{ - c_tag = "Engineering Escape Pod"; - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aqt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aqu" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqv" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/starboard/fore"; - dir = 8; - name = "Starboard Bow Solar APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aqw" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aqx" = ( -/obj/machinery/camera{ - c_tag = "Fore Starboard Solars"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aqy" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/fore) -"aqz" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqA" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqB" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqD" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqG" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqH" = ( -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Shutters"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "3" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aqI" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aqJ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqL" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqN" = ( -/obj/machinery/door/window, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aqO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aqP" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"aqQ" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqR" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqS" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plating, -/area/security/processing) -"aqT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aqU" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aqV" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aqW" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"aqX" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aqY" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Law office"; - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/lawoffice) -"aqZ" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ara" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "surgery_shutters"; - name = "Surgery shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/sleeper) -"arc" = ( -/obj/structure/rack, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ard" = ( -/obj/machinery/door/poddoor/preopen{ - id = "lawyer_blast"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/lawoffice) -"are" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"arf" = ( -/turf/closed/wall, -/area/crew_quarters/dorms) -"arh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ari" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"arj" = ( -/turf/closed/wall, -/area/crew_quarters/fitness) -"ark" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"arl" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"arn" = ( -/obj/structure/closet/athletic_mixed, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aro" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"arp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"arq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arr" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ars" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 1; - name = "EVA Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"art" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/coin/gold, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aru" = ( -/obj/machinery/computer/slot_machine{ - balance = 15; - money = 500 - }, -/obj/item/coin/iron, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arv" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arw" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arx" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ary" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arz" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 1; - name = "Port Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arA" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arB" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"arC" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore) -"arD" = ( -/turf/closed/wall, -/area/ai_monitored/security/armory) -"arE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"arF" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arG" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"arH" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"arI" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 8; - name = "8maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arJ" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/fore"; - dir = 1; - name = "Starboard Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arL" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Starboard Solar Access" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arM" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arN" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arO" = ( -/obj/structure/table, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arP" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arQ" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"arR" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"arS" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arT" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"arU" = ( -/obj/item/coin/gold, -/obj/item/coin/iron, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arV" = ( -/obj/structure/closet, -/obj/item/coin/iron, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"arX" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"arY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/brig) -"arZ" = ( -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"asa" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"asb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asc" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asd" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ase" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asf" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"asg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ash" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm4"; - name = "Dorm 4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"asi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"asj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/lawoffice) -"ask" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"asl" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"asm" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"asn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aso" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "surgery_shutters"; - name = "Surgery shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/sleeper) -"asp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"asq" = ( -/obj/machinery/camera{ - c_tag = "Fitness Room" - }, -/obj/structure/closet/masks, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asr" = ( -/obj/structure/closet/boxinggloves, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/shoes/jackboots, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ass" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ast" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/security/holding{ - id = "Holding Cell"; - name = "Holding Cell" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"asv" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asx" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"asy" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asA" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"asB" = ( -/turf/closed/wall, -/area/maintenance/department/electrical) -"asC" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asD" = ( -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"asE" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"asF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"asG" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"asH" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"asI" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"asJ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"asK" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/ears/earmuffs, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"asL" = ( -/obj/item/paper/fluff/jobs/security/beepsky_mom, -/turf/open/floor/plating, -/area/security/processing) -"asM" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"asN" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asO" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asP" = ( -/obj/machinery/monkey_recycler, -/obj/item/reagent_containers/food/snacks/monkeycube, -/obj/item/reagent_containers/food/snacks/monkeycube, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asQ" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asR" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asS" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asT" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"asU" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"asV" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asW" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/item/healthanalyzer, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"asX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/nanite) -"asY" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "surgery_shutters"; - name = "Surgery shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/sleeper) -"asZ" = ( -/obj/structure/door_assembly/door_assembly_mai, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ata" = ( -/turf/open/floor/wood, -/area/lawoffice) -"atb" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"atc" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"atd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ate" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atf" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"atg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"ath" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ati" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"atj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"atk" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"atl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet{ - pixel_x = 2; - pixel_y = -2 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"atm" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"atn" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"ato" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"atp" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"atq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"atr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"ats" = ( -/obj/structure/table, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/circular_saw, -/turf/open/floor/plasteel/white/side, -/area/medical/sleeper) -"att" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/donut, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"atv" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"atw" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atx" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aty" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Armoury"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"atA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atC" = ( -/obj/item/stack/rods/fifty, -/obj/structure/rack, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atD" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atE" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"atF" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/maintenance/department/electrical) -"atG" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"atH" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/maintenance/department/electrical) -"atI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"atJ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/fore) -"atK" = ( -/turf/open/floor/plasteel/white, -/area/science/nanite) -"atL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"atM" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"atN" = ( -/turf/closed/wall/r_wall, -/area/science/nanite) -"atO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/machinery/button/door{ - id = "surgery_shutters"; - name = "Surgery shutters"; - pixel_x = -24; - pixel_y = 28; - req_access_txt = "45"; - req_one_access_txt = null - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/sleeper) -"atP" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"atQ" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm5"; - name = "Cabin 1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"atR" = ( -/obj/structure/chair/stool, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"atS" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plating, -/area/maintenance/fore) -"atT" = ( -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plating, -/area/maintenance/fore) -"atU" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plating, -/area/maintenance/fore) -"atV" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"atW" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Law Office Maintenance"; - req_access_txt = "38" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/maintenance/fore) -"atX" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"atY" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"atZ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aua" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aub" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"auc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aud" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"aue" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"auf" = ( -/obj/machinery/nanite_chamber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"aug" = ( -/obj/item/clothing/head/welding, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"auh" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/cartridge/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"aui" = ( -/obj/structure/table/wood, -/obj/item/camera/detective, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/light/small, -/turf/open/floor/carpet, -/area/security/detectives_office) -"auj" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"aul" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aum" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aun" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"auo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aup" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm6"; - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"auq" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aur" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"aus" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"aut" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"auu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"auw" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aux" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auy" = ( -/obj/machinery/computer/nanite_chamber_control{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Nanite Lab"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"auz" = ( -/obj/machinery/camera{ - c_tag = "Holodeck" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"auC" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/fore"; - dir = 8; - name = "Fore Primary Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway"; - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"auD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"auE" = ( -/obj/structure/table, -/obj/item/shard, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/shard{ - icon_state = "small" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auF" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auG" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"auH" = ( -/obj/machinery/button/door{ - id = "maint3"; - name = "Blast Door Control C"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auI" = ( -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"auJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"auK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"auL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"auM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"auN" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"auO" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"auP" = ( -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"auQ" = ( -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"auR" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auS" = ( -/obj/machinery/requests_console{ - department = "Crew Quarters"; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Dormitory North" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"auU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auV" = ( -/obj/item/nanite_remote{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/nanite_scanner{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"auW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auX" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"auY" = ( -/obj/machinery/flasher{ - id = "cell4"; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ava" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"avb" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avc" = ( -/turf/open/floor/plasteel, -/area/engine/foyer) -"avd" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ave" = ( -/obj/item/paper/crumpled, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"avf" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avh" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/fore) -"avi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avj" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"avk" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/fore) -"avl" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avn" = ( -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 1; - name = "Law Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avo" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"avp" = ( -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"avq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"avr" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 8; - name = "Detective's Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avs" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avx" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"avy" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"avz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"avA" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Detective Maintenance"; - req_access_txt = "4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avB" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"avC" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/mining/aux_base"; - dir = 8; - name = "Auxillary Base Construction APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avE" = ( -/obj/item/airlock_painter, -/obj/structure/lattice, -/obj/structure/closet, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"avG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"avH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"avI" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"avK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"avL" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avM" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/nanite_programmer, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"avN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"avO" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"avP" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/hallway/secondary/entry) -"avQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Auxillary Base Construction"; - dir = 8 - }, -/obj/machinery/computer/camera_advanced/base_construction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"avR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"avT" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "Dorm4"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"avU" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avX" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"avZ" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/machinery/button/door{ - id = "Dorm5"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"awa" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/machinery/button/door{ - id = "Dorm6"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"awb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awc" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awd" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awe" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"awf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awg" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"awh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chemical Storage"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awi" = ( -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awj" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"awk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"awm" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm3"; - name = "Dorm 3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awo" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awp" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awq" = ( -/obj/structure/table/wood, -/obj/item/coin/silver, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awr" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aws" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awt" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awu" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aww" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awx" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awz" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"awA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awB" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"awC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"awD" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"awF" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awG" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint3" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"awH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awK" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"awL" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awM" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awN" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awP" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 8; - id = "pod_lavaland1"; - name = "Moon Mine" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"awQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awS" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awU" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"awV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"awW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"awX" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"awY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"axa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"axb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"axc" = ( -/obj/structure/rack, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/assault_pod/mining, -/obj/machinery/computer/security/telescreen{ - desc = "Used for the Auxillary Mining Base."; - dir = 8; - name = "Auxillary Base Monitor"; - network = list("auxbase"); - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"axd" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"axe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/security/brig) -"axf" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod one loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod; - width = 3 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"axg" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = 25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axh" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"axi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axj" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"axk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axl" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"axn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"axo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/entry) -"axp" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"axq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"axr" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axs" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"axt" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"axx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axy" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"axz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"axA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"axB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 29 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"axD" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Garden Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axE" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 30 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"axF" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"axH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axI" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axJ" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"axK" = ( -/mob/living/simple_animal/hostile/retaliate/bat{ - desc = "A fierce companion for any person of power, this spider has been carefully trained by Nanotrasen specialists. Its beady, staring eyes send shivers down your spine."; - emote_hear = list("chitters"); - faction = list("spiders"); - harm_intent_damage = 3; - health = 200; - icon_dead = "guard_dead"; - icon_gib = "guard_dead"; - icon_living = "guard"; - icon_state = "guard"; - maxHealth = 250; - max_co2 = 5; - max_tox = 2; - melee_damage_lower = 15; - melee_damage_upper = 20; - min_oxy = 5; - movement_type = 1; - name = "Sergeant Araneus"; - real_name = "Sergeant Araneus"; - response_help = "pets"; - turns_per_move = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"axL" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axM" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axN" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axP" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck{ - pixel_x = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axS" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"axT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axU" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axW" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axX" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"axY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"axZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aya" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/paper/guides/jobs/security/paystand_setup, -/obj/machinery/paystand, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aye" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"ayf" = ( -/obj/machinery/airlock_sensor{ - id_tag = "tox_airlock_sensor"; - master_tag = "tox_airlock_control"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer4{ - id_tag = "toxmix_airlock_pump" - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"ayg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayj" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayk" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayl" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aym" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayn" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"ayr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"ays" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_y = -30 - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"ayt" = ( -/mob/living/simple_animal/pet/penguin/emperor/shamebrero{ - desc = "Was used in a experiment by the RD to test how a penguin with a sombrero would effect morale. Results were uncertain but is being kept as the science department's mascot anyway."; - name = "Anadear"; - real_name = "Anadear" - }, -/turf/open/floor/engine, -/area/science/explab) -"ayu" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/photocopier{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"ayv" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/radio/off, -/obj/item/assembly/timer, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayw" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ayy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ayz" = ( -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"ayA" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ayB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"ayC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/mob/living/simple_animal/spiffles, -/turf/open/floor/plasteel, -/area/clerk) -"ayD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ayE" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"ayF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayG" = ( -/turf/closed/wall, -/area/clerk) -"ayH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ayI" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ayJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayK" = ( -/obj/structure/closet/crate/rcd, -/obj/machinery/camera/motion{ - c_tag = "EVA Motion Sensor" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayL" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"ayM" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"ayN" = ( -/obj/structure/rack, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/hand_labeler, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayO" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayP" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ayQ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayR" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"ayT" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/radio/off, -/obj/item/radio/off, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ayV" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Chapel Crematorium"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ayW" = ( -/turf/closed/wall, -/area/ai_monitored/storage/eva) -"ayX" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ayZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aza" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azb" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"azd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aze" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azh" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azi" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azk" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azm" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azn" = ( -/obj/structure/table, -/obj/item/clothing/mask/balaclava, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azo" = ( -/obj/machinery/button/door{ - id = "maint2"; - name = "Blast Door Control B"; - pixel_x = -28; - pixel_y = 4 - }, -/obj/machinery/button/door{ - id = "maint1"; - name = "Blast Door Control A"; - pixel_x = -28; - pixel_y = -6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"azq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"azr" = ( -/obj/structure/janitorialcart, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azt" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azu" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azv" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azw" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azx" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"azz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azC" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"azE" = ( -/obj/machinery/camera{ - c_tag = "Fitness Room South"; - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azF" = ( -/turf/closed/wall, -/area/hydroponics/garden) -"azG" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"azH" = ( -/obj/machinery/smartfridge/drying_rack, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"azI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"azJ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/closet/ammunitionlocker, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"azK" = ( -/obj/structure/musician/piano, -/turf/open/floor/plating, -/area/clerk) -"azL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"azM" = ( -/obj/machinery/light, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"azN" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/clerk) -"azO" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azP" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"azQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"azR" = ( -/obj/structure/table/glass, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azS" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azT" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azV" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azW" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azX" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"azY" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aAa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aAb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aAd" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAe" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aAf" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAg" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAh" = ( -/turf/closed/wall, -/area/crew_quarters/toilet) -"aAi" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/five, -/obj/item/circuitboard/machine/paystand, -/obj/item/stack/cable_coil/random/five, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aAn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAo" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAs" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAw" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAy" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aAz" = ( -/obj/machinery/computer/monitor{ - dir = 1; - name = "backup power monitoring console" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aAA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/maintenance/department/electrical) -"aAB" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aAC" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"aAD" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/processing) -"aAE" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAF" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAG" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAH" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 North"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aAK" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAM" = ( -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/item/assembly/health{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/assembly/health{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/health{ - pixel_x = -4; - pixel_y = -7 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"aAN" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aAO" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm2"; - name = "Dorm 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAP" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aAQ" = ( -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAT" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAU" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAW" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAX" = ( -/obj/item/target, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"aAY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBa" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aBb" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBc" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aBd" = ( -/obj/machinery/seed_extractor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBe" = ( -/obj/structure/chair/stool, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/clerk) -"aBf" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"aBg" = ( -/obj/structure/closet/crate, -/obj/item/target/syndicate, -/obj/item/target, -/obj/item/target/alien, -/turf/open/floor/plasteel, -/area/clerk) -"aBh" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBi" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aBj" = ( -/obj/structure/rack, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aBl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBm" = ( -/obj/machinery/camera{ - active_power_usage = 0; - c_tag = "Bomb Test Site"; - desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site."; - dir = 8; - invuln = 1; - name = "Hardened Bomb-Test Camera"; - network = list("toxins"); - use_power = 0 - }, -/obj/item/target/alien/anchored, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"aBn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/vacant_room) -"aBo" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBp" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBq" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aBs" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aBt" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aBu" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aBw" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"aBy" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBz" = ( -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBA" = ( -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aBC" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBD" = ( -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/layer2{ - dir = 1; - id_tag = "toxmix_airlock_pump" - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"aBE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBF" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aBH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aBI" = ( -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"aBJ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aBK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aBL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBM" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aBO" = ( -/obj/machinery/requests_console{ - department = "EVA"; - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBP" = ( -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBQ" = ( -/turf/closed/wall, -/area/storage/primary) -"aBR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aBT" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aBU" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/medical"; - dir = 8; - name = "Medbay Security APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"aBV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aBW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aBX" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/gun/energy/temperature/security, -/obj/item/gun/energy/ionrifle, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aBY" = ( -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/clerk) -"aBZ" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aCa" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aCb" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"aCc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aCd" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 5; - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/item/phone/real{ - pixel_x = -2; - pixel_y = -4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aCe" = ( -/obj/effect/landmark/xeno_spawn, -/obj/item/bikehorn/rubberducky, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aCf" = ( -/obj/machinery/camera{ - c_tag = "Theatre Storage" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aCg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"aCh" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aCi" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aCj" = ( -/obj/machinery/camera{ - c_tag = "EVA East"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aCk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"aCl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"aCm" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aCn" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aCo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aCp" = ( -/obj/machinery/camera{ - c_tag = "Arrivals North"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aCq" = ( -/obj/structure/table/wood, -/obj/machinery/requests_console{ - department = "Theatre"; - name = "theatre RC"; - pixel_x = -32 - }, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/toy/dummy, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aCr" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"aCs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"aCu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -2; - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aCv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aCw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aCx" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCz" = ( -/obj/item/seeds/apple, -/obj/item/seeds/banana, -/obj/item/seeds/cocoapod, -/obj/item/seeds/grape, -/obj/item/seeds/orange, -/obj/item/seeds/sugarcane, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, -/obj/structure/table/glass, -/obj/item/seeds/tower, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aCA" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aCB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aCC" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "36" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"aCD" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"aCE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"aCF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/clone/cloning2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aCG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "EVA Maintenance"; - req_access_txt = "18" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"aCH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aCI" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"aCJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aCK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aCL" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCM" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = 25 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"aCN" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"aCO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"aCP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/auxiliary"; - name = "Security Checkpoint APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aCQ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aCR" = ( -/turf/closed/wall, -/area/chapel/main) -"aCS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aCT" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aCU" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"aCV" = ( -/obj/structure/sign/warning, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"aCW" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aCY" = ( -/obj/machinery/computer/security, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/hydroponics/garden"; - dir = 4; - name = "Garden APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aDb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aDc" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/pen{ - desc = "Writes upside down!"; - name = "astronaut pen" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDe" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aDf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aDg" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aDh" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/vending/gifts, -/turf/open/floor/plasteel, -/area/clerk) -"aDk" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/assembly/igniter, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage" - }, -/obj/machinery/requests_console{ - department = "Tool Storage"; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDl" = ( -/obj/structure/table, -/obj/item/t_scanner, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/multitool, -/obj/item/multitool, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDm" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDn" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aDo" = ( -/turf/open/floor/plasteel, -/area/storage/primary) -"aDp" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aDq" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aDr" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aDs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aDt" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aDu" = ( -/obj/effect/turf_decal/bot_red, -/obj/machinery/rnd/production/techfab/department/armory, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aDv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aDw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aDx" = ( -/obj/machinery/computer/upload/ai, -/obj/machinery/flasher{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aDy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aDz" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aDB" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDC" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"aDE" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "EVA Storage"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDF" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDG" = ( -/obj/structure/table/glass, -/obj/item/hatchet, -/obj/item/cultivator, -/obj/item/crowbar, -/obj/item/reagent_containers/glass/bucket, -/obj/item/plant_analyzer, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aDH" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"aDI" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aDJ" = ( -/obj/effect/turf_decal/bot_red, -/obj/structure/rack, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/teargas{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aDK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDL" = ( -/obj/machinery/camera{ - c_tag = "Prison Holodeck"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aDM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDN" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDO" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDP" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aDR" = ( -/turf/closed/wall, -/area/medical/psych) -"aDS" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDU" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"aDV" = ( -/obj/machinery/door/poddoor{ - id = "chapelgun"; - name = "Chapel Launcher Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/chapel/main) -"aDW" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table, -/obj/item/key/janitor, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 4; - name = "Service Hall APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/icemoon/surface/outdoors) -"aDY" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aDZ" = ( -/obj/machinery/computer/card, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEa" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aEb" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEd" = ( -/obj/structure/table, -/obj/item/instrument/guitar, -/obj/machinery/button/door{ - id = "giftshop"; - name = "Gift Shop Button"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aEe" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEf" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aEg" = ( -/obj/structure/table, -/obj/item/instrument/violin, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aEh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aEi" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"aEk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEl" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEm" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access_txt = "22" - }, -/obj/machinery/mass_driver{ - dir = 4; - id = "chapelgun"; - name = "Holy Driver" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel/main) -"aEn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to Mix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aEo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aEp" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"aEq" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/flasher/portable, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEr" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/table, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEs" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/rack, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEt" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEv" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/suit_storage_unit/security, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEw" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/flasher/portable, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEx" = ( -/obj/effect/turf_decal/stripes{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aEy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"aEz" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/entry"; - dir = 4; - name = "Entry Hall APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aEB" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/l3closet, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aEC" = ( -/obj/structure/closet, -/obj/effect/landmark/blobstart, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aED" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEE" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEF" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aEG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aEJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"aEL" = ( -/obj/machinery/door/airlock{ - name = "Garden" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aEM" = ( -/obj/machinery/computer/atmos_alert{ - name = "Atmospheric Alert Console" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aEN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aEO" = ( -/turf/closed/wall, -/area/engine/atmos_distro) -"aEP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aER" = ( -/obj/structure/table, -/obj/item/paper/fluff/holodeck/disclaimer, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aES" = ( -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aEU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aEV" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"aEX" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aEY" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) -"aEZ" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aFa" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aFb" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aFc" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aFd" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aFe" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - name = "Primary Tool Storage APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aFf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aFg" = ( -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aFh" = ( -/obj/machinery/door/airlock/maintenance{ - id_tag = "commissarydoor"; - req_one_access_txt = "12;63;48;50;36" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFi" = ( -/obj/machinery/power/apc{ - areastring = "/area/clerk"; - dir = 8; - name = "Gift Shop APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aFk" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aFl" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/dresser, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aFm" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aFn" = ( -/obj/machinery/camera{ - c_tag = "EVA Maintenance"; - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aFp" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aFq" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aFr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aFs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"aFt" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Tool Storage Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFu" = ( -/turf/closed/wall, -/area/library) -"aFv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFw" = ( -/turf/closed/wall, -/area/chapel/office) -"aFx" = ( -/obj/machinery/meter{ - target_layer = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFy" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFz" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFA" = ( -/obj/machinery/computer/pod/old{ - density = 0; - icon = 'icons/obj/airlock_machines.dmi'; - icon_state = "airlock_control_standby"; - id = "chapelgun"; - name = "Mass Driver Controller"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFD" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aFE" = ( -/obj/effect/turf_decal/stripes{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aFF" = ( -/obj/effect/turf_decal/stripes{ - dir = 10 - }, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aFG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aFH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFI" = ( -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1; - network = list("ss13","chpt") - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFK" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFL" = ( -/obj/item/radio/off, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFM" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFN" = ( -/obj/structure/table/glass, -/obj/item/cultivator, -/obj/item/hatchet, -/obj/item/crowbar, -/obj/item/plant_analyzer, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aFO" = ( -/obj/machinery/camera{ - c_tag = "Garden"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aFP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aFQ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aFT" = ( -/turf/closed/wall, -/area/engine/break_room) -"aFU" = ( -/obj/effect/landmark/start/assistant, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFV" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFW" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/paystand/register{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aFX" = ( -/obj/machinery/computer/upload/borg, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aFY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aFZ" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aGa" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aGb" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aGc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aGd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aGe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"aGf" = ( -/obj/structure/table, -/obj/item/a_gift, -/obj/item/a_gift, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aGg" = ( -/obj/machinery/nuclearbomb/beer, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGh" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGk" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aGm" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGn" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGo" = ( -/obj/structure/table, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aGp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGq" = ( -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aGr" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/clown, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aGs" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"aGt" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 15; - id = "arrivals_stationary"; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - width = 7 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aGu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGv" = ( -/obj/structure/closet/firecloset, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aGw" = ( -/obj/structure/table/reinforced, -/obj/item/cartridge/engineering{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/cartridge/engineering{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, -/obj/item/cartridge/atmos, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"aGx" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aGy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aGA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aGB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aGE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aGF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGH" = ( -/obj/structure/chair, -/obj/effect/landmark/start/yogs/clerk, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aGJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGK" = ( -/obj/effect/turf_decal/stripes, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aGL" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGM" = ( -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"aGO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aGP" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint1" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGR" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aGS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Theatre Maintenance"; - req_access_txt = "46" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGU" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - pixel_y = 30 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2; - sortType = 18 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGY" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGZ" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aHa" = ( -/obj/structure/table/reinforced, -/obj/item/paper, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aHb" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/wood, -/area/library) -"aHc" = ( -/obj/machinery/vending/games, -/turf/open/floor/wood, -/area/library) -"aHd" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/library) -"aHe" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aHf" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/vending/wardrobe/chap_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aHg" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aHj" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aHk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/chair/office/light, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"aHl" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/eastleft{ - name = "Coffin Storage"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aHm" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"aHn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"aHo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aHp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aHq" = ( -/obj/item/target, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"aHr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aHs" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes{ - dir = 6 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/security/armory"; - dir = 4; - name = "Armory APC"; - pixel_x = 24 - }, -/obj/structure/rack, -/obj/item/brace, -/obj/item/brace, -/obj/item/brace, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aHt" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot_white, -/obj/machinery/flasher/portable, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aHu" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/entry) -"aHv" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot_white, -/obj/structure/closet/secure_closet/contraband/armory, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aHw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aHx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"aHz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aHA" = ( -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/structure/table/glass, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aHB" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aHD" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet"; - dir = 4; - name = "Dormitory Bathrooms APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHE" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/crowbar, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel, -/area/storage/primary) -"aHF" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aHG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "commissaryshutter"; - name = "Commissary Shutter Control"; - pixel_x = 6; - pixel_y = -26 - }, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aHH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aHI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aHK" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aHL" = ( -/obj/structure/table, -/obj/item/bikehorn/rubberducky, -/obj/item/camera, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aHM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"aHN" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/crowbar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aHO" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aHP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHR" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aHU" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHV" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHW" = ( -/obj/machinery/door/airlock{ - name = "Unit 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHX" = ( -/obj/machinery/door/airlock{ - name = "Unit B" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHZ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/closet/crate/wooden/toy, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aIa" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"aIb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aIc" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 8; - id = "pod_lavaland2"; - name = "Moon Mine" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aId" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aIe" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"aIf" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 12; - height = 18; - id = "emergency_home"; - name = "BoxStation emergency evac bay"; - width = 32 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aIg" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aIh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIi" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot_white, -/obj/machinery/smoke_machine, -/obj/item/reagent_containers/glass/beaker/large/silver_sulfadiazine{ - list_reagents = list(/datum/reagent/consumable/condensedcapsaicin = 100); - name = "liquid pepper spray" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aIj" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: Auxiliary Dock, Station-Port"; - width = 35 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aIk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIm" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aIn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aIo" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aIp" = ( -/turf/closed/wall, -/area/hydroponics) -"aIq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aIr" = ( -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/library) -"aIs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aIt" = ( -/turf/open/floor/wood, -/area/library) -"aIu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aIv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aIw" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/vacant_room/commissary"; - name = "Vacant Commissary APC"; - pixel_y = -23 - }, -/obj/structure/rack, -/obj/item/wrench, -/obj/item/screwdriver, -/obj/machinery/camera{ - c_tag = "Vacant Commissary"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aIx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/library) -"aIy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aIz" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIA" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIB" = ( -/obj/structure/bodycontainer/crematorium{ - id = "crematoriumChapel" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aIC" = ( -/obj/effect/landmark/start/chaplain, -/obj/structure/chair, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aID" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aIE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aIF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"aIG" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot_white, -/obj/structure/rack, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aIH" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/pipe_dispenser, -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Public Shutters Control"; - pixel_x = 24; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aII" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"aIJ" = ( -/obj/effect/turf_decal/bot_white, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Telecomms Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"aIK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aIL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aIM" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIN" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/analyzer, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIO" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Lounge" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIP" = ( -/obj/structure/sign/map/left{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIQ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIR" = ( -/obj/structure/sign/map/right{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIT" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/structure/table/glass, -/obj/item/plant_analyzer, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aIU" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "Tool Storage" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/southleft{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aIW" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/clothing/gloves/color/fyellow, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIX" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIY" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIZ" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJa" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aJb" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJc" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aJe" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aJf" = ( -/obj/machinery/camera{ - c_tag = "EVA South"; - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aJg" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aJi" = ( -/obj/structure/table, -/obj/item/key, -/obj/item/camera_film, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aJj" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aJk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aJl" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aJm" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aJn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aJo" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway North" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJq" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJt" = ( -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 40 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJv" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aJw" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"aJx" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aJz" = ( -/obj/machinery/camera{ - c_tag = "Dormitory Toilets"; - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aJA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJB" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aJC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"aJD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aJE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aJF" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/library) -"aJG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/button/crematorium{ - id = "crematoriumChapel"; - pixel_x = 25 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aJI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/storage/secure/safe{ - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"aJJ" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJK" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aJL" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Hydroponics" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJM" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_y = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJN" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/hydroponicsplants{ - pixel_x = -3 - }, -/obj/item/book/manual/wiki/hydroponicsguide{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJO" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJP" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 16 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/library) -"aJQ" = ( -/obj/structure/chair/office/dark, -/obj/machinery/camera{ - c_tag = "Library North" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aJR" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aJS" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aJT" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJU" = ( -/obj/structure/table/wood, -/obj/item/pen, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJV" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Coffin Storage"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"aJX" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aJZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/primary) -"aKa" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/primary) -"aKb" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"aKc" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/custom, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aKd" = ( -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Armory"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aKe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aKf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aKg" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/flasher/portable, -/obj/machinery/camera{ - c_tag = "Armoury Access"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aKh" = ( -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aKi" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aKj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aKk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aKl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aKm" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aKn" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hydroponics/garden) -"aKo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKp" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"aKq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aKr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/test_area) -"aKs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"aKt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aKu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aKv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aKw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aKy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aKz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) -"aKA" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aKB" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aKC" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector{ - on = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/disposal/incinerator) -"aKD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKG" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aKH" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKI" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aKK" = ( -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKL" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/plantgenes, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKM" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aKN" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"aKO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aKP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aKQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aKR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aKT" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aKU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKV" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aKW" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKX" = ( -/obj/machinery/door/window/eastright{ - name = "Hydroponics Delivery"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKY" = ( -/obj/structure/lattice, -/obj/item/reagent_containers/food/snacks/egg/yellow, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aKZ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aLa" = ( -/obj/structure/sign/warning/docking{ - pixel_y = 32 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aLb" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aLc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aLd" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/item/watertank, -/turf/open/floor/plasteel, -/area/hydroponics) -"aLe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/storage/primary) -"aLf" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aLg" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"aLh" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aLi" = ( -/obj/structure/chair/comfy/beige, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLj" = ( -/obj/structure/chair/comfy/beige, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"aLl" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLo" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"aLp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aLq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aLr" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aLs" = ( -/obj/structure/table, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aLt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aLu" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction"; - req_one_access_txt = "32;47;48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aLv" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aLx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLy" = ( -/obj/structure/chair/comfy/beige, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLz" = ( -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLA" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aLC" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aLD" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aLE" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLF" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 1; - name = "Port Hall APC"; - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/vacant_room) -"aLI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLK" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/library) -"aLM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aLN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aLQ" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway North-East" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLR" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLS" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aLT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aLV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLW" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway North-West" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLZ" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMa" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMb" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMc" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMd" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMe" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMf" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aMh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aMi" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aMj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"aMk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"aMl" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aMm" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMn" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMo" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMp" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"aMq" = ( -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera, -/obj/structure/sign/poster/official/space_cops{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aMr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aMs" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48"; - shuttledocked = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"aMt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aMv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"aMw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"aMx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aMy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aMz" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMA" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/primary) -"aMB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aMC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aMD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aME" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock{ - name = "Service Hall"; - req_one_access_txt = "25;26;35;28;46;37;38" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aMF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aMG" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMH" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aMI" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wirecutters, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aMK" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aML" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"aMM" = ( -/obj/machinery/camera{ - c_tag = "Chapel North" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aMN" = ( -/obj/machinery/chem_master/condimaster, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMO" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ - dir = 1; - name = "toxins space injector" - }, -/turf/closed/mineral/random/snow, -/area/science/mixing) -"aMP" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aMQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/chem_heater, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aMS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aMT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aMU" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/library) -"aMV" = ( -/obj/structure/bed, -/obj/item/bedsheet/captain, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aMW" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aMX" = ( -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aMY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"aMZ" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"aNa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aNb" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNd" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aNe" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/wood, -/area/library) -"aNf" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aNg" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aNh" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNi" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/library) -"aNj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aNo" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aNq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"aNs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aNt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aNu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aNv" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNw" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNx" = ( -/obj/effect/landmark/observer_start, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNy" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Lockers"; - location = "EVA" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNz" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNA" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Security"; - location = "EVA2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNB" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNC" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA2"; - location = "Dorm" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aND" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNF" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNH" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"aNK" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/mob/living/simple_animal/pet/fox/fennec/Autumn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aNL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aNM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"aNN" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"aNP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/library) -"aNQ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hydroponics) -"aNR" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aNS" = ( -/obj/machinery/bookbinder, -/turf/open/floor/wood, -/area/library) -"aNT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNV" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/library) -"aNW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aNX" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNY" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access_txt = "22" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aOa" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOb" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOc" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOd" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOe" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 South" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aOf" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aOg" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aOh" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aOi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOj" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/cigarettes{ - pixel_y = 2 - }, -/obj/item/lighter/greyscale{ - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aOk" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aOl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOn" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aOp" = ( -/obj/machinery/camera{ - c_tag = "Port Hallway 3"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOq" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOr" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOt" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"aOu" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aOv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOy" = ( -/obj/structure/chair, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"aOz" = ( -/obj/structure/sign/directions/security{ - dir = 4; - pixel_x = 32; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/sign/directions/engineering{ - pixel_x = 32; - pixel_y = -40 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOA" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"aOB" = ( -/obj/structure/table/glass, -/obj/item/pen, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"aOC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"aOD" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=QM"; - location = "CHW" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOF" = ( -/obj/machinery/light, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOG" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aOI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aOJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aOK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aOL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aOM" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aON" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden/layer2{ - dir = 4 - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aOO" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/aft) -"aOP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ - dir = 4; - name = "Waste Ejector" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/tcommsat/entrance) -"aOQ" = ( -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOR" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOS" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"aOT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aOU" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aOV" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOW" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/camera{ - c_tag = "Hydroponics North" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOX" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aOZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aPa" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aPb" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/library) -"aPc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"aPd" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/library) -"aPe" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aPf" = ( -/obj/machinery/computer/libraryconsole, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"aPg" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/engine/cult, -/area/library) -"aPh" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible, -/turf/open/floor/engine/cult, -/area/library) -"aPi" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/camera, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/engine/cult, -/area/library) -"aPj" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aPk" = ( -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aPl" = ( -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aPm" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"aPn" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"aPo" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aPp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aPq" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "psych"; - name = "privacy shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/psych) -"aPs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPv" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aPx" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aPy" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aPz" = ( -/turf/closed/wall, -/area/maintenance/port) -"aPA" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"aPB" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"aPC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aPD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aPE" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/locker) -"aPF" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/art) -"aPG" = ( -/turf/closed/wall, -/area/storage/art) -"aPH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Artist's Coven" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aPI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"aPJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aPK" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aPL" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPM" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPN" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"aPP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/library) -"aPQ" = ( -/turf/closed/wall, -/area/storage/tools) -"aPR" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"aPS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/status_display/evac, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPV" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/status_display/evac, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPX" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge) -"aPY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"aPZ" = ( -/obj/item/shard, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aQd" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Surgery Maintenance"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQf" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aQg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQh" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aQi" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"aQj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aQk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aQl" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aQm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aQn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aQo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"aQp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aQq" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aQr" = ( -/obj/machinery/light/small, -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/engine/cult, -/area/library) -"aQs" = ( -/obj/structure/destructible/cult/tome, -/obj/item/clothing/under/suit_jacket/red, -/obj/item/book/codex_gigas, -/turf/open/floor/engine/cult, -/area/library) -"aQt" = ( -/obj/effect/landmark/blobstart, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/engine/cult, -/area/library) -"aQu" = ( -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aQv" = ( -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aQw" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQx" = ( -/obj/effect/landmark/blobstart, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aQy" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aQz" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQA" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQB" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aQC" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aQD" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/mineral/random/snow, -/area/engine/atmos_distro) -"aQE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQF" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQG" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQK" = ( -/obj/effect/spawner/xmastree, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQL" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"aQM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"aQN" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQO" = ( -/obj/structure/closet/wardrobe/white, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQP" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQQ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQR" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQS" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQU" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQV" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQW" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQY" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/statuebust, -/obj/structure/sign/poster/official/high_class_martini{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aQZ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/poster/official/pda_ad{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aRa" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aRb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"aRc" = ( -/obj/structure/table, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/machinery/light_switch{ - pixel_x = 27; - pixel_y = -4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"aRe" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aRf" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology Requests Console"; - pixel_x = -32; - receive_ore_updates = 1 - }, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aRg" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aRh" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/department/electrical) -"aRi" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRj" = ( -/obj/structure/table/reinforced, -/obj/item/storage/secure/briefcase, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/ids, -/turf/open/floor/plasteel, -/area/bridge) -"aRk" = ( -/obj/machinery/computer/monitor{ - name = "bridge power monitoring console" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRl" = ( -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRm" = ( -/obj/machinery/computer/communications, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRn" = ( -/obj/machinery/computer/shuttle/labor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRo" = ( -/obj/machinery/modular_computer/console/preset/command, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRq" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRr" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRs" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/assembly/timer, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel, -/area/bridge) -"aRt" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aRu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aRv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Testing Lab Maintenance"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aRx" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/medical/psych) -"aRy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aRz" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aRA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aRB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"aRC" = ( -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aRD" = ( -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aRE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aRF" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/engine/atmos_distro) -"aRG" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8; - network = list("ss13","chpt") - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"aRH" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 8; - name = "Output Gas Connector Port" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aRI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aRJ" = ( -/turf/open/floor/plasteel, -/area/hydroponics) -"aRK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/library) -"aRL" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aRM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aRN" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"aRO" = ( -/obj/structure/displaycase/trophy, -/turf/open/floor/wood, -/area/library) -"aRP" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aRQ" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine/cult, -/area/library) -"aRR" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRS" = ( -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aRT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aRU" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aRV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aRW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aRX" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aRY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aRZ" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"aSa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"aSb" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aSc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aSd" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSe" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aSf" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aSg" = ( -/turf/open/floor/plating, -/area/maintenance/port) -"aSh" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/radio/intercom{ - dir = 0; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aSi" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"aSj" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aSk" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil, -/obj/item/paper_bin/construction, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aSl" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port) -"aSm" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aSn" = ( -/obj/machinery/camera{ - c_tag = "Engineering West"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aSo" = ( -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/lawoffice) -"aSp" = ( -/obj/machinery/door/airlock/atmos{ - name = "Tanks and Filtration"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aSq" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/pen/red, -/obj/machinery/button/door{ - id = "lawyer_blast"; - name = "Privacy Shutters"; - pixel_x = 25; - pixel_y = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/lawoffice) -"aSr" = ( -/turf/open/floor/plasteel, -/area/storage/tools) -"aSs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tools) -"aSu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSv" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel, -/area/bridge) -"aSw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSx" = ( -/obj/structure/chair{ - dir = 1; - name = "Engineering Station" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSy" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = -2; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSz" = ( -/obj/item/multitool, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/aicard, -/turf/open/floor/plasteel, -/area/bridge) -"aSA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSB" = ( -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSC" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSD" = ( -/obj/structure/chair{ - dir = 1; - name = "Crew Station" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSE" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel, -/area/bridge) -"aSF" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"aSG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aSH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aSI" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aSJ" = ( -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aSK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aSM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aSN" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating{ - luminosity = 2 - }, -/area/security/prison) -"aSQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/closed/mineral/random/snow, -/area/engine/atmos_distro) -"aSR" = ( -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aSS" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/hydroponics) -"aST" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSU" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"aSW" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"aSX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aSY" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "Waste In"; - on = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aSZ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/prison) -"aTa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aTb" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/library) -"aTc" = ( -/obj/machinery/door/window/northright{ - dir = 8; - name = "Library Desk Door"; - req_access_txt = "37" - }, -/turf/open/floor/wood, -/area/library) -"aTd" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"aTe" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aTf" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aTg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aTh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aTi" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aTj" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aTk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aTm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aTn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTo" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTp" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/engine/atmos_distro) -"aTq" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/art"; - dir = 1; - name = "Artist's Coven"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTr" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aTs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aTt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 21 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aTu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"aTw" = ( -/obj/structure/closet/wardrobe/green, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTx" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTz" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTA" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aTB" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTC" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aTD" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Locker Room East"; - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTE" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aTF" = ( -/obj/structure/lattice, -/turf/closed/mineral/random/snow, -/area/engine/atmos_distro) -"aTG" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"aTH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aTI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aTK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aTL" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel, -/area/storage/tools) -"aTO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aTP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aTQ" = ( -/turf/closed/wall, -/area/bridge) -"aTR" = ( -/obj/machinery/computer/prisoner, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTS" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTT" = ( -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aTV" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel, -/area/bridge) -"aTW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTX" = ( -/turf/open/floor/plasteel, -/area/bridge) -"aTY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/bridge) -"aUb" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUc" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/bridge) -"aUd" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUe" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/cola{ - onstation = 0 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aUh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aUj" = ( -/obj/machinery/vending/hydronutrients, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUk" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUl" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"aUm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aUn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = -31 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUp" = ( -/obj/structure/table, -/obj/item/clothing/head/soft/grey{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/mechbay"; - dir = 4; - name = "Mech Bay APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"aUr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aUs" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"aUu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aUv" = ( -/obj/structure/sign/directions/engineering{ - pixel_x = -32; - pixel_y = -40 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = -32; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aUw" = ( -/obj/structure/safe, -/obj/item/clothing/head/bearpelt, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aUx" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet, -/area/library) -"aUy" = ( -/obj/machinery/camera{ - c_tag = "Vacant Office"; - dir = 4 - }, -/turf/open/floor/wood, -/area/vacant_room) -"aUz" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aUA" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/vacant_room) -"aUB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/library) -"aUC" = ( -/obj/structure/chair/comfy/black, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/library) -"aUD" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/library) -"aUE" = ( -/obj/machinery/libraryscanner, -/turf/open/floor/wood, -/area/library) -"aUF" = ( -/obj/effect/landmark/start/librarian, -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/library) -"aUG" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aUH" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aUJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aUK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aUL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Distro to Filter" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aUM" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 2"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUN" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood, -/area/vacant_room) -"aUO" = ( -/turf/open/floor/wood, -/area/vacant_room) -"aUP" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/vacant_room) -"aUQ" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/vacant_room) -"aUR" = ( -/obj/structure/table/wood, -/obj/item/pen/red, -/turf/open/floor/wood, -/area/vacant_room) -"aUS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"aUU" = ( -/obj/structure/closet/wardrobe/grey, -/obj/machinery/requests_console{ - department = "Locker Room"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aUW" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/wood, -/area/vacant_room) -"aUX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/goonplaque, -/area/hallway/secondary/entry) -"aUZ" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aVa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aVb" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVc" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aVd" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aVe" = ( -/obj/machinery/camera{ - c_tag = "Bridge West"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVf" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aVh" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/closed/mineral/random/snow, -/area/engine/atmos_distro) -"aVi" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aVj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aVk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aVl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aVn" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHW"; - location = "Lockers" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVo" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVr" = ( -/obj/machinery/camera{ - c_tag = "Bridge East"; - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVt" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aVu" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVv" = ( -/obj/machinery/camera{ - c_tag = "Bridge East Entrance" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVw" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/shovel/spade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aVx" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/seeds/ambrosia, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aVy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aVz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"aVA" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aVB" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aVC" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aVD" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/white, -/area/engine/atmos_distro) -"aVF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aVG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aVI" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aVJ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aVK" = ( -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"aVL" = ( -/turf/closed/wall, -/area/security/checkpoint/service) -"aVM" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aVN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"aVO" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVP" = ( -/obj/structure/table/wood, -/obj/item/paper, -/turf/open/floor/wood, -/area/library) -"aVQ" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aVR" = ( -/obj/structure/table/wood, -/obj/item/pen/red, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/library) -"aVS" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/library) -"aVT" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/wood, -/area/library) -"aVU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aVV" = ( -/obj/machinery/camera{ - c_tag = "Chapel South"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aVW" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aVX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aVY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/service"; - dir = 8; - name = "Service Security APC"; - pixel_x = -25 - }, -/obj/structure/closet/secure_closet/security/srv, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"aVZ" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Service"; - network = list("ss13","chpt") - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/service, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"aWa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tools) -"aWb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aWc" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aWd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aWe" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aWf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aWg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aWh" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aWi" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aWj" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"aWk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"aWl" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aWm" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -28 - }, -/turf/open/floor/wood, -/area/vacant_room) -"aWn" = ( -/obj/structure/closet/wardrobe/black, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aWo" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/foyer"; - dir = 8; - name = "Engineering Foyer APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aWp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aWq" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aWr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aWs" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aWt" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aWu" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aWv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 14 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"aWw" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/seeds/potato, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aWx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aWy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aWz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aWA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"aWB" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port) -"aWC" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/seeds/grass, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aWD" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWE" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aWF" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/storage/tools) -"aWG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aWH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aWJ" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aWN" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aWO" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWP" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) -"aWQ" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWR" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aWS" = ( -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/structure/fireaxecabinet/bridge{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWT" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"aWW" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port"; - dir = 8; - name = "Port Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"aWX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aWY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aXb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aXc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXe" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXg" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXh" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXj" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aXk" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aXl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aXo" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXp" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aXq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aXr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXs" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXt" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aXv" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXw" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aXy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aXz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aXA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"aXC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aXD" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/hallway/secondary/exit) -"aXE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 15 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXF" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXG" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aXH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aXI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aXJ" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"aXL" = ( -/turf/open/floor/carpet, -/area/vacant_room) -"aXM" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AftH"; - location = "AIW" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/wood, -/area/vacant_room) -"aXO" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aXP" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port) -"aXQ" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"aXR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aXS" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aXT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"aXU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aXV" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/library) -"aXW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aXX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aXY" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aXZ" = ( -/obj/structure/chair{ - dir = 1; - name = "Security Station" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYa" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/central"; - name = "Central Hall APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYc" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aYd" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/vacant_room) -"aYe" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aYf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYh" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/warehouse) -"aYi" = ( -/obj/structure/closet/secure_closet/detective, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aYj" = ( -/obj/machinery/airalarm/mixingchamber{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing/chamber) -"aYk" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYl" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYm" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYn" = ( -/obj/machinery/camera{ - c_tag = "Bridge West Entrance"; - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYo" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aYp" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aYq" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYr" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/bridge) -"aYs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aYt" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYu" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYv" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/construction) -"aYx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYy" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics North West"; - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aYz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aYA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/southleft{ - name = "Virology"; - req_access_txt = "39;24" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aYC" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/library) -"aYD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"aYE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/locker"; - dir = 4; - name = "Locker Restrooms APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"aYG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYH" = ( -/obj/structure/table, -/obj/item/razor, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aYI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aYJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aYK" = ( -/obj/machinery/door/window/westleft, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"aYL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aYM" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"aYN" = ( -/obj/machinery/washing_machine, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aYO" = ( -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYP" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYQ" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYR" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYS" = ( -/obj/structure/closet, -/obj/item/clothing/under/suit_jacket/female{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/item/clothing/under/suit_jacket/really_black{ - pixel_x = -2 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aYT" = ( -/obj/machinery/camera{ - c_tag = "Hydroponics South"; - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aYV" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aYW" = ( -/turf/open/floor/carpet, -/area/library) -"aYX" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aYY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" - }, -/obj/item/storage/pill_bottle/happiness, -/obj/item/storage/pill_bottle/happy{ - name = "happy pills bottle" - }, -/obj/item/storage/pill_bottle/lsd{ - name = "very happy pills bottle" - }, -/obj/item/storage/pill_bottle/psicodine, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/wood, -/area/medical/psych) -"aZa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aZb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aZc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aZd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"aZe" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aZf" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZg" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/aft) -"aZi" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"aZj" = ( -/obj/item/beacon, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aZl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZm" = ( -/obj/machinery/camera{ - c_tag = "Escape Arm Airlocks"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aZn" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/turf/open/floor/wood, -/area/vacant_room) -"aZo" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZp" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell{ - maxcharge = 2000 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aZq" = ( -/obj/machinery/button/door{ - id = "heads_meeting"; - name = "Security Shutters"; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aZs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZt" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZu" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZv" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aZy" = ( -/obj/machinery/camera{ - c_tag = "Conference Room" - }, -/obj/machinery/keycard_auth{ - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZz" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZA" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZB" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZC" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/yogs/network_admin, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aZE" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"aZF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aZG" = ( -/obj/structure/chair{ - dir = 1; - name = "Logistics Station" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZH" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aZI" = ( -/obj/structure/rack, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/rods/fifty, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aZJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aZK" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"aZL" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aZM" = ( -/turf/closed/wall/r_wall, -/area/bridge/meeting_room) -"aZN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aZP" = ( -/turf/closed/wall, -/area/bridge/meeting_room) -"aZQ" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room"; - req_access_txt = "19" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"aZS" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - network = list("ss13","minisat") - }, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"aZT" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"aZU" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Sattelite Access"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"aZV" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"aZW" = ( -/obj/machinery/meter{ - target_layer = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aZX" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aZY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZZ" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/engine/atmos_distro) -"baa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/prison) -"bab" = ( -/obj/machinery/camera{ - c_tag = "Prison Common Room South"; - dir = 1; - network = list("ss13","prison") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"bac" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"bad" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/perma) -"bae" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/engine/atmos_distro) -"baf" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bai" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/engine/atmos_distro) -"baj" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/atmos_distro"; - dir = 8; - name = "Atmospherics Distribution APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bal" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bam" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"ban" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"bao" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air to distro"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bap" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"baq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bar" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bas" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/library) -"bat" = ( -/obj/structure/table/wood, -/obj/item/pen, -/turf/open/floor/wood, -/area/library) -"bau" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/library) -"bav" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Distro" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"baw" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bax" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"bay" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"baz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baA" = ( -/turf/open/floor/carpet/purple{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"baB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"baC" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/exit"; - dir = 8; - name = "Escape Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"baD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Air to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"baE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"baF" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"baG" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"baH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"baI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"baJ" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/vacant_room) -"baK" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"baL" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"baM" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"baN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"baO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"baP" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"baQ" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"baR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"baS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"baT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"baU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"baV" = ( -/obj/structure/lattice, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"baW" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"baX" = ( -/obj/structure/closet/crate{ - name = "Gold Crate" - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_y = 2 - }, -/obj/item/stack/sheet/mineral/gold{ - pixel_x = 1; - pixel_y = -2 - }, -/obj/item/storage/belt/champion, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"baY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"baZ" = ( -/obj/machinery/status_display/evac{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bba" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bbb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bbc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbd" = ( -/obj/machinery/camera{ - c_tag = "Locker Room West"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbe" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - icon_state = "right"; - name = "Unisex Showers" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bbf" = ( -/obj/structure/lattice, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bbg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbh" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Foyer"; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bbk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbl" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bbm" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bbn" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bbo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bbp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbr" = ( -/obj/machinery/camera{ - c_tag = "Locker Room South"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bbs" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bbt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 13 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bbu" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 1; - name = "Captain's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bbv" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bbw" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bbx" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restroom" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bby" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bbz" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bbA" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bbB" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbC" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bbD" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/library) -"bbE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bbF" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/chapel/main) -"bbG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bbH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bbI" = ( -/obj/machinery/power/apc{ - areastring = "/area/vacant_room"; - dir = 8; - name = "Vacant Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bbJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"bbK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bbL" = ( -/obj/machinery/door/airlock{ - name = "Unit 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bbM" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bbN" = ( -/obj/machinery/washing_machine, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"bbO" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"bbQ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bbR" = ( -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bbS" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bbT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bbU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/starboard"; - name = "Starboard Primary Hallway APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bbV" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbW" = ( -/obj/machinery/door/poddoor/preopen{ - id = "heads_meeting"; - name = "privacy shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"bbX" = ( -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbY" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbZ" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bca" = ( -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bcb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcc" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bce" = ( -/obj/machinery/meter{ - target_layer = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bcg" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bch" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bci" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bcj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bck" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/library) -"bcl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"bcm" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bcn" = ( -/obj/structure/displaycase/captain, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bco" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Dorm"; - location = "HOP2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcp" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = 28 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 36 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcq" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcr" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcs" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bct" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/library) -"bcu" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Locker Room Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"bcv" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bcx" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 5" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/departments/evac{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bcA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/vacant_room) -"bcB" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bcC" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bcD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"bcE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/vault{ - req_access_txt = "53" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"bcF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bcG" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bcH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcI" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port) -"bcJ" = ( -/obj/structure/closet/crate/freezer, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bcK" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"bcL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcM" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcN" = ( -/obj/item/folder/blue, -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bcO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bcP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bcQ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Vacant Office A"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bcR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bcS" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room) -"bcT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/vacant_room) -"bcU" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bcV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/vacant_room) -"bcW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/medical/psych) -"bcX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "heads_meeting"; - name = "privacy shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"bcY" = ( -/obj/item/hand_labeler, -/obj/item/assembly/timer, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcZ" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)" - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bda" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bdb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white/side, -/area/hallway/primary/starboard) -"bdc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/starboard) -"bdd" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bde" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bdf" = ( -/obj/machinery/door/airlock/wood{ - name = "Psychiatrists office"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bdg" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bdh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"bdi" = ( -/obj/machinery/vending/autodrobe/capdrobe, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdj" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bdk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdm" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bdn" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway East"; - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bdo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdp" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdq" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bdr" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bds" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 4"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdt" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bdu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bdv" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP2"; - location = "Stbd" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bdx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bdB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bdC" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bdD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bdE" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bdF" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bdG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"bdH" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"bdI" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bdJ" = ( -/obj/machinery/door/airlock{ - name = "Unit 3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bdK" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdL" = ( -/obj/effect/landmark/blobstart, -/obj/item/clothing/suit/ianshirt, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port) -"bdM" = ( -/obj/item/latexballon, -/turf/open/floor/plating, -/area/maintenance/port) -"bdN" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bdO" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"bdP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdS" = ( -/obj/structure/closet/crate/internals, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdT" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Disposal APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bdU" = ( -/obj/structure/closet/crate/medical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdV" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/light_construct/small{ - dir = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 6; - pixel_y = -1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 4; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bdW" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bdX" = ( -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bdY" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bdZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bea" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"beb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bec" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bed" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bee" = ( -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bef" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"beh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bei" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bej" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bek" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bel" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bem" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"ben" = ( -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "Captain's Office"; - dir = 8 - }, -/obj/item/storage/lockbox/medal, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"beo" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Stbd"; - location = "HOP" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bep" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beq" = ( -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = 32; - pixel_y = -24 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/sign/directions/engineering{ - pixel_x = 32; - pixel_y = -40 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ber" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bes" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bet" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bev" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bew" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"bex" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bey" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"bez" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge/meeting_room) -"beA" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/plasticflaps, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"beB" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 3"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beC" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beE" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beG" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beH" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"beI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"beJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"beK" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"beL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"beM" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"beN" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"beO" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"beP" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beQ" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beR" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beS" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/recycler, -/obj/structure/sign/warning/securearea{ - name = "\improper STAY CLEAR HEAVY MACHINERY"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beU" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beV" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/locker"; - dir = 1; - name = "Locker Room APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beW" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"beX" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beZ" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bfa" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bfb" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel/main) -"bfc" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 23 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bfd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bfe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"bff" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bfg" = ( -/obj/item/stack/sheet/cardboard, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bfh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port) -"bfi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bfj" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfk" = ( -/obj/machinery/computer/communications{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfl" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/coin/plasma, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfm" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"bfn" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfo" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfp" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/machinery/light, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bfq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfr" = ( -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bfs" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bft" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfv" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfw" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/camera, -/obj/item/storage/photo_album{ - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mech Bay Maintenance"; - req_access_txt = "29" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bfy" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfz" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHE"; - location = "AIE" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfA" = ( -/obj/structure/table/wood, -/obj/item/hand_tele, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfB" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfC" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfE" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/obj/item/storage/secure/safe{ - pixel_x = 35; - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfF" = ( -/turf/closed/wall, -/area/medical/chemistry) -"bfG" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bfH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfI" = ( -/obj/machinery/button/door{ - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bfJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bfK" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"bfL" = ( -/turf/closed/wall, -/area/medical/morgue) -"bfM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bfN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bfO" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfP" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bfQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bfR" = ( -/obj/structure/table/reinforced, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/item/storage/box, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bfS" = ( -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bfT" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"bfU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfV" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"bfW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfX" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfZ" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bga" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgc" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"bgd" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bge" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"bgf" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bgg" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bgh" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bgi" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 3 & 4"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bgj" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgk" = ( -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgl" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgm" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bgn" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bgo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgp" = ( -/turf/open/floor/plasteel/white, -/area/science/research) -"bgq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bgr" = ( -/obj/machinery/door/airlock{ - name = "Unit 4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bgs" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bgt" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"bgu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bgv" = ( -/turf/closed/wall, -/area/quartermaster/office) -"bgw" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/yogs/paramedic, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bgx" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgy" = ( -/obj/structure/table, -/obj/item/clothing/glasses/hud/health, -/obj/item/roller, -/obj/item/roller, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bgz" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bgA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgB" = ( -/obj/effect/landmark/start/yogs/paramedic, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bgC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bgD" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/camera{ - c_tag = "Cargo Delivery Office"; - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgE" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgF" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgG" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway West"; - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgH" = ( -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Bridge Delivery"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge/meeting_room) -"bgI" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgJ" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Paramedic Staging Area Maintenance"; - req_access_txt = "69" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/paramedic) -"bgL" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 1; - name = "Medbay APC"; - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bgM" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgN" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bgO" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/machinery/conveyor{ - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgP" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgR" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/zeroth/oneHuman, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/reset/purge, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/item/aiModule/supplied/protectStation, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bgS" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = -30 - }, -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bgT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgW" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - desc = "About as helpful as an actual cargo tech."; - icon_state = "plant-27"; - name = "Planty the Cargo Technician " - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgX" = ( -/obj/machinery/door/window/westleft{ - name = "Delivery Desk"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgY" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - name = "Cargo Bay APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bha" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/item/radio/headset/headset_med, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bhb" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bhc" = ( -/obj/machinery/camera{ - c_tag = "Chemistry"; - network = list("ss13","medbay") - }, -/obj/machinery/chem_heater, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bhd" = ( -/obj/machinery/chem_master, -/obj/machinery/button/door{ - id = "chemistry_shutters"; - name = "Chemistry shutters"; - pixel_x = 24; - pixel_y = -6; - req_one_access_txt = "5; 33" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bhe" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhf" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhh" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"bhj" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - network = list("ss13","medbay","chpt") - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bhk" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_y = 26; - req_access_txt = "5" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bhl" = ( -/obj/structure/filingcabinet, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bhm" = ( -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhn" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bho" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhp" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bhq" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhr" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "disposal exit vent" - }, -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bht" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhu" = ( -/obj/machinery/door/poddoor/shutters{ - id = "Skynet_launch"; - name = "mech bay" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhv" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bhw" = ( -/obj/machinery/computer/rdconsole/robotics, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bhx" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bhy" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bhz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bhA" = ( -/turf/closed/wall, -/area/science/research) -"bhB" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/research) -"bhC" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/lab) -"bhD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southright{ - name = "Research and Development Desk"; - req_access_txt = "7" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/lab) -"bhE" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bhF" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bhG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bhH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bhI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bhJ" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 1; - stack_amt = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bhL" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhM" = ( -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bhN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to External"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bhQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhR" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"bhS" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bhT" = ( -/obj/structure/grille, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"bhU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bhV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bhW" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bhX" = ( -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 15 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bhZ" = ( -/obj/machinery/door/window/eastleft{ - icon_state = "right"; - name = "Mail"; - req_access_txt = "50" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bia" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bib" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bic" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bid" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bie" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Bridge" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/bridge/meeting_room) -"bif" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"big" = ( -/obj/machinery/camera{ - c_tag = "Engineering Break Room" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bih" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_y = 3 - }, -/obj/structure/noticeboard{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bii" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/book/manual/wiki/engineering_guide, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bij" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bik" = ( -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)"; - pixel_x = -28 - }, -/obj/machinery/suit_storage_unit/captain, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bil" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bim" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/melee/chainofcommand, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bin" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bio" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - pixel_x = -30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bip" = ( -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"biq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bir" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/poddoor/preopen{ - id = "chemistry_shutters"; - name = "Chemistry shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"bis" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bit" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"biu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"biv" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"biw" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bix" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"biy" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"biz" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"biA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"biB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"biC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"biD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"biE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"biF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"biG" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"biH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"biI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"biJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"biK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biL" = ( -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"biN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biO" = ( -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - network = list("ss13","rd") - }, -/obj/machinery/button/door{ - id = "robotics"; - name = "Shutters Control Button"; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "29" - }, -/obj/structure/table, -/obj/item/book/manual/wiki/robotics_cyborgs{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biP" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biQ" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"biR" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"biS" = ( -/obj/machinery/camera{ - c_tag = "Research Division Access" - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"biT" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"biV" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"biW" = ( -/turf/open/floor/plasteel/white, -/area/science/lab) -"biX" = ( -/obj/machinery/camera{ - c_tag = "Research and Development"; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/button/door{ - id = "rnd"; - name = "Shutters Control Button"; - pixel_x = -6; - pixel_y = 24; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"biY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"biZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/engine/foyer) -"bja" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bjb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bjc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bjd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bje" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bjf" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bjg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bjh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bji" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"bjj" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjk" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjm" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_y = 30 - }, -/obj/item/clothing/head/soft, -/obj/item/clothing/head/soft, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjo" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay North" - }, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjp" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjq" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjr" = ( -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bjt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bju" = ( -/obj/machinery/photocopier, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bjw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bjx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bjy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bjz" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/maintenance/aft) -"bjA" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/central) -"bjB" = ( -/turf/open/floor/plating, -/area/maintenance/central) -"bjC" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/bridge/meeting_room"; - dir = 4; - name = "Conference Room APC"; - pixel_x = 24 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/central) -"bjD" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bjE" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bjF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bjG" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bjH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjI" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bjJ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bjK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Morgue Maintenance"; - req_access_txt = "6" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/morgue) -"bjL" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bjM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bjN" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 1; - name = "Morgue APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bjO" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bjP" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bjQ" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"bjR" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bjS" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bjT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bjU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bjV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjW" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bjX" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjY" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjZ" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bka" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkb" = ( -/obj/machinery/computer/rdconsole/production{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bkc" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/toxin, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bkd" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bke" = ( -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkf" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/secure_closet/paramedic, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"bkg" = ( -/turf/closed/wall/r_wall, -/area/engine/foyer) -"bkh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bki" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkj" = ( -/obj/structure/closet/emcloset, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkl" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bkm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bkn" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "AI Upload"; - dir = 8; - network = list("ss13","RD") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bko" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/aug_manipulator, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bkq" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 8; - name = "Robotics Lab APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bks" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bku" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bkv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering"; - req_access_txt = "32" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bkx" = ( -/obj/machinery/status_display/supply{ - pixel_y = 2 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bky" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"bkz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bkA" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bkB" = ( -/obj/machinery/button/door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access_txt = "12" - }, -/obj/machinery/button/massdriver{ - id = "trash"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkC" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"bkE" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/maintenance/port) -"bkF" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"bkG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"bkH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/break_room) -"bkJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bkL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 8; - name = "Upload APC"; - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bkO" = ( -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bkP" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bkQ" = ( -/obj/machinery/camera{ - c_tag = "Teleporter" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bkR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bkS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bkT" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bkU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bkV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bkW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bkX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/closet/wardrobe/black, -/turf/open/floor/plating, -/area/maintenance/central) -"bkY" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bkZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bla" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"blb" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"blc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bld" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Captain's Office Maintenance"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"ble" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blf" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"blg" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"blh" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/poddoor/preopen{ - id = "chemistry_shutters"; - name = "Chemistry shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"bli" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blj" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bll" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blm" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/britcup{ - desc = "Kingston's personal cup." - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bln" = ( -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Medbay Foyer"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blo" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/stamp/law, -/turf/open/floor/wood, -/area/lawoffice) -"blp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"blq" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"blr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bls" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar/large, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"blt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"blu" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"blv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"blw" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"blx" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bly" = ( -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"blz" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"blB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/mecha_part_fabricator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"blC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"blD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"blE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"blF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"blG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"blH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"blI" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"blJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"blK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"blL" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blM" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"blN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"blO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"blP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"blQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blR" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/item/cigbutt, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"blS" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/mass_driver{ - id = "trash" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"blT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blV" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/disposal) -"blW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"blX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"blY" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bma" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/cable_coil, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bmb" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bmc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bmd" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bme" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bmf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bmg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bmh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bmj" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmk" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office"; - req_access_txt = "50" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bml" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "N2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bmm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmn" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmo" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"bmp" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmr" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"bms" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bmt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmu" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/core/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bmv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmx" = ( -/turf/closed/wall, -/area/crew_quarters/heads/captain) -"bmy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bmz" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/dresser, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bmA" = ( -/obj/machinery/door/airlock{ - name = "Private Restroom"; - req_access_txt = "20" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bmC" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bmD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bmE" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmF" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/book/manual/wiki/grenades, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmG" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmH" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmI" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmJ" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bmK" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmL" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - req_access_txt = "5" - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmM" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bmO" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bmP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmR" = ( -/obj/structure/table, -/obj/item/paper/guides/jobs/medical/morgue{ - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bmS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bmT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bmU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bmV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6;5" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bmW" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bmX" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bmY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bmZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bna" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bnb" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bnc" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"bnd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bne" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnf" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Medbay" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bng" = ( -/obj/machinery/door/window/eastleft{ - name = "Medical Delivery"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bnh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bni" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bnj" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnk" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bnl" = ( -/obj/item/stack/sheet/glass, -/obj/structure/table/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stock_parts/scanning_module, -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 4; - name = "Research Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bnm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnn" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bno" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"bnp" = ( -/turf/open/floor/plasteel, -/area/science/lab) -"bnq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnr" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/turf/open/floor/plating, -/area/science/lab) -"bns" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Genetics Research Access"; - req_access_txt = "9" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnu" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnv" = ( -/obj/machinery/door/poddoor{ - id = "trash"; - name = "disposal bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnx" = ( -/obj/machinery/door/airlock/research{ - name = "Genetics Research Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bny" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnz" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnB" = ( -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/machinery/vending/wardrobe/chem_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bnC" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bnD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bnE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnF" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bnG" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clipboard, -/obj/item/pen/red, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnI" = ( -/obj/machinery/computer/cargo/request, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnJ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/research) -"bnK" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/quartermaster/office) -"bnL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnN" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnO" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bnP" = ( -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 6; - pixel_y = 36 - }, -/obj/machinery/button/door{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 6; - pixel_y = 25; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "57" - }, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 36 - }, -/obj/machinery/pdapainter, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bnQ" = ( -/obj/structure/bed/dogbed/ian, -/mob/living/simple_animal/pet/dog/corgi/Ian{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bnR" = ( -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bnS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bnT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnX" = ( -/obj/structure/chair, -/obj/effect/landmark/start/geneticist, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bnZ" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Genetics Research"; - req_access_txt = "5; 9; 68" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"boa" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bob" = ( -/obj/structure/table/glass, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"boc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bod" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/radio/headset/headset_med, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"boe" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bof" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"bog" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/central) -"boh" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"boi" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"boj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 30 - }, -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants/random, -/mob/living/simple_animal/bot/cleanbot{ - name = "C.L.E.A.N." - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bok" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) -"bol" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bom" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bon" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics) -"boo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bop" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"boq" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bor" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/razor, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bos" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bot" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bou" = ( -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bov" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/crowbar, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bow" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"box" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"boy" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boz" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"boA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"boB" = ( -/turf/closed/wall, -/area/science/lab) -"boC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boD" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"boE" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"boF" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/quartermaster, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boG" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"boH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boI" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"boJ" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"boK" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"boL" = ( -/obj/structure/table, -/obj/item/retractor, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"boM" = ( -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"boN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"boO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"boP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/lab) -"boQ" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/science/lab) -"boR" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"boS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - name = "Cargo Desk"; - req_access_txt = "31" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"boT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boU" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boV" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"boX" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Reception Window" - }, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 4; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access_txt = "57" - }, -/obj/machinery/flasher{ - id = "hopflash"; - pixel_y = 28 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpa" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bpc" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bpe" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bpf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 15 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bph" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bpi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bpk" = ( -/obj/structure/closet/secure_closet/captains, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bpl" = ( -/obj/structure/table/wood, -/obj/item/storage/box/matches, -/obj/item/razor{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/reagent_containers/food/drinks/flask/gold, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bpm" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/structure/curtain, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bpn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bpo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bpp" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Research Division Delivery"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/lab) -"bpq" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bpr" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Research Division" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/lab) -"bps" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpt" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bpu" = ( -/obj/structure/bed/roller, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpv" = ( -/obj/machinery/door/airlock/medical{ - name = "Medbay Reception"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpw" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/medbay/central) -"bpx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpz" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bpA" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpD" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bpE" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/genetics) -"bpF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/chemistry) -"bpG" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - name = "Delivery Office APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bpH" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/radio/headset/headset_medsci, -/obj/machinery/requests_console{ - department = "Genetics"; - name = "Genetics Requests Console"; - pixel_y = 30 - }, -/obj/item/storage/pill_bottle/mutadone, -/obj/item/storage/pill_bottle/mannitol, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bpI" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bpJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/wallgene{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bpK" = ( -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bpL" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bpM" = ( -/obj/machinery/smartfridge/chemistry, -/turf/closed/wall, -/area/medical/chemistry) -"bpN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bpO" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bpP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bpQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bpR" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bpS" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bpT" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bpU" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bpV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bpW" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bpX" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bpY" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Research Director"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bpZ" = ( -/obj/item/folder/white, -/obj/structure/table, -/obj/item/disk/tech_disk, -/obj/item/disk/tech_disk, -/obj/item/disk/design_disk, -/obj/item/disk/design_disk, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqa" = ( -/obj/machinery/door/window/eastright{ - name = "Robotics Surgery"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bqb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bqc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bqd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bqe" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"bqf" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bqh" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bqi" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bqj" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bqk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bql" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bqm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bqn" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqo" = ( -/obj/machinery/autolathe, -/obj/machinery/light_switch{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bqq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bqr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Mining Maintenance"; - req_access_txt = "48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bqs" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqt" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqv" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqx" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bqy" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqz" = ( -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bqA" = ( -/obj/machinery/computer/card{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bqB" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"bqC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bqD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bqE" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bqF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/mob/living/simple_animal/hostile/lizard{ - name = "Wags-His-Tail"; - real_name = "Wags-His-Tail" - }, -/turf/open/floor/plasteel, -/area/janitor) -"bqG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hop"; - name = "Head of Personnel APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bqH" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"bqI" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bqJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bqK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Teleporter Maintenance"; - req_access_txt = "17" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bqL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bqN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bqO" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqP" = ( -/obj/structure/bed/roller, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqQ" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bqR" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/fore) -"bqS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/departments/minsky/medical/chemistry/chemical2{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Medbay West"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bqX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bqZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bra" = ( -/obj/structure/table/glass, -/obj/item/storage/box/rxglasses, -/obj/item/storage/box/disks{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brb" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brc" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brd" = ( -/turf/open/floor/plasteel, -/area/medical/genetics) -"bre" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"brf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brh" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bri" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brj" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brk" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bro" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/science/research) -"brp" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"brq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door{ - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"brr" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/explab) -"brs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"brt" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bru" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stamp/cmo, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"brv" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brx" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/lab) -"bry" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brz" = ( -/obj/structure/table, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Experimentor Lab"; - network = list("ss13","rd") - }, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/white/side, -/area/science/explab) -"brA" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/explab) -"brB" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/plasteel/white/side, -/area/science/explab) -"brC" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/white/side, -/area/science/explab) -"brD" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/explab) -"brE" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brG" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"brJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"brK" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"brL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/storage/tech) -"brM" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #1" - }, -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"brN" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"brO" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/obj/item/multitool, -/obj/machinery/camera{ - c_tag = "Cargo Office"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"brP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brQ" = ( -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"brR" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"brS" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"brT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"brU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"brV" = ( -/obj/effect/decal/cleanable/oil, -/obj/item/cigbutt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"brW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/vending/cart, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"brX" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/fore) -"brY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brZ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsa" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bsb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsc" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bsd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bse" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bsf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bsg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bsh" = ( -/turf/closed/wall, -/area/teleporter) -"bsi" = ( -/obj/structure/table, -/obj/item/hand_tele, -/turf/open/floor/plasteel, -/area/teleporter) -"bsj" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/obj/structure/table, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/teleporter) -"bsk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bsl" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/structure/closet/crate, -/obj/item/crowbar, -/turf/open/floor/plasteel, -/area/teleporter) -"bsm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bsn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bso" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bsp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bsr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bss" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bst" = ( -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Medbay East"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsu" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "5; 68" - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bsv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bsw" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bsx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bsz" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bsA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bsB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bsC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bsD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bsE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bsF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bsG" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bsH" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bsI" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/explab"; - dir = 4; - name = "Experimentation Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bsJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bsK" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/medical_genetics, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bsL" = ( -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bsM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bsN" = ( -/obj/machinery/door/window/westleft{ - name = "Monkey Pen"; - req_access_txt = "9" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bsO" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bsP" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bsQ" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bsR" = ( -/obj/machinery/computer/operating{ - dir = 1; - name = "Robotics Operating Computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bsS" = ( -/obj/machinery/camera{ - c_tag = "Robotics Lab - South"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bsT" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bsU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bsV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsW" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bsX" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/embedded_controller/radio/airlock_controller{ - airpump_tag = "tox_airlock_pump"; - exterior_door_tag = "tox_airlock_exterior"; - id_tag = "tox_airlock_control"; - interior_door_tag = "tox_airlock_interior"; - pixel_x = -24; - sanitize_external = 1; - sensor_tag = "tox_airlock_sensor" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing/chamber) -"bsY" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bsZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing/chamber) -"bta" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Division North" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Room Access"; - req_access_txt = "7" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"btd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bte" = ( -/turf/open/floor/plasteel/white/side{ - dir = 6 - }, -/area/science/research) -"btf" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"btg" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bth" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bti" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"btj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btk" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/item/radio/headset, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"btl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"btm" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 12 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/sign/departments/minsky/research/genetics{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"btn" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Room"; - req_access_txt = "7" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bto" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"btp" = ( -/turf/open/floor/plating, -/area/maintenance/starboard) -"btq" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"btr" = ( -/obj/machinery/camera{ - c_tag = "Cargo Recieving Dock"; - dir = 4 - }, -/obj/machinery/button/door{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = -8; - req_access_txt = "31" - }, -/obj/machinery/button/door{ - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = 8; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bts" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #2" - }, -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"btt" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/storage/firstaid/regular{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"btv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/medical/psych) -"btw" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bty" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btA" = ( -/obj/machinery/camera{ - c_tag = "Research Division West" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btB" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"btC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btD" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"btE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"btF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"btG" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"btH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btI" = ( -/obj/machinery/power/apc{ - areastring = "/area/teleporter"; - dir = 8; - name = "Teleporter APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"btJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btK" = ( -/obj/structure/chair/comfy, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/medical/psych) -"btL" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btO" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btP" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btQ" = ( -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/science/research) -"btR" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 11 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"btT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"btW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btX" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"btY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"btZ" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bua" = ( -/turf/closed/wall, -/area/medical/genetics) -"bub" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"buc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/paramedic"; - dir = 1; - name = "Paramedic APC"; - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bud" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/supply/mining{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bue" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4; - name = "Air to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"buf" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bug" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bui" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock South"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/processing) -"buj" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/robotics/lab) -"buk" = ( -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"bul" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/medical/virology/virology2{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bum" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bun" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"buo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bup" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bur" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bus" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"but" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"buv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"buw" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bux" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"buy" = ( -/obj/structure/disposalpipe/sorting/mail{ - sortType = 23 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"buA" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "tox_airlock_interior"; - name = "Mixing Room Interior Airlock"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"buB" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"buC" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/button/door{ - id = "mixvent"; - name = "Mixing Room Vent Control"; - pixel_x = -25; - pixel_y = 5; - req_access_txt = "7" - }, -/obj/machinery/button/ignition{ - id = "mixingsparker"; - pixel_x = -25; - pixel_y = -5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing/chamber"; - name = "Mixing Chamber APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/mixing/chamber) -"buD" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #3" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"buE" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"buF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"buG" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"buH" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"buJ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"buK" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"buL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/construction) -"buM" = ( -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"buN" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"buO" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/stamp/hop, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"buP" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"buQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"buR" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"buS" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"buT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Air Supply Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"buU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"buV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"buW" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/teleporter) -"buX" = ( -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"buY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"buZ" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/teleporter) -"bva" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvb" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bvc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bvd" = ( -/obj/machinery/door/airlock/engineering{ - name = "Construction Area"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bve" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bvf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bvh" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/sleeper) -"bvi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Corridor North"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvj" = ( -/turf/closed/wall, -/area/medical/sleeper) -"bvk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvl" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bvm" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bvn" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bvo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvq" = ( -/obj/machinery/door/airlock/atmos{ - name = "Equipment Room"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvs" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvt" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvu" = ( -/obj/structure/window/reinforced, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bvv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bvw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bvx" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"bvy" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bvz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvA" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bvB" = ( -/obj/machinery/camera{ - c_tag = "Genetics Access"; - dir = 8; - pixel_y = -22 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"bvD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bvE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bvG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Construction Area Maintenance"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bvH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/construction) -"bvI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bvJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"bvK" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"bvL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bvM" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvN" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvO" = ( -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bvQ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bvR" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bvS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bvT" = ( -/obj/machinery/button/door{ - id = "viropen"; - name = "Monkey Pen Shutters"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bvU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bvV" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bvW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bvX" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay South"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bvY" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #4" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bvZ" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bwc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwd" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"bwe" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"bwf" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bwg" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwi" = ( -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/structure/closet/secure_closet/hop, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bwj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bwk" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bwl" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bwm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwn" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - dir = 1; - network = list("ss13","RD") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bwo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bwp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bwq" = ( -/obj/machinery/teleport/station, -/turf/open/floor/plating, -/area/teleporter) -"bwr" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter) -"bws" = ( -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/teleporter) -"bwt" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/teleporter) -"bwu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwv" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bww" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bwx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwz" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwA" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwC" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bwD" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bwE" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bwF" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 7; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bwG" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/medical/sleeper) -"bwH" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bwI" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bwJ" = ( -/obj/structure/table/glass, -/obj/machinery/camera{ - c_tag = "Medbay Cryogenics"; - network = list("ss13","medbay") - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bwK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwL" = ( -/obj/structure/sign/plaques/atmos{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bwN" = ( -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 28; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bwO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bwP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"bwS" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bwT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bwU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bwV" = ( -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plating, -/area/maintenance/aft) -"bwW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bwX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 3 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bwY" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bwZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bxa" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bxb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bxc" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bxd" = ( -/obj/machinery/camera{ - c_tag = "Genetics Research"; - dir = 1; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bxg" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/aft) -"bxh" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bxi" = ( -/obj/machinery/computer/aifixer{ - dir = 8 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director RC"; - pixel_x = -2; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"bxj" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; - name = "Research Monitor"; - network = list("rd","aicore","aiupload","xeno","test"); - pixel_y = 2 - }, -/obj/structure/table, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"bxk" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/primary) -"bxm" = ( -/obj/effect/spawner/xmastree/rdrod, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bxn" = ( -/turf/closed/wall, -/area/science/explab) -"bxo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"bxp" = ( -/obj/machinery/computer/rdconsole/experiment{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/explab) -"bxq" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/book/manual/wiki/experimentor, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/explab) -"bxr" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/explab) -"bxs" = ( -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Blast Doors"; - pixel_x = 25; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxt" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxu" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"bxv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bxw" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bxx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bxy" = ( -/turf/closed/wall, -/area/quartermaster/miningdock) -"bxz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bxA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/mining{ - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bxB" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bxC" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bxD" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bxE" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bxF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bxG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bxH" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bxI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bxJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bxK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bxL" = ( -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bxM" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/mob/living/simple_animal/crab/kreb{ - desc = "Here to lay down the hard claws of the law!"; - health = 50; - name = "Officer Kreb"; - real_name = "Officer Kreb" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"bxN" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bxO" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bxP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bxQ" = ( -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxS" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxV" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bxW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bxX" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bxY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bxZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bya" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"byb" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"byc" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/cartridge/quartermaster, -/obj/item/cartridge/quartermaster{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/coin/silver, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byd" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bye" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"byf" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"byg" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/stamp/qm, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byh" = ( -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/server) -"byi" = ( -/turf/closed/wall, -/area/security/checkpoint/science) -"byj" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/science) -"byk" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science) -"byl" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bym" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"byn" = ( -/obj/structure/filingcabinet, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byo" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "47" - }, -/obj/machinery/button/door{ - id = "rnd2"; - name = "Research Lab Shutter Control"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "47" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"byp" = ( -/obj/machinery/computer/robotics{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"byq" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"byr" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bys" = ( -/obj/structure/rack, -/obj/item/aicard, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"byt" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"byu" = ( -/obj/structure/displaycase/labcage, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"byv" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/explab) -"byw" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/science/explab) -"byx" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"byy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"byz" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central/secondary"; - dir = 8; - name = "Central Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"byB" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byD" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"byE" = ( -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"byF" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 1; - name = "Genetics APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"byH" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byI" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"byJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"byK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byL" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byM" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byN" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byO" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"byP" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byR" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"byS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"byU" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byX" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"byY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"byZ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bza" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bzb" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/depsec/engineering, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bzc" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Recovery Room" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzd" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bze" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzf" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bzg" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzh" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzi" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzj" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzk" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Break Room"; - req_access_txt = "32" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bzl" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzm" = ( -/obj/machinery/clonepod, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzn" = ( -/obj/machinery/computer/cloning{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzp" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzq" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzr" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/vending/wardrobe/gene_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzs" = ( -/turf/closed/wall, -/area/maintenance/aft) -"bzt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bzu" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bzv" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bzw" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"bzx" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bzy" = ( -/obj/machinery/light, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - name = "Cargo Office APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bzz" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/secure_closet/security/science, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bzA" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bzB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bzC" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bzD" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of your own office."; - name = "Research Monitor"; - network = list("rd"); - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bzE" = ( -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bzF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzG" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzH" = ( -/obj/structure/table, -/obj/item/hemostat, -/turf/open/floor/plasteel/white/side, -/area/medical/sleeper) -"bzI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/item/surgicaldrill, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzJ" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"bzK" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bzL" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bzM" = ( -/obj/structure/rack, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/paicard{ - pixel_x = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bzN" = ( -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bzO" = ( -/turf/open/floor/engine, -/area/science/explab) -"bzP" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bzQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "mix_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bzR" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bzS" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/book/manual/wiki/surgery, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/break_room"; - dir = 4; - name = "Break Room APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bzU" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzV" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bzX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bzY" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bzZ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bAa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/research) -"bAb" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bAc" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bAd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bAe" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AIW"; - location = "QM" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bAg" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bAi" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bAj" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP"; - location = "CHE" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bAl" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bAm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bAn" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bAo" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bAp" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bAr" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bAs" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAt" = ( -/obj/structure/table/reinforced, -/obj/item/wrench/medical, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bAu" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bAv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bAw" = ( -/turf/open/floor/plating, -/area/maintenance/aft) -"bAx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bAy" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"bAz" = ( -/obj/machinery/airalarm/server{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"bAA" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAB" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAC" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAD" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAE" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Science"; - dir = 4; - network = list("ss13","rd","chpt") - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bAF" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bAI" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/atmospherics{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bAJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bAK" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AIE"; - location = "AftH" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bAL" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bAM" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bAN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bAO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bAP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAQ" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/science/explab) -"bAR" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/science/explab) -"bAS" = ( -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAT" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/turf/open/floor/plasteel, -/area/janitor) -"bAU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/janitor) -"bAV" = ( -/obj/machinery/door/window/westleft{ - name = "Janitorial Delivery"; - req_access_txt = "26" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/janitor) -"bAW" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/foyer) -"bAY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bAZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/foyer) -"bBa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bBb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"bBc" = ( -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/razor, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"bBd" = ( -/obj/structure/table, -/obj/structure/bedsheetbin{ - pixel_x = 2 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bBe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"bBf" = ( -/obj/structure/filingcabinet, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 1; - network = list("ss13","chpt") - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bBg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBh" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBl" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4; - name = "Mix to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBn" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBo" = ( -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBp" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bBq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBs" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bBt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBv" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBw" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Mix Tank"; - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bBx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBy" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBA" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBC" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bBD" = ( -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bBE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bBF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bBG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bBI" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/wardrobe/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBJ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bBL" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bBM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bBN" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"bBO" = ( -/obj/machinery/computer/med_data, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bBP" = ( -/obj/machinery/computer/crew, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bBQ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bBR" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/aft) -"bBS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bBT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bBU" = ( -/obj/machinery/camera{ - c_tag = "Toxins Lab West"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/l3closet/scientist{ - pixel_x = -2 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bBV" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"bBW" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bBX" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bBY" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bBZ" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCa" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 1; - name = "Quartermaster APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bCb" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCc" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bCe" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bCf" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/twohanded/required/kirbyplants/dead, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCg" = ( -/obj/structure/table, -/obj/item/cartridge/signal/toxins, -/obj/item/cartridge/signal/toxins{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - dir = 1; - network = list("ss13","rd") - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCh" = ( -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/computer/card/minor/rd{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCi" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCj" = ( -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCk" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"bCl" = ( -/obj/machinery/camera{ - c_tag = "Experimentor Lab Chamber"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/light, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/engine, -/area/science/explab) -"bCm" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bCn" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bCo" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bCp" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bCq" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"bCr" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bCs" = ( -/turf/closed/wall, -/area/storage/tech) -"bCt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bCu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCv" = ( -/turf/closed/wall, -/area/janitor) -"bCw" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bCx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bCy" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bCz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"bCA" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bCB" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/aft) -"bCC" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - name = "Tcomms Supply" - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bCD" = ( -/obj/structure/table, -/obj/item/retractor, -/turf/open/floor/plasteel/white/side, -/area/medical/sleeper) -"bCE" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bCF" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCG" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/gun/syringe, -/obj/item/reagent_containers/dropper, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bCI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"bCJ" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 4; - sensors = list("mix_sensor" = "Tank") - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"bCK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bCL" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCM" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bCN" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCO" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/rxglasses, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCP" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bCQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/sleeper) -"bCR" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bCS" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bCT" = ( -/obj/structure/table, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCU" = ( -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Medbay South"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bCV" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bCW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCX" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bCY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bCZ" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chief_medical_officer, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDa" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDb" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bDc" = ( -/turf/closed/wall, -/area/science/storage) -"bDd" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bDe" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bDf" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"bDg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bDh" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bDi" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bDj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bDk" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Mining"; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bDl" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bDm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bDn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bDo" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bDp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bDq" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/key/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bDr" = ( -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/turf/open/floor/plasteel, -/area/janitor) -"bDs" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/janitor) -"bDt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bDu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDv" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bDw" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/turf/open/floor/plating, -/area/storage/tech) -"bDx" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bDy" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningdock"; - dir = 1; - name = "Mining Dock APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bDz" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bDA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/medical/sleeper"; - dir = 4; - name = "Treatment Center APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDB" = ( -/obj/machinery/smartfridge/organ, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/sleeper) -"bDC" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDD" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDE" = ( -/obj/machinery/vending/wallmed{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Medbay Recovery Room"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bDG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bDH" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/l3closet/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bDI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bDJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bDK" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet" - }, -/obj/structure/closet/l3closet/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bDL" = ( -/obj/vehicle/ridden/janicart, -/turf/open/floor/plasteel, -/area/janitor) -"bDM" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor) -"bDN" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Engine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bDO" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDP" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 1; - freq = 1400; - location = "Janitor" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/janitor) -"bDQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDR" = ( -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDS" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bDT" = ( -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDU" = ( -/obj/structure/lattice/catwalk, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bDV" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bDW" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bDX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bDY" = ( -/obj/structure/grille, -/obj/machinery/meter{ - layer = 3.4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bDZ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bEa" = ( -/obj/machinery/camera{ - c_tag = "Engineering Foyer"; - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bEc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"bEd" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bEe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bEf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Life Support"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bEg" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bEh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"bEi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"bEj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEl" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Office"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEm" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"bEn" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Test Chamber"; - network = list("xeno","rd") - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bEo" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) -"bEp" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) -"bEq" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 8; - name = "Misc Research APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bEr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bEs" = ( -/turf/closed/wall, -/area/science/mixing) -"bEt" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/white, -/area/science/research) -"bEu" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/science/mixing) -"bEv" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/turf/open/floor/plasteel, -/area/science/mixing) -"bEw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bEx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bEy" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"bEA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEC" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"bED" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Pure to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bEF" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bEG" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bEH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bEI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bEJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bEK" = ( -/obj/machinery/computer/security/mining, -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bEL" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bEM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bEN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"bEO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bEP" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bER" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bES" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bET" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEV" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEX" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plating, -/area/storage/tech) -"bEY" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/mixing) -"bEZ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bFa" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bFb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/storage/tech) -"bFd" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"bFe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFf" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bFg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/janitor) -"bFh" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFi" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bFj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFk" = ( -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plasteel, -/area/janitor) -"bFl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/janitor"; - dir = 8; - name = "Custodial Closet APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFm" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 6 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFn" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFq" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFs" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/janitor) -"bFt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFv" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics South West"; - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"bFw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFz" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/sleeper) -"bFA" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFB" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bFC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "O2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Incinerator" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"bFF" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFG" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bFH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bFI" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"bFJ" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFK" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFL" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bFM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bFN" = ( -/obj/structure/table, -/obj/item/cartridge/medical{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/cartridge/medical{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/cartridge/medical, -/obj/item/cartridge/chemistry{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bFO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"bFP" = ( -/obj/machinery/computer/card/minor/cmo{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bFQ" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bFR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bFS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bFT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"bFU" = ( -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bFV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bFY" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bFZ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGa" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bGb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bGc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/mixing) -"bGd" = ( -/obj/machinery/doppler_array/research/science{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/mixing) -"bGe" = ( -/turf/closed/wall, -/area/science/test_area) -"bGf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bGg" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bGi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bGj" = ( -/obj/structure/window/reinforced, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bGk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bGl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bGn" = ( -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bGo" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGr" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bGs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGt" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/borgupload{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/aiupload{ - pixel_x = 2; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bGu" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bGv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bGw" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/pandemic{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/circuitboard/machine/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/destructive_analyzer, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/circuitboard/computer/aifixer, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/machine/circuit_imprinter, -/obj/item/circuitboard/machine/mechfab, -/turf/open/floor/plating, -/area/storage/tech) -"bGx" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/computer/message_monitor{ - pixel_y = -5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bGy" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/mining, -/obj/item/circuitboard/machine/autolathe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/computer/arcade/battle, -/turf/open/floor/plating, -/area/storage/tech) -"bGz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGB" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - pixel_y = -29 - }, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel, -/area/janitor) -"bGC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGD" = ( -/obj/structure/janitorialcart, -/turf/open/floor/plasteel, -/area/janitor) -"bGE" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/janitor) -"bGF" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGG" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) -"bGH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bGI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bGJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bGL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bGN" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGO" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"bGP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGQ" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bGS" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Unfiltered to Mix"; - on = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "Waste to Space" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bGY" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"bGZ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bHa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bHb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bHc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bHd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHe" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/storage"; - dir = 8; - name = "Toxins Storage APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Toxins Storage"; - dir = 4; - network = list("ss13","rd") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"bHf" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector{ - dir = 8; - on = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/atmos_distro) -"bHg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bHh" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bHi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bHj" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/purple/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bHk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "atmos blast door" - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bHl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bHn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"bHo" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHp" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bHq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHr" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bHs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bHt" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bHu" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel, -/area/science/mixing) -"bHv" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 8; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("toxins"); - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bHw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/engine/atmos_distro) -"bHx" = ( -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bHA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bHB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bHC" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bHD" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bHE" = ( -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bHF" = ( -/obj/structure/sign/departments/minsky/research/robotics{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHG" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/crew{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/card{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/circuitboard/computer/communications{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bHH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bHI" = ( -/obj/structure/sign/departments/minsky/research/xenobiology{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"bHJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) -"bHK" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bHL" = ( -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bHM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/research) -"bHN" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bHO" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bHP" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bHQ" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) -"bHR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 2"; - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bHT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/security/main) -"bHU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHV" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft"; - dir = 8; - name = "Aft Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHY" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 8; - name = "RD Office APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bHZ" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIa" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet, -/obj/item/storage/box/donkpockets, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIc" = ( -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/sleeper) -"bIe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/crate, -/obj/item/assembly/infra, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIg" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIh" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/item/reagent_containers/food/drinks/bottle/vermouth, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bIj" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/book/manual/wiki/medicine, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIk" = ( -/obj/structure/table, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northright{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIl" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIm" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/glass/rag, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/aft) -"bIn" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIo" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIp" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Storage Area"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIr" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIs" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIt" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/ale, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIu" = ( -/obj/structure/light_construct/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIv" = ( -/obj/machinery/computer/security/telescreen/entertainment, -/turf/closed/wall, -/area/maintenance/port/aft) -"bIw" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bIx" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bIy" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine, -/area/science/xenobiology) -"bIz" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bIA" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bIB" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bIC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bID" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bIE" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bIF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/tequila, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bII" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIJ" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIK" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bIL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bIM" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay Entrance"; - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/supply/cargo{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bIN" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIO" = ( -/obj/structure/mineral_door/wood{ - name = "The New Barmaid" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIR" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIS" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port/aft) -"bIT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIU" = ( -/obj/structure/mineral_door/wood{ - name = "The New Barmaid" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bIV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIX" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall, -/area/science/test_area) -"bIY" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bIZ" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bJa" = ( -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bJb" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJc" = ( -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bJe" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJf" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJh" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/robotics{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/mecha_control{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJi" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bJj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bJk" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/cloning, -/obj/item/circuitboard/computer/med_data{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/clonescanner, -/obj/item/circuitboard/machine/clonepod, -/obj/item/circuitboard/computer/scan_consolenew, -/obj/item/circuitboard/machine/smoke_machine, -/turf/open/floor/plating, -/area/storage/tech) -"bJl" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/powermonitor{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/stationalert{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/circuitboard/computer/atmos_alert{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJm" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/secure_data{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/security{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJn" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/storage/tech) -"bJo" = ( -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"bJp" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/mopbucket, -/obj/item/mop, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJq" = ( -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"bJr" = ( -/obj/structure/light_construct/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJs" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJu" = ( -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bJv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJw" = ( -/obj/item/hand_labeler_refill, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJx" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bJz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bJA" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJB" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJC" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/beer, -/obj/item/reagent_containers/food/drinks/ale, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJD" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJE" = ( -/obj/structure/light_construct/small, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJF" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJH" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/science/xenobiology) -"bJI" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJJ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJL" = ( -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Test Chamber"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJM" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJN" = ( -/turf/closed/wall, -/area/science/xenobiology) -"bJO" = ( -/obj/machinery/door/airlock/research{ - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bJP" = ( -/obj/machinery/vending/boozeomat/all_access, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJQ" = ( -/obj/structure/table/wood, -/obj/item/dice/d20, -/obj/item/dice, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJR" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJS" = ( -/obj/machinery/vending/sustenance, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bJT" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/white, -/area/science/research) -"bJU" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJV" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/remains/human, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJW" = ( -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJX" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"bJY" = ( -/obj/structure/closet/crate, -/obj/item/coin/silver, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJZ" = ( -/obj/structure/closet/wardrobe/black, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bKa" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bKb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bKc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKd" = ( -/obj/machinery/camera{ - c_tag = "Toxins Launch Room Access"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKe" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/mixing) -"bKf" = ( -/obj/machinery/door/window/southleft{ - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKg" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bKh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bKi" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bKj" = ( -/obj/machinery/camera{ - c_tag = "Mining Dock External"; - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKl" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKm" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/quartermaster/miningdock) -"bKn" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/item/shovel{ - pixel_x = -5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKo" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKp" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKq" = ( -/obj/machinery/mineral/equipment_vendor, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bKr" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKs" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKt" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/storage/tech) -"bKu" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plating, -/area/storage/tech) -"bKv" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bKw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "air_out"; - internal_pressure_bound = 2000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"bKx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bKy" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air Outlet Pump"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bKA" = ( -/obj/machinery/camera{ - c_tag = "Aft Port Solar Access"; - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bKB" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bKC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bKD" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bKE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bKF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bKG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "co2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bKH" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bKI" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Control APC"; - pixel_y = 23 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bKJ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"bKK" = ( -/obj/machinery/air_sensor{ - id_tag = "air_sensor" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos_distro) -"bKL" = ( -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 4; - sensors = list("air_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bKM" = ( -/turf/closed/wall/r_wall, -/area/medical/psych) -"bKN" = ( -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 8; - sensors = list("co2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bKO" = ( -/obj/machinery/air_sensor{ - id_tag = "co2_sensor" - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bKP" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bKQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKR" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 4 - }, -/turf/open/floor/engine/air, -/area/engine/atmos_distro) -"bKS" = ( -/obj/machinery/camera{ - c_tag = "Server Room"; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 1; - name = "Server Room APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bKT" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bKW" = ( -/obj/item/wrench, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKX" = ( -/obj/machinery/button/door{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_y = -2; - req_access_txt = "55" - }, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKY" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKZ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLc" = ( -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLd" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 8; - pixel_y = -28; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bLe" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/xenobiology) -"bLf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bLg" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLh" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/science/research) -"bLi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bLj" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/science/mixing) -"bLk" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "toxinsdriver" - }, -/turf/open/floor/plating, -/area/science/mixing) -"bLl" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "toxins launcher bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/science/mixing) -"bLm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/mixing) -"bLn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bLo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bLp" = ( -/obj/item/beacon, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bLq" = ( -/turf/closed/indestructible{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - icon_state = "riveted"; - name = "hyper-reinforced wall" - }, -/area/science/test_area) -"bLr" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter{ - layer = 3.4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bLs" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos_distro) -"bLt" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLu" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bLv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bLw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bLx" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plating, -/area/storage/tech) -"bLy" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plating, -/area/storage/tech) -"bLz" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bLA" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bLB" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLC" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Tanks East"; - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLD" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"bLE" = ( -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bLF" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/science"; - name = "Science Security APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bLG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "n2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"bLH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "N2 Outlet Pump"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLI" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bLJ" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLK" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bLL" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLM" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bLN" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2O Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "n2o_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLQ" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLR" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"bLS" = ( -/obj/machinery/air_sensor{ - id_tag = "n2_sensor" - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"bLT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLU" = ( -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 4; - sensors = list("n2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLV" = ( -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 8; - sensors = list("n2o_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bLW" = ( -/obj/machinery/air_sensor{ - id_tag = "n2o_sensor" - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLX" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bLY" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 4 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos_distro) -"bLZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMa" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMb" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMc" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos_distro) -"bMd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics West"; - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMf" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"bMg" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/xenobiology"; - dir = 8; - name = "Xenobiology APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMh" = ( -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMi" = ( -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "o2_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"bMk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMl" = ( -/obj/machinery/processor/slime, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bMm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics East"; - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMn" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bMo" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bMp" = ( -/obj/structure/closet/l3closet/scientist, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/extinguisher, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bMq" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/extinguisher, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bMr" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/xenobiology) -"bMs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/research) -"bMt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "O2 Outlet Pump"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bMx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMy" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "mix to port" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bMz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 0; - frequency = 1441; - id_tag = "tox_out"; - initialize_directions = 1; - internal_pressure_bound = 4000; - pressure_checks = 2; - pressure_resistance = 10; - pump_direction = 0 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMA" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMB" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMC" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bME" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bMF" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/stool{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/machinery/door/window/westright, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bMG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMH" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMI" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"bMJ" = ( -/obj/machinery/air_sensor{ - id_tag = "o2_sensor" - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"bMK" = ( -/turf/closed/wall, -/area/engine/atmos) -"bML" = ( -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 4; - sensors = list("o2_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMM" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMN" = ( -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 8; - sensors = list("tox_sensor" = "Tank") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMO" = ( -/obj/machinery/air_sensor{ - id_tag = "tox_sensor" - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMP" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 4 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos_distro) -"bMR" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMS" = ( -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/nanite_scanner{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"bMT" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMU" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos_distro) -"bMV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMX" = ( -/obj/structure/sign/warning/vacuum{ - name = "EXTERNAL AIRLOCK"; - pixel_y = -33 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMY" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bMZ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bNa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bNb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bNc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bNd" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"bNe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bNf" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/engivend, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bNg" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"bNh" = ( -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNi" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNj" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"bNk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"bNl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bNm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/table, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bNn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bNo" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos_distro) -"bNp" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bNq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 1; - name = "Cargo Security APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bNr" = ( -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "55" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bNs" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"bNt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"bNv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/library) -"bNw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bNx" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNz" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab East"; - dir = 8; - network = list("ss13","rd"); - pixel_y = -22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bNA" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNB" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNC" = ( -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bND" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bNE" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bNF" = ( -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/science/test_area) -"bNG" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNH" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -26 - }, -/obj/item/paper_bin{ - pixel_x = -3 - }, -/obj/item/pen{ - pixel_x = -3 - }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bNI" = ( -/turf/closed/wall, -/area/construction) -"bNJ" = ( -/turf/open/floor/plating, -/area/construction) -"bNK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/sign/departments/minsky/engineering/atmospherics{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNL" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/construction) -"bNM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNN" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bNO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bNP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bNR" = ( -/obj/structure/transit_tube/diagonal{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bNS" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"bNU" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 4; - name = "Telecommunications Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNV" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bNW" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNX" = ( -/obj/structure/sign/warning{ - name = "SECURE AREA"; - pixel_y = 30 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bNY" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bNZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"bOa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"bOb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"bOc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bOd" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOe" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bOf" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_one_access_txt = "10;61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = 2; - diry = -2 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/engine/engineering) -"bOg" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_one_access_txt = "10;61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = -2; - diry = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bOh" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bOi" = ( -/obj/structure/transit_tube/junction{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bOj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bOk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bOl" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/medical/psych) -"bOm" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOn" = ( -/obj/machinery/camera{ - c_tag = "Virology Monkey Pen"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOo" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/obj/item/clipboard, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/medical/psych) -"bOp" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Virology Airlock"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOr" = ( -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOs" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/med_data/laptop, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOt" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bOu" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bOv" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/medical/psych) -"bOw" = ( -/turf/open/floor/carpet, -/area/medical/psych) -"bOx" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOy" = ( -/obj/structure/chair/wood{ - dir = 1 - }, -/obj/effect/landmark/start/yogs/psychiatrist, -/obj/machinery/button/door{ - id = "psych"; - name = "Psych Office Shutters Control"; - pixel_x = 28 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/medical/psych) -"bOz" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOB" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/medical/psych) -"bOC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bOD" = ( -/obj/structure/bookcase/manuals/medical, -/turf/open/floor/wood, -/area/medical/psych) -"bOE" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 1; - name = "Chief Medical Officer's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOG" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "port to mix" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bOH" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bOI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bOK" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bOL" = ( -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bOM" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"bON" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "privacy shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/detectives_office) -"bOO" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/engineering"; - dir = 8; - name = "Engineering Security APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOP" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bOQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bOR" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bOS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bOT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Atmospherics" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOU" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"bOV" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bOW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"bOX" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bOY" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bOZ" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"bPa" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bPb" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bPc" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bPd" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bPe" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bPf" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bPg" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"bPh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"bPi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"bPj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bPl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bPm" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bPn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/xenobiology) -"bPo" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bPp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"bPr" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bPt" = ( -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bPu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bPv" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bPw" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bPx" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPz" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 7 - }, -/obj/item/storage/box/syringes{ - pixel_y = 5 - }, -/obj/item/storage/box/monkeycubes{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/storage/box/monkeycubes, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/extinguisher, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPB" = ( -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bPC" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"bPG" = ( -/obj/machinery/chem_master, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPH" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/item/slime_scanner, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPI" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPJ" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bPK" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/misc_lab) -"bPL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bPM" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/xenobiology) -"bPN" = ( -/turf/closed/wall, -/area/science/misc_lab) -"bPO" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPP" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPQ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPR" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"bPS" = ( -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bPT" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bPU" = ( -/obj/item/shard, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPV" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos_distro) -"bPW" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPZ" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bQa" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bQb" = ( -/obj/effect/spawner/structure/window/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"bQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/construction) -"bQd" = ( -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQe" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/off, -/obj/machinery/light_switch{ - pixel_x = -27; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bQg" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bQh" = ( -/obj/machinery/bookbinder, -/obj/machinery/power/apc{ - areastring = "/area/medical/psych"; - name = "Psychiatrist Office APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/medical/psych) -"bQi" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bQj" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/construction) -"bQk" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/virology"; - dir = 1; - name = "Virology APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Virology Module"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/atmos"; - dir = 1; - name = "Atmospherics Wing APC"; - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQn" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/science/nanite"; - name = "Nanite Lab APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"bQo" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/engine/engineering"; - dir = 1; - name = "Engineering APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bQp" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/aft"; - dir = 4; - name = "Port Quarter Solar APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Aft Port Solar Control"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"bQq" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/starboard/aft"; - dir = 8; - name = "Starboard Quarter Solar APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bQr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - name = "Incinerator APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/aft) -"bQs" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Experimentation Lab Maintenance"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bQt" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - name = "SMES room APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bQu" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_x = 1 - }, -/obj/machinery/door/window/westleft, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQv" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/lounge"; - dir = 1; - name = "Telecoms Satellite Access APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"bQw" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bQy" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"bQz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bQA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"bQB" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Central Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bQC" = ( -/obj/item/wrench, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bQD" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"bQE" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/item/storage/secure/safe{ - pixel_x = -23 - }, -/obj/item/flashlight/lamp/green, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bQF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQG" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/taperecorder, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bQH" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bQJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bQL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology North"; - dir = 8; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQO" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bQP" = ( -/turf/open/floor/plating, -/area/security/processing) -"bQQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bQR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"bQS" = ( -/obj/item/bedsheet/red, -/mob/living/simple_animal/bot/secbot/beepsky, -/turf/open/floor/plating, -/area/security/processing) -"bQT" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/potato{ - name = "\improper Beepsky's emergency battery" - }, -/turf/open/floor/plating, -/area/security/processing) -"bQU" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/processing"; - dir = 8; - name = "Labor Shuttle Dock APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/fore) -"bQV" = ( -/obj/structure/transit_tube/diagonal, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bQW" = ( -/obj/structure/transit_tube/curved/flipped, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bQX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/disposal/incinerator) -"bQY" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bQZ" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"bRa" = ( -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRb" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRc" = ( -/obj/structure/transit_tube/crossing, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRe" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/disposal/incinerator) -"bRf" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bRh" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bRi" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRk" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRl" = ( -/obj/structure/light_construct{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction) -"bRm" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRn" = ( -/obj/structure/grille, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRo" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 8; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bRp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRv" = ( -/obj/docking_port/stationary/random/icemoon{ - dir = 4; - id = "pod_lavaland4"; - name = "Moon Mine" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRw" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bRx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/closed/mineral/random/snow, -/area/tcommsat/computer) -"bRA" = ( -/obj/structure/transit_tube/crossing, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRC" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/port/aft) -"bRD" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bRE" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRF" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bRG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bRH" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/junction/flipped{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRI" = ( -/obj/structure/transit_tube/diagonal/topleft, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"bRJ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) -"bRK" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/binary/pump/on/layer4{ - name = "Waste Out" - }, -/turf/closed/mineral/random/snow, -/area/tcommsat/entrance) -"bRL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bRM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/closed/mineral/random/snow, -/area/tcommsat/entrance) -"bRN" = ( -/turf/closed/wall, -/area/medical/virology) -"bRO" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bRP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"bRR" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Break Room"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRS" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bRT" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/turf/open/floor/engine, -/area/science/xenobiology) -"bRU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bRV" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bRX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bRY" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio8"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bSa" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bSb" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bSc" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSd" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSe" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSf" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSg" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSh" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSi" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSj" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSl" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"bSm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bSn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSo" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bSp" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSq" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSs" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSt" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/solar/starboard/aft) -"bSu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSy" = ( -/obj/machinery/power/apc{ - areastring = "/area/chapel/main"; - name = "Chapel APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSz" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/construction) -"bSA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bSD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSF" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSH" = ( -/obj/structure/disposalpipe/sorting/mail{ - sortType = 23 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/library"; - name = "Library APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSK" = ( -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - name = "Chapel Office APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSM" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore) -"bSN" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSP" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 19 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bST" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = 8; - pixel_y = 22; - req_access_txt = "39" - }, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 20 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSW" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bSY" = ( -/obj/machinery/vending/medical, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTa" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bTb" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bTc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bTd" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bTe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bTf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"bTg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTh" = ( -/obj/machinery/light, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bTi" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bTj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTl" = ( -/turf/open/floor/engine, -/area/science/misc_lab) -"bTm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTn" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance"; - req_access_txt = "27" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTo" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre"; - dir = 8; - name = "Theatre APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTq" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar"; - name = "Bar APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Bar Storage Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTs" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Bar" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bTt" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - name = "Kitchen APC"; - pixel_y = -23 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"bTB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTC" = ( -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTD" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTE" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/engineering) -"bTF" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bTG" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bTH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bTI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bTJ" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/aft"; - dir = 8; - name = "Aft Hall APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTK" = ( -/obj/item/crowbar, -/obj/item/wrench, -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/atmospherics{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTL" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bTM" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bTO" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTP" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTQ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/pipe_dispenser, -/turf/open/floor/engine, -/area/engine/engineering) -"bTR" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTS" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bTT" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bTU" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/supermatter, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/turf/open/floor/engine, -/area/engine/engineering) -"bTV" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/turf/open/floor/engine, -/area/engine/engineering) -"bTW" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bTY" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/engine/engineering) -"bTZ" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUa" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUd" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUe" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bUg" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUi" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUk" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUr" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUt" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUv" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUx" = ( -/obj/machinery/door/airlock/engineering{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUy" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bUC" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUF" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Fore"; - dir = 1; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Control"; - pixel_y = -24; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Loop" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bUN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bUO" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bUP" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUQ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bUR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/engine/engineering) -"bUS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/engine/engineering) -"bUT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bUU" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bUV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bUW" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bUX" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bUY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bUZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVa" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVb" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVe" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVf" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVg" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVi" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/science/xenobiology) -"bVj" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bVk" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bVl" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bVn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bVo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bVp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bVq" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bVr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/emcloset/anchored, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bVs" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/engine/engineering) -"bVt" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVu" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" - }, -/obj/machinery/airalarm/engine{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/supermatter) -"bVv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/supermatter) -"bVw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bVx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/port/aft) -"bVy" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVD" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/warning/deathsposal{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVE" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVG" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bVI" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bVJ" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"bVK" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/engine/engineering) -"bVM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Port"; - dir = 4; - network = list("ss13","engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bVN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"bVO" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVQ" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVR" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bVS" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVU" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bVV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bVW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Starboard"; - dir = 8; - network = list("ss13","engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bVX" = ( -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bVY" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/firedoor/window, -/turf/open/floor/plating, -/area/engine/engineering) -"bVZ" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWb" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWc" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWd" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWe" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"bWf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cooling Loop" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bWi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWj" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"bWk" = ( -/obj/machinery/camera{ - c_tag = "Supermatter Chamber"; - dir = 2; - network = list("engine"); - pixel_x = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bWm" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWn" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bWo" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWq" = ( -/turf/open/floor/engine, -/area/engine/supermatter) -"bWr" = ( -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bWs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWt" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWu" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWv" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"bWw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWy" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bWz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWA" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Gas" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bWF" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bWG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bWH" = ( -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWI" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWM" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"bWN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWO" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bWP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWQ" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bWR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bWT" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/tank/internals/plasma, -/turf/open/floor/plating, -/area/engine/supermatter) -"bWU" = ( -/obj/machinery/power/supermatter_crystal/engine{ - gender = "female" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bWV" = ( -/obj/structure/door_assembly/door_assembly_mai, -/turf/open/floor/plating, -/area/maintenance/aft) -"bWW" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"bWX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bWY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bWZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXa" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXb" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXc" = ( -/turf/open/floor/engine, -/area/engine/engineering) -"bXd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXe" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"bXf" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bXg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bXi" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"bXj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bXk" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"bXl" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXn" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"bXo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix Bypass" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bXp" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXq" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXr" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"bXt" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bXv" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bXx" = ( -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bXy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bXz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Cooling Loop to Gas" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bXB" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bXC" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"bXD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bXE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Mix" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bXG" = ( -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bXH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXI" = ( -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"bXK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bXL" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bXN" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXO" = ( -/obj/structure/filingcabinet, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bXP" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bXQ" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXR" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bXT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bXY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Aft"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bXZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"bYc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYd" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYe" = ( -/obj/structure/closet/crate/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYf" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio2"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bYg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bYh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bYi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"bYk" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYl" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8; - filter_type = list(/datum/gas/nitrogen) - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYo" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYr" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYs" = ( -/obj/structure/closet/crate, -/obj/item/clothing/under/color/lightpurple, -/obj/item/stack/spacecash/c200, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYu" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Space" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bYw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bYx" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bYy" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"bYB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine, -/area/engine/engineering) -"bYC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYE" = ( -/obj/structure/table, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYF" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYH" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYI" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYJ" = ( -/obj/structure/closet/wardrobe/engineering_yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYM" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYN" = ( -/turf/closed/wall, -/area/security/checkpoint/engineering) -"bYO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYQ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bYR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4; - name = "Output Release" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bYW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"bYX" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/door/firedoor/window, -/turf/open/floor/plating, -/area/engine/engineering) -"bYY" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/engineering) -"bYZ" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/engineering) -"bZa" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology South"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bZb" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bZc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/engineering) -"bZd" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bZe" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bZf" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/engine/engineering) -"bZh" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZi" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZl" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Port" - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZm" = ( -/obj/structure/reflector/box/anchored{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/engine/engineering) -"bZo" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bZp" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZq" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/engine/engineering) -"bZr" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bZt" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZu" = ( -/obj/item/twohanded/required/kirbyplants, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bZv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bZw" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZx" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/engine/engineering) -"bZy" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bZz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 1"; - dir = 8; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZA" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZB" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bZD" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bZE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bZF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZG" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZH" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZI" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/emitter/anchored{ - dir = 8; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZL" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZM" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"bZN" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZO" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bZQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZR" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZT" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZU" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bZW" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio6"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bZX" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bZY" = ( -/obj/structure/reflector/single/anchored{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"caa" = ( -/obj/structure/girder, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cab" = ( -/obj/structure/reflector/single/anchored{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cac" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cad" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cae" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"caf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/port/aft) -"cag" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cah" = ( -/turf/closed/wall/r_wall, -/area/icemoon/surface) -"cai" = ( -/turf/closed/mineral/random/snow, -/area/icemoon/surface) -"caj" = ( -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cak" = ( -/obj/machinery/light, -/turf/open/floor/plating, -/area/engine/engineering) -"cal" = ( -/obj/item/crowbar/large, -/obj/structure/rack, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cam" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"cao" = ( -/obj/item/reagent_containers/food/drinks/shaker, -/obj/structure/table/wood, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c100, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cap" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"caq" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"car" = ( -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cas" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cat" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/kitchen) -"cau" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cav" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caw" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cax" = ( -/obj/structure/closet/wardrobe/black, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cay" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"caz" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"caA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"caB" = ( -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caC" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"caD" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caE" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"caG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"caH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"caI" = ( -/obj/machinery/reagentgrinder, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"caJ" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"caK" = ( -/obj/machinery/camera{ - c_tag = "Bar Storage" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"caL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"caM" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"caN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"caO" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"caP" = ( -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"caQ" = ( -/obj/structure/musician/piano{ - icon_state = "piano" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"caS" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caU" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caV" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"caW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"caX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"caY" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/misc_lab) -"caZ" = ( -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cba" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbb" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbc" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbd" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/reagent_dispensers/beerkeg, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbe" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbh" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbi" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/port/aft) -"cbk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Space" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/maintenance/port/aft) -"cbl" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbm" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/hacking_guide{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cbo" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbp" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "CE Office APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cbq" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cbr" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbs" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbt" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cbu" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/security/processing) -"cbv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Research Delivery access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbw" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbx" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar{ - pixel_x = -7 - }, -/obj/item/instrument/eguitar{ - pixel_x = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cby" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/mob/living/simple_animal/bot/honkbot, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbz" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbB" = ( -/obj/machinery/door/window{ - dir = 4; - name = "Theatre Stage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbC" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbD" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbE" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbF" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbG" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbH" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/closet/secure_closet/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cbI" = ( -/obj/machinery/telecomms/receiver/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbJ" = ( -/obj/structure/kitchenspike, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbM" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbN" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"cbO" = ( -/obj/structure/window/reinforced, -/obj/structure/table/wood, -/obj/item/instrument/violin, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbP" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbQ" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"cbR" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio1"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cbS" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cbT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cbU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cbV" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cbW" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "wood" - }, -/area/crew_quarters/bar) -"cbX" = ( -/obj/effect/landmark/blobstart, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"cbY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"cbZ" = ( -/obj/machinery/nanite_programmer, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"cca" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ccb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ccc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ccd" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cce" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ccf" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, -/obj/item/clothing/head/hardhat/cakehat, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccg" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cch" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"ccj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cck" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ccl" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccm" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccn" = ( -/obj/machinery/camera{ - c_tag = "Engineering Access" - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cco" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ccp" = ( -/obj/machinery/door/airlock{ - name = "Kitchen cold room"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ccq" = ( -/obj/effect/landmark/event_spawn, -/turf/closed/wall, -/area/crew_quarters/bar) -"ccr" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccs" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cct" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccu" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ccw" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"ccx" = ( -/obj/machinery/vending/boozeomat, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccy" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccz" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccA" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccD" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccE" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccF" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccG" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccI" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccJ" = ( -/obj/structure/table, -/obj/item/kitchen/fork, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccL" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccM" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccO" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ccP" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"ccQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"ccR" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccS" = ( -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccT" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccV" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ccW" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ccX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ccY" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ccZ" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cda" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdb" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdc" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdd" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cde" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdf" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/spawner/xmastree, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdg" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdh" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdk" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cdl" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"cdm" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cdn" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cdp" = ( -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdq" = ( -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 8 - }, -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdr" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cds" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 8; - name = "Starboard Quarter Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Aft Starboard Solar Access"; - dir = 1 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cdt" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdu" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdv" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdw" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdx" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/book/manual/wiki/cooking_to_serve_man{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdy" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdz" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdA" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdB" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdC" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/reagent_containers/food/snacks/pie/cream, -/obj/machinery/door/window/westright, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdE" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdF" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdG" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdH" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdI" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdJ" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdK" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdL" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdP" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdQ" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - pixel_x = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cdR" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cdS" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cdU" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cdV" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cdW" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/aft"; - dir = 8; - name = "Port Quarter Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdX" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdY" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cdZ" = ( -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"cea" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ceb" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cec" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ced" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cee" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cef" = ( -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ceg" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ceh" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/bridge) -"cei" = ( -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cej" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cek" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cel" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cem" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cen" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ceo" = ( -/obj/machinery/keycard_auth{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cep" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"ceq" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cer" = ( -/obj/machinery/camera{ - c_tag = "Bar South"; - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ces" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cet" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cev" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cew" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cex" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cey" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"cez" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ceA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ceB" = ( -/obj/structure/sign/barsign, -/turf/closed/wall, -/area/crew_quarters/bar) -"ceC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"ceE" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Space" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ceF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"ceG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceI" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/maintenance/aft) -"ceJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceK" = ( -/obj/structure/closet/l3closet, -/turf/open/floor/plating, -/area/maintenance/aft) -"ceL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/service) -"ceM" = ( -/obj/structure/chair, -/obj/item/storage/box/fancy/cigarettes, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceN" = ( -/obj/structure/chair, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceO" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/service) -"ceP" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ceQ" = ( -/obj/structure/grille, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface) -"ceR" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceS" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = -1; - diry = 2 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ceT" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceU" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceV" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ceW" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ceX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceY" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ceZ" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Storage"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfa" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfb" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"cfc" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cfd" = ( -/obj/structure/frame/computer, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfe" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cff" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/circuitboard/computer/operating, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfg" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cfi" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/chair, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfj" = ( -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cfk" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfl" = ( -/obj/item/wrench, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/toy/minimeteor, -/obj/item/poster/random_contraband, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfn" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/reagent_containers/food/snacks/donkpocket, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfo" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/roller, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfp" = ( -/obj/item/c_tube, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfq" = ( -/obj/structure/mopbucket, -/obj/item/caution, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - external_pressure_bound = 140; - name = "killroom vent"; - pressure_checks = 0 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Kill Room"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cfs" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/item/surgical_drapes, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cft" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfu" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfw" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"cfx" = ( -/obj/structure/table/glass, -/obj/item/storage/bag/trash, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfy" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cfA" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/shoes/jackboots, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfB" = ( -/obj/structure/table/glass, -/obj/item/hemostat, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfC" = ( -/obj/structure/table/glass, -/obj/item/restraints/handcuffs/cable/zipties, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cfD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cfE" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/quartermaster/miningdock) -"cfF" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/chief) -"cfG" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"cfH" = ( -/obj/machinery/button/door{ - id = "ceprivacy"; - name = "Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/machinery/holopad, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cfI" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfJ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cfL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"cfM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room"; - req_one_access_txt = "10;61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfN" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cfO" = ( -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cfP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"cfQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cfR" = ( -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"cfS" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cfY" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgc" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cgf" = ( -/obj/structure/grille/broken, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgh" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgi" = ( -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cgj" = ( -/obj/structure/barricade/wooden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/biohazard, -/turf/open/floor/plating, -/area/science/xenobiology) -"cgl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - external_pressure_bound = 120; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cgn" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cgv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cgy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgA" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cgB" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cgC" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cgF" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgO" = ( -/obj/structure/rack, -/obj/item/lighter, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cgQ" = ( -/obj/machinery/camera{ - c_tag = "Engineering East"; - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/engi_wardrobe, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cgR" = ( -/turf/open/floor/plasteel, -/area/engine/engineering) -"cgS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cho" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"chq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"chr" = ( -/obj/machinery/door/airlock/research{ - name = "Kill Chamber"; - req_access_txt = "55" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"chs" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cht" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"chu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"chH" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chR" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chS" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"chT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chY" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/engine/engineering) -"cia" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cic" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cie" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cif" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cig" = ( -/turf/closed/wall, -/area/engine/engineering) -"cij" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cik" = ( -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cim" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cin" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ciq" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"ciu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"ciF" = ( -/obj/structure/table, -/obj/item/cartridge/medical, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciG" = ( -/obj/structure/closet/firecloset/full, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciH" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/latexballon, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciK" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciL" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ciO" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ciQ" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "portsolar"; - name = "Port Quarter Solar Control" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ciS" = ( -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ciT" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ciW" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/engine/engineering) -"ciX" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ciY" = ( -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "secure storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ciZ" = ( -/turf/open/floor/plating, -/area/engine/engineering) -"cjb" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - name = "floor" - }, -/area/engine/engineering) -"cjd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cje" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cjg" = ( -/obj/machinery/computer/card/minor/ce{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cjh" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cji" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjo" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/construction) -"cjA" = ( -/obj/item/cigbutt/roach, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cjC" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjD" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"cjE" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjF" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cjI" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjJ" = ( -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"cjM" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Secure Storage"; - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cjU" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of your own office."; - dir = 4; - name = "Engineering Monitor"; - network = list("engine","minisat"); - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cjX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cks" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cku" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"ckv" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ckw" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"ckx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cky" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"ckz" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"ckB" = ( -/obj/machinery/field/generator, -/turf/open/floor/plating, -/area/engine/engineering) -"ckC" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plating, -/area/engine/engineering) -"ckD" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/storage/box/lights/mixed, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckG" = ( -/obj/structure/closet/crate{ - name = "solar pack crate" - }, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/solar_assembly, -/obj/item/circuitboard/computer/solar_control, -/obj/item/electronics/tracker, -/obj/item/paper/guides/jobs/engi/solars, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckI" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckK" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckL" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"ckM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ckO" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"ckQ" = ( -/obj/structure/closet/cardboard, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ckS" = ( -/obj/structure/closet/cardboard, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cls" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clw" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clx" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cly" = ( -/obj/structure/chair/stool, -/obj/machinery/camera{ - c_tag = "Aft Starboard Solar Control"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"clz" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"clA" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clC" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"clD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"clE" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"clF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"clG" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"clJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/engineering) -"clM" = ( -/obj/structure/table, -/obj/item/crowbar/large, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clR" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clS" = ( -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cmd" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cmn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmq" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cmr" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cmw" = ( -/obj/machinery/power/solar_control{ - dir = 1; - id = "starboardsolar"; - name = "Starboard Quarter Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cmx" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cmy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cmD" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Engineering" - }, -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmN" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/construction) -"cnk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cnn" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnp" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "SMES Room"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnv" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cny" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnA" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/twohanded/rcl/pre_loaded, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnC" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cnK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cnL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnM" = ( -/obj/machinery/door/window{ - name = "SMES Chamber"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnN" = ( -/obj/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnO" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnP" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cnQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cnR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"cnS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cnW" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"cnX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cou" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cov" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"coF" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cpj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpk" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpm" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpG" = ( -/obj/structure/table/optable, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cpR" = ( -/obj/machinery/door/airlock{ - name = "Observatory Access" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cpX" = ( -/obj/structure/table, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpY" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"cqn" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqu" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = -1; - diry = -1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqv" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqz" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqK" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqP" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqQ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqR" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crl" = ( -/obj/structure/table, -/obj/item/taperecorder, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"crm" = ( -/obj/structure/table, -/obj/item/storage/box/matches, -/obj/item/storage/box/fancy/cigarettes, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"crp" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"csy" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Teleporter Room"; - req_access_txt = "61;17" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"ctR" = ( -/obj/structure/sign/warning/radiation/rad_area, -/turf/closed/wall, -/area/engine/engineering) -"ctZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"cuD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cva" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"cvO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cvX" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"cws" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"cwy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table_frame, -/obj/item/wirerod, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cwT" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 2"; - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cxk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cxq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Output to Port" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -31 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cxG" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/main) -"cxJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"cxP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/processing) -"cxY" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 1"; - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cyb" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cyg" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cyh" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cyl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cyp" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cyr" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cyt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cyu" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cyC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cyD" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"cyE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cyK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cyM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room"; - req_one_access_txt = "10;61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cyU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"czt" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"czG" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"czK" = ( -/turf/closed/wall, -/area/vacant_room) -"cAb" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cAh" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAy" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAB" = ( -/obj/structure/table, -/obj/machinery/microwave, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAC" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 11 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAD" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAE" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2 - }, -/obj/item/reagent_containers/food/snacks/mint{ - pixel_y = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAF" = ( -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAH" = ( -/obj/machinery/processor, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAI" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "garbage"; - name = "disposal conveyor" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAJ" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAK" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"cAQ" = ( -/obj/structure/chair, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cBe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"cBg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/hydroponics) -"cBh" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"cBi" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cBk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cBl" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cBm" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cBn" = ( -/obj/machinery/camera{ - c_tag = "Locker Room Toilets"; - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"cBo" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"cBp" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cBq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cBr" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cBt" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/explab) -"cBu" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cBw" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cBy" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/janitor) -"cBz" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/xenobiology) -"cBA" = ( -/obj/machinery/button/massdriver{ - id = "toxinsdriver"; - pixel_y = 24 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cBC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) -"cBD" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"cBG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cBH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cBM" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cBO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cBT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cBU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cBV" = ( -/obj/machinery/door/airlock/security{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/main) -"cBZ" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cCb" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/construction) -"cCc" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plating, -/area/construction) -"cCd" = ( -/turf/open/floor/plasteel, -/area/construction) -"cCe" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/construction) -"cCf" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) -"cCp" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"cCt" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dir = 8; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cDB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cDZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cEi" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/vehicle/ridden/atv, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"cFZ" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = -2; - diry = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cHL" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"cHM" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cHN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cHO" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo1" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cHP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cHR" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cHT" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cHU" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cHV" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo2" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cHW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/mecha_part_fabricator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cHX" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cHZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cIb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cIc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cId" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cIe" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cIf" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cIh" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cKA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"cMC" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 8; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cNe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cNh" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cNG" = ( -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cNI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cNR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNS" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard"; - dir = 4; - name = "Starboard Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNT" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNV" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNW" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cNX" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOe" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cOx" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOX" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cPH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cPI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cQn" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cSf" = ( -/obj/structure/sign/warning/vacuum{ - name = "EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cSL" = ( -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = -24; - pixel_y = 10; - req_access_txt = "24" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_x = -24; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -10; - req_access_txt = "10" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cSM" = ( -/obj/machinery/computer/station_alert, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cSO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cSP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cSQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cSR" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Power Storage" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cSW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cSY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cSZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cTa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cTb" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cTc" = ( -/obj/effect/spawner/structure/window, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cTe" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/tool, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cTf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/requests_console{ - department = "Engineering"; - departmentType = 4; - name = "Engineering RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cTn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cTw" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cTE" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cTF" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cTJ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"cTK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"cTL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/medical/morgue"; - dir = 4; - name = "Morgue Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"cTX" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/sign/poster/official/safety_eye_protection{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cTY" = ( -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cTZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cUm" = ( -/obj/structure/sign/departments/minsky/security/security, -/turf/closed/wall, -/area/security/detectives_office) -"cUy" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cVb" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"cWS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"daB" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"daW" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/machinery/button/door{ - id = "chemistry_shutters"; - name = "Chemistry shutters"; - pixel_x = 24; - pixel_y = -28; - req_one_access_txt = "5; 33" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dcF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dft" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison) -"dif" = ( -/obj/structure/table, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dkY" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dlo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"dlK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dmK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Incinerator to Output" - }, -/obj/machinery/light/small, -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - layer = 3.1; - name = "Incinerator airlock control"; - pixel_x = 22; - pixel_y = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dmU" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"dnQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"dpD" = ( -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"dpF" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dqs" = ( -/obj/structure/closet/crate, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/stack/ore/silver, -/obj/item/stack/ore/iron, -/obj/item/stack/ore/silver, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"dqx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/computer/cryopod{ - pixel_y = 26 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"drj" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/securearea{ - desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; - icon_state = "monkey_painting"; - name = "Mr. Deempisi portrait"; - pixel_x = -28; - pixel_y = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"dus" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dym" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"dzR" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/cryopod, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"dCA" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dEb" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dEY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dGx" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dKV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"dLy" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/engine/engineering) -"dMP" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"dRm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dRN" = ( -/obj/structure/plasticflaps{ - opacity = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/medical/virology) -"dWm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dWz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dWP" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dZy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dZL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eeJ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"efp" = ( -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"egY" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"ehy" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"emV" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/wrench, -/obj/item/poster/neverforget, -/obj/item/storage/toolbox/mechanical, -/obj/item/book/manual/wiki/atmospherics, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"erz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"erY" = ( -/obj/machinery/camera{ - c_tag = "Surgery Observation"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"esK" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"etQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"etS" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"eut" = ( -/obj/machinery/door/window/southright{ - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"euu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"evv" = ( -/turf/open/floor/wood, -/area/maintenance/aft) -"ewn" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"exz" = ( -/obj/machinery/modular_computer/console/preset/curator{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"eyM" = ( -/obj/machinery/mineral/ore_redemption{ - input_dir = 2; - output_dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"eBF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"eDv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"eFU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"eGn" = ( -/obj/machinery/power/turbine{ - dir = 4; - luminosity = 2 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"eIk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"eJS" = ( -/obj/machinery/door/airlock/public{ - name = "Surgery Observation" - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"eNK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"eOz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ePJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"eQk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/lawoffice) -"eQr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/shower{ - dir = 8 - }, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"eQU" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"eRw" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eTR" = ( -/obj/machinery/vending/wallmed{ - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Surgery Operating"; - dir = 1; - network = list("ss13","medbay"); - pixel_x = 22 - }, -/obj/machinery/light, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eVv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/virology) -"eVL" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"eWD" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"eXV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"eYN" = ( -/obj/item/clothing/gloves/color/rainbow, -/obj/item/clothing/head/soft/rainbow, -/obj/item/clothing/shoes/sneakers/rainbow, -/obj/item/clothing/under/color/rainbow, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"far" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"faA" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/fullycharged, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"fba" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/computer/station_alert{ - name = "Station Alert Console" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fbC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"feu" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"ffi" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"fha" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"fht" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"fip" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"fjn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fkp" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"fkA" = ( -/obj/vehicle/ridden/atv{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"flP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"fme" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"fmj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"fnp" = ( -/obj/structure/table, -/obj/item/flashlight, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"foN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"fpk" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"fqO" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4; - name = "Mix Outlet Pump" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"frE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"fya" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"fzE" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"fzU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"fAv" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/vacant_room) -"fCp" = ( -/turf/closed/wall, -/area/escapepodbay{ - name = "Public EVA" - }) -"fCx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/structure/cable, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/virology) -"fDm" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"fDx" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fEe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/aft) -"fEn" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"fEA" = ( -/obj/machinery/computer/security/telescreen/cmo{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"fEI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fHT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"fIa" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fJS" = ( -/obj/machinery/atmospherics/components/unary/portables_connector{ - name = "Input Gas Connector Port" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"fKl" = ( -/obj/machinery/computer/nanite_chamber_control{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"fKP" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"fKT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/camera{ - c_tag = "Paramedic Staging"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/structure/closet/secure_closet/paramedic, -/obj/item/clothing/head/helmet/space, -/obj/item/clothing/suit/space/paramedic, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"fLq" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/lawoffice) -"fOD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"fPF" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"fQv" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos_distro) -"fRZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"fSc" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"fVj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/virology) -"fVQ" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/t_scanner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fXn" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"fXC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fZW" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"gaW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Storage"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gbq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) -"gbw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - pixel_x = 5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"gcg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gdi" = ( -/obj/machinery/light, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"gfZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ggH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ghT" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"gjl" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"gjN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"glv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"gnP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/ore_box, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"gnZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"gpE" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Cryogenics" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cryopods) -"grO" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway South-East"; - dir = 8 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"guW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Escape North"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"gvw" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix Pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"gvL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"gwt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gxo" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"gyl" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gyS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"gDO" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"gDT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"gEo" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"gEO" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"gER" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"gFn" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/structure/extinguisher_cabinet{ - pixel_x = -25 - }, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gIR" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/aft) -"gLr" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"gMc" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"gME" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -25 - }, -/turf/open/floor/plasteel, -/area/bridge) -"gMK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"gQJ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gTN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/bookcase, -/turf/open/floor/plasteel, -/area/security/prison) -"gUn" = ( -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 4; - pixel_y = -24; - req_access_txt = "24" - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Atmospherics Monitoring"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gVe" = ( -/obj/machinery/suit_storage_unit/atmos, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gWd" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/construction) -"gYA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"gYP" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gZj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/entrance"; - dir = 8; - name = "Telecomms Entrance APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"gZG" = ( -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/item/reagent_containers/glass/beaker/synthflesh, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"hbp" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"hbC" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) -"hcE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/warehouse"; - dir = 4; - name = "Cargo Warehouse APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"hcN" = ( -/obj/item/cigbutt, -/turf/open/floor/wood, -/area/maintenance/aft) -"hfK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"hkg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"hlB" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"hlU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"hmv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hrc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"htC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"huq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutter"; - name = "Vacant Commissary Shutter" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"hvM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"hws" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hxY" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"hzb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"hCK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hCS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"hDi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"hFk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"hGf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"hHD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"hKB" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"hKW" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/aft) -"hMp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"hQb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"hQT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"hTi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 8; - network = list("vault","ss13") - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"hUN" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/camera/motion{ - c_tag = "Captains Quarters"; - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"hUX" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hVc" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/item/electronics/firelock, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hYv" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Cryogenics" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/cryopods) -"ibl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ibx" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ieb" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/cryopods"; - name = "Cryogenic Crew Storage APC"; - pixel_y = -23 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"iex" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/cryopods) -"ihS" = ( -/turf/closed/wall/r_wall, -/area/medical/sleeper) -"iix" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ijl" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/that{ - throwforce = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ikS" = ( -/obj/effect/landmark/stationroom/box/execution, -/turf/template_noop, -/area/template_noop) -"imE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"inE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"iqx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"irr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"itA" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"itG" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/nanite) -"iuF" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ivq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"ixi" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/security/detectives_office) -"iyh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"iza" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"izC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"iBw" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"iDv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Incinerator" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_exterior"; - idSelf = "incinerator_access_control"; - name = "Incinerator airlock control"; - pixel_x = -24; - pixel_y = -8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"iDR" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"iEJ" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"iGw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"iGI" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"iJi" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"iKs" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iLw" = ( -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"iLL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"iMi" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"iMq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"iMP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/turf/open/floor/plating, -/area/medical/genetics) -"iOu" = ( -/obj/structure/target_stake, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"iSx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"iTb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"iTF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"iTH" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"iUt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"iVj" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"iVI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"iXd" = ( -/obj/machinery/computer/atmos_sim{ - dir = 4; - mode = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"iXo" = ( -/obj/structure/chair/wood, -/turf/open/floor/wood, -/area/maintenance/aft) -"jbI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/multitool, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/fyellow, -/turf/open/floor/plasteel, -/area/storage/tools) -"jfj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"jfU" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"jhA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"jhU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jil" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"jjW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jka" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jkG" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"jkX" = ( -/obj/structure/rack, -/obj/item/storage/lockbox/loyalty, -/obj/item/circuitboard/machine/techfab/department/security, -/obj/item/card/id/departmental_budget/sec, -/obj/item/reagent_containers/syringe/lethal/execution, -/obj/item/gun/syringe, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"jmn" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod two loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/two; - width = 3 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"jmH" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/engine/engineering) -"jnp" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"jos" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"jpB" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"jrE" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/fireaxecabinet/bridge/spare{ - pixel_x = 2; - pixel_y = 32 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"jrL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"jsp" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"jsQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jwa" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/science/lab) -"jxM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jAh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Life Support"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"jDa" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/open/floor/wood, -/area/vacant_room) -"jDm" = ( -/obj/machinery/vending/assist, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"jDD" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"jFW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"jHy" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"jKc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"jLm" = ( -/mob/living/simple_animal/mouse, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"jLB" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"jNi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"jPU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jQk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"jQW" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/quartermaster/storage) -"jRX" = ( -/obj/structure/table/reinforced, -/obj/item/lighter, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"jTt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/turf/open/floor/plasteel, -/area/security/prison) -"jTR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jWz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jXk" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Surgery Observation"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"jXT" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kaa" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/vending/wardrobe/viro_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"kaU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/clerk) -"kbp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"kdo" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"kfK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"kgS" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/ten, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"khB" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"khN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/cryopod{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"kii" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"kij" = ( -/obj/structure/chair/comfy/black, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"kiI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"kkd" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"klJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/security/prison) -"kmT" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"knb" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"knx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"kob" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"kou" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"kuh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kyM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"kzb" = ( -/obj/machinery/door/poddoor{ - id = "turbinevent"; - name = "Turbine Vent" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"kAw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"kEN" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"kFK" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/detective, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"kHp" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"kHL" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"kHR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/ladder, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kIh" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kJA" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/aft) -"kJW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"kKd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"kKl" = ( -/obj/machinery/door/window/southleft{ - name = "Engineering Delivery"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kNA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"kNO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"kPn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"kRy" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/escapepodbay{ - name = "Public EVA" - }) -"kRQ" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"kRZ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6; - layer = 2.35; - level = 1 - }, -/turf/closed/wall, -/area/science/mixing) -"kSb" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kTA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"kUq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kVd" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"kVU" = ( -/turf/closed/wall, -/area/vacant_room/commissary) -"kWr" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"kXI" = ( -/obj/machinery/door/poddoor{ - id = "escapepodbay"; - name = "Public EVA Blast Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"kYl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"lar" = ( -/obj/machinery/telecomms/hub/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"laH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"lcI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/aft) -"leB" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"lhK" = ( -/obj/machinery/telecomms/server/presets/science, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"llR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/mob/living/simple_animal/pet/dog/corgi/borgi, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"lni" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"lop" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"lor" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"loA" = ( -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = -30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lpF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"lqQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"ltl" = ( -/turf/open/genturf, -/area/icemoon/surface/outdoors/unexplored) -"ltP" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"luw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/maintenance/aft) -"luD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"lxr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "privacy shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"lxw" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"lxT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lzl" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"lzt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/security/prison) -"lzz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/pen{ - pixel_x = -4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"lAB" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/science/nanite) -"lEC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lFq" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"lGF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"lKf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"lMe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"lMg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"lMM" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"lNk" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"lQG" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/nanite) -"lQS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"lQY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"lSk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"lVF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"lWy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/storage/tech) -"lYq" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/yogs/network_admin, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"lZq" = ( -/obj/machinery/smartfridge/disks, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hydroponics) -"mag" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"maV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"mbN" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"mdj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/engine/engineering) -"mdx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"mea" = ( -/obj/structure/spirit_board, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"mfN" = ( -/obj/machinery/door/window/brigdoor/westleft{ - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"mgz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"mhb" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"mis" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"miX" = ( -/obj/machinery/door/window/southleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"mkO" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"mlj" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"mlG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"mmQ" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"mmY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"mno" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mof" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/sorting) -"msU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"mxJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"mxZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"myh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced, -/obj/machinery/seed_extractor, -/turf/open/floor/plating, -/area/security/prison) -"myI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"mzG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"mAT" = ( -/obj/machinery/light, -/obj/vehicle/ridden/atv{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"mBB" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mCo" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"mFi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mHI" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"mKj" = ( -/obj/structure/table, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"mLv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"mMW" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler{ - pixel_x = 5 - }, -/obj/item/storage/box/evidence, -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"mNx" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"mNF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"mPz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mSa" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"mTg" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"mUx" = ( -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"mWH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "incinerator_airlock_interior"; - name = "Incinerator Interior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"mYq" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/station, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"mYT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/prison) -"mZB" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nam" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"nav" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"naQ" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"nds" = ( -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ngU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"nhP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"nhY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"njh" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"nkd" = ( -/obj/machinery/door/poddoor{ - id = "auxincineratorvent"; - name = "Auxiliary Incinerator Vent" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"nlv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"npR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"nqk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"nqo" = ( -/obj/machinery/telecomms/receiver/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nrj" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"nsj" = ( -/obj/machinery/telecomms/server/presets/command, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nvh" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nCV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"nFF" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"nFR" = ( -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"nJt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/biogenerator, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/security/prison) -"nJW" = ( -/obj/structure/closet/secure_closet/atmospherics, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"nLP" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = 2; - diry = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/engine/engineering) -"nLY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"nMi" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = 24; - pixel_y = -6; - req_one_access_txt = "12" - }, -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = 24; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nMn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"nOK" = ( -/obj/structure/closet/l3closet, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nQh" = ( -/obj/machinery/posialert{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"nTg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nTl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"nVo" = ( -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"nVE" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"nWo" = ( -/obj/item/reagent_containers/food/snacks/egg/yellow, -/turf/open/genturf, -/area/icemoon/surface/outdoors/unexplored) -"nYI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Plasma Tank Pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nZp" = ( -/obj/machinery/camera/motion{ - c_tag = "Armory External"; - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"nZJ" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"oaW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"oef" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"ogO" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = 1; - diry = -2 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"oiE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "incinerator_airlock_exterior"; - name = "Incinerator Exterior Airlock"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"ojV" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/security/brig) -"oka" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"okj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"olQ" = ( -/obj/structure/table, -/obj/item/storage/box/rxglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"omY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"opj" = ( -/mob/living/simple_animal/moonrat{ - name = "Joe" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"opW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/engine/engineering) -"oqv" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/engine/engineering) -"otT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"oyi" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"oyk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oyH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oyX" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"oAh" = ( -/turf/closed/wall, -/area/maintenance/solars/port/aft) -"oDr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"oDw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"oFM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oGw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"oGH" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"oGQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oHC" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"oKG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/library) -"oNR" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"oPt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"oQp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oSe" = ( -/obj/machinery/door/window/southleft{ - name = "Test Chamber"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"oSn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/engine/engineering) -"oTo" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"oTP" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"oVH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"oWV" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 1; - height = 4; - name = "escape pod four loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/four; - width = 3 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"oXu" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"oXP" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the telecoms satellite."; - name = "Telecoms Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"oZn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"pbM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"pcb" = ( -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pdk" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/aft) -"pew" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"pgv" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"pgM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"phT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pjL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"pkS" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"pkZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"pmX" = ( -/obj/machinery/light_switch{ - pixel_x = -28 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"pnj" = ( -/obj/machinery/light, -/obj/machinery/rnd/production/techfab/department/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"pof" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ppx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/sci_bombardment, -/turf/open/floor/plasteel, -/area/science/mixing) -"prz" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"prH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/fireaxecabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"psr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pws" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/sunglasses, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = 3 - }, -/obj/item/lighter, -/turf/open/floor/carpet, -/area/security/detectives_office) -"pwD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/lawoffice) -"pxz" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"pyE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"pzK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"pzT" = ( -/obj/effect/landmark/start/artist, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"pAa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plating, -/area/security/prison) -"pBI" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/engineering) -"pDC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"pHE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/mix_tank{ - sensors = list("mix_sensor" = "Tank") - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pIt" = ( -/obj/machinery/pipedispenser/disposal, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"pJt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pKL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pMc" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"pOw" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/port) -"pPf" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/vacant_room) -"pRj" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cryogenics"; - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"pUq" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"pUR" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pVj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"pXe" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"pYz" = ( -/turf/closed/wall, -/area/crew_quarters/cryopods) -"pZs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/hub, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"qbt" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"qbE" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"qeQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/nanite) -"qkv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/supply/janitorial{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"qpS" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qqA" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"qqK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qrM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"qsM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/construction) -"qtJ" = ( -/obj/machinery/blackbox_recorder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qtN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qug" = ( -/obj/machinery/light/small, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clipboard, -/turf/open/floor/plating, -/area/maintenance/aft) -"quG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/flashlight/lamp/green, -/turf/open/floor/plasteel, -/area/security/prison) -"qyQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"qyR" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"qAG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"qBq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/lawoffice) -"qBU" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"qDU" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"qEl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"qFS" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qGa" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"qHn" = ( -/obj/machinery/meter{ - target_layer = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer2{ - dir = 8 - }, -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"qIU" = ( -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = 29 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"qKM" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"qLM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/primary) -"qLZ" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"qMp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"qMD" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qPI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qPL" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"qQV" = ( -/obj/item/book/manual/wiki/detective, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/aft) -"qSM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"qVQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"qWw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"rcY" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"reN" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"rfa" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rfE" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"rfW" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/aft) -"riA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"riC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"rjx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rkJ" = ( -/obj/structure/table, -/obj/item/pickaxe, -/obj/item/pickaxe{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/pickaxe{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/pickaxe{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/power/apc{ - areastring = "/area/escapepodbay"; - dir = 1; - name = "Public EVA APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"rkK" = ( -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/aft) -"rkQ" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"rlq" = ( -/obj/machinery/camera{ - c_tag = "Genetics Cloning"; - dir = 4; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/medical_cloning{ - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"rlB" = ( -/obj/machinery/status_display/evac{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"rlD" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"rlZ" = ( -/obj/structure/table, -/obj/item/gps{ - pixel_x = 2; - pixel_y = -1; - tracking = 0 - }, -/obj/item/gps{ - pixel_x = -1; - pixel_y = 3; - tracking = 0 - }, -/obj/item/gps{ - pixel_x = -6; - pixel_y = -1; - tracking = 0 - }, -/obj/item/gps{ - pixel_x = -11; - pixel_y = 4; - tracking = 0 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"rmO" = ( -/obj/machinery/portable_atmospherics/canister/bz, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"rmX" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"roT" = ( -/obj/machinery/button/door{ - id = "escapepodbay"; - name = "EVA Door Control"; - pixel_x = -6; - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"rqq" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Corridor West"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rrk" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"rrF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - layer = 2.35; - level = 1 - }, -/turf/closed/wall, -/area/science/mixing) -"rvc" = ( -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -30 - }, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"rvv" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"rxL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"ryf" = ( -/obj/structure/sign/departments/minsky/research/research, -/turf/closed/wall/r_wall, -/area/science/lab) -"ryN" = ( -/obj/machinery/camera{ - c_tag = "Medbay Treatment Center"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/machinery/stasis{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"rzb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"rzv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"rEl" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"rEn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"rFv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"rFw" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/door/poddoor/preopen{ - id = "surgery_shutters"; - name = "Surgery shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/sleeper) -"rFO" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/aft) -"rGU" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"rJj" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"rJp" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rKA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"rKC" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/wardrobe, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"rKP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/construction) -"rPk" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "commissarydoor"; - name = "Commissary Door Lock"; - normaldoorcontrol = 1; - pixel_x = 6; - pixel_y = 26; - specialfunctions = 4 - }, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"rPB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"rRn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/storage/tools) -"rRr" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/glass/rag, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"rSv" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"rTT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rVk" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/computer/security/telescreen/turbine{ - dir = 8; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"rXN" = ( -/obj/effect/landmark/start/yogs/mining_medic, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"rZf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"rZt" = ( -/turf/closed/wall, -/area/medical/paramedic) -"rZU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"saK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/nanite) -"scu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"sej" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"seN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sga" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"sgr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"shO" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"sjo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sjx" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"sjS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ske" = ( -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"slk" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"smG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"smJ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"snA" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"ssK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"ssY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/computer/atmos_control{ - name = "Tank Monitor" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"stb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"sti" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/virologist, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"svq" = ( -/turf/template_noop, -/area/template_noop) -"swE" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/prison) -"sxC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/computer/holodeck/perma{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"syG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"szl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"szy" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"sAX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopods) -"sBa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sBf" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"sDl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"sDo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"sDZ" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/paper_bin, -/obj/item/radio{ - pixel_x = -10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"sEb" = ( -/obj/machinery/meter, -/obj/item/radio/intercom{ - pixel_y = -27 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"sEf" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"sEo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutter"; - name = "Vacant Commissary Shutter" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"sHQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"sIE" = ( -/obj/machinery/announcement_system, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"sJh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/computer/turbine_computer{ - id = "incineratorturbine" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"sJy" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = -25; - pixel_y = 24; - req_access_txt = "28" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"sJz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"sKP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"sOm" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"sOs" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sQI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Cooling Loop Bypass" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"sTv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"sVZ" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 8; - pixel_y = -3 - }, -/obj/item/reagent_containers/syringe{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sXy" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/security/main) -"sYv" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"tbz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"tco" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"tcD" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"tcL" = ( -/turf/open/floor/plasteel, -/area/janitor) -"tda" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"tes" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Escape Arm Holding Area"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"teE" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"thb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"thv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tiq" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/structure/table, -/obj/item/key{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/key{ - pixel_x = 4; - pixel_y = 7 - }, -/obj/item/key{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/key{ - pixel_x = 9; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"tkO" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_target{ - dirx = 1; - diry = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tlz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"tpq" = ( -/obj/item/coin/silver{ - pixel_x = 7; - pixel_y = 12 - }, -/obj/item/coin/silver{ - pixel_x = 12; - pixel_y = 7 - }, -/obj/item/coin/silver{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/item/coin/silver{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/coin/silver{ - pixel_x = 5; - pixel_y = -8 - }, -/obj/structure/closet/crate{ - name = "Silver Crate" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"tqk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"trb" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"tsI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"tuo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"tvF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"txc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"typ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Input Port Pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"tAu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"tBs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"tBU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"tCj" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/aft) -"tCq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"tCH" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/tools"; - dir = 4; - name = "Auxiliary Tool Storage APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"tDK" = ( -/obj/structure/chair/wood/wings, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tIs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"tJo" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"tLh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tMm" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"tMt" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"tMI" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"tNb" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"tNL" = ( -/obj/item/clothing/head/fedora/det_hat, -/turf/open/floor/wood, -/area/maintenance/aft) -"tPm" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/camera{ - c_tag = "Auxiliary Tool Storage"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"tQA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"tQD" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"tRI" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"tSz" = ( -/turf/open/floor/plasteel, -/area/science/nanite) -"tUr" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"tUE" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"tUK" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"tVl" = ( -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "Law Office"; - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/computer/security/telescreen/prison{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/wood, -/area/lawoffice) -"tVy" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"tXG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"tXR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"uax" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/multitool, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"udc" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ueh" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"ugv" = ( -/obj/item/radio/intercom{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uhD" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"uiz" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/storage/tools) -"ulE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/igniter{ - id = "Incinerator"; - luminosity = 2 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"upE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"uru" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"usY" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/quartermaster/storage) -"uum" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uvN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"uwo" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"uyT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"uzN" = ( -/obj/machinery/telecomms/bus/preset_one, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uAm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"uAU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"uCL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"uEA" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"uFb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"uFu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"uHN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"uNi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/security/prison) -"uNF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"uNH" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uQe" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/lawoffice) -"uQX" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Warehouse Maintenance"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"uRu" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/sign/plaques/cave{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"uUM" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"uVj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"uXn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"vbm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"vbD" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"vcj" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"veW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"vfu" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/fore) -"vjX" = ( -/obj/structure/rack, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding, -/obj/machinery/light, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vkK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/door/window/westleft{ - name = "Atmospherics Delivery"; - req_access_txt = "24" - }, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vlj" = ( -/obj/machinery/telecomms/message_server/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"vlo" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/reagent_containers/food/drinks/flask/det, -/turf/open/floor/wood, -/area/maintenance/aft) -"vnn" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"vpy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"vpD" = ( -/obj/effect/landmark/start/scientist, -/obj/structure/chair/comfy/black, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"vra" = ( -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"vsk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/instrument/harmonica, -/turf/open/floor/plasteel, -/area/security/prison) -"vth" = ( -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/phone/banana, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"vwi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"vxh" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 8; - name = "8maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vxD" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/bridge) -"vAA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"vAX" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"vBd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vCb" = ( -/obj/machinery/rnd/production/techfab/department/service, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"vDq" = ( -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"vFa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"vFo" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"vFw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"vGW" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vHr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"vHy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"vKC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"vOl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vQo" = ( -/obj/structure/rack, -/obj/item/detective_scanner, -/turf/open/floor/wood, -/area/maintenance/aft) -"vRL" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"vSD" = ( -/obj/machinery/pipedispenser, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vTi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"vTm" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vUa" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"vVz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/mining{ - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"vVZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"vYE" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"vZX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wau" = ( -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wca" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"wcB" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/entrance) -"wdm" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"weD" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"wil" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wkN" = ( -/turf/closed/wall, -/area/science/nanite) -"wly" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/tcommsat/lounge) -"wmq" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"wmI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wnA" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"wod" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/medical/medbay/central) -"wom" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wpv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"wsM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wuM" = ( -/obj/machinery/meter, -/obj/machinery/button/door{ - id = "auxincineratorvent"; - name = "Auxiliary Vent Control"; - pixel_x = 25; - pixel_y = -9; - req_access_txt = "12" - }, -/obj/machinery/button/door{ - id = "turbinevent"; - name = "Turbine Vent Control"; - pixel_x = 25; - pixel_y = 8; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wvX" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/nanite) -"wwh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/aft) -"wyh" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/obj/machinery/camera{ - c_tag = "Virology Break Room"; - dir = 8; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wzt" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wBN" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"wDq" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wEx" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"wHo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Podbay" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"wIC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"wKq" = ( -/obj/machinery/camera{ - c_tag = "Escape Podbay" - }, -/obj/machinery/button/door{ - id = "escapepodbay"; - name = "EVA Door Control"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/vehicle/ridden/atv, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/escapepodbay{ - name = "Public EVA" - }) -"wMe" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"wME" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wML" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barshutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"wPB" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wRK" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wTT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wUw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/secure/briefcase, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"wVI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dormitory South"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"wZH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xcL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"xgE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/security/prison) -"xhV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/construction) -"xid" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/sustenance{ - onstation = 0 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"xiz" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xls" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/aft) -"xoA" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 8; - luminosity = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Turbine Chamber"; - network = list("turbine") - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"xsx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"xtA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xul" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"xvC" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 1; - name = "Mix to Space" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"xyd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"xzC" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"xBo" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/aft) -"xDQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"xFj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Medbay Morgue"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"xFn" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/cigarettes/cigpack_uplift, -/obj/item/cigbutt, -/turf/open/floor/wood, -/area/maintenance/aft) -"xHa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xHI" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"xIa" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xJj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/engine/atmos) -"xLr" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"xLv" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/radio/headset/headset_med, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"xLZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/storage/tech) -"xML" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"xNC" = ( -/obj/machinery/advanced_airlock_controller/lavaland{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"xPs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"xPO" = ( -/obj/item/radio/intercom{ - pixel_y = 27 - }, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"xQA" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xRs" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xSu" = ( -/obj/structure/rack, -/obj/effect/landmark/event_spawn, -/obj/item/clothing/under/yogs/rank/clerk/skirt, -/turf/open/floor/plasteel, -/area/clerk) -"xTD" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"xWi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/port) -"xWw" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"xXz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"xYi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xYC" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"xYL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"xZb" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/nuke_storage"; - dir = 8; - name = "Vault APC"; - pixel_x = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"yan" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ybF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/escapepodbay{ - name = "Public EVA" - }) -"ybI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ycw" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ydd" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"ydJ" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"ydU" = ( -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ydX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ydZ" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"yfa" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"yiQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"yja" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs, -/area/escapepodbay{ - name = "Public EVA" - }) -"ykJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos_distro) -"ylz" = ( -/turf/closed/wall, -/area/maintenance/solars/port/fore) -"ylH" = ( -/obj/machinery/sparker{ - id = "testigniter"; - pixel_x = -25 - }, -/turf/open/floor/engine, -/area/science/misc_lab) - -(1,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(2,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(3,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(4,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(5,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(6,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(7,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(8,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(9,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(10,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(11,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(12,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(13,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(14,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(15,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(16,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(17,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(18,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(19,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(20,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(21,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(22,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(23,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(24,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(25,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(26,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(27,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(28,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(29,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(30,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(31,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(32,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(33,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(34,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -aeF -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(35,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(36,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -abY -awP -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -aIc -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(37,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aaS -aag -abY -abY -abY -abY -abY -aae -aaS -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(38,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aag -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(39,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aag -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(40,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aag -abY -abY -axf -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -jmn -abY -abY -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(41,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aag -aag -aag -aag -aae -aag -arB -asE -cyb -asE -arB -abY -abY -abY -abY -abY -abY -abY -abY -abY -arB -asE -cyb -asE -arB -aae -aae -aae -aae -aae -aag -aae -aae -aae -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(42,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -auO -auP -cwT -aAC -abY -abY -abY -abY -abY -abY -abY -abY -abY -aAC -auO -auP -cxY -arB -aae -aae -aae -aae -aae -aag -aae -aag -aae -aAC -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(43,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -avP -iEJ -asE -arB -abY -abY -abY -abY -abY -abY -abY -abY -abY -arB -asE -iEJ -avP -arB -aae -aae -aae -aae -aae -arB -aSm -aSm -asE -arB -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(44,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aag -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -awY -ayk -awW -aEa -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aSm -awW -aQG -aRX -arB -aae -aae -aae -aae -aae -arB -awY -ayk -awW -aEa -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(45,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aag -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -awZ -hrc -uXn -xNC -cIh -abY -abY -abY -abY -abY -abY -abY -azy -szy -qEl -hws -aRY -aSm -aae -aae -aae -aae -aae -aSm -eIk -tQA -beK -oka -cyt -aIj -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(46,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aag -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -uAm -wIC -awW -asE -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -asE -awW -awV -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -ayk -awW -asE -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(47,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apN -apN -apN -apN -cCt -apN -apN -apN -apN -apJ -uAm -pgM -azz -aAF -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aOf -azz -txc -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -aym -azz -aAF -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(48,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -uAm -aFS -ayl -aAE -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aOe -ayl -izC -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -ayl -ayl -aAE -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(49,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -xXz -ayo -ayl -aAH -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aOh -ayl -izC -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -ayl -ayl -bgi -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(50,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aag -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -awk -ayw -azA -aAG -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aOg -tqk -aQH -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -ayn -azA -bgh -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(51,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apN -apN -apN -apN -apN -apN -apN -apN -apN -apJ -axb -nam -awW -asE -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -asE -awW -awV -aRY -aSm -aae -aae -aae -aae -aae -aSm -pjL -ayk -awW -asE -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(52,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -apJ -apJ -apJ -ajZ -asF -atp -asF -asF -asF -asF -apJ -axh -scu -uXn -mbN -cIh -abY -abY -abY -abY -abY -abY -abY -azy -rSv -qEl -rTT -aRY -aSm -aae -aae -aIg -aae -aae -aSm -etQ -tQA -beL -mmY -cyu -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(53,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aag -apJ -asH -atI -atI -atI -avY -atI -auc -avp -axi -ayJ -awW -aEa -aSm -abY -abY -abY -abY -abY -abY -abY -aSm -aSm -awW -kVd -aRX -arB -aae -bOY -aXI -aSm -aae -arB -eeJ -ayk -awW -aEa -aSm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(54,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -arp -asI -auQ -auQ -auQ -aqr -aCX -aub -aLu -axH -azg -azB -aSm -abY -abY -abY -abY -aGt -abY -abY -abY -abY -aSm -aPt -txc -aRY -arB -aSm -aSm -kdo -asE -aSm -arB -pjL -aym -azB -aSm -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(55,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -apJ -asJ -cTE -avQ -axc -aCT -atb -aIH -apJ -axk -ayl -azC -arB -arB -arB -aSm -aSm -aSm -aSm -aSm -arB -arB -arB -aPv -izC -aRZ -asE -aAF -awW -cyl -awW -baF -asE -bbb -ayl -beN -arB -aag -apU -apU -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(56,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -apJ -axn -ayl -aym -aAI -aBH -azz -azz -azz -azz -azz -azz -aIS -aBH -azz -aPu -izC -ayl -xML -aym -nMn -bcw -aLM -aPu -ayl -vwi -ayl -beM -aAC -aag -aae -apU -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(57,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aag -aag -aag -aag -ydJ -asQ -cfk -avC -awD -axo -ayr -azD -aAJ -azD -aCp -aEz -aFG -aHu -ayl -ayl -ayl -aNb -ayl -ayl -izC -ayl -aTr -aUM -ayl -bcz -aUo -baG -tQA -bdB -ayl -beM -asE -aae -aae -aae -apU -apU -apU -apU -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(58,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aaS -aae -aae -aae -aaf -ydJ -ydJ -ydJ -atw -cfk -aty -asE -asE -asE -asE -asE -aBI -aBI -aBI -aBI -aBI -aNh -aKj -aLw -aLw -aLw -aLw -aQI -aNh -czK -czK -czK -czK -bcQ -czK -czK -bdC -beO -beO -beO -beO -beO -beO -beO -beO -aag -aKy -aKy -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(59,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaf -aqu -cbt -arF -atx -aoU -avD -aoU -aoU -aoU -aoU -aCP -aBI -aCL -aEG -aFI -aBI -aIM -aKk -aLy -aNd -aOj -aPx -aQJ -ayl -czK -aUO -aUy -aWm -bcR -aUQ -czK -bdD -beO -beQ -bgk -bgx -bgO -bhr -blS -bnv -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(60,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -ydJ -ydJ -ydJ -aty -ydJ -ydJ -ydJ -ydJ -ydJ -ydJ -aty -aBI -aCs -aEE -aFH -aGZ -aIM -aKk -aLi -aVi -aVC -aLl -aQJ -ayl -czK -aUN -aUQ -aUO -bcS -pPf -czK -bdD -beO -bgj -beP -beO -bja -beO -bja -bPk -abY -aKJ -aKJ -apU -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(61,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -aqA -aqL -ydJ -aty -ydJ -aac -cfk -cft -cfA -ydJ -aty -aBI -aCY -ayB -aFK -aHy -aIM -aKk -aLz -aVj -aVX -aLz -aQJ -aSb -czK -aUQ -aUA -aLH -bcT -jDa -czK -bdD -beO -beR -qPL -apH -bjd -bkB -cAI -bPk -aae -apU -apU -apU -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -aaT -aaT -aaT -aaT -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(62,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -ydJ -ydJ -aqB -arw -ydJ -aty -ydJ -bRO -cfl -cfk -cfk -ydJ -aty -aBI -aDZ -aGz -bxM -aHa -aIM -aNj -aLj -aVk -aWb -aPa -aWf -ayl -czK -aUP -aUO -bcA -bcV -fAv -czK -bdD -beO -beS -kWr -dmU -bjc -cAF -sjx -bPl -aJB -aKM -apU -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -abY -aag -abY -aaT -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(63,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -acw -acw -acw -acw -acw -acw -acw -acw -acw -acw -acw -aeS -acw -acw -aag -aag -aag -aae -aae -aae -ydJ -apD -cfk -apg -aqJ -aty -ydJ -cfd -cfs -cfu -cfk -ydJ -aty -aBI -aEb -aJD -aFM -aHy -ayl -aNl -aLA -aNf -aNf -aLA -aQJ -aRR -czK -aUQ -aUW -aBn -aXL -baJ -czK -bdD -beO -beU -bgl -bhJ -pzK -cAF -blV -beO -aae -aDY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -aag -bDW -aag -aaT -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(64,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acx -aba -abs -aba -abs -aba -abs -aba -agU -aba -abs -aba -aiS -aba -acw -aae -aae -aae -aae -aae -aae -ydJ -apE -aqC -arx -asa -aty -ydJ -cff -cfk -cfk -cfB -ydJ -aCZ -aFr -aEc -aEJ -aFL -aBI -aIO -aNl -asE -asE -asE -asE -aQJ -ayl -czK -aUl -aUR -aXL -aXL -aUQ -czK -bdD -beO -beO -beO -beZ -bje -bkC -cAJ -beO -aIo -aJe -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -aaT -aaT -aaT -aaT -aag -aag -abY -bRd -abY -aag -aag -aaT -aaT -abX -aaT -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(65,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acx -aba -adu -ady -ajq -aba -adu -ady -ajq -aba -adu -ady -ajq -aba -acw -aag -aag -aag -aae -aae -aae -ydJ -apM -cfk -ary -asl -aty -ydJ -cfi -cfk -cfx -cfC -azF -azF -azF -azF -azF -azF -azF -aIQ -aNl -aLC -aNg -aOk -aPy -aQJ -ayl -czK -aUO -aUO -aUO -aYd -aZn -czK -bdE -bdG -beh -bdT -beO -bjf -beO -beO -beO -aDY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aaT -abY -abY -aag -abY -aag -abY -abY -bRd -abY -abY -aag -abY -aag -abY -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(66,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaS -aae -aae -acx -abs -adu -adz -ajq -aba -adu -adz -ajq -aba -adu -adz -ajq -abs -abs -aae -aae -aae -aae -aae -aae -ydJ -ydJ -ydJ -ydJ -asl -atA -ydJ -ydJ -ydJ -ydJ -ydJ -azF -aAP -aAP -aAP -aEF -aFN -azF -aIP -aNq -aLB -aUX -vHr -vHr -aWp -aSe -czK -aUQ -aUQ -aXN -aUO -aUQ -czK -bcI -aPz -aod -aUT -bdH -bjg -bPg -aIo -aJB -aJe -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -aag -btf -btf -btf -btf -btf -abY -bRf -abY -btf -btf -btf -btf -btf -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(67,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acx -aba -adu -adz -ajq -abs -adu -adz -ajq -abs -adu -adz -ajq -aba -abs -aae -aae -aae -aae -aae -aae -aag -aae -oTo -vFo -asv -atB -aoU -aoU -aoU -aoU -aBh -azF -aAK -aAQ -aAQ -aAQ -aAQ -azF -aIR -ayl -ayl -aUY -ayl -ayl -ayl -aSf -czK -czK -czK -czK -czK -czK -czK -aPz -aPz -bek -aSg -aTu -bdH -bPh -aJe -aae -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaT -abY -bvy -bCy -bCy -bCy -bCy -bDi -bRi -bRk -bRB -bRB -bRB -bRB -bRC -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(68,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abs -abs -adu -adz -ajq -aba -adu -adz -ajq -aba -adu -adz -ajq -abs -abs -aag -aag -aag -aae -aae -aae -aag -aae -oTo -ybI -asw -ydJ -ydJ -ydJ -ydJ -ydJ -aBl -axD -aAY -axS -opj -aAQ -aAQ -azF -azF -azF -aLD -aVg -udc -asE -asE -asE -aPz -aSg -aWj -aXP -aZr -baL -bbI -bcK -aPz -bek -aSg -bfh -aPz -aPz -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -aag -bAc -bAc -bAc -bAc -bAc -abY -bRi -abY -bAc -bAc -bAc -bAc -bAc -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(69,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaT -aaT -aaT -abs -aba -adu -adz -ajq -aba -adu -adz -ajq -aba -adu -adz -ajq -aba -abs -aae -akE -alS -alS -alS -alS -ydJ -ydJ -ydJ -arz -asy -ydJ -abY -abY -abY -alW -aty -azF -aBd -aCz -aDg -aAQ -aAQ -aHz -aDG -aKn -aLF -aVl -aLF -asE -aQL -aSg -aSg -aSg -aWl -aSg -bdm -aON -aWA -kou -bdH -bel -bdH -bjg -bji -bkF -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -abY -abY -abY -aag -abY -abY -abY -bRi -abY -abY -abY -aag -abY -abY -abY -abX -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(70,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaT -aba -aag -aba -aba -aba -adA -aba -aba -aba -adA -aba -aba -aba -adA -aba -aba -akE -akE -akE -alT -amD -anj -alS -aoT -cfk -uwo -ybI -asw -ydJ -abY -avE -aag -alW -aty -azF -aAS -aJd -aAQ -aAQ -aAQ -aAQ -aAQ -aKm -aLE -aVn -aLE -asE -aPz -aPz -aTu -aXU -aWk -aWk -aWk -aYF -bbJ -bcL -aWk -aTI -aQM -aQM -bgQ -bkE -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -aag -btf -btf -btf -btf -btf -abY -bRi -abY -btf -btf -btf -btf -btf -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(71,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaT -abs -abZ -acW -acW -adv -adP -adP -adP -adP -adP -adP -adP -adP -adP -adP -bqR -ajX -alh -alF -alU -amE -anv -aof -aoU -aoU -aqE -cWS -asz -ydJ -ave -abY -abY -alW -aty -azF -aAU -aAQ -aAQ -aAQ -aAQ -aBM -aAQ -aKn -aLE -aVo -aOm -aPB -aQM -aQM -aTv -aXX -aPz -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -bek -bkF -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -abY -bvy -bCy -bCy -bCy -bCy -bDi -bRi -bRk -bRB -bRB -bRB -bRB -bRC -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(72,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaT -aba -aag -aba -aba -aba -adS -aba -aba -aba -adS -aba -aba -aba -adS -aba -aba -akE -ylz -akE -alV -amF -anw -aog -ape -aoh -aqG -arA -asA -ydJ -ydJ -avW -ydJ -ydJ -aty -azF -aAP -aAP -aAP -aAQ -aFO -aHA -aIT -azF -aLG -aNk -aOl -aPA -aPA -aPA -aPA -aPA -aPA -aXQ -aZt -aXQ -aZt -aXQ -aZt -aXQ -cfP -aXQ -bek -bkF -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -ads -bAc -bAc -bAc -bAc -bAc -abY -bRi -abY -bAc -bAc -bAc -bAc -bAc -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(73,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aaT -abX -aaT -abs -aba -adu -adT -ajq -aba -adu -adT -ajq -aba -adu -adT -ajq -aba -abs -aae -akE -alS -alS -alS -alS -apg -cfk -uwo -cfk -asC -cfk -cfk -cfk -cfk -cfk -aty -azF -azF -azF -azF -aEL -azF -azF -azF -azF -aLE -aNm -aOl -aPA -aQO -aSh -aTw -aUU -aWn -aXQ -aZv -aXQ -bbL -aXQ -bdJ -aXQ -bgr -aXQ -bek -bkF -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abX -abY -abY -abY -aag -abY -abY -abY -bRi -abY -abY -abY -aag -abY -abY -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(74,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abs -abs -adu -adT -ajq -aba -adu -adT -ajq -aba -adu -adT -ajq -abs -abs -aae -aae -ydJ -amG -anx -aoh -any -apO -ydJ -cfk -asO -ydJ -avf -eWD -awF -ydJ -aBu -aus -aDi -aBQ -aDh -aDo -aFQ -aHe -aIN -aKp -aLE -aNm -aOl -aPA -uru -aQN -aQN -aQN -cfO -aXQ -aYe -bfa -aZw -bdF -aLS -bfa -bfa -aXQ -bgT -bkE -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaT -aag -btf -btf -btf -btf -btf -abY -bRi -abY -btf -btf -btf -btf -btf -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(75,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -aba -adu -adT -ajq -abs -adu -adT -ajq -abs -adu -adT -ajq -aba -abs -aag -aag -ydJ -amG -any -cfk -ydJ -ydJ -ydJ -cfk -ydJ -ydJ -uwo -ydJ -ydJ -ydJ -ydJ -alW -aDz -aFt -aDd -aDd -nhY -aMt -qLM -aJZ -ayY -aNo -aOv -aPA -aQQ -aQN -aQN -aQN -bbc -aXp -baO -aZo -njh -bdI -baw -cBn -bgs -aXQ -bgT -bkF -aae -aae -aae -aae -aae -aae -aKN -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aMP -aae -aae -aae -aae -aaT -abY -bvy -bCy -bCy -bCy -bCy -bDi -bRi -bRk -bRB -bRB -bRB -bRB -bRC -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(76,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -abs -adu -adT -ajq -aba -adu -adT -ajq -aba -adu -adT -ajq -abs -abs -aae -aae -ydJ -ydJ -anz -ydJ -ydJ -aae -ydJ -cfk -cfk -cfk -asC -ydJ -lNk -cfk -aBw -ydJ -aFe -aBQ -avj -aDo -sTv -aMy -aDo -aKp -aLE -aLE -aOn -aPA -aQP -aQN -aBc -aTB -bbd -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -aXQ -bgT -aPz -aae -aae -bPm -bqi -brJ -bPm -brJ -aaR -bPm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aQn -aag -aag -aae -aae -aaT -aag -bAc -bAc -bAc -bAc -bAc -abY -bRi -abY -bAc -bAc -bAc -bAc -bAc -aag -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(77,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -aba -adu -adV -ajq -aba -adu -adV -ajq -aba -adu -adV -ajq -aba -acw -aae -aae -ydJ -amH -anA -cfk -oTo -aae -oTo -cfk -ydJ -eWD -mTg -ydJ -awM -cfu -cfk -ydJ -dWm -aBQ -aDl -bxk -aJX -aMy -aIX -aBQ -aLE -aLE -aOp -aPA -aQR -aQN -aWu -aTz -bbg -aXs -aYH -aZx -bbO -aPA -bdM -aPz -bgt -bhS -bgT -aPz -aae -aae -bPj -bqj -brK -aZE -ghT -abm -bPj -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aQn -aaf -aaf -aae -aae -aaT -abY -abY -aag -abY -aag -abY -abY -bRi -abY -abY -aag -abY -aag -abY -abY -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(78,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -aba -abs -aba -abs -aba -abs -aba -abs -aba -abs -aba -abs -aba -acw -aag -aag -ydJ -cfk -cfk -cfk -oTo -aag -oTo -cfk -ydJ -ydJ -ydJ -ydJ -ydJ -ayx -ydJ -ydJ -dWm -aBQ -aDk -aDo -aIh -aLe -aIW -aBQ -aLE -aLE -aOl -aPC -aQN -aQN -aXF -aUp -sDl -aXr -aZx -cBh -bbN -aPA -bdL -aPz -bgt -bhR -bgT -aZE -bPj -bPj -bPj -jQW -cyD -blW -cyD -fht -bPj -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aQn -aae -aaf -aae -aae -aaT -aaT -aaT -aag -aag -aag -aag -aag -bRj -aag -aag -aag -aag -aag -aaT -aaT -aaT -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(79,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -acw -acw -acw -acw -acw -aeS -acw -acw -acw -acw -acw -acw -acw -acw -acw -aae -aae -ydJ -amA -anB -cfk -ydJ -aae -oTo -cfk -ydJ -asC -qVQ -ydJ -qVQ -cfk -asQ -ydJ -dWm -aBQ -aDn -aDo -aHw -aMA -aIZ -aBQ -aLE -aLE -aOq -aPD -aQT -aQT -aXJ -aUs -bbk -aXv -aYS -aZx -bbO -aPA -bdM -aPz -aSg -bhT -bgT -aZE -blY -bnw -boJ -bql -aCo -btr -aCK -abn -bPj -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aag -aQn -aag -aaf -aae -aae -aae -apU -aae -aae -apU -aae -aae -bPR -chO -bPR -aae -apU -apU -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(80,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -ydJ -ydJ -aoE -ydJ -aae -ydJ -cfk -cfk -cfk -cfk -ydJ -ary -cfk -asQ -ydJ -dWm -aBQ -aDm -aDo -ayD -aMy -aIY -aBQ -aLE -aLE -aOl -aPA -aQS -aQN -aLr -aTx -bbg -aXt -aPA -aPA -aPA -aPA -aPA -aPz -aSg -aSg -bgT -aZE -bkj -bjr -bjr -bps -blT -bjr -bmd -abH -aZE -aag -aag -aae -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -bVx -caf -aae -aaf -aag -aae -aae -apU -aae -aae -apU -aae -aae -oAh -chN -bPR -aae -aae -apU -apU -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(81,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -ane -ydJ -cfk -ydJ -aag -ydJ -ydJ -ydJ -ydJ -cfk -ydJ -ydJ -cfk -ydJ -ydJ -dWm -aBQ -abJ -aDo -aFU -aMy -aJb -aKp -aLE -aLE -aOl -aPE -aQV -aQN -aQN -aQN -bbg -aXw -aZB -aZB -aZB -aZB -aPA -beV -beT -uHN -bwf -bkG -biF -bmj -bjr -bjr -blT -aNs -blT -abn -bPj -aae -aae -aae -aae -aae -aae -abY -cfE -abY -cfE -abY -aae -aae -aae -aae -aae -aae -aae -aae -cbj -aae -aaf -aag -aag -bCq -bCq -bCq -bCq -bCq -bCq -bPR -bPR -cyK -bPR -bPR -aae -aae -apU -apU -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(82,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -ydJ -ydJ -cfk -ydJ -aag -abY -ydJ -asP -ydJ -cfk -avX -ydJ -ayy -aBR -aBR -aFf -aBQ -abJ -aDo -aIk -aLU -aIU -aKa -aKv -aLE -aOl -aPA -aQU -aQN -aQN -aQN -bbg -aXw -aZA -aZA -aZA -aZA -aPA -aSg -bcb -aZE -aZE -aZE -bjH -bmh -bjr -bjr -bkH -blQ -blU -abn -bPj -aae -aae -aae -aae -aae -aae -bxy -bxy -aMs -bxy -bxy -aae -aae -aae -aae -aae -aae -aae -bCq -cbj -bPr -bXv -bPr -aag -bCq -cAy -cAB -ccY -cAD -cAH -cfw -cgA -chP -ciQ -cfw -aae -aae -aae -apU -apU -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(83,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -aoF -oTo -abY -apL -ydJ -ydJ -ydJ -coF -coF -ydJ -ayH -ydJ -lFq -asQ -aBQ -adi -adj -aIl -aHE -aJc -aKs -aLK -aLK -aOr -aPA -aQX -aQN -aQN -aQN -bbq -aXA -aaL -aaN -aaO -aaQ -aPA -aSg -bcb -aZE -ltP -bjr -bjh -bmh -boK -bjr -boK -blT -bjr -abn -bPj -aae -aae -aae -aae -aae -aae -bxy -aMj -jfj -tXG -bxy -aae -aae -aae -aae -aae -aae -aae -bCq -cbk -bCq -sBf -bPr -aag -bCq -cAA -bHE -bHE -ccZ -cAK -cfw -cgC -chR -ciS -cfw -aae -aae -aae -aae -apU -apU -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(84,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ydJ -cfk -ydJ -abY -aag -aag -abY -ydJ -oTo -oTo -alW -aAq -alW -ydJ -ydJ -aPQ -aPQ -aPQ -aIn -aSs -aPQ -aPQ -aLJ -cNh -aOs -aPA -aQW -aQW -aTD -aQW -aQW -aQW -aQN -bbq -aYU -bbr -bcu -bfe -fRZ -aZE -bjm -bjr -bjh -bmh -boK -bjr -boK -blT -bjr -abI -bxu -aae -aae -aae -aae -aae -aae -bxy -bRS -nav -cfG -bxy -aae -aae -aae -aae -aae -aae -aae -bCq -bAf -bPr -cyE -bPr -bPr -bCq -bHE -cAC -ccZ -cAE -ceV -cfw -cgB -chQ -bQp -cfw -bDU -bDU -bDU -aae -aae -apU -apU -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(85,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -amw -oTo -abY -aag -abY -aag -aae -aae -aag -alP -aAq -alW -aae -aae -aPQ -bQw -ayM -aIs -uiz -aTL -aSs -aLE -aLE -aOl -aPG -aPG -aPG -aPG -aPG -aPA -aPA -aPA -aPA -aPA -aPA -aPA -aSg -bcb -aZE -bjp -bjr -aUV -foN -hCS -bjt -cBp -blU -buB -abI -bxu -bxu -aJn -bxu -bxu -aLa -aae -bxy -msU -rKA -cAL -bxy -aae -aae -aae -aae -aae -aae -aae -bCq -bVB -bHE -dZy -bYu -bZk -bCq -uEA -bCq -bCq -bCq -bCq -cfw -cfw -chS -cfw -cfw -bCq -bXv -bCq -aae -aae -aae -apU -apU -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(86,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aag -oTo -cfk -oTo -abY -abY -aag -aae -aae -aae -aae -alP -aAq -alW -aae -apU -aWa -aSr -rRn -aJY -aKq -jbI -aSs -aLE -bDe -aOl -aPF -aQY -aSk -aTE -aPG -bbT -aWW -uHN -uHN -hcE -uHN -uHN -uHN -bgZ -aZE -bjo -bjr -bjh -bmh -boK -bjr -boK -bjr -bjr -bub -bxu -fpk -bzP -bAS -bxu -aae -aae -bxy -bGi -bJb -bGi -bxy -aae -aae -aae -aae -aae -aae -aae -bCq -bVA -bWw -bXw -bYt -bZj -bCq -bHE -bCq -bSq -cdW -ceW -bCq -bKA -lEC -bHE -cjI -bCq -clA -bCq -aae -aae -aae -aae -apU -apU -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(87,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -oTo -ydJ -ydJ -cfk -ydJ -ydJ -ydJ -abY -aag -aae -aag -aag -alP -aAq -alP -apU -abY -aWa -aWF -aWF -aGb -tCH -tPm -aSs -aLE -aLE -aOl -aPH -aRa -pzT -aTG -aPG -aTq -gjl -gjl -gjl -gjl -gjl -gjl -gjl -gjl -aZE -cnC -bjr -bjh -bmh -bjr -bjr -bjr -bjr -bjr -bvX -bxu -bCa -boy -aDe -aJn -aae -aae -bxy -gnP -lSk -tlz -bxy -aae -aae -bCq -bCq -bCq -bCq -bCq -bCq -bVD -bWy -bXx -bYw -bZj -bQK -bHE -eRw -bHE -bUs -ceY -bCq -rzv -bUs -bHE -bLu -bCq -inE -bCq -aae -aae -apU -aae -bCq -bCq -bPr -bPr -bPr -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(88,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -amv -anf -anY -cfk -aac -apW -ydJ -alP -alP -alP -alP -alP -alW -aAq -alP -apU -ali -aPQ -aPQ -aPQ -aPQ -aPQ -aPQ -aPQ -aLv -aLE -aOl -aPF -aQZ -bQy -aMq -aPG -bcb -gjl -baS -aZI -baS -baS -bdS -bdU -ckQ -gjl -bjq -bjr -bjh -bmh -bjr -bjr -bjr -bjr -bjr -bjr -bxw -byz -boC -byc -aJn -aae -aae -bGi -kHR -lSk -rlD -bGi -aae -aae -bCq -bPU -bHE -bSp -bHE -bCq -bVC -bWx -bWy -bYv -bZl -bCq -bHE -bCq -cda -cgF -bCq -cqn -cAh -chT -rPB -rPB -syG -lxT -bCq -bPr -bPr -bPr -bPr -bCq -ciT -cqK -crl -bPr -aae -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(89,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -amw -cfk -anZ -cfk -cfk -cfk -aqJ -anc -anc -atL -anc -anc -awN -aAq -alW -alW -kVU -rPk -alu -aJI -alu -aHG -kVU -naQ -aLE -aLE -aNU -aPG -aPG -aPG -aPG -aPG -bce -gjl -bQz -aZp -bdp -bcJ -bea -bfg -bgA -bhW -bjt -bjt -kkd -bmh -bjr -bqn -brN -brN -brN -brN -bxx -nVE -boF -byl -aJn -aag -aag -bxy -rxL -snA -cqb -bxy -aae -aae -bCq -bPW -bCq -bCq -cOw -bCq -bVF -bWA -bXy -bYx -bWz -bCq -bHE -bCq -bQa -cpY -bCr -cqy -cAi -bQa -bHE -bHE -bHE -bHE -bHE -bHE -bHE -bHE -bHE -cpR -bHE -cAQ -crm -bPr -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(90,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -amx -ang -anY -aoM -aoi -lFq -ydJ -alP -alP -alP -alP -alP -alW -aAq -alW -anc -aFh -aBW -htC -aGA -aGc -oaW -sEo -aKb -oyH -aTa -aNT -aPI -aRb -aRb -pVj -aRb -bcg -gjl -baS -baS -aLP -baS -aBG -baS -bex -gjl -ahw -bjr -bjh -bmh -bjr -aZE -brM -bts -buD -bvY -bxx -byB -boH -byg -aJn -aae -aae -bGi -dqs -lSk -bKj -bGi -aae -aae -bCq -bHE -bHE -bSq -cdb -bCq -bVE -bWz -bHE -fjn -bLu -bCq -bLu -bCq -cdb -bSs -bCq -bCq -cgG -bCq -bCq -bCq -bCq -bTz -bCq -bPr -bPr -bPr -bPr -bCq -cqv -cqL -bJe -bPr -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(91,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -oTo -oTo -ydJ -ydJ -oTo -ydJ -ydJ -ydJ -aae -aae -aae -aae -aaf -alP -aAq -anc -anc -kVU -aCu -gDT -aEP -gDT -ciu -huq -fPF -fmj -aMQ -aAc -qLZ -aWB -aSg -aSg -aSg -arm -gjl -fHT -cBi -bbS -baS -baS -baS -bbS -gjl -aZE -bkJ -bjj -bmH -bkJ -aZE -aZE -aZE -usY -aZE -bxu -byD -boT -byn -bxu -aae -bxy -bxy -bxy -vVz -bKm -bxy -aag -aag -bCq -bSp -cOw -bCq -bCq -bCq -bCq -bCq -bCq -bQI -bCq -bCq -bLv -bCq -bCq -bCq -bCq -bHE -bUs -bPr -aae -bCq -ckv -bHE -bCq -aae -aae -apU -aae -bCq -bCq -bCq -bCq -bCq -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(92,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aaf -alP -aAq -avk -awL -kVU -aCv -gDT -gDT -gDT -gbw -kVU -kVU -aLE -aVp -aOi -qLZ -aPK -aSl -aXP -xWi -aWz -uQX -upE -baS -baS -baS -uvN -gjl -gjl -bgv -bju -aNK -bjk -bmt -boN -bqo -brO -btt -bvZ -hxY -bxu -bxx -boV -bxx -bxu -bxy -bxy -aLb -bHA -tMt -bKl -bxy -abY -abY -bCq -bHE -bRg -bRg -bCq -fEI -bVG -gMK -bIg -kiI -rPB -rPB -rPB -rPB -rPB -rPB -dWP -rPB -lEC -bPr -aae -bPr -bJf -ccd -bCq -aae -aae -apU -aae -aae -aag -aag -cig -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(93,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aaf -alP -aAr -alW -alW -kVU -aye -wUw -hDi -aAm -vVZ -aIw -kVU -aLE -aVp -aOi -qLZ -pOw -bOU -bOW -bOW -bOZ -aYh -bPc -bPd -bPd -bPe -aYh -gjl -eYN -bgv -bgz -biT -bjl -bmP -buF -bkL -aCB -bbR -bbR -bbR -bxy -bDy -boW -byE -bCo -bDk -bEK -byE -byE -uFu -hvM -bGi -aag -aag -bPr -bHE -bHE -ciT -bCq -fjn -bCq -bCq -bCq -bCq -bCq -bCq -bCq -cOw -bCq -bCq -bCq -cOw -bUs -bPr -apU -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -aae -bPs -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(94,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aag -alW -awc -alW -aAq -aCb -avi -kVU -kVU -kVU -kVU -kVU -kVU -kVU -kVU -aLE -aVp -aOi -aPL -pOw -aae -apU -aae -apU -aae -apU -aae -apU -aae -mof -aZK -aZK -aZK -bgv -bhX -aVm -bjV -bny -bkM -tsI -bbR -bbR -bzy -bxy -eVL -bpd -byE -byE -bAb -byE -rXN -aDP -uFu -bKn -bGi -aae -aae -bPr -bPZ -bHE -bHE -cTF -fjn -bCq -bJP -bIh -bIs -bIG -bCq -bSo -bJB -bSo -bCq -ceV -cOw -bUs -bPr -aae -cjJ -ckw -clC -cmy -clC -cnL -cov -cpj -bQt -cjJ -aae -bPs -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(95,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -abY -abY -abY -abY -abY -aae -aae -aae -abY -abY -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aag -alW -awd -alW -aAs -aCg -aCg -aCg -aCg -aCg -aCg -aGB -aCg -aCg -aGS -aLn -aVq -aOw -aPN -pOw -apU -aBa -aBa -aBa -aBa -aBa -aBa -aBa -apU -mof -bfj -aZK -bfj -aZK -bia -bkx -bke -bnA -aVU -aWM -brR -bsV -bwc -bxA -bvI -bwX -bvI -bvI -aXS -bBG -bBG -bsB -smG -bKp -bGi -aag -aag -bPr -bHE -bHE -bSs -bCq -fjn -bCq -bcU -bPS -bPS -bIH -bIn -bPS -bSo -bPS -bCq -bHE -bSp -bUs -bPr -aae -cjJ -cky -clE -aGx -clE -cnN -bBF -aHk -bNm -cjJ -aag -bPs -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(96,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -aae -aae -aae -abY -xzC -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -alW -alW -alW -awf -alW -aAt -ydJ -ayG -ayG -ayG -ayG -ayG -ayG -ayG -ayG -ayG -aLm -aLE -aLE -aPM -pOw -aae -aBa -xcL -xZb -qyR -pmX -iVI -aBa -aae -mof -hGf -aZK -bhZ -aZK -bic -cNI -bnG -bnz -bpA -blp -bbR -fha -bud -eyM -kSb -bpg -byE -bBJ -bqm -byE -byE -aPe -byE -bKo -bxy -abY -abY -bCq -bHE -bRh -bLu -bCq -fjn -bCq -bdV -bIm -bIt -bKv -bIR -bPS -bPS -bJE -bCq -bCq -bJY -bUs -bPr -apU -cjJ -ckx -clD -bEh -cnn -cnM -bEG -cpk -cfS -cjJ -aae -bPs -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(97,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -abY -svq -svq -svq -svq -svq -svq -svq -svq -ikS -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -anD -abY -abY -abY -abY -alW -aqd -anc -dlo -alW -aAu -ydJ -azK -aBe -ayG -aDj -aJW -abN -aDb -aJa -acF -aLN -aLE -aLE -aLE -pOw -apU -aBa -aVa -bci -feu -bde -aLO -aBa -apU -mof -weD -bgD -aBK -bgE -bid -cNI -bfm -boS -bfm -blq -bfm -bfm -bwe -bwe -bwd -bph -bwd -bwe -bqm -bBI -bGn -bGn -bGn -bKq -bxy -aag -aag -bCq -bOK -bCq -bCq -bCq -fjn -bCq -bwv -bIn -bIn -bIn -bPS -bPS -bPS -bPS -bJR -bCq -ceY -bUs -bPr -aae -cjJ -cky -clG -aSi -clG -cnP -bBH -aSF -cjJ -cjJ -aae -bPs -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(98,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -abY -abY -abY -aag -abY -aag -abY -abY -aag -abY -aag -abY -abY -svq -svq -svq -svq -svq -svq -svq -svq -svq -aae -aae -aae -aae -aae -aae -aae -akG -aln -akG -aae -akG -anN -akG -abY -abY -abY -alW -atR -anc -yiQ -axj -vHy -ayG -ayG -ayG -ayG -aEd -aGH -aFW -aDw -aDw -acF -aLN -aLE -aLE -aLE -pOw -aae -aBa -tpq -bcj -bcC -bdh -baX -aBa -aae -mof -aZH -bnL -bgo -aWE -biq -cNI -bnI -boR -bqs -blp -bbR -bbR -bwd -bxB -bvL -bpi -byH -bwe -bqr -bxy -bxy -bxy -bxy -bxy -bxy -bPr -bPr -bCq -bHE -bPr -aae -bPr -fjn -bCq -bHZ -bIo -bIu -bII -bPS -bJr -bPS -bJF -bJS -bCq -cOw -bUs -bPr -aae -cjJ -ckz -clF -cmy -cnp -cnO -bEH -cpm -cjJ -aag -aag -bPs -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bRm -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(99,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -abY -aaw -aSM -aSN -aSM -aSN -aSM -aSM -aSN -aSM -aap -aai -afA -svq -svq -svq -svq -svq -svq -svq -svq -svq -afA -aag -aag -aag -aag -aag -aag -akG -alp -aiT -aae -aiT -cbu -akG -aag -aag -aag -alW -alW -alW -alW -alW -aAu -ayG -aci -aBg -ayG -aEg -ayC -aaI -aaJ -aaK -ayG -aLN -aLE -aLE -aLE -pOw -apU -aBa -aUw -hTi -bcD -lGF -vra -aBa -apU -mof -wEx -mxJ -aMx -bgU -bjw -bmk -kHL -kHL -buF -blr -aCJ -bbR -bwd -bxD -byL -bpn -byT -bwe -bqD -bHE -bCq -bHD -bJe -bCq -bLu -bHE -bHE -bHE -bRh -bPr -aag -bPr -bUt -bCq -bIa -bSo -bIv -bIN -bIS -bIv -bJC -bJQ -bCq -bCq -bHE -bUs -bPr -apU -cjJ -cjJ -cjJ -cjJ -cjJ -cnR -bEI -cjJ -cjJ -aae -aae -bPs -aag -bRm -bRm -bRm -bRm -bRm -bRm -bRm -bRm -bRm -aae -aag -alo -bRm -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(100,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aaf -abY -aaj -aVw -aVz -aWi -aXO -abi -aYN -gwt -jhA -aat -aUg -abc -svq -svq -svq -svq -svq -svq -svq -svq -svq -afA -aag -aae -aae -aiT -aiT -aiT -alO -cxJ -akG -amK -akG -cxP -aAD -aiT -aiT -aiT -alW -atS -anc -alW -axp -aAu -ayG -azN -kaU -aBY -aEh -aDw -aDw -aDw -aDw -acL -aLN -aLE -aOz -aLE -pOw -aae -aBa -aBa -aHF -bcE -aHF -aBa -aBa -aae -mof -beA -aaV -cNG -bgV -bpG -aZK -bbR -bbR -bqt -cBq -bbR -bbR -bwd -bxC -byK -bpz -aDr -bwe -bNq -bHE -bGo -bHC -bHE -bCq -bCq -bPr -bPr -bHE -bPr -bCq -aae -bPr -wom -bCq -bCq -bCq -bCq -bIO -bIU -bCq -bCq -bCq -bCq -bHE -bHE -bUs -bCq -aae -apU -aae -aae -apU -cjJ -cnQ -bEL -cpo -cjJ -aae -aae -bPs -aag -bRm -alo -alo -alo -alo -alo -alo -alo -bRm -aae -aag -alo -alo -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(101,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aaf -aag -aal -aVx -aVz -aWw -aYI -aYI -aYX -aat -aat -aat -xid -abc -svq -svq -svq -svq -svq -svq -svq -svq -svq -afA -aag -aae -aag -aiT -ajs -akb -akI -lMe -amc -aiT -ant -lMe -aqf -aiT -asL -bQS -alW -atT -anc -awh -anc -aAu -ayG -azQ -xSu -ayG -aDy -aEU -aGf -aHL -aJi -ayG -aLT -tJo -tJo -qLZ -pOw -aae -apU -aae -bPa -bcF -bPa -aae -apU -aae -mof -bfn -beW -bfR -bgW -bNH -aZK -bnj -bbR -bbR -bbR -bty -buJ -bwe -bxE -byM -bBY -bBf -bwe -bqI -bCe -bCq -bHE -bJf -bCq -aae -aag -bPr -bHE -bPr -aae -aae -bCq -bUu -cem -cem -cem -cem -bIQ -bIV -bJv -cem -cem -cem -cem -cem -bKa -bCq -bCq -bCq -bCq -bCq -bCq -cjJ -cnS -aZi -aHm -cjJ -aag -aag -cig -aag -bRm -bRm -bRm -bRm -bRm -bRm -bRm -bRm -bRm -aag -aag -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(102,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aaf -abY -aaj -aax -aVz -aWC -uNi -aat -aat -aat -aat -aat -xgE -abc -svq -svq -svq -svq -svq -svq -svq -svq -svq -afA -aag -aae -aae -akG -ajt -amX -apn -gfZ -asp -aiU -apb -gfZ -axY -aqS -bQP -bQT -alW -atU -anc -alW -axr -aAv -ayG -aCC -ayG -ayG -ayG -ayG -ayG -ayG -ayG -ayG -dWz -dWz -dWz -aJw -mlj -bOV -bOX -bOX -bPb -bcG -bPb -bOX -bOX -bPf -mof -aZK -aZK -cNI -bgX -cNI -aZK -bnK -bnK -bqu -bqu -bnK -bnK -bwe -bwe -bwe -bwe -bwe -bwe -bqJ -bCd -bCq -bCq -bCq -bCq -bPr -bPr -bPr -bOK -bPr -bPr -bPr -bCq -sjS -bCq -bCq -bIp -bCq -bCq -ceW -bJw -ceY -bCq -bCq -bCq -bCq -bKb -ccu -ciT -bCq -bSs -ceY -ccw -ccw -cnR -bEM -cjJ -ccw -ccw -ccw -ccw -aae -aag -aae -aae -aag -aae -aae -aag -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(103,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aaf -aag -aal -nJt -aVz -myh -gTN -aat -baa -tBU -baa -aat -bab -abc -abc -abc -abc -abc -abc -abc -aeT -abc -abc -afA -aag -aae -aae -akG -aju -anu -akK -als -ana -amM -apR -mLv -bui -aiT -aiT -aiT -alW -alW -alW -alW -axt -aAT -anc -aAq -aFi -aFv -aGu -aGu -aGu -aGu -aGF -alW -aLI -aKU -aJq -aJq -avo -laH -laH -laH -laH -bcH -ngU -laH -laH -jjW -bbV -bcs -bfo -aBN -bhq -bfo -bmn -bfo -bfo -aJq -aJq -bfo -bfo -bIM -bfo -bfo -bfo -bBh -bCr -bqM -bCn -bGq -bGq -bGq -bGq -bLw -bGq -bGq -bGq -bLw -bGq -bGq -hQb -aad -bCq -bIb -bIq -aGa -bCq -bJp -bYH -bSs -bCq -bJV -bCq -cax -bHE -cdi -bCq -bCq -bHE -bHE -cmD -kKl -bKC -bEP -bjW -bkl -bkz -bkA -crp -bVZ -bWH -bVZ -bVZ -bWH -bVZ -bVZ -bWH -bVZ -bVZ -bVZ -bZM -bZM -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(104,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aaf -abY -aaj -aay -aVz -aXj -jTt -aat -baa -mYT -baa -aat -aat -abj -abA -acd -acC -afx -acd -aef -aeU -afz -acd -aai -aai -aai -aai -aai -ajJ -ajM -akJ -alr -alq -aiU -aou -alq -anX -arC -bQR -bQU -aqK -aqK -avm -aqK -axu -aAV -aCt -aCD -aFn -aFx -avi -avh -atJ -aqD -aGG -bSM -aLx -aVs -aOD -aJq -aJq -aJq -aJq -aJq -vZX -bcM -gER -oQp -oQp -xul -oQp -oQp -oQp -aWD -bhs -vZX -bmm -bnM -bnM -bnM -bnM -bnM -bnM -bnM -bnM -bnM -bAe -bBg -aJw -bCq -bCq -bPr -bPr -bPr -bCq -bPr -bPr -bPr -bPr -bPr -bPr -bCq -bCq -vAA -bCq -bIf -bIr -aGd -bCq -bRh -bMM -bJD -bCq -bCq -bCq -bJZ -bHE -cdh -bCe -bQa -bHE -bHE -ccw -ccw -cfJ -baW -aSG -cgR -pof -blg -bPu -bWa -bWI -bWa -bXq -bXR -bXq -bXq -bXR -bZe -bVZ -bVZ -bZM -cah -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(105,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -abY -abY -aSZ -aVB -aVz -aXk -quG -aat -aat -gcg -aat -acK -aat -aat -aat -ace -aat -abD -adH -aei -aeO -afJ -acd -agK -agK -agK -agK -aai -aiX -ajY -aiX -aiX -aiX -aiX -aiV -anP -aiT -aph -aph -aph -aph -aph -avn -anc -axv -ayL -ayL -aCG -ayL -ayL -ayL -ayL -ayW -ayW -ayW -ayW -aLW -azI -aJq -aLX -aLX -aLX -aLX -aLX -bBi -aYl -aZN -aYl -aYl -aYl -aYl -aYl -bgG -aMz -aYl -bBi -dEb -bnN -boY -bqw -aJq -aJq -aYl -aKF -aLX -aJq -aJq -bBi -aJw -aae -aag -aae -aag -aae -aag -aae -aag -aae -aae -aae -aae -bCq -ciT -bqD -bCq -bCq -bCq -bCq -bCq -bCq -bOC -bCq -bCq -aag -bCq -caz -wil -cdj -cdv -cem -cem -cem -cfe -cfD -cgv -bEQ -ciN -ciN -cji -cDZ -bPv -bWb -bWN -bWb -bXr -bXS -bXR -bXR -bXS -bXb -bWH -bWH -bZM -cah -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(106,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -abY -aae -aaj -abG -aVz -aat -aat -aat -aat -kTA -aat -aat -aat -aat -aat -acd -abK -aeV -acd -aeh -aeL -fbC -anW -agH -ags -apa -agK -acd -aiZ -aka -agj -afL -aez -ahU -aiX -ann -aoj -aph -air -aqY -apX -atW -avq -avq -axC -ayL -ayK -aAb -aBj -aBO -aDC -ayL -aGo -aHN -aJj -ayW -aLV -aJq -aOE -bOS -bOS -bOS -bOS -aJs -bBi -aYk -aZM -aZM -bbW -bcX -bcX -aZM -aZM -aZM -mlj -bkT -mlj -mlj -boX -bqv -bMF -bQu -cbr -bwg -aJw -aJq -aJq -bBi -aJw -aae -boI -bGr -bGr -bGr -bKr -aae -aag -aae -aae -aag -aag -bCq -pew -bqD -bCq -aae -aae -aae -bPr -bzR -bYz -bPr -aae -aae -bPr -cay -ccw -ccw -ccw -ccw -ccw -ccw -ccw -ccw -bNl -bES -cBO -cgR -cDB -cqP -bPw -bWc -bWN -bWc -bXt -bXS -bXq -bXq -bXS -bZe -bVZ -bVZ -bZM -cah -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(107,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aaw -aSM -iJi -pAa -aVz -aVz -aat -aat -aat -pKL -sxC -abB -aam -abB -aau -acd -acd -acd -acd -aek -afq -afI -acd -agI -ahq -akr -agH -acd -ack -akh -afK -ajc -afM -afN -aiX -ann -aok -aSo -qBq -qBq -asj -aph -aph -aph -axv -ayL -ayN -aAb -aAW -axA -aDB -aDI -azW -azW -lQY -ayW -aLX -aJq -aOE -bOS -aae -aae -bOS -aJs -bBi -aYn -aZM -aZu -bbY -bcY -bdX -bbX -bgH -bie -bjB -bkW -mlj -bmp -bpa -bqy -cBr -bqy -buK -bqy -aJw -aJq -aJq -bBi -aJw -aag -bEU -bGt -bHG -bJh -bEU -aag -aag -aae -aae -bPr -bPr -bCq -bCq -bqD -bCq -aae -aae -aae -bPr -bIF -bXI -bPr -aae -aae -bPr -cay -ccw -chY -ciX -cjM -ckB -ckB -ckB -ccw -cnY -psr -cgR -cgR -cqx -cqR -crp -bWb -bWN -bWb -bXr -bXS -bXR -bXR -bXS -bXb -bWH -bWH -bZM -cah -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(108,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aaj -aVF -aVF -aVF -aYK -aVF -aVF -aYK -aVF -aVF -bac -aat -aat -aat -bay -acd -acE -ahY -acd -aej -afy -afD -acd -agK -ahp -amb -aiE -acd -ahZ -akg -agj -adL -ahr -aih -aiX -ann -aol -aph -nrj -pwD -apY -ata -auh -aph -axv -ayL -aug -aAj -aAR -aCA -aAR -aCi -aKf -aKt -aEZ -aBt -aJs -aJq -aOE -bOS -aae -aae -aJw -aVb -aWH -aYm -aZM -aZq -bbX -bbX -bbX -bfp -aZP -aZP -bjA -bqG -bmr -bmr -boZ -bqx -brU -bJX -bmr -bmr -bmr -byN -aJq -bBj -aJw -aae -bEV -bhK -cBC -bJg -bKs -aae -aag -aag -aag -bPr -bvE -bGq -bGq -bww -bPr -aag -aag -aag -bPr -bIF -bYz -bPr -aag -aag -bPr -cay -ccw -chY -ciZ -ciW -ckB -ckB -ckC -ccw -cnX -bES -bjD -cpX -cqz -cqQ -ccw -bWd -bWN -bWc -bXt -bXS -bXq -bXq -bXS -bZe -bVZ -bVZ -bZM -cah -bZM -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(109,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aal -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -baa -lzz -baa -baB -acf -abB -acv -adI -aei -aeO -afG -acd -agJ -agK -ail -ajv -agl -ajx -akj -agj -agj -agj -aiX -aiX -anH -aol -ard -uQe -arT -avG -atc -tVl -aph -axv -ayL -ars -axw -aBo -azU -sHQ -aEX -aKl -aEZ -aEZ -vbD -aJs -aJq -bJx -bOS -aae -aae -aTQ -aVd -aWJ -aYp -aZM -aZz -aBx -bda -bda -bca -bgJ -aZP -bQB -bkY -bmo -bnP -bpc -bqA -brW -btB -buM -bwi -bmr -aMm -aJq -bBi -bCs -bCs -bEW -bGu -akd -bJi -bEW -bCs -bCs -bNI -bNI -bNI -bvG -bNI -bNI -bHE -bPr -aae -aae -aae -bPr -bzT -bYD -bPr -aae -aae -bPr -cay -ccw -ciZ -ciZ -ciZ -ckC -ckC -ckC -ccw -coa -bET -bQb -bQb -cig -cig -ccw -bWb -bWN -bWb -bXr -bXS -bXR -bXR -bXS -bXb -bWH -bWH -bZM -cah -bZM -cai -cai -cai -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(110,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -abY -aaj -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -baa -vsk -baa -aat -acd -abL -aeV -acd -ael -afy -afF -agj -agj -agj -agj -agj -agj -ajy -aki -akM -aor -amf -amQ -ank -ann -aol -ard -aSq -blo -aoB -eQk -fLq -aph -axv -ayL -ayv -aAb -azW -aDc -aAR -aCi -aIu -ayF -aEZ -aBt -aJs -aJq -aOE -bOS -aae -aae -aPR -aVc -aWI -aYo -aZM -aZC -bdt -bcZ -bdY -aMv -bgI -aZP -bjC -bkX -bmo -bnO -bqz -bqz -bqq -brS -bsY -ays -bmr -aMn -aJq -bBi -bCs -bDv -bEX -xLZ -bHH -xLZ -bKt -bLx -bCs -cCe -bRl -buL -bvH -cCf -bNI -bHE -bPr -aae -aFT -aFT -aFT -aFT -bPQ -aFT -aFT -aae -bPr -cay -ccw -ccw -ciY -ciY -ccw -ccw -ccw -ccw -cnZ -bES -bTZ -bUy -cig -bVr -ccw -bWd -bWN -bWc -bXt -bXS -bXq -bXq -bXS -bZe -bVZ -bVZ -bZM -cah -bZM -cai -cai -bWH -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(111,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -aag -aal -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -baa -klJ -baa -abF -acd -acd -acd -acd -aen -afy -afH -agj -agM -ahu -ahW -aiD -agj -ajg -akl -akO -amu -alx -amR -ank -anI -aom -aph -aph -aph -aph -aph -aph -aph -axv -ayL -ayQ -aAb -aBq -aIK -aDE -aFc -azW -azW -aJf -ayW -aJr -aJq -aOE -bOS -aae -aPR -aPR -aPR -aWL -aPR -aZM -bbX -bdt -bbM -bcN -bew -bbX -aZP -aZP -aZP -bmo -bnR -bpe -bqB -bqq -btD -buO -bwk -bmr -aLY -cBw -bBk -bCs -bDx -bFa -bFa -bHJ -bFa -bFa -bLz -bCs -cCe -bNJ -buQ -xhV -gWd -bNI -bHE -bPr -aae -aFT -cbn -btG -aZe -bQd -bZE -aFT -aag -bPr -cay -ccw -cig -cjb -cjb -cig -cig -bNf -aSn -mPz -bba -bUa -bUz -bUS -bVs -bVL -bWb -bWO -bXb -bXr -bXS -bXR -bXR -bXS -bXb -bWH -bWH -bZM -bZM -bZM -bWH -bWH -bWH -bWH -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(112,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -aae -aaj -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -aat -aat -aat -aat -acd -acH -akH -acd -aej -afy -afH -agj -agN -aht -ain -aid -agj -ajz -akk -akN -aqn -amg -amR -ank -anJ -aon -apd -mMW -bQE -aYi -apd -avr -awC -axE -ayL -ayO -aAb -aBp -aCc -aDF -ayL -aGq -aHO -aJl -ayW -aJq -aJq -aOE -bOS -aae -aPR -aTR -aVe -aWK -aYq -aZP -aZy -bdu -bbC -bbC -bez -bbX -bjE -bbX -bbX -bmo -bnQ -bpb -bqz -blt -aNJ -buN -aCO -bmr -byP -aJq -bBi -bCs -bDw -bEZ -bGv -bHH -bJj -bKu -bLy -bCs -bNJ -bNJ -buR -bNJ -gbq -bNI -bHE -bPr -aag -aFT -btG -bwo -bJy -bQm -bZo -aFT -aae -bPr -cay -ccw -cia -cTn -bCW -ckD -cTc -cTe -bBp -bEB -bTL -bUb -bRw -ccw -ccw -ccw -bWe -ccw -bVY -bWe -bVY -bVY -ccw -bVZ -bVZ -bVZ -bVZ -bWH -cai -cai -cai -cai -bWH -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(113,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -aag -aak -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -nTl -iSx -mxZ -aav -acg -aav -adp -adJ -aep -afr -afH -agj -ahs -ahP -ahP -aiF -ojV -ajA -ajG -akQ -agj -agj -amS -anl -anK -aoj -apd -kmT -kFK -bLE -apd -avA -apd -axv -ayL -ayS -aAw -aBs -aCi -aDI -ayL -ayW -ayW -ayW -ayW -aJq -aJq -aOE -bOS -aae -aPR -aTT -aXZ -aWN -aYs -aZQ -bbi -aTs -bcd -bcd -aTP -bcd -bcd -bcd -bcd -bms -bnS -bpf -ayu -azq -btE -bnS -aUt -bfs -bft -bpB -bBl -bCs -bDz -bFa -bFa -bHH -bFa -bFa -bFa -bCs -bNL -bNJ -buQ -bNJ -bQj -bNI -bHE -bPr -aae -aFT -bgN -bJy -bJy -bVm -bZr -aFT -aae -bPr -cay -ccw -bQo -cSO -bDj -ckG -clJ -qPI -bEA -bRw -bTL -bUc -bUA -bUA -bUA -bVM -bWf -bWP -bXc -bXu -bUA -bYe -ccw -ccw -ccw -ccw -ccw -ccw -ccw -ccw -cai -bZM -bZM -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(114,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -abY -aaj -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -lzt -aat -aat -aat -acd -acD -aeV -acd -aeq -aiB -acd -agj -ahm -ahD -aiw -aiO -agj -ajA -akm -akV -aqa -amh -amR -ank -ann -aoj -apd -aob -myI -aqh -apZ -atg -apd -axv -ayW -ayR -aAx -axA -azW -afO -azW -agm -bOM -aae -bOS -aLY -aLY -aOF -aPR -aPR -aPR -aTS -aYf -aTX -aYr -aZP -bbh -bcc -bdd -bbX -bfr -bgM -bif -aZM -aZM -bmr -bmr -bmr -bmr -bmr -bmr -bmr -bmr -bmr -byQ -bne -aJq -bCs -bNN -bFb -bGw -bER -bJk -bFa -bLA -bCs -qsM -bQc -aYw -rKP -aEY -bNI -bHE -bCq -aae -aFT -aRT -bxb -aRT -bWh -bZu -aFT -aag -bPr -cay -ccw -cic -cSP -bDo -cTa -ceZ -gyS -bEB -ccw -bTM -bUj -bUB -wpv -bUB -bUB -bWg -bWR -bXd -bXz -qMp -bYi -bYJ -ccw -bZf -bVX -bZA -bVX -caj -ccw -cai -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(115,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aaj -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -aaM -bad -kii -mHI -eDv -bbe -acd -acd -acd -acd -aeP -afC -agk -agF -agP -agP -agP -agP -aiz -ajI -akl -akR -amu -alx -amR -ank -ann -aoj -bON -cfN -bLE -ayZ -bQG -ivq -apd -axv -ayW -ayT -aAL -aCw -azW -aBt -tUE -agm -bOM -aae -bOS -aJq -aJq -aOE -aPT -aRj -aSv -aTV -aYg -aWP -aSd -cva -cva -cva -cva -cva -cva -aZM -aZM -aZM -apU -apU -aae -apU -aae -apU -aae -aae -aae -bOS -aXf -bne -byV -bCs -bAM -bFa -bGy -bFc -bJm -bFa -bHO -bCs -cCd -cCd -buS -bNJ -cCc -bNI -bHE -bCq -bCq -aFT -big -bxP -bIC -bXF -bZy -aFT -aae -bCq -cay -ccw -cif -cSQ -bAF -cTb -clJ -cgR -cgR -bRw -bTO -dKV -bUC -bUT -bUT -bVN -bWi -bWS -sQI -bXA -bXT -bYj -bYK -bRw -bVX -bVX -bZF -bVX -bVX -ccw -cai -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(116,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -shO -aaM -aao -aaM -aaM -aaM -aDL -aaM -aao -aaM -bad -kii -eQr -qBU -bbs -bbx -bbQ -bdj -acd -abb -afB -agi -agD -aiG -aiG -aiG -aiG -aiy -ajH -akk -akN -aqn -ami -amR -ank -ann -aoj -api -bLE -bLE -arX -pws -aoG -apd -axv -ayW -azW -azW -aIK -aCj -ayW -ayW -ayW -ayW -bOS -bOS -aJq -aJq -aOE -aPS -aRi -aSu -aTU -aXY -aWO -cva -cva -aes -aeY -aes -aMg -aes -aeY -aes -cva -bPi -bPi -bPi -bfv -bfv -apU -aae -aae -aae -bOS -aXf -bne -byU -bCs -bAL -aOC -bGx -bHH -bJl -aEj -bHN -bCs -cjo -cCd -bvc -bNJ -cCb -bNI -bHE -caw -bQa -aFT -bih -bxW -aRT -aFT -aFT -aFT -fip -fip -cay -ccw -cie -cdT -bAG -cnA -cTc -cfg -cgR -bRw -bTP -bUm -bUD -bUU -bVt -bVO -bWj -bWT -bXi -bVU -bXU -bYk -bYL -bYY -bZg -oSn -bZG -bZP -cak -ccw -bWH -bZM -cah -bZM -bWH -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(117,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aah -dft -aSM -dft -aSM -dft -aSM -dft -aSM -swE -aSM -wdm -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -agn -agR -agn -agR -agn -aiI -ajH -ako -akQ -agj -agj -amS -anm -ann -aoj -apd -aqb -are -arZ -ixi -aui -apd -axv -ayW -ayX -azY -azW -azW -afP -aFb -aEZ -cyg -aJp -aKE -aMa -aNw -aOE -aPU -aRl -aSx -aTX -aYg -aWU -cva -daB -aet -aet -aes -bdW -aes -aet -azM -pkS -bmu -aFZ -aKc -aKB -bfv -bfv -bfv -apU -apU -bOS -aXf -bne -aJq -bCs -bFa -brL -lWy -bsD -bJn -bsE -bHQ -bCs -cjo -bJu -bvc -cmX -bSz -bNI -bHE -bHE -bHE -aFT -bii -bxY -bJs -aFT -bVd -bWK -aGl -fip -cay -ccw -cig -cSR -mno -dLy -cig -cTf -cgR -ccw -bTQ -bUm -bUE -bUV -bVt -bVb -bWk -bWu -bWu -bVb -bXV -bYl -bYO -bRw -ciZ -bZt -bZH -bZH -ciZ -ccw -cai -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(118,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -abY -aae -aae -aae -aae -aae -aae -aae -abY -aag -aag -aag -aaZ -arc -atX -avB -atX -aBX -asG -aEq -aEw -aKg -aHt -aeW -agQ -ahv -ahQ -agR -ajd -ajB -akm -akV -aqa -amj -amR -ank -ann -aoj -cUm -apd -lxr -lxr -lxr -apd -apd -axF -ayW -ayW -ayW -aBt -aBt -ayW -ayW -ayW -ayW -aJo -aJq -aLZ -aNv -aOE -aPS -aRk -aSw -aTW -aYv -aWQ -cva -cva -aes -aeZ -apF -bdZ -hmv -beX -aes -pkS -aDq -aDq -aDq -aLq -bkN -aFZ -bfv -buP -buP -buP -byS -bne -aDs -bCs -bCs -bCs -bCs -bsH -bCs -bCs -bCs -bCs -bNI -bNI -bvd -bNI -bNI -bNI -fip -fip -bTz -aFT -bkI -bzk -bkI -aFT -bVc -bWJ -byy -bZB -caC -ccw -cSM -cjd -cSW -ckI -clJ -cmL -iKs -ccw -bTR -bUm -bUF -bUW -bVb -bVP -bWo -bWo -bXj -bVb -bXW -bYm -bYO -ccw -bZh -bVX -bVX -bVX -bVX -ccw -bWH -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(119,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -abY -abY -abY -aae -aae -abY -abY -abY -abY -abY -abY -aag -aag -aaZ -jkX -adl -awX -adl -aBZ -atk -aEr -aEx -aFF -aHt -agp -agT -ahx -ahS -aiK -ajc -apo -akl -akT -amZ -alx -amR -ank -ann -aoj -aoV -ank -ank -ank -ank -auC -auD -avt -awI -axB -ayi -ayi -ayi -ayi -ayi -aEH -aHQ -aJr -aJq -aMc -aNy -aOE -aPS -aRn -aSz -aTY -aYA -aWT -cva -aZR -aeu -agq -pkS -pkS -bfc -beY -aBi -pkS -aDx -aHj -aHj -aDq -bkR -aHj -bfv -aNM -bwn -buP -bpC -aXM -aUv -bCu -bAO -bSA -cKA -bsJ -bSA -bSA -bHR -bIe -bSA -bJz -bve -bSA -bSA -bTJ -bSA -bWL -bSA -bSA -bSA -bve -bSA -byd -bVf -bXm -byG -fip -bHE -ccw -cij -cjf -vbm -ckK -clJ -cmL -cgR -bTE -bTS -hHD -bUG -bUX -bVu -bVQ -bWp -bWp -bWp -bXB -bXX -bYn -bYP -bRw -bZi -bVX -bVX -bZY -bVX -ccw -cai -bZM -cah -bZM -cai -aae -aaS -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(120,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -abY -abY -abY -abY -aae -abY -abY -abY -abY -aag -abY -aaZ -atl -adl -axd -ada -aCS -atk -aEs -alE -aGK -aHv -ago -agS -agL -anq -aiJ -ajc -ajH -akk -akV -aqn -amk -amR -ank -anL -aoo -aoW -apS -apS -apS -apS -apS -apS -avv -awJ -ann -ann -ann -ann -ann -ann -aEV -aHP -aJq -aJq -aMb -aNx -aOE -aPS -aRm -aSy -aTX -aZf -aWS -cva -adQ -alm -ajC -pkS -tcD -apI -bfd -aDp -azG -nCV -nCV -aKi -aLs -aWh -aVG -btF -aWV -uNF -knx -bwa -boU -aXE -jWz -bQQ -bLZ -aXW -aYb -aYt -bLZ -bLZ -bbp -bLZ -bLZ -aZF -bLZ -cBH -bMG -bLZ -bLZ -bLZ -bLZ -bLZ -baz -bLZ -bUl -bLZ -bAK -byI -fip -ceW -ccw -cdk -cMC -cSY -ckI -clJ -cmL -cnv -bRw -bTP -bUm -bUH -bUY -bVv -bVR -bWq -bWU -bWq -bXC -bXY -bYo -bYQ -bRw -bZm -bVX -bZm -caa -bVX -ccw -cai -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(121,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -abY -abY -aae -aae -aae -aae -aag -aag -aag -nZp -aaZ -aKh -adl -adl -acl -adl -aEo -aEt -aeM -aGK -aIi -agr -aoK -ayd -ahX -aiL -ajc -ajH -akq -akQ -agj -agj -amS -anl -anO -aoq -aoX -arG -anp -asx -atv -anp -avs -awH -axx -ayg -aAe -aED -aAe -aAe -aAe -bTN -aHR -aJt -aJq -aMe -aNA -aOE -aPV -aRp -aSB -aTZ -aZg -gME -cva -eQU -aeu -aqt -pkS -pkS -apK -beD -aes -pkS -aFX -aHj -aHj -aDq -bkm -aWR -bfv -aCM -bwp -buP -bos -bfz -aXf -bzG -bDG -bCp -bKD -bFq -btx -bHl -bLI -buq -bLI -bOR -bQg -bQg -bQg -bQg -bQg -bQg -bQg -bQg -bMv -bFq -bFq -bZz -bVh -bAN -bYM -cfb -cfb -cfb -cfb -cfb -cfb -cfb -ccw -cmN -cgR -bTE -bTT -bUo -bUI -bUZ -bVw -bVS -bWs -bWs -bWs -bVy -bXZ -bYp -bYR -bRw -bVX -bVX -bVX -cab -bVX -ccw -bWH -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(122,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -aag -abY -aaZ -arQ -adl -abU -acA -cKY -atz -cKY -acG -agd -aIG -byb -agt -ahy -aie -aiN -ajc -ajH -akp -akU -alz -aml -amT -ank -anO -aoq -apc -apP -apP -apP -apP -apP -apP -awg -apP -apP -apP -apP -apP -apP -apP -apP -aJw -oyk -aJq -aMd -aNz -aOE -aPS -aRo -aSA -aTX -aYA -wnA -cva -cva -aes -ama -apF -bec -jQk -beF -aes -pkS -aDq -aDq -aDq -aNn -bkn -aFZ -bfv -buP -buP -buP -aOx -aJq -bBr -bCv -bCv -bCv -bCv -bCv -btz -fip -fip -aQl -bNO -bOQ -bQf -vBd -vBd -bTK -bNg -bNj -bWM -bXJ -ajW -ajW -ajW -ajW -bVg -bxJ -bYG -cfb -cfF -cfb -cik -cjg -cjU -cfb -clM -hCK -cgR -ccw -bTU -bUm -bUJ -bVb -bVy -bVT -bWt -bWt -bXk -bVb -bXW -bYm -bYO -ccw -bZh -bVX -bVX -bVX -bVX -ccw -bWH -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(123,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aaZ -aaq -adl -aaz -acY -aaA -aEp -aEu -aeN -age -aIV -bNT -agV -cxk -agt -aiM -ajc -ajH -akp -akV -alB -amn -amV -ank -anO -aoq -apP -apQ -glv -glv -glv -glv -glv -awj -anF -anF -anF -anF -anF -anF -anF -anF -qKM -aJu -aKF -aMf -aNB -aOE -aPW -aRr -aSD -ceh -aZj -aWU -cva -daB -aet -aet -aes -bed -aes -aet -azM -pkS -bgR -aFZ -aKA -aOu -bfv -bfv -bfv -apU -apU -bOS -aJq -aJq -bBu -bCv -bAT -tcL -bDq -bCv -btC -bKy -bLK -bLK -bLK -bOT -bQi -bRs -bSC -bLK -aZW -bwO -aJm -bXK -ajW -asT -aIm -ajW -biZ -bkw -bAZ -cfb -cfH -cSL -cim -cim -ceo -cfb -cfa -cje -cgR -ccw -bTV -bUm -jNi -bVe -bVz -bVb -bWu -bWu -bWu -bVb -bYa -qbt -bYS -bRw -ciZ -bZw -bZI -bZw -ciZ -ccw -cai -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(124,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aae -aaZ -amN -adl -azJ -adl -aDu -atk -aEv -ahR -aHr -aKd -agt -agt -ahA -aHp -aIF -ajc -ajH -akp -akQ -alA -amm -amB -ank -anO -aot -apP -apT -arf -arf -arf -arf -arf -arf -arf -arf -arf -arf -pYz -pYz -pYz -pYz -aJw -bOS -bOS -aJq -aJq -aOE -aPS -aRq -aSC -aUa -aZl -aVO -cva -cva -aes -aeY -aes -aBJ -aes -aeY -aes -cva -bPi -bPi -bPi -bfv -bfv -apU -aae -aae -aae -bOS -aJq -aJq -bBt -bCv -bDH -bFf -bGB -bCv -btC -bZN -bLK -ssY -fIa -vkK -aEM -vGW -gUn -bMK -bwx -rqq -aJx -bLK -aoQ -avc -avc -aWo -bjb -bkZ -avc -cfc -cgO -ccj -cBM -cdU -cSZ -ckL -cmF -cje -cgR -bRw -bTP -bUm -bUK -bVl -bVz -bVU -bWv -bWW -bXn -bVO -bYb -bYy -bYT -bYZ -bZn -bZx -bZJ -cag -cak -ccw -bWH -bZM -cah -bZM -bWH -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(125,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aae -aaZ -bNS -auN -azP -aqH -aDJ -aud -aEv -aFE -aHs -arD -agu -agX -ahy -aij -agn -agf -ajH -alC -akX -alC -alC -amI -ann -anO -aov -apP -apT -arf -aBf -atf -arf -aBf -atf -arf -aBf -atf -arf -rrk -kEN -kEN -pRj -aJw -aae -bOS -aJq -aJq -aOE -aPX -aRs -aSE -aUc -aYA -aWY -aVf -cva -cva -cva -cva -cva -cva -aZV -aZV -aZV -apU -apU -aae -apU -aae -apU -aae -aae -aae -bOS -aJq -aJq -aXf -bCv -bDK -bFi -bGE -bCv -btC -bBR -bLK -fba -rJp -jXT -bvf -dCA -vOl -ycw -bvp -cjh -aJA -rfa -aoR -awE -aRU -bbE -bjy -bme -avc -bZD -cbq -ccj -cdm -bCR -aGw -ceq -clQ -cje -cgR -bRw -bTW -bUk -bUL -bVn -bVn -bVV -bWB -bWX -bXo -bXD -bYc -bYA -bYU -bRw -bVX -bVX -bZK -oGH -bVX -ccw -bWH -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(126,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aag -aag -aag -aaZ -aaZ -aaZ -aaZ -aqU -aaZ -aaZ -aaZ -acT -aaZ -aaZ -agn -agW -ahE -aii -agn -anS -akc -aiG -akW -aiG -amo -amJ -ann -anO -aoq -apP -apT -arf -aql -asc -arf -aql -awl -arf -aql -awl -arf -dqx -rzb -lMM -ieb -aJw -aae -bOS -aLY -aLY -aOG -aPR -aPR -vxD -aUb -aZs -aTX -aYr -aZV -bbo -bch -bdi -bei -bfy -bgS -bik -aZV -aZV -aZV -aZV -aZV -bqH -bsh -bsh -bsh -bsh -bqH -aJq -aJq -qkv -bCv -bDL -aDv -bGD -bCv -btC -bAw -bLK -pHE -phT -sej -aRc -nTg -bOd -xJj -bwB -dnQ -aJx -bXL -apj -axG -avc -biM -avc -byR -bBa -bZC -cbp -cck -cin -bCV -cjX -ckO -ckH -bEj -cny -ccw -bTX -oyX -bUM -bVo -bVo -jFW -bWC -bWY -bXd -bXE -bXd -bYB -bYV -ccw -bZp -bVX -bZL -bVX -cal -ccw -bWH -bZM -cah -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(127,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aag -abp -ajr -aqI -abP -aco -acO -abl -abO -abO -afc -afQ -agw -agY -ahH -aer -adR -aiQ -ajH -amq -akQ -agj -agj -aiX -ano -anQ -aow -apP -apT -arf -avT -ase -arf -awe -ase -arf -axs -ase -arf -dzR -sAX -jKc -khN -aJw -aJw -aJw -aJq -aJq -aOE -bOS -aae -aPR -aUe -aZG -aXa -aYD -aZX -aWc -bdk -bdk -aUZ -bfB -aWt -bdk -bhv -aZV -bmz -aMV -bpk -bqH -bsj -btI -btd -bwr -bqH -aMm -aJq -bBv -cBy -bDM -bqE -bDr -bCv -btC -bLK -bLK -bMK -bMK -bMK -bMK -riC -ydZ -bMK -bQl -xHa -aJC -bWQ -bYN -byZ -caA -caA -avc -byY -bEa -cfb -cfb -cgS -ciq -cfb -cfb -cfb -clR -bEk -pof -bRw -bRw -bUq -bUN -bVp -bVH -bVW -bWD -bVH -bVH -bXH -bVH -bYC -bYW -ccw -ccw -ccw -ccw -ccw -ccw -ccw -cai -bZM -bZM -bZM -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(128,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -afu -abO -aqN -abO -abO -add -abO -abO -abO -afb -abo -afg -ahb -ahG -aik -cBV -ajf -alw -afM -arY -ato -auZ -aiX -anp -ann -aoz -apP -apT -arf -arf -ash -arf -arf -awm -arf -arf -aAO -arf -iex -hYv -gpE -iex -aJw -aJv -aKG -aKw -bHt -aOE -bOS -aae -aPR -aUd -aVr -aWZ -aYq -aZV -bdq -bbw -bbw -beb -bfA -bfk -bil -bhG -blb -bmy -bkh -hUN -bqH -bsi -blZ -aNO -bwq -bqH -aJq -aJq -aXf -bCv -bAU -bqF -bFg -bFs -bJt -bLK -ydU -rmO -xQA -xQA -bMK -kJW -kJW -bMK -bwL -bOd -aJC -bOO -bQe -bza -bTi -caA -avc -byY -avc -bOj -pBI -cdn -aGv -cej -cep -ces -clQ -bEk -cgR -bTF -bRw -bUr -bUO -cig -ccw -ccw -bWE -bVX -bVX -oZn -bVX -bYE -bYX -bZc -bZq -bZd -bVZ -bWH -cai -cai -cai -cai -bWH -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(129,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -abp -aos -aqI -abO -acq -adk -pUq -pUq -aew -aew -afS -agy -aha -ahC -aia -adR -ajc -amp -amP -asu -amu -axe -aiX -anp -ann -aoA -apP -apV -arh -asg -atq -aul -auR -eOz -aul -aul -ayh -auR -aul -ayh -cNe -aul -aHT -aJy -aJy -aSX -aJq -aOE -bOS -aae -aPR -aPR -aPR -aXc -aPR -aZV -bdr -baQ -baQ -beg -bfC -bfl -bim -bjG -aZV -jrE -aCd -bpl -bqH -bsl -bmb -buW -bwt -bqH -aLY -aLY -bBx -bCv -apG -bFk -bDs -bCv -btC -leB -mmQ -mmQ -xRs -fXC -bvi -szl -szl -szl -baf -bMu -aJC -bXP -bxH -bzb -bTH -caA -avc -bAP -bLi -bRL -cfM -cco -vAX -cel -cyM -ckT -kUq -baM -sjo -sjo -sjo -bUv -bUP -bVq -bRw -bVX -bWF -bWZ -bWZ -bXN -bVX -bYF -ccw -bZd -bZd -bZd -bWH -bWH -bWH -bWH -bWH -bWH -bWH -bWH -bWH -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(130,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aag -abp -afu -abp -abO -abO -adn -abO -abO -aev -afd -abo -agx -afU -ahI -aim -adR -aiG -ajL -amU -akZ -auY -axg -aiX -anr -ann -aoC -apP -apt -arf -asf -ati -ati -aux -awn -axL -bbl -azT -ati -ati -wVI -iLL -cfQ -aHH -aJg -aKo -azc -aJq -aOE -bOS -aae -aae -aPR -aVt -aXb -aYo -aZV -aBv -baP -bbZ -aMh -cBo -bfq -bbw -bbw -aZV -bmA -aZV -aZV -bqH -bpX -bmc -buV -bws -bqH -aJq -aJq -byW -bCv -bAV -bCv -bCv -bCv -btC -bLK -fKP -gQJ -xRs -dZL -bvo -bOd -bOd -gyl -aFg -xYi -aJC -bXO -aRG -bRo -bTG -caA -bkb -bAW -bOh -bTh -ctR -ccn -aSc -cej -ccw -cet -bMZ -aGO -cfI -cgQ -pof -bUw -bUQ -cgR -bVK -oGH -bWG -bXa -bXp -bXQ -bYd -bYI -ccw -bVZ -bVZ -bWH -bVZ -bWH -cah -bZM -cai -cai -bWH -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(131,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aag -abp -abR -abP -abP -abP -abP -abp -abp -abp -agA -afU -ahI -aip -adR -aiX -ajN -aiX -aiX -aiX -aiX -aiX -anC -auo -anC -ajo -apt -arf -arf -arf -arf -asn -auj -axO -axO -aRA -aAh -aAh -aAh -kRQ -aAh -aAh -aAh -aAh -aLR -aJq -aOE -bOS -aae -aae -aTQ -aVd -aXe -aYp -aZV -bbv -bcm -bcm -bem -bfD -bfu -bfD -bjI -aZV -bmC -boa -bpm -bqH -bkQ -bmf -asD -asD -bqH -aJq -aJq -aXf -bCv -bDP -bCv -bAw -bHV -btH -bLK -bLK -bMK -kJW -kJW -bvq -kJW -kJW -aHC -lKf -lKf -fme -bWQ -bWQ -bWQ -bWQ -bWQ -bkg -bAX -bAX -bkg -ccw -ccw -ccw -ccw -ccw -ccw -ccw -ccw -ccw -aKx -bTY -bUx -bUR -ccw -ccw -bVY -bVY -bVY -ccw -ccw -ccw -ccw -ccw -cig -cig -bWH -bWH -bWH -cah -bZM -cai -cai -bWH -cai -cai -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(132,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aag -aag -aag -aag -aag -abq -abq -abq -adm -adB -abq -abq -aff -afT -agz -ahb -ahI -bHT -abp -ajh -ajn -ajn -alb -alG -amr -amY -amY -ajp -aje -ajo -apt -arf -aqo -aDU -arf -auS -awo -awu -awr -aAd -aAh -aCm -prz -oGQ -aGk -aHU -aJz -aAh -aLQ -aJq -aOE -bOS -aae -aae -aJw -aVu -aXd -aYE -aZV -bbu -bbw -bbw -bbw -bbw -bfq -bbw -biI -aZV -aZV -aZV -aZV -bqH -aCE -bmf -buX -buX -bqH -aMo -aJq -bBy -aJw -bDO -bFl -bGH -bHU -btJ -btL -bLK -bLM -qtN -bOd -bvr -gYP -sOm -aId -bvA -bvA -bvA -bvA -bvA -avy -aag -aag -aae -aae -aag -aag -aag -aae -aag -aag -aag -aag -aae -aag -aag -aKz -bQv -bFE -bFO -uVj -pMc -uVj -uVj -xYC -oqv -tAu -ciZ -aqs -jmH -uUM -cig -aae -alo -alo -alo -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(133,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aag -abq -act -acs -acR -adM -ajK -akY -afg -afV -agB -ahd -ahI -clS -abp -ajj -ajP -aky -alc -alI -amr -amY -amY -ajp -aoH -ajo -apt -arf -asm -asi -atQ -avg -awp -axN -awr -aAg -aAh -aDO -wBN -aHD -ayE -aBy -aBy -aAh -aMn -aJq -aOE -bOS -aae -aae -bOS -aVv -aXg -aYa -aZV -maV -bcn -maV -ben -bfE -bfw -bdk -bjJ -bld -bmD -byA -bmD -bqK -bso -bmi -buZ -buZ -bqH -byN -aJq -bBA -bCz -bDQ -bFn -bGJ -bHX -bHd -btM -bLK -esK -qtN -bOd -bvr -gYP -pIt -aId -bvA -bzK -bBw -bzK -bvA -avy -aag -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -aag -aKz -bQA -qAG -bFT -aHn -iBw -iBw -sJz -tVy -bOf -opW -mdj -opW -nLP -wca -cig -aae -bRm -bRm -bRm -bRm -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(134,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aag -aag -aag -aag -aag -aab -abS -acr -acQ -adC -adM -abq -afg -afU -aoD -ahc -ahJ -aiq -abp -aji -ajO -akL -ajn -alH -amr -amY -asV -auq -ajo -ajo -apt -arf -ari -avZ -arf -auW -aws -azV -awu -aAf -aAh -aCn -aDM -aAh -aAh -aAh -aBy -aAh -aMm -aJq -aOE -bOS -bOS -bOS -bOS -aJs -aXf -aYk -aZV -aZV -aZV -aZV -aZV -aZV -aZV -aZV -aZV -aZV -bmx -bmx -bmx -bqH -bqH -bee -bqH -bqH -bqH -aJq -bHt -bBz -aJw -aJw -bFm -bGI -bHW -cBD -btM -bLK -nJW -qtN -fVQ -bvt -gYP -vSD -aId -bvA -bzK -bzK -bzK -bvA -avy -aae -bvA -bJq -bJq -bJq -bvA -bLD -bLD -bLD -bvA -bMf -bMf -bMf -bvA -aae -aKz -hbC -hzb -mfN -ajS -hbC -hbC -fEn -wly -cig -ciZ -ciZ -ciZ -jmH -uyT -cig -aae -aae -aae -aae -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(135,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -aae -aae -aae -aae -aae -aae -aae -aae -aag -abr -abV -axK -acS -adD -aks -aey -afj -afX -ahV -ahf -ahK -ait -abp -ajl -ajR -ame -ald -alJ -amt -iUt -anb -anM -ajo -apq -apt -arf -arf -arf -arf -auW -awq -axP -azb -aAi -aAh -aCn -aDM -aAh -aGm -aHV -aBy -aAh -aJq -aJq -aJq -aJr -aJr -aJr -aJr -aJr -aXh -aYG -aZY -aYG -aYG -bdn -bep -aYG -aYG -aYG -aYG -ble -bmE -bmE -aNc -bqL -bsp -bef -bva -bwu -bwu -bwu -bwu -bBB -aJv -aJw -bFp -bGJ -bHX -bJA -btN -bLK -bMK -prH -fnp -aYx -aEN -bMK -aId -bvA -bzQ -bBC -bDV -bvA -avy -aag -bvA -bJq -bKJ -bJq -bvA -bLD -bLR -bLD -bvA -bMf -bMI -bMf -bvA -aae -bDX -bGj -lQS -lqQ -iza -bQY -hbC -nFR -wmq -cig -cig -bOg -cig -cig -cFZ -pBI -aae -aae -aae -aae -abX -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(136,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaf -aag -aag -aag -aag -aag -aag -abT -acu -adh -adq -adN -akt -abq -afi -afW -aly -ahe -ahM -ais -abp -ajk -ajQ -ake -ajn -alH -amr -amY -atm -anR -ajo -app -aqi -arf -ask -aEK -arf -avl -axM -aRz -aza -aAh -aAh -aAh -aDS -aAh -aAh -aAh -aDN -aAh -aMo -aNC -aJq -aJq -aJq -aJq -aJq -aJq -aJq -aJq -dEb -aJq -bco -aJq -beo -aJq -aJq -aJq -aJq -aJq -aJq -aJq -bku -qrM -aLx -aLx -aLx -bnd -aJq -aJq -bAj -aJq -aKG -aJw -bFo -bDu -bHW -ccM -btO -bLK -gVe -qtN -hVc -bvr -gYP -gFn -aId -bvA -bzY -aSQ -bDY -bvA -avy -aae -bvA -bKw -bKK -bKR -bvA -bLG -bLS -bLY -bvA -bMj -bMJ -bMQ -bvA -aae -bDX -bGQ -bNQ -bNQ -bNQ -bRa -hbC -oXP -rfE -ccw -abY -oWV -abY -vnn -aaf -cig -aae -aae -aae -aae -bRm -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(137,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aag -abq -abW -abk -acj -acn -akw -ala -afk -afZ -agE -ahh -aic -aig -abp -aiY -ajE -akf -akn -ale -amr -amY -amY -anT -ajo -aps -aio -arf -asm -asM -aup -avg -awv -awr -aze -aAh -aBz -aBz -aJh -aAh -aGn -aHW -aBy -aAh -aJq -aJq -aJq -aJq -aRt -aJq -aJq -aJq -aJq -aJq -dEb -aJq -bcp -aJq -beq -aJq -bgY -aJq -aJq -aJq -aJq -aJq -azI -dEb -aJq -aJq -aJq -bne -grO -aJq -aJq -aRt -bCA -aJw -bFr -bDA -bHW -ccM -btR -bLK -jos -qtN -qMD -bvr -gYP -vjX -aId -avy -aQD -aTF -aVh -avy -avy -aag -bvA -bzY -bGf -bDY -bvA -bzY -bGf -bLr -bvA -bzY -bGf -bLr -bvA -aag -bDX -bJc -aae -aae -aae -bRb -bPF -cnW -oTP -bPF -abY -abY -abY -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(138,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -abq -abq -abq -abq -abq -abq -abq -afg -afY -afY -ahg -ahL -aiu -abp -aaB -aaG -ajn -ajT -akA -amr -amY -amY -anU -ajo -agg -aqj -arf -ark -awa -arf -avu -aum -axV -azd -azX -aAZ -aCe -aES -aAh -aAh -aAh -aBy -aAh -aCr -aCr -aCr -cam -ccq -wML -cam -wML -cam -wML -cam -cam -xDQ -xDQ -xDQ -bfF -bfF -bfF -bfF -bfF -bfF -bfF -bfF -bfF -bog -bog -bof -bnf -bvj -eJS -bvj -bvj -bvj -bvj -aQe -bvj -bvj -bvj -mzG -bLK -ibx -gaW -ugv -bvr -jhU -kgS -aId -avy -bCx -bGf -bKx -avy -bGa -aYM -baV -bvl -bxa -bxX -bxa -bzW -bxa -bCM -bxa -bzW -bxa -bCM -baV -aYM -bDZ -aae -bNR -abY -bQV -aae -bPF -bPF -bPF -bPF -abY -abY -abY -aae -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(139,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -afu -aeB -afm -agb -agG -ahi -ahN -aiv -abp -ajp -ajU -ajn -trb -ajn -amr -gjN -ajp -anT -ajo -apt -aqm -arj -arj -arj -arj -avx -awt -axR -avx -aAh -aBA -aBA -ayq -aAh -aGp -aHX -cfR -aAh -caQ -cbx -cbO -ccf -ccr -cba -cdd -cba -cdI -cba -cef -cam -bcq -bcq -bcq -bfF -bha -bio -bgF -blf -bmF -bob -bnB -bfF -ehy -dif -bof -bng -bvj -iGI -bAl -rFw -bzI -atO -bCF -bDB -bFB -bvj -btT -avy -avy -aEO -aEO -aTA -aEO -aEO -bhI -bvC -fqO -bCJ -fQv -bFv -bGb -avy -avy -bKF -bGf -bKx -avy -bCx -bGf -bNn -avy -bCx -bGf -bNn -avy -avy -avy -aae -aae -bOi -aae -aae -aae -aae -aae -aae -abY -abY -abY -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(140,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aag -aag -aag -afu -aeA -afl -aga -abp -ahj -abp -aix -abp -ajo -ajo -ajo -ajo -ajo -ajo -ajo -ajo -anV -ajo -aox -aqc -apv -arl -aqT -apf -avw -aww -axQ -azj -arj -aAh -aAh -aAh -aAh -aAh -aAh -aAh -aAh -caS -caZ -cbP -cbb -cba -ccI -cba -cba -cbb -cba -ceg -cam -aYV -aYV -aYV -bfF -bhp -bin -bin -bit -bkK -bkK -hlU -bpD -bqO -aXC -loA -bnk -bvj -erY -bAl -arb -bzH -bDR -bDR -bDR -bFz -bvj -btU -avy -avy -bLN -aRM -aTO -aYy -baj -bhP -bwb -bAi -bCK -bEd -bFw -bGp -bHg -bHx -bKz -bKL -bKU -bLt -bLH -bLU -bMa -bMd -bMt -bML -bMR -bMV -bHB -bGf -aae -aae -bOL -aae -aae -aae -aae -aae -aae -abY -bRv -abY -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(141,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -acV -abp -abp -adR -abp -cxG -abp -adR -ahl -ahn -aiC -ahT -ahT -ahT -ahT -ahT -ahT -ahT -alL -okj -atj -aoI -aoy -aqe -arj -asb -awb -ath -vKC -awA -axT -azl -aAl -arj -aCq -ayz -aFl -vth -aHZ -aCr -cau -caT -caZ -cbP -cba -ccs -ccJ -cde -cbb -cdJ -cbb -cei -cam -aYV -aYV -aYV -bfF -bhc -bip -bgP -biA -aMR -bjL -nFF -bfF -bqT -aWG -bJG -bJG -jXk -bot -bxc -aso -ats -bDT -cpG -bDC -eTR -bvj -btW -jil -axJ -aFY -aRV -ykJ -aYJ -bao -bij -aSJ -bAi -bCP -bEg -bFx -bGS -bHh -aTg -aVW -bdw -lxw -bLB -bLL -aSJ -bEx -bLB -bLL -aSJ -xLr -bMW -bNe -bGf -aag -aag -bPB -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aaf -aag -aag -aag -aag -aag -aag -aag -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(142,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aag -aaf -acU -adr -sXy -aeC -afn -agc -abp -ahk -aoJ -aib -aif -aif -aif -aif -aif -aif -aif -alK -oPt -aif -aoY -apu -aja -arj -arn -asN -atn -aaC -aaD -aaE -azk -aAk -arj -aCf -aAN -aFj -aGr -aHI -auX -cav -caU -cby -cbP -cba -cba -ccK -cba -cba -cbb -cba -cek -cam -aYV -aYV -ber -bfF -bhb -bip -bjO -bip -bmG -bip -bnC -bpF -bqS -bmq -bwz -bwy -bvj -aOy -bAl -asY -bCD -bAY -brP -aOY -bIc -bvj -btU -bIT -avy -aJk -aSJ -aUu -aYL -baq -bpL -bwj -bAm -bCS -aEn -bFy -bGT -bHi -aTl -baD -aSJ -bKZ -bLB -bml -bLB -fDm -aSJ -bFC -aSJ -aSJ -bMX -avy -avy -avy -aaf -bJc -abY -aag -aae -aae -abY -aag -aae -abY -aae -aag -aaf -aae -aae -aag -aae -aae -aae -aag -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(143,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aaf -aaf -aaf -aae -aae -aaf -abp -abp -abp -abp -afo -abp -abp -ahn -ahn -ajV -ajV -ajV -ahn -ajV -ajV -ajV -ahn -and -npR -ahn -aoZ -apx -ahn -arj -asr -asN -atP -avz -awz -axU -azn -aAn -arj -aCh -aFd -aFk -aHK -aHK -aCr -caB -caX -cbz -cbP -cba -cba -cba -cdf -cdz -cba -cba -cba -ceA -aYV -aYV -aYV -bfF -bhd -bis -bjR -daW -bmI -bod -bpt -bjQ -bqV -bmv -bBL -bwA -bvj -aqW -bAl -asY -bzS -bBc -bqW -gZG -cCp -bvj -aYz -fEe -aQi -aJE -aSK -aUL -aZa -bav -bqp -bwl -bAn -bCX -aHo -aIE -aPp -aSp -iix -bbG -bmg -bmg -bmg -bEw -bmg -bmg -bmg -bbG -bFD -bGl -bGU -bHj -bHk -bNp -aaf -abY -bQW -bRc -bRc -bRc -bRc -bRc -bRc -bRc -bRc -bRc -bRA -bRc -bRc -bRc -bRE -aae -aae -aag -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(144,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaf -aag -aag -aag -aag -abp -abY -afa -abY -abp -aae -aae -aae -aag -aag -aag -aae -aag -aag -ahn -ahn -anE -ahn -axX -apw -aqp -arj -asq -asN -aur -aut -avz -axI -azm -auU -arj -aCr -aGT -aCr -aCr -aCr -aCr -caD -caZ -cbA -cbP -cba -cba -cbb -cdg -cdA -cdK -cba -cba -wML -aYV -aYV -bes -bfF -bfF -bir -bpM -blh -bfF -bfF -bfF -bfF -bqU -bmw -bvj -bvj -bvj -bvj -bvj -bvj -bvj -bvj -brQ -bvj -bvj -bvj -btU -tCj -aCV -aJH -aSJ -aVy -aZb -bbK -bqC -bwW -bAo -fzE -bAi -aKe -aQB -bCH -aUJ -bAi -aSJ -aSJ -aSJ -bAi -aSJ -aSJ -aSJ -bAi -aSJ -aSJ -bGV -avy -bNo -avy -bNX -abY -abY -aag -abY -abY -abY -aag -aae -abY -aae -aag -aaf -aae -abY -aag -aae -bRa -aae -aag -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(145,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aag -aae -aae -adR -abY -abY -abY -adR -aae -aae -aae -aag -aag -aae -aae -aae -aae -aag -ahn -anG -ahn -aoL -apy -aqq -arj -ast -asN -auv -atV -sEf -axW -azs -aAp -aFy -aGJ -aGV -bSD -bSN -bTo -aCr -caE -caE -cbB -cbQ -cba -cbb -ccL -cbb -cdB -cdL -cdS -cba -ceA -aYV -aYV -bfH -bof -bhf -bhh -bhh -bhh -blz -bof -bpu -bqP -bsx -bmv -bvh -bwC -bxN -bze -bzg -bvh -bCG -bBd -brT -bDD -bFJ -bvj -btj -aOO -axJ -aJK -aSY -aVA -aZJ -bej -bre -bxh -bAx -bDJ -bAx -bFV -bGW -bHr -bHS -bAi -aSJ -aSJ -aSJ -jHy -aSJ -aSJ -aSJ -jHy -aSJ -aSJ -bNa -bNk -bPV -aaf -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aaf -aag -aag -aag -aag -bPB -aag -aag -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(146,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ahn -khB -ahn -ahn -ahn -ahn -arj -ass -asN -asN -asN -asN -axZ -azf -aAo -arj -alQ -alQ -alQ -bSO -ani -cam -caF -cba -cbC -cba -cba -cba -cbb -cba -cbC -ccK -cba -cen -ceB -aYV -aYV -bet -bfG -bhe -bhh -bhL -bli -bli -boe -bli -aXl -bqX -aUr -oFM -wME -wME -wME -wME -bzc -wME -aYc -aUK -aDA -bFF -bvj -btU -avy -avy -aRF -aTp -aVD -aZT -aSJ -bue -bxI -bBm -bDN -bED -bFW -bGX -bHw -bIi -bKE -bKN -bLg -bLC -bLO -bLV -bMb -bMY -bMx -bMN -bMT -bNc -bHS -bPV -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aag -aag -aag -aag -bRH -aag -aag -aag -aag -aaf -apU -abY -apU -apU -aae -aae -bRn -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(147,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aaf -aaf -aae -aae -apU -arj -arj -ydX -aua -aua -awB -aFD -azE -arj -arj -apU -aae -alQ -bSP -bTp -nlv -caG -cbb -cbD -cbV -ccg -ccg -ccg -ccg -cdC -cba -cba -cer -cam -aYV -aYV -bet -bfG -bhe -bhh -bhN -blk -blk -boh -bhh -bkp -bsx -bmQ -btg -buk -bvm -bDT -buk -bvh -bzU -bqN -aOU -bDE -bFK -bvj -btU -avy -avy -avy -avy -avy -aZZ -aSJ -buY -bxK -bBn -bzf -bFe -bFX -bHa -avy -avy -bCx -bGf -bNn -avy -bCx -bGf -bNn -avy -bCx -bGf -bNn -avy -avy -bNo -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aag -aae -aae -bQV -aae -bRI -aae -aae -aag -aaf -aae -aae -aae -apU -apU -aae -bRn -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(148,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -afp -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aDf -auB -auB -atZ -auB -auB -atZ -azL -azp -aTJ -baN -apU -alQ -bSQ -bTq -cam -caH -cbc -cbE -cbc -cch -cct -cct -cct -cct -cct -cba -ccy -cam -bcr -aYV -bet -bfG -bhe -aMB -bhO -blj -bmK -bog -bog -aBS -bsx -aNL -bvh -bwD -bDR -bDR -ryN -bvj -bCQ -bqQ -bvj -bvj -bvj -ihS -btU -bzs -qQV -evv -evv -avy -bae -aSJ -aSJ -bxO -aSJ -aSJ -bFh -avy -bHa -apU -bbf -bvn -bxL -byX -bxL -bvn -bxL -byX -bxL -bvn -bxL -byX -bbf -aag -bEJ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aag -aae -bGQ -aae -aae -aae -bRa -aae -aag -aaf -aae -aae -aae -apU -apU -apU -bRn -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(149,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -aae -alQ -bSO -cam -cam -cam -cam -cam -cam -cam -jRX -etS -ijl -etS -etS -cdX -cev -cam -aYV -bdo -beu -bvk -biu -bfM -bhQ -blm -bmL -boi -bpw -bhh -bsx -btS -bvj -bwG -bxR -bxR -bvj -bvj -nOK -bqW -bCT -vTm -bIj -ihS -btU -bzs -tNL -xFn -pdk -avy -xPO -aSJ -bvv -byO -bBo -aSJ -bFj -bFZ -bHa -apU -bvA -bzY -bGf -bLr -bvA -bzY -bGf -bLr -bvA -bzY -bGf -bLr -bvA -aag -bEJ -aae -aag -aKC -bQX -bQX -bRe -apU -aae -aae -aae -aae -aae -aae -aaf -aag -aae -bOL -aae -aae -aae -bOL -aae -aag -aaf -aae -aae -aae -apU -aae -abY -bRn -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(150,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aeF -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -apU -alQ -bSO -cam -cao -caI -cbd -cbF -cam -drj -sJy -cba -cdp -cba -etS -cdY -cew -cam -aYV -aYV -bet -bfJ -bhh -aBS -bhg -bll -bhh -bhh -bpv -bhh -bsx -btV -bvh -bwF -bxQ -bxQ -bAr -bvj -bzV -bqY -aDA -bDR -adf -ihS -btU -bzs -iXo -vlo -evv -avy -emV -xLr -bvv -byO -xLr -aSJ -bFj -bFZ -bHa -aae -bvA -bKG -bKO -bLs -bvA -bLP -bLW -bMc -bvA -bMz -bMO -bMU -bvA -aae -tMI -cfj -cfj -cfj -bPq -bPq -aRB -cfj -aae -aae -aae -aae -aae -aae -aaf -aag -aae -bJc -bRF -bRF -bRF -bRb -aae -aag -aaf -aae -aae -aae -apU -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(151,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -aae -alQ -bSR -bTr -cap -cap -cbe -cbG -cbW -ccl -cba -ccO -cba -cba -eut -cba -cex -cam -aYV -aYV -bfH -bof -bhh -bhh -bhg -bln -bmM -boj -bof -bhh -bsx -btV -bvj -bwI -bxT -bxQ -bAt -bvj -teE -bqW -bDR -bDR -bIl -ihS -btU -bzs -hcN -pdk -hcN -avy -bai -aSJ -bvv -bzf -bBq -bBq -bFt -bFZ -bHa -apU -bvA -bKH -bKP -bKH -bvA -bLQ -bLX -bLQ -bvA -bMA -bMP -bMA -bvA -aag -gEo -kHp -gvw -mNF -gLr -xvC -sEb -cfj -aae -aae -aae -aae -aae -aae -aaf -aag -aae -bGj -abd -abf -abh -bRJ -aae -aag -aaf -bDU -bDU -aae -apU -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(152,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -apU -alQ -aIb -cam -caq -caJ -cbg -cbH -cam -ccm -ccx -cba -cdq -cba -rRr -cba -cba -cam -aYV -aYV -bev -bfK -bhi -bhi -bhi -bfK -bfK -bfK -wod -bhh -bsx -btV -bvh -bwH -bxS -bzh -bzF -bvj -bCL -bqW -bDR -bDR -bIk -ihS -btU -bzs -vQo -evv -rkK -avy -bai -bgu -bvw -bMm -bBs -bDS -bFu -avy -bHa -aae -bvA -bKH -bKH -bKH -bvA -bLQ -bLQ -bLQ -bvA -bMA -bMA -bMA -bvA -aae -cfj -jkG -nYI -cQn -dpF -jLm -ceE -bPq -aae -aae -aae -aae -aae -aae -aaf -wcB -wcB -wcB -rEl -bGs -aIe -wcB -wcB -wcB -aaf -aOP -bDU -apU -apU -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(153,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -aae -alQ -aIb -cam -cam -caK -cbl -cam -cam -aMl -aMl -ccQ -aMl -cdD -aMl -cdZ -aMl -aMl -bal -aYV -aYV -bfK -bhk -bix -bjX -aBU -bmO -bhi -bpy -bwz -brg -btZ -bvj -bwI -bxV -bzj -bAv -bvj -bCO -bpN -aOY -bDR -mKj -ihS -btY -bzs -bzs -hKW -bzs -avy -avy -avy -avy -avy -avy -avy -avy -avy -bHf -apU -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -bvA -apU -cfj -fJS -typ -hMp -omY -nds -nvh -bPq -aae -aae -aae -aae -bRp -bRz -bRx -bNZ -bOa -bOb -bOc -bOe -riA -iMi -ctZ -qGa -bRK -bRM -aaf -apU -aae -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(154,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -apU -alQ -aIb -bTs -car -caL -cbm -cam -cbX -aMl -ccz -ccR -ccR -ccR -ccR -cea -aMl -bbz -aYV -aYV -aYV -bfK -bhj -biw -biw -biC -bmN -bok -bpx -bkS -brf -bhh -bvh -bwJ -bxU -bzi -bAu -bvj -bCN -brk -sVZ -bFA -pnj -ihS -bgL -bLT -yan -bLT -bLT -bLT -bLT -bLT -bLT -bLT -bLT -bLT -bwY -avy -avy -apU -apU -apU -aae -apU -apU -apU -aae -apU -apU -apU -apU -apU -apU -apU -cfj -sJh -reN -rVk -nMi -mCo -wuM -cfj -aae -aae -aae -aae -bRq -bVJ -bVJ -wcB -wcB -wcB -aZU -bGz -lor -wcB -wcB -wcB -wcB -wcB -aaf -apU -bRn -bRn -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(155,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -bkD -aae -alQ -aIb -alQ -aMl -aMl -aMl -aMl -aMl -aMl -ccA -ccR -ccR -ccR -ccR -ceb -aMl -bbz -aYV -aBB -aYV -bfK -bhl -biy -bjY -aML -bkO -bhi -btV -bkU -bsx -bhh -bvj -bvj -bxR -bxR -bvj -bvj -bCQ -brl -aDR -aDR -aDR -bKM -aDR -aDR -tQD -bIJ -bAw -xWw -bHX -bAw -bAw -bAw -bzs -bAw -btU -bAw -tQD -tQD -tQD -bKT -bKT -bKT -tQD -bKT -bKT -bKT -tQD -bKT -bKT -bKT -cfj -cfj -cfj -irr -nvh -cmd -bHm -oiE -rcY -cmd -aae -aae -aae -aae -bRq -bVJ -fya -aIa -iTH -wcB -wcB -bGA -wcB -wcB -gZj -aIJ -xPs -wcB -aaf -apU -bRn -bRn -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(156,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aag -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -gYA -alQ -alQ -bSS -bTt -aMl -caM -cbo -cbJ -cca -aMl -ccB -ccS -cdt -cdE -ccR -ccR -cey -bbz -aYV -bdQ -aYV -bfK -bfK -bfK -bfK -bfK -bfK -bfK -bnF -bkU -bsx -bhh -bfJ -bhh -bhh -bhh -bhh -bhh -bzX -brm -aPr -aRx -bsa -bOk -bOv -bOB -bNd -bNd -bNd -bNd -bNd -rFO -bAw -bAw -bzs -bAw -bwZ -bLT -bLT -aND -jsp -bAw -bAw -bAw -bAw -cfY -rfW -cfY -bzs -bwV -bNx -bNK -cfj -fSc -wPB -aGR -cxq -cmd -iDv -sYv -dmK -cmd -aae -aae -aae -aae -bRq -bVJ -aZS -oDr -kbp -dkY -dpy -mgz -lVF -csz -uCL -bGO -mYq -wcB -aaf -aae -aae -aae -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(157,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -apU -aae -aDf -aro -aro -aro -aro -aro -aro -aro -aro -aro -aro -gYA -auw -alQ -bSU -bTu -cas -caN -caN -cbK -ccb -ccp -ccC -ccT -cdu -cdF -cdP -ccR -cez -bbz -aYV -bdQ -aYV -bfL -bhn -biz -biz -biz -bmR -bfL -bol -bkU -bsx -bst -bfJ -bhh -bhh -bwK -bhh -bhh -bhh -bmv -aPr -aYY -btv -bOl -bOw -bOD -bNd -bOn -aQx -mNx -bNd -bNd -bNd -bAw -bWV -bAw -bZN -bHX -bAw -baH -kPn -iGw -iGw -iGw -iGw -kyM -aZh -kyM -wwh -kyM -bNy -bNM -bNP -tRI -rZf -bFd -gdi -cmd -bHm -mWH -rcY -cmd -aae -aae -bRp -bRx -bRy -bVJ -iDR -aSU -gDO -bVJ -tIs -aZD -aIq -wcB -vUa -aSW -pZs -wcB -aaf -aaf -aaf -aae -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(158,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aae -aae -aae -aDf -aDf -aDf -auB -atZ -auB -auB -aya -azp -azp -azp -oGw -ani -alQ -bSV -bTv -aMl -caO -cbs -cbL -ccc -aMl -ccD -ccU -cdw -cdG -ccR -cec -cez -bbz -aYV -bdQ -cBm -bfL -bhm -aMJ -bhm -aBV -bkP -bmV -boc -bkV -brh -bua -bua -bua -iMP -bua -bua -bhh -bhh -bmv -aPr -bcW -btK -bOo -bOy -bQh -bNd -bOm -buH -bQF -miX -bvT -bRN -bNd -bNd -bNd -bNd -bNd -bZO -btU -bzs -bzs -cTw -mSa -bAw -bAw -byJ -bKQ -bjz -bCB -bNG -bQr -cfj -dMP -dpD -kfK -aRH -cmd -bHn -ulE -cSf -nkd -aae -aae -bRq -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bbj -bGC -amO -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -aaf -aae -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(159,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aae -aae -aae -aae -aae -aae -aag -arj -auA -awi -aER -ayb -arj -aDK -qHn -aGL -aGW -alQ -bSV -bTv -cat -caP -cbw -cbM -cbM -aMl -ccE -ccX -cdx -cdG -ccR -ccR -cez -bbz -aYV -bdQ -bdc -bfL -bff -bgq -fOD -aTK -bjs -bfL -boo -aXx -aCF -bua -olQ -rlq -bsL -kYl -bua -bAp -bhh -bmv -aDR -bdf -aDR -aDR -aDR -aDR -bNd -eVv -fVj -fCx -bNd -bvU -bvV -bVa -aRf -qqA -rvc -bNd -bNd -btU -bBR -bHX -bzs -bzs -bzs -bzs -xYL -bzs -bzs -bzs -bHd -cgh -cfj -cfj -cfj -bPq -bPq -cmd -cmd -xoA -cmd -cmd -aae -aae -bRq -bVJ -faA -vcj -aHM -bGk -imE -jAh -iMq -hFk -dpy -qDU -far -bXG -aIL -bcf -uax -bVJ -aaf -aae -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(160,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abX -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -abY -aag -aag -abY -aae -aae -aae -aae -aag -aag -aae -arj -auz -auu -awx -ayc -arj -aEe -aFV -ani -aGX -bSE -bSX -bTw -aMl -aMl -aMl -cbN -cce -aMl -ccF -cdc -cdy -cdy -cdy -ced -aMl -bbA -aYV -bdR -bdb -bdN -bfi -bho -bho -bho -bjv -bfL -bom -blc -bri -bsu -fzU -aWX -bnW -bzl -bua -bzd -bhh -bmv -bCU -brY -bhh -aEf -bhh -kKd -bRN -bIK -aQy -bLd -bNd -bST -aZL -eFU -bwP -bOr -bOr -rJj -bNd -aNE -ydd -bHX -bAw -bzs -cfm -cgc -byJ -ciF -bzs -kJA -bHd -bAw -bAw -bzs -bzs -abY -abY -bQC -cmd -eGn -cmd -aae -aae -aae -bRq -bVJ -bKI -bwE -bEe -bGm -eXV -nLY -bVJ -bGF -bVJ -bVJ -bGN -dpy -bGP -lYq -sDZ -bVJ -aaf -apU -bRn -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(161,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -aag -abY -aag -abY -aag -abY -aag -abY -aag -abY -aag -abY -aaT -aag -aag -abY -abY -aae -aae -aae -aae -aae -aae -aae -arj -auB -auB -arj -arj -arj -alQ -cVb -cVb -cVb -cVb -bSZ -bTx -aJL -aKX -aMl -aMl -aMl -aMl -ccG -ccR -ccR -cdH -cdQ -cee -aMl -bbz -aYV -aYV -bey -bfL -bhm -biz -biz -biz -bjx -bfL -boq -boq -brj -bpE -btk -aCH -bnX -bzn -bua -bBL -bhh -brt -vpy -brZ -bFM -bOq -bOA -bOF -aXH -bIL -buh -bLf -bRP -bSW -bMH -bNi -aFo -sti -wRK -mZB -bNd -aNF -aMw -aNH -vTi -ceI -cfo -bFr -aOH -aOL -bzs -bzs -bHd -bAw -gIR -bzs -bzs -aag -aag -aag -rkQ -kzb -rkQ -aae -aae -aae -bRr -bPL -biv -bCC -bGg -bNW -stb -aKO -wMe -tuo -bbn -bZv -bXG -bXG -aTh -gxo -mUx -bVJ -aaf -abY -bRn -aae -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(162,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -adw -adW -alg -abY -adw -adW -alg -abY -adw -adW -alg -abY -aaT -aag -abY -abY -abY -aae -aae -aae -aaf -alR -arH -alR -alQ -ani -jnp -ani -ani -ani -apB -cVb -azH -aCx -cVb -cVb -bTy -aIp -aKW -aKK -aIp -aIp -aMl -aMl -ava -avS -aMl -aMl -aMl -aMl -aMl -oXu -oXu -oXu -bfL -bjN -biB -xFj -cTL -bjF -bon -bpE -bpE -bpE -bpE -bti -bsL -bnY -bzm -bua -bBK -bwz -bwz -bFL -bsb -bhh -aPJ -bhh -bul -bRN -bOp -aEB -bQH -bNd -bMe -bvW -bNh -xLv -jDD -gnZ -bNd -bNd -bzs -bzs -bAk -bHd -bzs -cfn -bHd -bzs -aOM -aPZ -bzs -bHd -bAw -bAw -bAw -ceI -aae -aae -abY -abY -abY -abY -aae -aae -aae -bRt -bVJ -bOP -bCE -bNU -bEf -pgv -iyh -yfa -bGL -aII -bZv -bNV -rvv -vDq -fkp -sIE -bVJ -aaf -apU -aae -aae -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(163,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aaS -aae -aae -aae -aaT -aag -adw -adX -alg -abY -adw -adX -alg -abY -adw -adX -alg -aag -aag -abY -abY -abY -abY -aae -aae -aae -aaf -aqM -dym -asR -tda -jrL -hbp -fZW -nqk -ani -ani -cVb -azH -aCy -aFm -cVb -bSO -aIp -aKH -aMI -aIp -aOV -aOX -aOX -aSR -aUi -aVJ -aOX -aYP -aYu -bam -aYV -aYV -aYV -rZt -gMc -rZt -rZt -rZt -bjK -bon -bpH -bra -bsK -bpE -bpE -bpE -bnZ -bye -bon -bBN -bEi -bEi -bEi -bsc -bEi -bBN -bof -bum -bNd -bNd -bNd -bNd -bNd -bQk -bvW -qbE -qbE -qbE -qbE -bNd -bZR -bHo -bzs -bAk -bHd -bzs -bzs -cgf -bzs -bAw -aQa -bzs -bHd -bAw -bAw -bAw -bKT -aag -aae -abY -abY -abY -abY -aae -aae -aae -bRt -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -aKP -flP -nVo -flP -bZv -bZv -bVJ -bVJ -bVJ -bVJ -bVJ -aaf -aag -aae -apU -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(164,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -adw -adX -alg -aag -adw -adX -alg -aag -adw -adX -alg -abY -aag -abY -abY -abY -abY -aae -aae -aae -aaf -alR -alR -knb -aqQ -auw -jnp -ani -ibl -ani -ani -cVb -azH -aDT -aGC -aME -aTt -bTI -aKD -aTC -aIp -aOQ -aQf -aWq -aLp -aVI -aVI -aVI -aYO -aRJ -bbB -aYV -aYV -bbU -rZt -bfS -bfS -ueh -rZt -bjM -bon -byF -bqZ -aNp -bqZ -bqZ -bnm -bop -bzo -bon -aFa -bCY -aDt -bCY -bsd -bFN -bBN -bKQ -btT -bNd -jLB -itA -kaa -bRQ -bOr -aZO -mhb -mdx -bwQ -aYB -dRN -bZQ -aNG -bQD -aNI -sKP -xsx -cfp -pkZ -luw -ciG -aQb -aQd -aQg -lcI -lcI -lcI -bPX -bNb -bNb -bNb -bNb -bNb -bNb -bNb -bNb -bNb -bRu -aaf -aaf -aaf -bVI -bVI -pcb -aKT -aKV -uum -aMi -jsQ -jsQ -bVI -bVI -aaf -aaf -aaf -aaf -aag -apU -apU -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(165,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aag -adw -adX -alg -abY -adw -adX -alg -abY -adw -adX -alg -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aqy -aqy -aqy -aqy -aqy -aqy -ayI -ibl -alQ -alQ -cVb -vCb -aDW -aGE -cVb -bTB -aIp -aMG -aUh -aIp -aOX -aQm -aWr -aRJ -aRJ -aVK -aRJ -aRJ -aRJ -bbB -aYV -aYV -jTR -acM -hkg -bgw -bkd -rZt -bjM -bon -bpJ -brc -blv -bug -fzU -but -bsL -bzq -bon -bBP -bCZ -bru -bFG -bse -bFP -bBN -bKQ -btT -bNd -bOt -aQC -bQJ -bRQ -dRm -bwh -qbE -aSI -aRC -aFp -bNd -bZS -caR -bzs -bAI -cdN -gIR -bzs -cgh -bzs -bzs -bHd -bzs -bBR -bAw -xWw -bAw -bKT -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -bVI -bVI -jsQ -tco -aKZ -cOX -aKZ -pUR -jsQ -bVI -bVI -aaf -aae -abY -abY -aag -aae -aae -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(166,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaT -aaT -aaT -aag -abY -adw -adX -alg -abY -adw -adX -alg -abY -adw -adX -alg -abY -aag -abY -abY -abY -abY -amy -aoN -aoN -aoN -aoN -arI -asS -auE -avI -aqy -ayP -ibl -alQ -aqR -cVb -cVb -cVb -cVb -cVb -bTC -aIp -aKI -aUn -aIp -aOW -aQm -aWr -aSS -aUj -aRJ -aRJ -aYQ -cBg -bam -aYV -aYV -jTR -acM -bfS -bgy -bkc -rZt -buc -bon -bpI -brb -aCH -buf -bvs -bnq -bsL -bzp -bon -bBO -bCY -aOB -cfL -bGZ -fEA -bBN -bOE -bun -bNd -bOs -buI -wzt -bRR -oDw -tLh -qbE -qbE -qbE -qbE -bNd -bzs -bzs -bzs -btU -bAw -ceK -bzs -bAw -bAw -bAw -cjA -bzs -bAw -bAw -bAw -xBo -bzs -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -bVI -bVI -oHC -uNH -aLk -vYE -aLk -nqo -iuF -bVI -bVI -aaf -aae -aae -apU -apU -aae -bRn -bRn -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(167,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaT -abY -aag -abY -abY -abY -adY -abY -abY -abY -adY -abY -abY -abY -adY -abY -abY -aag -abY -abY -amy -vfu -amy -aoO -apm -aqv -aoN -arJ -ani -arP -ani -aqy -apC -uhD -aBL -aBL -aBL -aGM -aHx -bSF -bTg -bTD -aIp -lZq -aOo -aIp -aOX -aQm -aWr -aST -aUk -aRJ -aRJ -aYQ -bam -aYV -aYV -aYV -fDx -rZt -hKB -bgB -bkf -rZt -bjM -bon -aaW -aaX -bsN -aaX -aaY -bnq -bsL -bzr -bon -bBQ -bDa -bEl -bFH -bHb -bIw -bBN -bAw -btT -bNd -qIU -aEI -bQJ -bRQ -dRm -bwh -qbE -aSI -aRD -aFq -bNd -bZU -bAg -bLT -bAJ -bAw -bzs -bzs -bAw -bAw -bAw -bHd -bzs -bAw -bAw -qug -bzs -bzs -aag -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaf -bVI -bVI -ePJ -erz -tNb -jsQ -aMk -erz -seN -bVI -bVI -aaf -aag -aae -bRn -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(168,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaT -aag -acy -adt -adt -adx -adZ -adZ -adZ -adZ -adZ -adZ -adZ -adZ -adZ -adZ -adZ -adZ -brX -adt -amz -anh -aoc -aoP -apz -aqw -aqO -arK -aBL -aBL -avL -aqy -azh -azZ -alQ -alQ -alQ -alQ -akB -aDX -ali -aIp -aIp -aKL -aUh -aNQ -aOX -aQm -aWr -aRJ -aRJ -aRJ -aRJ -aYR -ban -aYV -aYV -aYV -jTR -bfP -bfS -bgC -fKT -rZt -bjM -bon -bpK -brd -bpK -bpK -bvu -bns -bxd -bon -bon -bBN -bBN -bBN -bBN -bBN -bBN -bBN -bAw -btT -bNd -aSI -bPt -wyh -bRQ -bSY -bwm -dGx -eFU -bwS -bvS -bNd -bZT -btU -bAw -bAw -bAw -bzs -cfq -bFr -ccM -ciH -cdN -bzs -bAw -hlB -mag -bzs -aae -aag -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaf -bVI -bVI -uzN -wau -aKZ -lar -aKZ -mBB -oNR -bVI -bVI -aaf -aag -apU -bRn -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(169,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaT -abY -aag -abY -abY -abY -aeD -abY -abY -abY -aeD -abY -abY -abY -aeD -abY -abY -aag -abY -abY -amy -amy -amy -aoS -apA -aqx -aqP -arL -ani -ani -avR -aqy -azi -azZ -alQ -ayA -ani -alQ -apU -aDY -aae -aIp -aJO -aRJ -aUS -aNN -aOR -aQh -aWs -aBb -aXo -aXo -aXo -aYO -bap -aYV -aYV -aYV -beB -rZt -rZt -bgK -rZt -rZt -bjM -bon -bon -bon -bon -bon -bon -bnt -bye -bon -bAw -bAw -bAw -bAw -bAw -bAw -bAw -bAw -bAw -buo -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bNd -bAw -btU -bAw -cNW -cNW -cNW -cNW -cgj -cNW -bPp -cNW -bzs -ogO -bzs -bzs -bzs -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aaf -bVI -bVI -ePJ -erz -aLo -jsQ -aMp -erz -seN -bVI -bVI -aaf -aag -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(170,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aaT -abX -aaT -ads -abY -adw -aeE -alg -abY -adw -aeE -alg -abY -adw -aeE -alg -abY -aag -abY -abY -abY -abY -amy -aoN -aoN -aoN -aoN -ani -apB -auF -avR -aqy -apB -azZ -aCW -ani -auF -alQ -alR -bSG -alQ -aIp -aJN -aLd -aMN -aNQ -aOZ -aOX -aOX -aOX -aUz -aVM -aOX -aYT -bam -bfO -aYV -bdK -bdl -cTJ -aWv -aUq -cTK -cTK -aVN -cTK -cTK -bpQ -cTK -slk -btm -buy -bvz -bdO -bLT -bLT -bLT -bLT -bLT -aMw -bLT -bLT -bHq -aRy -bbt -bHq -bHq -bHq -bHq -bHq -bHq -bHq -bHq -bHq -bHq -hQT -bLT -baI -kyM -wDq -arE -arE -arE -ceC -aMD -jka -ceJ -cNW -bAw -bAw -ceS -bZd -bZd -aae -aae -aae -aae -aae -aae -aae -aae -bRn -apU -aae -aag -aaf -bVI -bVI -lhK -cbI -ewn -xiz -ewn -hUX -nsj -bVI -bVI -aaf -aag -apU -aae -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(171,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aag -adw -aeE -alg -abY -adw -aeE -alg -abY -adw -aeE -alg -aag -aag -aag -aag -aag -aag -aag -aag -aag -aqy -aqQ -ani -ani -auG -avR -aqy -alQ -aBC -alQ -alQ -alQ -alQ -aHB -bSH -bTj -aIp -aIp -aIp -aIp -aIp -aIp -aVL -aVL -aVL -aVL -aVL -aIp -aIp -aIp -aIp -baZ -aTH -aMr -bfT -bfx -bfT -bfT -bfT -bfT -bnc -bfV -bfV -bfV -bfV -bto -bnu -bvB -bzs -bxg -bBR -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bur -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -cNW -cNW -bBT -cvO -cNW -bKT -bKT -bKT -bZd -bZd -aae -aae -aae -aae -aae -aae -aae -aae -bRn -apU -apU -aae -aaf -bVI -bVI -bVI -bdg -sgr -tUr -sgr -kIh -bVI -bVI -bVI -aaf -aae -apU -apU -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(172,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -adw -aeE -alg -aag -adw -aeE -alg -aag -adw -aeE -alg -abY -aag -abY -abY -abY -aag -aae -aae -aae -aqy -ani -ani -alQ -auH -avR -aqy -avI -azZ -alQ -aEi -ani -alQ -aHS -aHB -bTk -aFu -aPb -aLf -aRN -aQp -aPd -aVL -aVY -baR -bTf -ceL -ceP -aXR -cfK -aZc -baT -bdP -beC -bfT -bfI -biG -blw -blu -bnb -bfT -bor -bpS -bsO -bfV -bvx -bnx -byf -byf -byf -byf -bDb -bEm -bEm -bEm -bDb -bJH -bKW -bMg -bus -bMi -bPx -bJN -bRT -bEm -bEm -bJN -bRT -bEm -bEm -bJN -bRT -bEm -bEm -bDb -cfr -cho -bDb -bVZ -cNW -bBT -cvO -bPp -bVZ -bVZ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -bRn -aae -apU -aae -aaf -aaf -bVI -bVI -kAw -kuh -fXn -wsM -nZJ -bVI -bVI -aaf -aaf -aae -aae -aae -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(173,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -aag -adw -aeE -alg -abY -adw -aeE -alg -abY -adw -aeE -alg -aag -aag -abY -abY -abY -aag -aae -aae -aae -aqy -ani -alQ -alQ -arS -avU -aqy -apB -azZ -arS -ani -ani -alQ -aHS -aHS -aFu -aFu -aPb -aIt -aRN -aIt -aPd -aVL -aVZ -bCI -bTA -ceO -cfh -aYV -aYV -aYV -aYV -aXq -bfU -bhu -bfN -biJ -bhM -biD -aMT -bfT -boE -bsQ -bsQ -box -ffi -bnD -byf -bzu -bAz -bzu -bDb -bEm -bEm -bEm -bIx -bJJ -bKY -bMi -buu -kij -bPA -bJN -bRU -bEm -bEm -bJN -bRU -bXe -bEm -bJN -bRU -bEm -bEm -bDb -cgi -chq -bPn -bVZ -bPp -bBT -cvO -bPp -bVZ -bVZ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -bRn -apU -apU -aae -apU -aaf -bVI -bVI -bVI -vlj -bbm -qtJ -bVI -bVI -bVI -aaf -aae -aae -aae -aae -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(174,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -adw -aeG -alg -abY -adw -aeG -alg -abY -adw -aeG -alg -abY -aaT -aag -aag -aag -aag -aag -aag -aag -aqy -aqR -ani -asZ -ani -avR -alQ -alQ -azZ -alQ -alQ -alQ -alQ -aHS -bSI -aFu -aIr -aIt -aIt -aKQ -aIt -aIt -aVL -baK -bNs -ceF -ceL -bNt -aYV -bar -bar -aYV -aXq -bfU -bhu -aUm -biH -cHN -biE -bls -bfT -boD -bsQ -bsP -box -btw -bnE -byf -bzt -bAy -bBS -bDb -bEm -bEm -cBz -bEm -bJI -bKX -bMh -buv -pxz -bPz -bJN -bRU -bEm -bEm -bJN -bRU -bEm -bEm -bJN -bRU -bEm -cBz -bDb -cgi -chq -bPn -bVZ -bPp -bBT -cvO -bPp -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -bRn -aae -apU -apU -apU -aaf -aaf -bVI -bVI -bVI -bVI -bVI -bVI -bVI -aaf -aaf -aae -aae -aae -aae -bRn -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(175,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -abY -aag -abY -aag -abY -aag -abY -aag -abY -aag -abY -ajb -abY -aaT -abY -abY -abY -abY -aae -aae -aae -aqy -alQ -alQ -alQ -ani -avV -awG -azo -aBE -aBL -aEk -aBL -aGP -aHY -bSJ -bTm -aJP -aMU -aNi -aNP -aPP -aRK -aVL -aVL -aVL -aVL -aVL -bNu -aXT -aFu -aFu -bcv -aXq -bfU -bhu -bfN -biJ -bhM -bhY -aCa -bfT -boL -bsQ -bsR -box -bgp -bnH -byf -bzw -bAB -bBV -bDb -bEn -bEm -bEm -bEm -bJL -oSe -bMi -buu -vpD -rFv -bJN -bRW -bTb -bUe -bJN -bWl -bXf -bYg -bJN -bZV -caV -cbS -bDb -cgl -chs -bDb -bVZ -cNW -bBT -cvO -cNW -bWH -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -apU -aag -aaf -aaf -bVI -bVI -bVI -bVI -bVI -aaf -aaf -aag -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(176,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -abX -aaT -aaT -aag -abY -abY -aag -aag -aag -aag -alR -aqZ -arM -alQ -ani -ani -awK -ani -ani -auw -aEl -auG -aGQ -aIb -aFu -aFu -aJQ -aNe -aLg -aNR -aIt -aYW -aUx -aUB -aUB -aUB -bck -bNv -aYW -bas -aFu -aYV -cBk -aYV -bht -bfQ -cHL -blw -bjP -bnb -bfT -boG -bqa -cIe -box -bgp -bnT -byh -bzv -bAA -bAs -bDb -bEm -bEm -bEm -bIy -bJK -ajm -bMi -buu -bMi -xTD -bLe -bRV -bTa -bUd -bVi -bRV -bTa -bYf -bVi -bRV -bTa -cbR -bDb -cgk -chr -bDb -bVZ -cNW -kNO -cvO -cNW -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bRn -bRn -bRn -aag -aae -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aae -aag -bRn -bRn -bRn -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(177,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -abY -abY -abY -aae -aae -aae -alR -ani -ani -atd -ani -ani -alQ -alQ -ani -alQ -alQ -alQ -alQ -aIb -aFu -aHc -aJS -aLg -aLg -aOS -aIt -aYW -aYW -aYW -aYW -aYW -aYW -bcl -aYW -bau -aFu -aYV -aXq -bHF -bfV -bgm -blA -blA -blA -box -box -cHU -cHZ -cIf -box -btA -bnH -byf -bKS -bAD -bBX -bDb -bEm -bEm -bEm -bIx -bJM -bLc -bMi -buu -bOx -bPD -bQM -bMi -bMi -bRZ -bVj -bMi -tUK -bRZ -bZa -bMi -bMi -bRZ -cTY -cTZ -chu -bPn -bWH -bPp -bBT -ceM -bPp -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bRn -bRn -bRn -abY -bRn -bRn -bRn -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(178,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -abY -abY -aae -aag -aag -alR -ara -ani -alQ -ani -ani -alQ -azr -ani -alQ -aEC -ani -alQ -aIb -aFu -aHb -aIv -aJR -aJR -aIt -aIt -aIt -aIt -aRO -aRO -aUC -aVP -bcl -aYW -bat -bbD -aYV -aXq -beE -bfV -bgn -biK -bkk -bkk -bly -bkq -bpR -biL -bsS -box -bgp -bnH -byf -bzx -bAC -bBW -bDb -bEm -bEm -bEm -bDb -cTX -bLb -bMk -bux -aQo -bPC -bQL -cBG -bTc -bUf -bTc -mlG -bTc -bUf -xyd -bRX -bTc -cbT -ccP -ccP -cht -bPM -ceD -bPY -jxM -ceN -bPp -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bRn -bRn -bRn -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(179,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -abY -aae -aae -alQ -alQ -alQ -alQ -alQ -ani -ani -alQ -ani -ani -arS -ani -aGg -alQ -aIb -aFu -aHd -aIx -aJF -aLh -aan -aNV -aNS -aIt -aRO -aRO -aIt -aVQ -bcl -aXV -aVQ -aFu -aYV -aXq -bds -bfV -bhx -biL -biL -cHO -blG -bkr -cHV -biL -nQh -box -bgp -bnU -byf -byf -byf -byf -bDb -bDb -bDb -bDb -bDb -bJN -bJN -bLJ -bPD -bMi -bMi -bQN -bRZ -bMi -bMi -bVk -bRZ -bMi -bMi -bZb -bRZ -bMi -bMi -cfy -cgn -cjB -bPn -bWH -bPp -bBT -cvO -bPp -bWH -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(180,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aae -aae -alR -apk -arq -ani -arP -ani -ani -alQ -alQ -aBF -alQ -alQ -alQ -azh -aIb -aFw -aFw -aFw -aFw -aFw -aFw -aFw -aPf -aQq -aRP -aIt -aIt -oKG -bct -aLL -aIt -bbD -aYV -aXq -aYV -bfV -bhw -cHM -biL -blB -blF -aCk -cHW -cIb -bsT -box -btP -bnH -byi -bzz -bAE -bHP -bDc -bEo -bFI -bHe -bIz -bIz -bJN -bMl -bPD -bMi -bPE -bLe -bRY -bTd -bUg -bVi -bWm -bTd -bUg -bVi -bZW -jpB -bUg -bDb -bDb -bDb -bDb -bVZ -cNW -bBT -cvO -cNW -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(181,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aae -alQ -ani -ani -arN -ate -ate -ani -alQ -azO -ani -ani -arS -aGh -aGh -bSu -bSK -aFw -aIB -aJJ -ayV -aMW -aFw -aFu -aFu -aFu -aTc -aUD -aVS -aYW -aYW -bax -aFu -aYV -aXq -aYV -bfV -bfV -biO -biL -cHP -cHR -bou -bpT -bqd -biL -box -btX -bAd -byi -bwN -aCU -bLF -bDc -bEo -aDD -bEc -bIB -bIB -bJN -bMo -bPD -bMi -bPH -bJN -bSa -bTe -bUh -bJN -bWn -bXg -bYh -bJN -bZX -caW -cbU -bDb -aag -aag -aae -bVZ -cNW -bBT -cvO -cNW -bVZ -ceQ -bVZ -bVZ -bVZ -aae -aae -bPp -cNW -bPp -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(182,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -alR -apC -ani -arO -att -avb -ani -alQ -azR -ani -auw -arS -ani -ani -bSv -bSL -bTn -aIy -aJG -aMH -aKR -aFw -aPg -aQr -aFu -aTb -exz -aVR -aYW -aYW -aUD -bbD -aYV -aXq -aYV -bfW -bhy -biN -biL -bni -blM -bou -cHX -cIc -biL -buj -btQ -bnV -byj -bwM -bpO -bBZ -bDc -bEp -brV -bsf -bIA -bIA -bJN -bMn -bPD -bOz -bPG -bJN -bEm -bEm -bRU -bJN -bEm -bEm -bRU -bJN -bEm -bEm -bRU -bDb -aag -aae -aae -bVZ -bPp -bBT -cvO -bPp -bVZ -bVZ -bVZ -bVZ -bVZ -aae -aae -rjx -qFS -tkO -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(183,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -alQ -alQ -alQ -arr -arP -ani -ani -ani -alQ -azS -aBL -aBL -aBL -aBL -aBL -bSw -aFw -aFw -aFw -aFw -aRE -aFw -aFw -aPi -aQt -aRQ -aIt -aUF -aLg -aYW -aYW -aVQ -aFu -aYV -aXq -aYV -bfX -bhz -biQ -biL -blC -bou -cHT -bou -cId -biL -bsw -bgp -bxe -byk -bzD -aOA -bCc -bDc -bEo -aPc -bsg -bIA -bIA -bJN -bMq -bPD -bMi -bPJ -bJN -bEm -bEm -bRU -bJN -bEm -bXe -bRU -bJN -bEm -bEm -bRU -bDb -aag -aae -aae -bVZ -bPp -bBT -cvO -bPp -bWH -bWH -bWH -bWH -bWH -cNW -cNW -tvF -cqu -bPp -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(184,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -alQ -apB -alQ -alQ -arS -alQ -avd -alQ -alQ -azZ -ani -ani -arS -ani -ani -bSx -aFw -aHf -aIz -aJM -aRI -cBZ -aFw -aPh -aQs -aFu -aTd -aUE -aVT -aYW -aYW -aYC -aFu -aYV -aXq -aYV -bfX -bhy -biP -bko -blE -bma -bov -bpU -brq -bsW -buj -bte -bxe -byk -bzC -bAH -bCb -bDc -bEo -bDf -bsm -bGY -bGY -bJN -bMp -ssK -bMi -bPI -bJN -bEm -bEm -bUi -bJN -bEm -bEm -bUi -bJN -bEm -bEm -bUi -bDb -aag -aag -aae -bVZ -bPp -ceG -gEO -bPp -bVZ -bVZ -bVZ -bWH -bWH -cNW -cwy -xtA -cmn -bPp -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(185,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aag -aag -alQ -alQ -alQ -alQ -alQ -ani -aqz -ani -ani -ani -ani -auG -ani -azZ -aBP -ate -arS -arP -arP -bSx -aFw -aGU -aIC -aJU -aSj -mea -aFw -aCR -aCR -aCR -aCR -aCR -aCR -aWe -aWe -aCR -aCR -bal -aXq -aYV -tMm -bfV -bfV -bfV -bfV -bfV -box -bpW -brs -box -box -bgp -bxe -byk -byk -byk -byk -bDc -bDc -bDc -bsn -bDc -bDc -bLe -bMr -bNr -bMr -bJN -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -bDb -atN -atN -atN -wkN -cNW -ceH -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cmn -xtA -cmn -bPp -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(186,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -alR -amC -ani -ani -ani -ani -alQ -alQ -alQ -asB -asB -asB -aRh -azZ -asB -asB -asB -asB -apC -bSx -aFw -aHg -aIA -aJT -aLc -aKS -aFw -aPj -aFz -aRe -aTe -aUG -aFz -aRS -aRS -vFw -aCR -bcx -aXq -aYV -bfY -bhA -biR -aBT -bjZ -bvx -boz -boM -bzE -aCI -bsz -bzE -bxf -bzE -bzE -bzE -bzE -bDd -bEq -bDl -bsq -bFQ -bHc -bHK -aEy -bID -bHI -bPK -bQO -bSb -bOu -aku -akF -all -amd -aoe -arR -wkN -saK -auf -auy -bMS -cbZ -bSl -atN -czG -aOT -cAb -cNW -bNB -cmq -cOe -lni -cbf -oyi -wZH -cBT -cBU -bPp -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(187,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -alQ -alQ -alQ -alQ -alQ -ani -alQ -art -arU -asB -atD -auJ -asB -aAa -asB -azt -aAy -asB -apB -bSx -aFw -aGY -aMX -aMX -aSH -qWw -aNW -tBs -sga -tBs -aWx -aPl -aTf -aRS -aRS -aFz -bbF -aYV -aXq -aYV -bfX -bhB -bgp -bhU -iqx -blX -bow -boO -iqx -aXy -bmS -ceX -bvg -bvD -bvD -bpP -bzB -bAa -bBE -bDm -bEr -bFR -bFR -bHM -bup -bIE -bJo -bJO -bWr -bWr -bWr -akv -akP -alt -ams -apl -iOu -lAB -atr -sDo -pyE -aSa -cbY -cws -atN -aOI -aPw -bMB -cNW -cOx -cBL -cOe -pJt -cOe -cNW -cNW -cNW -cNW -cNW -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(188,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aag -aag -aag -aag -alQ -ani -alQ -aru -arV -asB -atC -auI -auI -awQ -auI -awO -awO -asB -avI -bSy -aFw -aaP -aaP -aJV -aFw -aFw -aFw -aPk -aQu -aPk -aXu -aUH -aBk -aRS -aRS -baA -bbF -aYV -aXq -aYV -bfZ -bhA -biS -aMK -blH -bvx -boz -bnJ -bBD -aNr -bmT -bBD -bBD -bBD -bBD -bpV -bzA -bzZ -bBD -bBD -bmT -bBD -bBD -bHL -aPO -bBD -bJo -bPK -bWr -bWr -aiW -akx -bWr -bWr -bWr -aFs -bWr -lQG -bXs -auk -itG -bBb -wvX -mkO -atN -aOJ -cNW -cNW -cNW -cNW -cNW -cNW -iVj -csy -bPY -bNY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(189,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -alQ -ani -alQ -alQ -alQ -asB -atE -auI -auI -awR -auI -azv -aAA -asB -alQ -bSB -aFw -aHl -aID -aID -aFw -aMM -aFz -aFz -dus -aRS -aXz -lpF -baU -aRS -aRS -aRS -bbF -aYV -aXq -aYV -bga -bgc -bgc -bgc -bgc -bgc -boB -boB -boB -btb -bmU -bvJ -bvJ -bvJ -bvJ -bpY -bvK -bvK -bEt -bDn -bsr -bFS -bJT -bLh -bMs -bMs -bMs -bPN -aho -bXl -ajw -akz -akS -bWr -lop -bby -arW -asX -atu -aun -auT -bBe -avH -jDm -atN -aNt -ciK -cjC -bNB -cls -cmr -cNW -mis -cmo -bPp -aag -aag -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(190,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aag -aag -alQ -ani -apr -ani -ani -asB -asB -asB -aqk -awT -aFP -azu -aAz -asB -aFz -aGj -aFz -aFz -aFz -aKu -aTe -aFz -aFz -tDK -aQw -cdl -aXB -oef -baY -aRS -aRS -aRS -bbF -aYV -aXq -aYV -bfX -bhC -biU -bks -blI -bnn -boA -bpZ -jwa -bta -bmU -bvJ -bCk -byo -aDH -bqb -bHY -bvK -bEs -bGc -bss -bGc -kRZ -rrF -aMO -apU -apU -bQZ -bQZ -ahO -ahO -akC -bQZ -alD -amL -bxv -bWr -lQG -tSz -auk -tSz -bym -avJ -mkO -atN -aOK -aPY -aQc -aQc -aQc -aQj -cNW -mis -cou -bPp -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(191,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aag -alQ -apC -alQ -arv -aqR -asB -atG -auL -avN -axa -auI -azw -aAA -asB -aCQ -aGy -aFB -aFB -aFB -aQK -aFz -aFz -aFz -aFz -dus -aRS -aTi -aRS -aLt -aRS -aRS -aRS -bbF -aYV -aXq -aYV -bfX -bhD -biV -biW -blK -bnp -aMY -boQ -brx -bro -bmU -bvJ -bxj -byq -bwR -bqc -bCh -bvK -bEv -vRL -bsv -bFU -acJ -ado -aeg -aeg -aeg -ado -ylH -aEW -bTl -akD -bQZ -bZZ -bZZ -bxz -bWr -lAB -atK -lMg -qeQ -aGe -avK -bQn -atN -axq -cNW -cNW -cNW -cOe -aQk -cNW -mis -bMB -bPp -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(192,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aag -aag -alQ -alQ -alQ -alQ -alQ -asB -atF -auK -auJ -awS -auI -awO -awO -asB -aFz -aFz -aFz -aFz -aFz -ayU -aFz -aFz -aFz -aPl -aQv -aPl -aTf -aPl -aTf -aRS -aRS -baA -bbF -aYV -bdv -aYV -bgb -bhC -biU -biW -blJ -bno -bkt -boP -bqf -brn -bsC -bvK -bxi -byp -bzJ -llR -bCg -bvK -bEu -tbz -bsv -bFU -acN -ado -aem -afh -afh -ado -bTl -bvP -ajD -ajD -alf -alM -amW -aqg -asd -wkN -atM -auf -fKl -auV -avM -bSl -atN -axq -cNW -aae -cNW -cNW -aRg -cNW -mis -bNA -cNW -aag -aag -aag -aag -aag -aag -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(193,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -aae -aae -aae -aae -aae -aag -aag -aae -aae -asB -atH -auM -avO -awU -ayj -azx -aAB -asB -vFw -aFz -aFA -aFz -aFz -aFz -aFz -aFz -aFz -aPk -aQu -aPk -aTj -aPk -aTj -aRS -aRS -aFz -bbF -aYV -aXq -aYV -ryf -bgc -biX -bhV -bka -bka -aCl -bpo -bqk -brp -bmW -bvK -uRu -bys -bzM -bya -bCj -bvK -bBU -bFU -bsv -abQ -aAM -ado -aeo -afs -agO -ado -ahz -aRd -bTl -bTl -bQZ -bZZ -bZZ -bxF -bWr -wkN -atN -atN -atN -atN -atN -atN -wkN -iTb -bPp -aae -bPp -bDp -aRu -ciI -oVH -cNW -cNW -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(194,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aag -aae -aae -asB -asB -asB -asB -asB -asB -asB -asB -asB -aCR -aEm -aCR -aPl -aQv -aPl -aQv -aCR -aNY -aCR -aQA -aCR -ciO -aFz -aVV -aRS -aRS -vFw -aCR -bcy -bdx -beG -bgc -bhE -biW -bkv -blL -biW -bnh -biW -brx -bte -bmX -bvK -cBu -byr -bzL -bxZ -bCi -bvK -acP -pbM -aXK -aPm -bJW -ado -aex -afR -aex -ado -bTl -bTl -caY -bTl -bQZ -alN -alN -bwU -bWr -bQZ -cOe -cou -cNW -cOx -cOe -cOe -cOe -axq -bPp -aae -bPp -bDt -cNW -cNW -cNW -cNW -aae -aae -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -abX -aaT -aaT -aaT -aaT -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(195,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aag -aae -aae -ali -aag -aae -aae -ali -aag -aag -aag -ali -aCR -bfb -aCR -egY -jfU -cvX -jfU -aCR -aNX -aPo -aQz -aCR -aMZ -aMZ -aMZ -aXD -aXD -aMZ -aMZ -nhP -wmI -beI -bgc -bhF -dEY -bib -bki -bmJ -bnl -bpq -boB -bgp -bmY -bvK -bxm -byu -bzN -bCf -aGs -bvK -abe -bFU -bsy -acp -acX -ado -ayf -buz -aBD -ado -bTl -aiH -bTl -bTl -bQZ -alX -alX -bwU -bMw -bQZ -cOe -cou -cNW -cls -cOe -cNW -cmo -axy -cNW -aae -cNW -bDt -cNW -aag -aag -aag -aag -aag -aaT -abY -aag -abY -ads -abY -aag -abY -aag -abY -aag -abY -aag -abY -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(196,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -ali -aae -aae -aae -ali -aae -aae -aag -ali -aCR -aDV -fCp -fCp -fCp -fCp -fCp -fCp -aMZ -aMZ -aMZ -aMZ -rlB -qyQ -tCq -qyQ -qyQ -baC -aZd -aTk -bdy -beH -bgc -bgc -bgc -bgc -bgc -bgc -bgc -bpp -bgc -brr -bmZ -bvK -bvK -byt -byt -byt -byt -byt -bEy -bFU -bsA -bsU -iXd -ado -aex -buA -aex -ado -bQZ -bQZ -bQZ -bQZ -bQZ -alY -bwT -bxG -asK -bQZ -cOe -cNW -cNW -cNW -qpS -cNW -cOT -axz -cNW -cNW -cNW -bDt -cNW -aae -aae -aae -aae -aae -aaT -abY -bRG -bSd -bSj -abY -bRG -bSd -bSj -abY -bRG -bSd -bSj -abY -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(197,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -ali -aae -aae -aae -aag -aae -aae -aag -ali -aag -aae -fCp -rkJ -cBe -qSM -yja -wHo -guW -rZU -cuD -cuD -ckM -vFa -vFa -pXe -bcO -baE -bbH -bbH -bdz -beJ -bge -bhH -biY -biY -biY -bjS -bnr -bpr -bgc -blx -bna -bvM -bxo -bqe -bzO -bzO -bzO -bqe -bJU -bFU -bFU -adb -agZ -aYj -bsX -bsZ -buC -ado -ahB -aiP -ajF -bQZ -alj -alj -bwU -aqV -asU -bQZ -atY -cOe -cOe -cOe -cOe -cOe -cae -axq -ciL -cOe -cOe -bDF -bPp -aae -aae -aae -aae -aae -abX -aag -bRG -bSe -bSj -abY -bRG -bSe -bSj -abY -bRG -bSe -bSj -aag -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(198,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -ali -aae -aae -aae -aag -aae -aae -aae -ali -aag -aae -fCp -rlZ -ybF -frE -tiq -fCp -aOb -aPq -aPq -aPq -rEn -aPq -aPq -aPq -aZk -aPq -aPq -aPq -aPq -aPq -bgd -aMZ -bky -bky -btp -bjT -boB -bgc -bgc -bsk -bsF -aCN -bxn -bqe -bzO -ayt -bzO -bqe -abg -abz -abE -adF -bFU -bFU -bMy -bFU -bOG -bEC -ahF -aiR -bHp -bQZ -alk -alk -bwU -aqX -asW -bQZ -cNW -cae -cNW -cNW -cNW -cNW -cNW -bBM -mFi -cbf -cbf -bDI -bPp -aae -aae -aae -aae -aae -aag -abY -bRG -bSe -bSj -aag -bRG -bSe -bSj -aag -bRG -bSe -bSj -abY -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(199,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aag -aae -aae -aae -ali -aae -aae -aae -ali -aag -aae -fCp -rKC -efp -efp -iLw -fCp -aMZ -aMZ -aMZ -aNa -rEn -aPq -aPq -aPq -ggH -aPq -aPq -aPq -aPq -aPq -uFb -aRW -aae -bky -bqh -lzl -bjS -bqe -brA -blD -buw -bvO -bxq -byv -bzO -bAR -bzO -bqe -aby -abC -abM -aeX -adg -adG -afe -bNz -bOI -bEC -cNW -cNW -buT -bQZ -bQZ -bQZ -aRv -bQZ -bQZ -bPN -cOe -axl -cNW -cOx -cOx -cOe -cNW -bBT -ciL -cjE -bMB -clw -cNW -aag -aag -aag -aag -aag -aag -aag -bRG -bSe -bSj -abY -bRG -bSe -bSj -abY -bRG -bSe -bSj -aag -aag -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(200,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -ali -aae -aae -aae -ali -aae -aae -aae -aag -aag -aae -fCp -otT -eBF -eBF -pDC -fCp -aOa -tes -smJ -aNa -rGU -aTm -aTm -aTm -dcF -aPq -aPq -aPq -aPq -aPq -uFb -aRW -aag -bky -blP -bky -bjT -bqe -brz -blN -cBt -bvN -bxp -byv -bzO -bAQ -bCl -bqe -bEC -bEC -bEC -btc -bEC -bEC -bEC -bEC -bEC -bEC -cOe -cOe -buU -cOe -cOe -alZ -aMC -aMF -thv -aMS -cOe -cOe -cNW -cOe -ceR -cOe -cbv -bBT -cNW -cjD -cjD -cjD -cjD -bPT -aae -aae -aae -aae -aag -abY -bRG -bSe -bSj -abY -bRG -bSe -bSj -abY -bRG -bSe -bSj -abY -aag -aaT -aaT -aaT -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(201,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aaS -aae -ali -aae -aae -aae -ali -aae -aae -aae -aae -aag -aae -fCp -cEi -ske -ske -mAT -fCp -aOd -aWd -wTT -aRL -luD -aPq -aPq -thb -bcP -aBr -euu -dlK -cBl -aPq -bgg -aRW -aae -bky -blR -bky -bjT -bqe -brC -blN -bvO -bvO -bxr -byv -bzO -bzO -bzO -bqe -bEF -bEs -bEO -bth -bKc -bEs -bMB -bNA -cOe -cOe -cOe -cNW -bvb -cNW -cNW -cdR -cmo -bNB -cNW -aNt -cOe -cNW -cNW -cOe -cOe -ckS -cNW -bBT -cds -cjD -bQq -cly -cmw -bPT -bPT -bPT -aae -aae -aag -abY -abY -bSf -abY -abY -abY -bSf -abY -abY -abY -bSk -abY -abY -abY -aag -abY -aaT -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(202,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aag -aae -aae -aae -ali -aae -aae -aae -aae -aag -aae -fCp -wKq -ske -ske -fkA -fCp -aOc -iTF -eNK -aNa -eNK -aPs -aPs -aXG -aZm -hfK -kNA -bcB -sBa -aPs -bgf -aRW -aag -bky -cyC -bky -bjT -bqe -brB -bla -bsG -aOt -bxn -bqe -bzO -bzO -bzO -bqe -brv -bFY -bEN -bGG -bEN -cNX -cNZ -cNZ -buE -cOe -cNW -cNW -buU -cOe -cNW -cNW -cNW -cNW -cNW -aNt -cOe -bNB -cNW -cNW -cNW -cNW -cNW -bCt -cdr -cjF -cks -clx -cmv -cnk -cnK -cyU -bNw -bNw -bNw -bRD -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSr -bNw -bNw -bSt -aag -aaT -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(203,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aae -aae -aag -aae -fCp -kXI -kXI -kXI -kXI -fCp -aRW -aRW -aQF -aNa -aTn -aRW -aRW -aRW -aRW -aRW -cyp -aNa -bdA -aRW -aRW -aRW -aae -aag -aae -bky -bjT -bqe -brD -blO -bsI -bvO -bxs -byw -bzO -bzO -bzO -bqe -brw -bEs -bHs -btl -bKd -bEs -bMC -cOe -buG -bPO -kob -bSm -aWg -cNZ -cNZ -cNZ -aMD -aMD -jPU -aNu -aue -arE -arE -arE -tXR -aue -arE -bCw -bKB -cjD -cku -clz -cmx -bPT -xls -bPT -aae -aae -aag -abY -abY -bSg -abY -abY -abY -bSg -abY -abY -abY -bSn -abY -abY -abY -aag -abY -aaT -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(204,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -fCp -roT -ske -ske -ske -fCp -aag -aRW -aQE -aNa -aQE -aRW -aae -aag -aae -aRW -aQE -aNa -aQE -aRW -aag -aag -aae -aag -aae -bky -bjT -bqe -bqe -bQs -bqe -bqe -bqe -bqe -bqe -bqe -bqe -bqe -brw -bEs -bEs -btn -bEs -bEs -bEs -cNW -sOs -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cUy -cNW -cNW -cNW -cNW -cjD -cjD -cjD -cjD -bPT -aae -aae -aae -aae -aag -abY -bRG -bSh -bSj -abY -bRG -bSh -bSj -abY -bRG -bSh -bSj -abY -aag -aaT -aaT -aaT -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(205,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -fCp -ske -ske -ske -ske -fCp -aae -aMZ -xHI -aNa -czt -aMZ -aag -aag -aag -aMZ -xHI -aNa -czt -aMZ -aae -aag -aae -aag -aag -bky -bjU -biY -brF -aWy -bsM -bsM -bsM -bsM -bsM -bsM -cNU -bsM -bry -bEs -bHu -btu -bKf -bLk -bEs -bNC -cOe -cOe -cOe -cOe -cOe -cOe -cOe -cOe -cOe -bYr -cOe -cad -cbi -cNW -ccW -cdV -qqK -cNW -cgy -ccV -cNW -aae -aae -aag -aag -aag -aag -aag -aag -aag -aag -aag -bRG -bSh -bSj -abY -bRG -bSh -bSj -abY -bRG -bSh -bSj -aag -aag -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(206,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -fCp -uAU -uAU -uAU -uAU -fCp -aae -aRW -aeR -aNa -gvL -aRW -aag -aae -aag -aRW -gvL -aNa -afE -aRW -aae -aae -aag -aag -aag -bky -bky -bky -bky -bky -bky -brE -bky -bky -bky -bky -cNV -bky -bEs -bEs -cBA -aPn -bKe -bLj -bEs -bNB -cac -bPP -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cNW -cOe -cac -cbh -cNW -ccV -cOe -qqK -cfv -cBL -cOe -cNW -aag -aae -aae -aae -aag -aae -aae -aae -aae -aag -abY -bRG -bSh -bSj -aag -bRG -bSh -bSj -aag -bRG -bSh -bSj -abY -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(207,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -kRy -abY -abY -abY -abY -kRy -aae -aRW -veW -aNa -veW -aRW -aag -aag -aag -aRW -veW -aNa -veW -aRW -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bky -btp -brH -bvQ -bxt -cNT -bCm -bDh -bEs -bGd -bHv -ppx -bKe -bLm -bEs -rmX -xIa -vxh -cNW -aae -aae -aag -aae -aag -cNW -bYs -cOe -cae -cOe -cOe -cOe -cOe -ceT -cNW -cOe -chH -cNW -aag -aag -aae -aag -aag -aag -aag -aag -aag -aag -aag -bRG -bSh -bSj -abY -bRG -bSh -bSj -abY -bRG -bSh -bSj -aag -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(208,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -aae -aRW -cyh -bOH -aTo -aRW -aae -aag -aae -aRW -aTo -bOH -cyr -aRW -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -bPo -bqg -brG -brG -cNR -brG -brG -bDg -bEs -bEY -bEY -bEY -bEs -bLl -bEs -bPp -bPp -bPp -cNW -aae -aae -aag -aae -aag -cNW -cNW -bPp -bPp -bPp -cNW -cNW -cNW -cPH -cNW -cNW -cNW -cNW -aag -aag -aae -aae -aag -aae -aae -aae -aae -abX -abY -bRG -bSi -bSj -abY -bRG -bSi -bSj -abY -bRG -bSi -bSj -abY -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(209,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -aeF -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aIf -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -bPo -btq -brI -bvR -cNS -byx -brI -bky -bky -aag -aag -aag -aag -abY -aag -aag -aae -aae -aag -aae -aae -aag -aae -aae -aaf -aag -aae -aae -aae -aag -aag -cNW -ceU -cNW -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aae -aae -aaT -abY -aag -abY -aag -abY -aag -abY -aag -abY -aag -abY -aag -abY -abX -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(210,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -bky -bky -bky -bky -bky -bky -bky -bky -aag -aae -aae -aae -aag -abY -aag -aae -aae -aae -aag -aae -aae -aag -aae -aae -aaf -aag -aae -aae -aae -aae -aag -cNW -cPI -cNW -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aag -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(211,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aag -aae -aag -aag -aag -aae -aag -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aag -aae -aae -aae -aae -aae -aag -aag -aae -aae -aae -aae -aag -aaf -aaf -aaf -aag -aae -aae -aag -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(212,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aag -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(213,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aag -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(214,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aae -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(215,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aag -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaS -aae -aae -aae -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(216,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(217,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aaf -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(218,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aag -aag -aag -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aag -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(219,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aKY -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(220,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aag -aag -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(221,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aaf -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(222,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(223,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(224,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(225,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aeF -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(226,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(227,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(228,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aag -abY -aag -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(229,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -abY -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(230,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -abY -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -abY -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(231,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aKr -bLo -aKr -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(232,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -bIX -aKr -bLn -aKr -bIX -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(233,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aKr -aKr -bKh -bLo -bMD -aKr -aKr -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -nWo -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(234,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -bGe -bGe -bIY -bKg -bKg -bKg -bND -bGe -bGe -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(235,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -aag -aag -aag -aKr -aAX -bJa -bKg -bLp -bKg -bNF -aHq -aKr -aag -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(236,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -bGe -bGe -bIZ -bKg -bKg -bKg -bNE -bGe -bGe -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(237,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aKr -aKr -bKi -aBm -bME -aKr -aKr -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(238,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -bIX -aKr -bLq -aKr -bIX -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(239,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aKr -bGe -aKr -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(240,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aag -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(241,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -aae -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -aag -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(242,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(243,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -aag -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(244,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(245,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(246,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(247,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(248,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(249,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(250,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(251,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(252,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(253,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(254,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} -(255,1,1) = {" -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -ltl -"} diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm deleted file mode 100644 index 513644154abb..000000000000 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ /dev/null @@ -1,235709 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aac" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/power/apc{ - dir = 8; - name = "Freight Station APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aad" = ( -/turf/closed/wall/r_wall/rust, -/area/security/brig) -"aae" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aaf" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"aag" = ( -/turf/closed/wall/r_wall/rust, -/area/security/warden) -"aah" = ( -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aai" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 6"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aaj" = ( -/turf/closed/wall, -/area/security/brig) -"aak" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/effect/landmark/start/chaplain, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aal" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 5"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aam" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Freight Power Control" - }, -/obj/structure/barricade/wooden/crude, -/obj/effect/mapping_helpers/airlock/abandoned, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"aan" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 4"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aao" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aap" = ( -/turf/closed/mineral/random/low_chance, -/area/space/nearstation) -"aar" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aas" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/flasher{ - id = "Cell 2"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aat" = ( -/turf/closed/wall/r_wall/rust, -/area/security/prison) -"aav" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"aax" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/xenobiology) -"aaz" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aaA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aaB" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"aaC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aaD" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aaE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/machinery/medical_kiosk, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aaF" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aaG" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/prison) -"aaJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aaK" = ( -/obj/item/storage/box/rxglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 1; - name = "Genetics Lab APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aaL" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 4; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_x = -30; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aaO" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"aaP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aaQ" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space/nearstation) -"aaR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aaS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aaT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aaV" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aaW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 4"; - name = "Cell 4"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aaX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aaY" = ( -/turf/closed/wall, -/area/security/detectives_office) -"aba" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"abb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"abc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 3"; - name = "Cell 3"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"abe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"abf" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Law office"; - name = "Lawyer RC"; - pixel_y = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"abh" = ( -/turf/closed/wall/rust, -/area/security/prison) -"abi" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"abl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoprivacy"; - name = "Office Privacy Shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"abm" = ( -/obj/structure/bed/dogbed/runtime, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"abn" = ( -/obj/structure/chair/pew{ - dir = 8; - icon_state = "pewmiddle" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"abp" = ( -/turf/closed/wall, -/area/security/prison) -"abq" = ( -/turf/closed/wall/rust, -/area/quartermaster/warehouse) -"abr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 1"; - name = "Cell 1"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"abs" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/pickaxe, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_y = 5 - }, -/obj/item/clothing/under/color/grey, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"abv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/cardboard, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abx" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"abz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/computer/operating{ - name = "Forensics Operating Computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"abA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/table/optable{ - name = "Forensics Operating Table" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"abB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"abE" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"abG" = ( -/obj/structure/chair/pew/left{ - dir = 4; - icon_state = "pewend_left" - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"abJ" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"abN" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/fore) -"abO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"abP" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/chapel/office) -"abT" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/security/detectives_office) -"abU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/filingcabinet/security, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"abY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"abZ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/cardboard, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aca" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"acb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"ace" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "bible locker" - }, -/obj/item/storage/book/bible{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/book/bible, -/obj/item/storage/book/bible{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"acf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"ach" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/obj/item/clothing/mask/surgical, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"ack" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"acl" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"acm" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"acp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"acq" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 8; - name = "detective camera"; - network = list("ss13") - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"acr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"act" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"acv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/toy/figure/scientist{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"acy" = ( -/obj/docking_port/stationary/random{ - dir = 1; - id = "pod_lavaland3"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"acz" = ( -/obj/machinery/computer/med_data, -/obj/machinery/newscaster/security_unit{ - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"acA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"acB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"acC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"acD" = ( -/obj/machinery/porta_turret/ai{ - dir = 2 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/aisat_interior) -"acE" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/item/shovel, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"acF" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/smes/fullycharged{ - name = "ai power storage unit" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"acH" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/warden) -"acJ" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"acK" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"acL" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/structure/grille/broken, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/fore) -"acM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"acN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"acQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"acT" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/toy/figure/md{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "emmd"; - name = "Emergency Medical Lockdown Shutters" - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"acU" = ( -/obj/machinery/computer/monitor{ - dir = 8; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/shuttle{ - pixel_x = 32 - }, -/obj/machinery/computer/security/telescreen/minisat{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"acY" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ada" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"adc" = ( -/obj/structure/filingcabinet/employment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/button/door{ - id = "lawyer_shutters"; - name = "Law Office Shutters Toggle"; - pixel_x = 24; - req_access_txt = "38" - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"add" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"ade" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/fore) -"adf" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"adg" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"adk" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"adl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/door/poddoor/preopen{ - id = "prisonblast"; - name = "Prison Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"adn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/warden) -"ado" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"adp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"adr" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"ads" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"adu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/courtroom, -/obj/item/gavelhammer, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Courtroom Judge"; - name = "command camera" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"adv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/mob/living/simple_animal/hostile/retaliate/poison/snake, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"adx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ady" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/warden) -"adz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/warden) -"adA" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/item/bedsheet/brown, -/turf/open/floor/plating, -/area/maintenance/fore) -"adC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"adD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Satellite Maintenance"; - dir = 4; - name = "satellite camera"; - network = list("minisat") - }, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"adE" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; - dir = 8; - name = "MiniSat Atmospherics APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"adG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 1; - name = "vault camera"; - network = list("vault") - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"adH" = ( -/turf/closed/wall, -/area/maintenance/fore) -"adI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"adJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"adM" = ( -/obj/machinery/camera{ - c_tag = "Satellite Antechamber"; - dir = 1; - name = "satellite camera"; - network = list("minisat") - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"adN" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Antechamber APC"; - pixel_x = 24 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"adO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"adP" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/primary/fore) -"adQ" = ( -/turf/closed/wall/rust, -/area/maintenance/fore) -"adR" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"adS" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 3"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"adT" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"adU" = ( -/obj/structure/closet/cardboard, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"adV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "prisonblast"; - name = "Prison Blast Door" - }, -/obj/machinery/button/door{ - id = "prisonblast"; - name = "Prison Lockdown"; - pixel_y = 24; - req_one_access_txt = "2" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"adX" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"adY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "Cell 1"; - name = "Prisoner Pacifier"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"adZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"aea" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"aeb" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Storage"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"aec" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/aisat/foyer"; - dir = 1; - name = "MiniSat Foyer APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aed" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_y = 28; - req_access_txt = "65" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aee" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"aef" = ( -/turf/closed/wall, -/area/security/warden) -"aeg" = ( -/turf/closed/wall/rust, -/area/security/warden) -"aei" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aej" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"aek" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"ael" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/security/warden) -"aem" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -28 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aen" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aeo" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"aeq" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Storage"; - req_one_access_txt = "32;19" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"aer" = ( -/turf/closed/wall/rust, -/area/maintenance/port/aft) -"aet" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aeu" = ( -/turf/closed/mineral/random/labormineral, -/area/space/nearstation) -"aev" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Bridge Council Door"; - dir = 4; - name = "command camera" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aew" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Closet"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aex" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"aey" = ( -/turf/closed/wall/rust, -/area/security/main) -"aez" = ( -/turf/closed/wall, -/area/security/execution/education) -"aeA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aeB" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/execution/education) -"aeC" = ( -/turf/closed/wall/rust, -/area/security/execution/education) -"aeE" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/hallway/secondary/command) -"aeF" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"aeI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aeM" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aeN" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/firecloset, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aeO" = ( -/obj/structure/bonfire, -/obj/item/reagent_containers/food/drinks/bottle/orangejuice{ - desc = "For the weary spacemen on their quest to rekindle the first plasma fire."; - name = "Carton of Estus" - }, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/item/twohanded/required/baseball_bat{ - desc = "Don't tell anyone you put any points into dex, though."; - icon_state = "swordon"; - item_state = "swordon"; - lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi'; - name = "moonlight greatsword"; - righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"aeP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aeQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/toy/figure/borg{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"aeR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aeT" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aeU" = ( -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"aeV" = ( -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/science/xenobiology) -"aeW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"aeX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aeY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"aeZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"afa" = ( -/obj/effect/turf_decal/box, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/science/xenobiology) -"afc" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/security/brig) -"afd" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Kitchen" - }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Kitchen Delivery Access"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"afe" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"aff" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"afg" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"afh" = ( -/turf/open/space/basic, -/area/hallway/secondary/command) -"afl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"afm" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/maintenance/port/aft) -"afn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"afp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"afr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aft" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/warden) -"afu" = ( -/obj/structure/transit_tube/station/reverse{ - dir = 8; - icon_state = "closed_terminus0" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/transit_tube_pod{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"afv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"afw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"afx" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"afy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset/anchored, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"afz" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/maintenance/port/aft) -"afA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"afB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"afC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"afD" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"afE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"afF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Chamber" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"afG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell 5" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"afJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"afK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/operating, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"afL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/execution/education) -"afM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"afO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"afR" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"afS" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"afT" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/folder/white{ - pixel_x = 6 - }, -/obj/item/storage/firstaid/regular, -/obj/machinery/door/window/northleft{ - name = "Emergency Storage"; - req_access_txt = "19" - }, -/obj/machinery/camera{ - c_tag = "Bridge Emergency Supplies"; - dir = 1; - name = "command camera" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"afU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"afV" = ( -/obj/structure/closet/secure_closet/hos, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"afY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/item/flashlight/lantern, -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aga" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno6"; - name = "Creature Cell 6" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"agb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"agc" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"age" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"agf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"agg" = ( -/obj/machinery/door/airlock/external{ - name = "Science Escape Pod"; - req_access_txt = "0" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"agh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"agj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"agk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"agl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"agm" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"agn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"ago" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"agq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 6"; - name = "Cell 6"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ags" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 5"; - name = "Cell 5"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agt" = ( -/turf/closed/wall/rust, -/area/space/nearstation) -"agu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"agv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"agw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"agx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/fore) -"agy" = ( -/obj/structure/fans/tiny/invisible, -/turf/open/space/basic, -/area/space) -"agz" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"agA" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/maintenance/fore) -"agB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"agC" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/item/cardboard_cutout{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/cardboard_cutout, -/turf/open/floor/plating, -/area/maintenance/fore) -"agD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"agE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig Warden's Office"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"agF" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"agH" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office"; - req_access_txt = "40"; - security_level = 6 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"agI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"agJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"agO" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/rust, -/area/crew_quarters/heads/hos) -"agP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"agQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/caution, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"agR" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"agS" = ( -/turf/closed/wall, -/area/security/main) -"agT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"agV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"agX" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"agY" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"agZ" = ( -/obj/machinery/door/airlock/hatch{ - name = "Upload Access"; - req_one_access_txt = "16"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aha" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"ahb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "justiceshutter"; - name = "Justice Shutter" - }, -/turf/open/floor/plating, -/area/security/execution/education) -"ahc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoprivacy"; - name = "Office Privacy Shutters" - }, -/turf/open/floor/plating, -/area/medical/storage) -"ahd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/item/stack/cable_coil, -/obj/item/twohanded/required/baseball_bat{ - desc = "A staple of security force interrogations."; - icon_state = "baseball_bat_metal"; - name = "kneecapper" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"ahe" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ahg" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/item/clothing/neck/tie/detective, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"ahh" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"ahl" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ahn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/warden) -"aho" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"ahp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ahq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/warden) -"ahr" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "brigcelldoor"; - name = "Cell Blast Door Toggle"; - pixel_x = -24; - pixel_y = -6 - }, -/obj/machinery/button/door{ - id = "brigfrontdoor"; - name = "Front Blast Door Toggle"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_x = -30; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ahs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aht" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 1; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahv" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transittube"; - name = "Transit Tube Blast door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ahw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"ahx" = ( -/obj/structure/sign/poster/official/random, -/turf/closed/wall, -/area/hallway/primary/fore) -"ahy" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 5; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/beacon, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"ahC" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/safe{ - pixel_x = 3 - }, -/obj/item/book{ - desc = "An undeniably handy book."; - icon_state = "bookknock"; - name = "A Simpleton's Guide to Safe-cracking with Stethoscopes" - }, -/obj/item/stack/spacecash/c500{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/spacecash/c1000, -/obj/item/gun/ballistic/automatic/pistol/deagle/gold, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"ahD" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 9; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"ahF" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell 2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ahG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ahH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ahJ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell 4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ahK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ahM" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 4; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"ahO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ahP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahQ" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ahR" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/electrical"; - dir = 1; - name = "Electrical Maintenance APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ahT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ahU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port/fore) -"ahX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"ahY" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"ahZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aia" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aib" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aic" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/main) -"aie" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aif" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aig" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aih" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aii" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell 2" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aik" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ail" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aim" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/port_gen/pacman, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/spider/stickyweb, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ain" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Evidence Closet"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aio" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/brig) -"aip" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/stack/cable_coil{ - pixel_y = 8 - }, -/obj/item/stack/rods/ten{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 10 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aiq" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"air" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ais" = ( -/obj/machinery/door/airlock/medical{ - id_tag = "Shower_2"; - name = "Shower 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/toilet/restrooms) -"ait" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aiu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aiv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aix" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/main) -"aiy" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/folder/blue{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lighter, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"aiz" = ( -/obj/machinery/computer/secure_data{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aiB" = ( -/obj/machinery/door/airlock/medical{ - id_tag = "Shower_1"; - name = "Shower 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/toilet/restrooms) -"aiC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"aiD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/chapel/office) -"aiE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"aiF" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aiG" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"aiH" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/crowbar/red, -/obj/item/radio/headset/headset_sec, -/turf/open/floor/plasteel, -/area/security/main) -"aiI" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel, -/area/security/main) -"aiJ" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/head/helmet/justice/escape{ - name = "justice helmet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiK" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/reagent_containers/food/snacks/donut, -/turf/open/floor/plasteel, -/area/security/main) -"aiL" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"aiM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "chapel locker" - }, -/obj/item/clothing/shoes/sandal, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aiN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/box/fancy/candle_box, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aiO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiQ" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiR" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"aiS" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiT" = ( -/obj/structure/table, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiU" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"aiX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aiY" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too."; - health = 45; - maxHealth = 45; - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aiZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/brigdoor/northright{ - id = "Cell 2"; - name = "Cell 2"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aja" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell 4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"ajc" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"ajd" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"aje" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/monkey_recycler, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ajf" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"ajg" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ajh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aji" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ajk" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads into space!"; - name = "deathsposal unit" - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"ajl" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ajm" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/medical/surgery) -"ajn" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/stack/rods/fifty, -/obj/item/storage/box/lights/mixed, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"ajq" = ( -/obj/effect/spawner/lootdrop/glowstick, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"ajr" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/crate, -/obj/item/storage/crayons, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/fore) -"ajs" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ajt" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aju" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ajv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ajw" = ( -/obj/machinery/recharger{ - pixel_x = -7 - }, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/obj/item/radio/intercom{ - pixel_x = 32; - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "sidearmory"; - name = "Armoury Shutter Toggle"; - pixel_x = -8; - pixel_y = 24; - req_access_txt = "3" - }, -/obj/machinery/button/door{ - id = "prisonblast"; - name = "Prison Lockdown"; - pixel_x = 8; - pixel_y = 24; - req_one_access_txt = "2" - }, -/obj/item/toy/figure/warden, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ajx" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"ajz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ajC" = ( -/turf/closed/wall/r_wall/rust, -/area/tcommsat/server) -"ajD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"ajF" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ajG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"ajH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/fore) -"ajJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "Emergency Research Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/science/research) -"ajM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell 1" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ajO" = ( -/obj/structure/rack, -/obj/item/storage/bag/ore, -/obj/item/tank/internals/emergency_oxygen, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ajQ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"ajR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajT" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port/aft) -"ajU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ajV" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/security{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ajW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell 1" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"ajX" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"ajY" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/machinery/light{ - dir = 8 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"ajZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"aka" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"akb" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transittube"; - name = "Transit Tube Blast door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/bridge) -"akc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/trash/chips, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"akd" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell 3" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Creature Cell"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ake" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"akf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/spider/stickyweb, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"akh" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/maintenance/port/aft) -"aki" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/ore_box, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"akj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"akk" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Research Division" - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Research Division Delivery Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"akl" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/port/aft) -"akm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akn" = ( -/turf/closed/wall/rust, -/area/engine/gravity_generator) -"ako" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"akp" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/item/storage/secure/safe/HoS{ - pixel_x = 36; - pixel_y = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"akq" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/medical/genetics) -"aku" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akw" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"akx" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 6; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akz" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 10; - icon_state = "hrwindow_spawner_directional" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akA" = ( -/turf/closed/wall/mineral/plastitanium, -/area/maintenance/starboard) -"akB" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Robotics" - }, -/obj/machinery/door/window/eastleft{ - dir = 4; - name = "Robotics Delivery Access"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"akC" = ( -/obj/structure/closet/secure_closet/lethalshots, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akD" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"akE" = ( -/obj/item/trash/candy, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"akF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"akG" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/box/evidence, -/obj/item/taperecorder{ - pixel_x = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"akI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/starboard) -"akJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"akK" = ( -/turf/closed/wall, -/area/security/processing) -"akL" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom"; - req_access_txt = "38" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"akM" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"akN" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/delivery, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"akP" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/surgery) -"akQ" = ( -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Security Equipment Room"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"akS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"akT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"akV" = ( -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"akW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"akX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"akZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"ala" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"alc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"ale" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"alf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"alg" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/port/fore) -"ali" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"alj" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transittube"; - name = "Transit Tube Blast door" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/bridge) -"alk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"all" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"alm" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/space/nearstation) -"aln" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"alo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"alp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"alq" = ( -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/structure/grille, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"alr" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"als" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/folder/red, -/obj/item/lighter{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 6 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"alt" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"alu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"alv" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"alw" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/box/syringes{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/beakers{ - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/button/door{ - id = "xeno2"; - name = "Creature Cell 2 Toggle"; - pixel_x = -24; - pixel_y = -24; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"alx" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"aly" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"alA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"alB" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"alC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"alD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"alE" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"alF" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"alG" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"alI" = ( -/obj/structure/closet/masks, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"alJ" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_x = -30 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"alK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/clipboard{ - pixel_x = 4 - }, -/obj/item/stack/spacecash/c50{ - pixel_y = 8 - }, -/obj/item/stack/spacecash/c50, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"alL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"alM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"alN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"alO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"alP" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"alQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"alS" = ( -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"alT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"alU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"alV" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"alW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"alX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"alY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"alZ" = ( -/obj/machinery/door/airlock/medical{ - id_tag = "Unit_3"; - name = "Unit 3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/toilet/restrooms) -"ama" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"amc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"amd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"amg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"ami" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"amj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"aml" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"amm" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"amo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"amp" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/bed/dogbed/cayenne{ - name = "Lia's bed" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/mob/living/simple_animal/hostile/carp/cayenne{ - desc = "A failed experiment of Nanotrasen to create weaponised carp technology. This less than intimidating carp now serves as an authority figure's pet."; - health = 200; - icon_dead = "magicarp_dead"; - icon_gib = "magicarp_gib"; - icon_living = "magicarp"; - icon_state = "magicarp"; - maxHealth = 200; - name = "Lia" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"amq" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk{ - environment_smash = 0 - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"amr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"ams" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"amt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"amu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"amv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"amx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"amy" = ( -/turf/closed/wall/r_wall/rust, -/area/security/processing) -"amz" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/port) -"amA" = ( -/turf/closed/wall, -/area/maintenance/port) -"amB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/starboard) -"amC" = ( -/obj/structure/rack, -/obj/item/tank/internals/oxygen/empty, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"amD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"amF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell 3" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"amG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/belt/utility, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"amH" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -26 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"amI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"amJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amL" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/fore"; - dir = 4; - name = "Port Bow Solar APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Port Bow Solar"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/fore) -"amM" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle{ - pixel_y = 4 - }, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/armor/laserproof, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"amN" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"amO" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"amP" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/aft) -"amQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amR" = ( -/turf/closed/wall/rust, -/area/maintenance/port) -"amS" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"amT" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/chapel/main) -"amV" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"amW" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"amX" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/security/armory) -"amZ" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"ana" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"anb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"anc" = ( -/obj/machinery/button/door{ - id = "bank"; - name = "Bank Vault Lock"; - normaldoorcontrol = 1; - pixel_x = -24; - pixel_y = -8; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/item/clothing/neck/tie/black{ - pixel_x = 6 - }, -/obj/item/clothing/neck/tie/red, -/obj/item/clothing/mask/rat/jackal{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/rat/jackal, -/obj/structure/spider/stickyweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"and" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/gloves/color/latex, -/obj/item/storage/box/disks{ - pixel_y = 5 - }, -/obj/item/radio/headset/headset_medsci, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"anf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"ang" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"anh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"ani" = ( -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"anj" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"anl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"anm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ann" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/office, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ano" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"anp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"anq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"anr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"ans" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"ant" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"anu" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/machinery/flasher{ - id = "PCell 1"; - name = "Prisoner Pacifier"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"anv" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"anw" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/security/main) -"anx" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"any" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"anz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"anA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"anC" = ( -/obj/structure/table/wood, -/obj/item/storage/box/deputy{ - pixel_y = 5 - }, -/obj/item/taperecorder{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"anD" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/black, -/obj/item/crowbar/red, -/obj/item/flashlight/seclite, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"anE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"anF" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera/motion{ - c_tag = "Armoury Internal"; - dir = 8 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"anG" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/security/armory) -"anH" = ( -/turf/closed/wall, -/area/space/nearstation) -"anI" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"anJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"anK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"anL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"anN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"anO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - icon_state = "direction_evac"; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"anP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"anQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Entrance"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"anS" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "toxinsdriver" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/mixing) -"anT" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/camera, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"anU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"anV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"anW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"anX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"anY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"anZ" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/maintenance/port/aft) -"aoa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/shard, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"aob" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aoc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aod" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aoe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aof" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/space/nearstation) -"aog" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Office Lockers" - }, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aoh" = ( -/turf/closed/wall, -/area/lawoffice) -"aoi" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/space/nearstation) -"aoj" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "aftport"; - name = "Port Quarter Solar Control"; - track = 0 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/fore) -"aok" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/briefcase, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aol" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/easel, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aom" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aon" = ( -/obj/machinery/door/airlock/medical{ - id_tag = "Unit_2"; - name = "Unit 2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/toilet/restrooms) -"aoo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aop" = ( -/obj/structure/displaycase/captain{ - req_access = null; - req_access_txt = "20"; - req_one_access_txt = "0" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aoq" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aor" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/carpspawn, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aos" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aot" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/port/fore) -"aou" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aov" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"aow" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder{ - pixel_x = 5 - }, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aox" = ( -/turf/closed/wall, -/area/maintenance/central) -"aoy" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/law{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aoz" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"aoA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "lawyer_shutters"; - name = "Law Office Shutters" - }, -/turf/open/floor/plating, -/area/lawoffice) -"aoB" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/table_frame, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aoH" = ( -/turf/closed/wall/r_wall/rust, -/area/medical/virology) -"aoL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"aoN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aoP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aoQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aoR" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aoS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/lawoffice) -"aoT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aoU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/office, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aoV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"aoX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -3; - pixel_y = 15 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/beer{ - desc = "A station exclusive. Consumption may result in seizures, blindness, drunkenness, or even death."; - icon_state = "beer"; - list_reagents = list(/datum/reagent/consumable/ethanol/thirteenloko = 30); - name = "Kilo-Kocktail"; - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/carpet/green, -/area/lawoffice) -"aoZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"apa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"apc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"ape" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"apf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"apg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aph" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/chapel/office) -"api" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"apl" = ( -/turf/closed/wall/rust, -/area/lawoffice) -"apm" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"apo" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - name = "science locker" - }, -/obj/item/clothing/suit/toggle/labcoat/science, -/obj/item/clothing/shoes/sneakers/white, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"app" = ( -/obj/machinery/light, -/turf/open/space, -/area/hallway/secondary/command) -"apq" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"apr" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aps" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"apt" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 5"; - dir = 4; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"apu" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/apc{ - areastring = "/area/storage/tcom"; - dir = 8; - name = "Telecomms Storage APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"apv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate/engineering, -/obj/item/hand_tele, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"apw" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"apy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/storage/tcom) -"apz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apA" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/captain) -"apB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"apF" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/trash/popcorn, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"apG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"apH" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/item/clothing/mask/russian_balaclava, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/circuitboard/computer/operating, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"apJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"apK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"apL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/teleporter) -"apN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"apP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"apQ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser/oxygen{ - layer = 2.9; - pixel_x = -1; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"apS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"apT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apV" = ( -/obj/structure/closet/athletic_mixed, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Recreation Lockers"; - name = "recreation camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"apW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = 22 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"apX" = ( -/turf/closed/wall/rust, -/area/maintenance/central) -"apZ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"aqa" = ( -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aqc" = ( -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqd" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"aqe" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"aqf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aqg" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aqh" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aqi" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqk" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aql" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/item/storage/briefcase, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aqm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aqn" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/restraints/handcuffs, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/revolver{ - pixel_y = 32 - }, -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"aqo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aqp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/grass, -/area/chapel/main) -"aqq" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/explab) -"aqr" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/fernybush, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/grass, -/area/chapel/main) -"aqs" = ( -/obj/machinery/light/small, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/fore) -"aqw" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"aqx" = ( -/obj/machinery/computer/communications{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqy" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqz" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/port/fore) -"aqD" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)"; - pixel_x = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqE" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/keycard_auth, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"aqH" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/start/quartermaster, -/obj/structure/chair/office, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aqI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aqJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/bridge"; - dir = 8; - name = "Bridge APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aqK" = ( -/obj/item/reagent_containers/food/drinks/flask/gold{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/drinks/bottle/rum{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"aqL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aqM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aqN" = ( -/obj/machinery/computer/monitor{ - dir = 4; - name = "Bridge Power Monitoring Console" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aqO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aqQ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aqR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"aqS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aqT" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"aqU" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aqV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/wood, -/area/chapel/office) -"aqW" = ( -/obj/structure/bed, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/bedsheet/medical, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aqX" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/ore_silo, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"aqY" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"aqZ" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/tank/internals/oxygen{ - pixel_x = 5 - }, -/obj/item/tank/internals/oxygen{ - pixel_x = -5 - }, -/obj/item/wrench, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/machinery/door/window/northleft{ - name = "Emergency Storage"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ara" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northright{ - name = "Emergency Storage"; - req_access_txt = "19" - }, -/obj/machinery/suit_storage_unit/command, -/turf/open/floor/plasteel/dark, -/area/bridge) -"arb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"arc" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"ard" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar/red, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/structure/fireaxecabinet/bridge{ - pixel_y = -30 - }, -/obj/machinery/door/window/northright{ - name = "Emergency Storage"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"are" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"arg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"arh" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"ark" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"arl" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"arm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"arn" = ( -/turf/closed/wall/r_wall, -/area/security/courtroom) -"aro" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"arp" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"arq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Security Doors"; - dir = 4; - name = "aft camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"arr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/flashlight/seclite{ - pixel_y = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"ars" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Labs"; - dir = 4; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"art" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/backpack/cultpack{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/under/color/black, -/obj/structure/closet{ - name = "chapel locker" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"arv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"arw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/camera{ - c_tag = "Teleporter Access"; - dir = 4; - name = "command camera" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"arx" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/grass, -/area/chapel/main) -"ary" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Containment Chamber Blast Door" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/engine, -/area/science/xenobiology) -"arz" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/item/tank/internals/emergency_oxygen/empty, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"arA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/clothing/gloves/color/brown, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plating, -/area/maintenance/starboard) -"arB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/courtroom) -"arD" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"arE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arF" = ( -/obj/machinery/computer/communications{ - dir = 1; - icon_state = "computer" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/plaques/golden/captain{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"arH" = ( -/obj/machinery/door/airlock/maintenance{ - name = "morgue maintenance"; - req_access_txt = "6" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"arI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1; - icon_state = "warningline_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"arJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/chapel/office) -"arK" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"arL" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"arM" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1; - icon_state = "warninglinecorner_white" - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"arN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum{ - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"arO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"arP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"arQ" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"arR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"arS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"arT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port/fore) -"arW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"arY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/bridge) -"asa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"asc" = ( -/obj/machinery/power/smes/fullycharged, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/red/telecomms, -/area/tcommsat/server) -"asd" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ase" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/fore) -"asf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"asg" = ( -/obj/machinery/computer/med_data{ - dir = 8; - icon_state = "computer" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"asi" = ( -/turf/closed/wall/r_wall, -/area/medical/morgue) -"asj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"ask" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"asl" = ( -/obj/structure/chair/pew/right{ - dir = 4; - icon_state = "pewend_right" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asm" = ( -/obj/structure/chair/pew/right{ - dir = 4; - icon_state = "pewend_right" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aso" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"asp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/silver_ids{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/ids, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"asq" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/delivery, -/obj/machinery/power/apc{ - areastring = "/area/science/explab"; - dir = 1; - name = "Experimentation Lab APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ass" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/flip, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"ast" = ( -/obj/structure/chair/pew/left{ - dir = 8; - icon_state = "pewend_left" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asu" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"asv" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"asw" = ( -/obj/structure/chair/pew{ - dir = 4; - icon_state = "pewmiddle" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asx" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"asy" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"asB" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"asC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/camera{ - c_tag = "Autopsy Room"; - dir = 1; - name = "detective camera"; - network = list("ss13") - }, -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/start/detective, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"asD" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"asE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"asF" = ( -/turf/closed/wall, -/area/security/courtroom) -"asG" = ( -/turf/closed/wall/rust, -/area/security/courtroom) -"asH" = ( -/obj/machinery/power/solar_control{ - dir = 8; - id = "forestarboard"; - name = "Starboard Bow Solar Control"; - track = 0 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/starboard/fore) -"asI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"asJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"asK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"asL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"asN" = ( -/obj/structure/chair/pew{ - dir = 4; - icon_state = "pewmiddle" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asO" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/security/prison) -"asP" = ( -/obj/structure/chair/pew/left{ - dir = 4; - icon_state = "pewend_left" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"asR" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/medical/gauze, -/turf/open/floor/plating, -/area/maintenance/fore) -"asS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"asT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"asU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/photocopier/faxmachine{ - department = "Head of Personnel's Office" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"asV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"asW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"asY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"asZ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"ata" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/flasher{ - id = "hopflash"; - name = "Crowd Pacifier"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"atb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 1; - name = "Port Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"atc" = ( -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/security/courtroom) -"atd" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -6 - }, -/obj/item/hand_tele{ - pixel_x = -8 - }, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/machinery/light, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"atf" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/courtroom) -"atg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"ath" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"ati" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/tank/internals/oxygen/red, -/obj/item/stack/packageWrap, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/maintenance/fore) -"atj" = ( -/turf/closed/wall, -/area/bridge) -"atl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 30; - pixel_y = 32 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"atm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8; - icon_state = "warningline_white" - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4; - icon_state = "warningline_white" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"atn" = ( -/turf/closed/wall/r_wall/rust, -/area/security/courtroom) -"ato" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/reagent_containers/food/snacks/fishfingers, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"atp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4; - icon_state = "warningline_white" - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8; - icon_state = "warningline_white" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 1; - name = "Morgue APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"atq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"atr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/pen/fourcolor, -/obj/item/stamp/hop{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"ats" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"att" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/chapel/office) -"atu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "Queue Shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"atv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - dir = 2; - lighting = 3; - name = "Chapel Office APC"; - pixel_y = -23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"atw" = ( -/obj/structure/chair/pew/left{ - dir = 1; - icon_state = "pewend_left" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Chapel"; - dir = 4; - name = "chapel camera" - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"atx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"aty" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"atz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"atA" = ( -/turf/closed/wall/rust, -/area/bridge) -"atC" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"atD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"atE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"atG" = ( -/obj/structure/sign/poster/official/pda_ad, -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"atH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"atJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"atK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall/rust, -/area/medical/virology) -"atM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/spawner/lootdrop/grille_or_trash, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"atN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"atP" = ( -/turf/closed/wall/r_wall/rust, -/area/bridge) -"atQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"atR" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 1; - name = "Research Division Server Room APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"atS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"atT" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"atV" = ( -/obj/machinery/atmospherics/components/binary/pump{ - desc = "A pump that moves gas by pressure. Shower not included."; - dir = 8; - name = "Gas to Chamber" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"atX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"atZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/sign/warning/securearea{ - name = "EMERGENCY STORAGE"; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aub" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"auc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aud" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/starboard/fore) -"aue" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"auf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"auh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aui" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"auj" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"auk" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aul" = ( -/obj/structure/flora/tree/jungle/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aum" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aun" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"auo" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fernybush, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aup" = ( -/turf/closed/wall/r_wall/rust, -/area/teleporter) -"auq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aur" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57"; - security_level = 6 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aus" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aut" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8; - icon_state = "warningline_white" - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4; - icon_state = "warningline_white" - }, -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"auu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4; - icon_state = "warningline_white" - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8; - icon_state = "warningline_white" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"auv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"auw" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/bridge) -"auy" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/bridge) -"auz" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"auA" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"auB" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"auC" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"auD" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"auE" = ( -/turf/closed/wall, -/area/storage/primary) -"auF" = ( -/turf/closed/wall/rust, -/area/crew_quarters/heads/cmo) -"auG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"auH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"auI" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/turf/open/floor/plasteel, -/area/security/courtroom) -"auJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"auK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"auL" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"auO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"auP" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/courtroom) -"auQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"auR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/item/twohanded/required/kirbyplants, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"auS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"auT" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/frame/machine, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/stack/rods, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"auU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auW" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"auX" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"auY" = ( -/obj/machinery/vending/cart{ - req_access_txt = "57" - }, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - name = "command camera" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"auZ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/bridge) -"ava" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard) -"avb" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigcelldoor"; - name = "Cell Blast door" - }, -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/warden) -"avc" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/security/courtroom) -"avf" = ( -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/port/fore) -"avg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"avi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/grille_or_trash, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"avk" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"avl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/clothing/suit/suspenders, -/obj/item/clothing/head/papersack/smiley, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"avn" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/box/corners, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"avq" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/maintenance/aft) -"avr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"avu" = ( -/obj/structure/sign/warning/explosives/alt, -/turf/closed/wall, -/area/security/courtroom) -"avv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/briefcase, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"avw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"avx" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/fore"; - dir = 1; - name = "Starboard Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avy" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"avB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"avC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/scientist, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"avD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Brig Entrance" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"avF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"avG" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "rd sorting disposal pipe"; - sortType = 13 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"avH" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/white, -/obj/item/reagent_containers/autoinjector/medipen{ - pixel_y = 5 - }, -/obj/item/reagent_containers/autoinjector/medipen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "emmd"; - name = "Emergency Medical Lockdown Shutters" - }, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plating, -/area/medical/medbay/central) -"avI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"avJ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"avK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"avL" = ( -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room"; - req_access_txt = "30"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"avM" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/secure_data{ - dir = 4; - icon_state = "computer" - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Security Office Computers"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"avO" = ( -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avP" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/small, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"avQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/server) -"avU" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/open/floor/plasteel, -/area/security/courtroom) -"avV" = ( -/obj/machinery/pdapainter, -/obj/structure/sign/poster/official/ian{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"avW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"avX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"avY" = ( -/obj/machinery/door/airlock/grunge{ - name = "Crematorium"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"avZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "genetics sorting disposal pipe"; - sortType = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"awb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"awc" = ( -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"awd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"awe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/obj/item/stack/packageWrap, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awf" = ( -/obj/structure/falsewall{ - name = "suspicious wall" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"awh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"awi" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"awj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"awk" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/mask/russian_balaclava, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"awl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"awm" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/geneticist, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"awn" = ( -/obj/machinery/vending/sustenance, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"awo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"awp" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/keycard_auth{ - pixel_x = -6; - pixel_y = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"awq" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"awr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4; - icon_state = "warninglinecorner_white" - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1; - icon_state = "warninglinecorner_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aws" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1; - icon_state = "warningline_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"awt" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"awu" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"awv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aww" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1; - icon_state = "warningline_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"awx" = ( -/obj/machinery/computer/apc_control, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/machinery/button/door{ - id = "ceprivate"; - name = "Privacy Shutters Toggle"; - pixel_x = -6; - pixel_y = 24; - req_one_access_txt = "56" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Secure Storage Toggle"; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "11" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"awy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4; - icon_state = "warninglinecorner_white" - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 1; - icon_state = "warninglinecorner_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/yjunction, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"awz" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/cartridge/engineering{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/cartridge/engineering{ - pixel_x = 8 - }, -/obj/item/cartridge/atmos{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/folder, -/obj/item/stamp/ce, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"awA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/altar_of_gods, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"awB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"awC" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/stack/sheet/plasteel/fifty{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/stack/sheet/rglass{ - amount = 50; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 1; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"awD" = ( -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"awF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Engineering Checkpoint RC"; - pixel_x = -30 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/computer/security/telescreen/engine, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"awG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/sign/warning/securearea{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"awH" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"awJ" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "bankshutter"; - name = "Bank Shutter Toggle"; - pixel_x = 24; - pixel_y = -8; - req_access_txt = "0" - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/spider/stickyweb, -/obj/machinery/button/door{ - id = "bankvault"; - name = "Bank Door Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 8; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"awK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"awL" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/break_room) -"awM" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Atmospherics Desk"; - dir = 1; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/break_room) -"awN" = ( -/turf/closed/wall/r_wall, -/area/engine/break_room) -"awP" = ( -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"awQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/backpack/satchel/med, -/obj/item/assembly/health, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awS" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/security/processing) -"awT" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/clothing/glasses/meson/engine, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"awV" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/chief) -"awW" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/break_room) -"awX" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"awY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"awZ" = ( -/turf/closed/wall/rust, -/area/security/checkpoint/engineering) -"axa" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"axb" = ( -/turf/closed/wall, -/area/engine/engineering) -"axc" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"axd" = ( -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"axe" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/atmos_control, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"axf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "robotics sorting disposal pipe"; - sortType = 14 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axi" = ( -/obj/structure/table, -/obj/machinery/power/apc{ - areastring = "/area/security/nuke_storage"; - dir = 1; - name = "Vault APC"; - pixel_y = 23 - }, -/obj/item/folder/blue{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/documents, -/obj/item/clothing/neck/stethoscope{ - pixel_y = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/security/nuke_storage) -"axj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"axl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axm" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Teleporter Access"; - req_one_access_txt = "17;19"; - security_level = 6 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"axn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"axo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axp" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"axr" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/structure/grille/broken, -/obj/effect/spawner/lootdrop/maintenance/two, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axs" = ( -/obj/machinery/computer/rdconsole/production{ - dir = 8; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axt" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"axv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/sign/departments/security{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"axx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"axA" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"axB" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/wrench, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/tank/internals/oxygen, -/obj/item/radio, -/obj/item/crowbar/red, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"axC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/starboard/fore) -"axD" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/starboard/fore"; - dir = 1; - name = "Starboard Bow Solar APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/starboard/fore) -"axE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"axF" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"axG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/departments/science{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"axJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4; - icon_state = "pipe-y" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"axK" = ( -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/flashlight/lantern, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"axL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/main"; - dir = 8; - name = "Chapel APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"axM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"axN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"axO" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"axP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/crowbar, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 6 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"axQ" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"axS" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"axT" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/supermatter) -"axU" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"axV" = ( -/turf/closed/wall/rust, -/area/engine/engineering) -"axW" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"axX" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"axY" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"axZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aya" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aye" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ayf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"ayg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"ayh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/wallframe/camera, -/obj/item/screwdriver, -/obj/structure/spider/stickyweb, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayi" = ( -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ayj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ayk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/beacon, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ayl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet/virology, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aym" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayn" = ( -/turf/open/floor/engine, -/area/engine/supermatter) -"ayo" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/server) -"ayp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ayq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"ayr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/scalpel{ - pixel_y = 5 - }, -/obj/item/cautery, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"ays" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayt" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"ayu" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ayv" = ( -/obj/effect/turf_decal/box, -/turf/open/floor/engine, -/area/science/xenobiology) -"ayw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/explab) -"ayx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ayy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ayz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "medbay_front_door"; - name = "Medbay Doors Toggle"; - normaldoorcontrol = 1; - pixel_y = 24; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"ayC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/button/door{ - id = "medbay_front_door"; - name = "Medbay Doors Toggle"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"ayD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ayE" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ayG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ayH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"ayI" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/shieldgen, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayJ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ayK" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "Secure Storage" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Containment Chamber Blast Door" - }, -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/engine, -/area/science/xenobiology) -"ayM" = ( -/obj/machinery/power/terminal, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/missing_gloves{ - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayO" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Docking Hallway" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - icon_state = "direction_evac"; - pixel_y = 24 - }, -/obj/structure/sign/directions/science{ - dir = 1; - icon_state = "direction_sci"; - pixel_y = 40 - }, -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ayP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"ayQ" = ( -/obj/machinery/power/port_gen/pacman, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ayR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/pickaxe, -/obj/item/shovel, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"ayT" = ( -/obj/machinery/computer/rdconsole/experiment{ - dir = 4; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ayU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Research Desk"; - dir = 2; - name = "starboard camera" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ayV" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ayY" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ayZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"aza" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistry_shutters"; - name = "Chemistry Lobby Shutters" - }, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"azb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/departments/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"azc" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"azd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/crate, -/obj/item/vending_refill/snack{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/vending_refill/cola, -/obj/item/screwdriver, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/starboard) -"azf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"azg" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"azh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"azi" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"azj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/medical/glass{ - name = "Genetics"; - req_access_txt = "5; 9; 68" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"azl" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azm" = ( -/obj/machinery/power/supermatter_crystal/engine, -/turf/open/floor/engine, -/area/engine/supermatter) -"azn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azo" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"azp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/obj/machinery/airalarm/engine{ - dir = 1; - icon_state = "alarm0"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"azq" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Filter" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"azt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"azu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot_white, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"azv" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"azw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"azy" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/emitter, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"azz" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/power/emitter, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"azB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azC" = ( -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"azD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"azE" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"azF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel/office) -"azJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"azK" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/obj/item/gps, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"azM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"azN" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 1; - name = "Robotics Lab APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"azO" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"azQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"azR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"azT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"azV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"azW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azX" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"azY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/analyzer{ - desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths. Shifted slightly right."; - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/stock_parts/subspace/analyzer{ - desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths. Shifted slightly right."; - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/stock_parts/subspace/analyzer{ - desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths. Shifted slightly right."; - pixel_x = 6; - pixel_y = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"azZ" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/packageWrap, -/obj/item/storage/secure/briefcase, -/obj/item/hand_labeler, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 1; - name = "CMO's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aAa" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aAb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aAc" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistry_shutters_2"; - name = "Chemistry Hall Shutters" - }, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"aAd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aAe" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - opacity = 1; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aAf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aAg" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai) -"aAh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aAi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aAj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aAn" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"aAo" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aAp" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/science/robotics/mechbay) -"aAq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aAr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/explab) -"aAs" = ( -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"aAt" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aAv" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aAw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aAy" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 6"; - dir = 8; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aAA" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 2"; - dir = 4; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aAB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAD" = ( -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass, -/area/chapel/main) -"aAE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"aAF" = ( -/obj/machinery/aug_manipulator, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aAG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet, -/obj/item/storage/backpack/duffelbag{ - pixel_y = 4 - }, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aAH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aAI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aAJ" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aAL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aAM" = ( -/turf/open/floor/engine, -/area/engine/engineering) -"aAO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aAP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/power/apc/unlocked{ - areastring = "/area/medical/genetics/cloning"; - dir = 4; - name = "Cloning Lab APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Cloning Lab"; - dir = 2; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aAQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aAR" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aAS" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"aAT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aAV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aAW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Apiary"; - req_access_txt = "0"; - req_one_access_txt = "22;35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aAX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair/stool/bar{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/mime, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"aAZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBc" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/icecream_vat, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aBe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aBf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/reflector/box/anchored{ - dir = 1; - icon_state = "reflector_map" - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aBi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aBk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aBm" = ( -/obj/machinery/door/airlock/command/glass{ - name = "E.V.A. Storage"; - req_access_txt = "18"; - security_level = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aBn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"aBp" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aBq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aBr" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aBs" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aBt" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aBu" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/mechbay"; - dir = 1; - name = "Mech Bay APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"aBv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aBw" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aBx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"aBz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/reflector/double/anchored{ - dir = 6; - icon_state = "reflector_map" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cloning, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aBC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/science/robotics/mechbay) -"aBE" = ( -/obj/effect/landmark/start/roboticist, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/science/robotics/mechbay) -"aBG" = ( -/obj/structure/rack, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/bruise_pack, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBI" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/science/robotics/mechbay) -"aBJ" = ( -/obj/machinery/door/airlock/security{ - name = "Autopsy"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"aBL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/analyzer, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aBM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Security Hallway" - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"aBN" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aBO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aBP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aBQ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aBR" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aBS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmospherics RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aBT" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -6 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aBU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aBV" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aBW" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aBX" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/junction, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aBY" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"aBZ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/toy/figure/atmos{ - pixel_x = 8; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aCa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aCb" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"aCc" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/break_room) -"aCd" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "engineering sorting disposal pipe"; - sortType = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aCf" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aCg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"aCh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aCi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aCk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aCl" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aCm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aCn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aCo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aCp" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aCq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aCr" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aCs" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aCt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aCu" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aCw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"aCx" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aCy" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aCz" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"aCC" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop_ext" - }, -/turf/open/floor/plasteel, -/area/clerk) -"aCD" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aCE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aCF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/figure/secofficer, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aCG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/structure/spider/stickyweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aCI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aCK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aCN" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/grass, -/area/chapel/main) -"aCR" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aCS" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/science/robotics/mechbay) -"aCT" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aCV" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aCW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fireaxecabinet{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Scrubbers"; - dir = 2; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aCX" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aCY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aCZ" = ( -/obj/structure/table, -/obj/item/clipboard{ - pixel_x = -4 - }, -/obj/item/book/manual/wiki/atmospherics, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aDb" = ( -/obj/machinery/status_display/evac, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"aDd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aDf" = ( -/obj/structure/sign/warning/securearea, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/closed/wall, -/area/hallway/primary/fore) -"aDg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/secure_closet/injection{ - name = "Justice Injections" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/button/door{ - dir = 2; - id = "justiceblast"; - layer = 4; - name = "Justice Vent Toggle"; - pixel_x = -24; - pixel_y = 8; - req_access_txt = "3" - }, -/obj/machinery/light_switch{ - pixel_x = -40; - pixel_y = -8 - }, -/obj/machinery/button/door{ - id = "justiceshutter"; - name = "Justice Shutter Control"; - pixel_x = -24; - pixel_y = -8; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aDh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/cook, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aDi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aDj" = ( -/turf/closed/wall, -/area/security/checkpoint/engineering) -"aDk" = ( -/turf/closed/wall, -/area/engine/atmos) -"aDl" = ( -/turf/closed/wall/rust, -/area/engine/atmos) -"aDm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aDn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aDp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"aDq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aDr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aDs" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aDu" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 4; - name = "diner camera" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aDv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aDw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aDy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aDz" = ( -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aDB" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics) -"aDC" = ( -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aDE" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - Air"; - dir = 2; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aDF" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 4; - pixel_x = -28 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/assault_pod/mining, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"aDG" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/security/processing) -"aDH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aDI" = ( -/turf/closed/wall, -/area/science/lab) -"aDJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aDK" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_one_access_txt = "23;30" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aDM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aDO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aDP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aDQ" = ( -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"aDS" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aDT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aDU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aDV" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aDY" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aDZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aEa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aEc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"aEd" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aEe" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aEf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aEg" = ( -/obj/structure/girder, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEh" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aEi" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aEj" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space, -/area/space/nearstation) -"aEk" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aEl" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEm" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aEn" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aEo" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEp" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/space, -/area/space/nearstation) -"aEq" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space, -/area/space/nearstation) -"aEr" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aEs" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEt" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEu" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEv" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEw" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/port) -"aEz" = ( -/obj/structure/table, -/obj/item/storage/box/deputy, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/camera{ - c_tag = "Warden's Office"; - dir = 4 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/taperecorder{ - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aEA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aEB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aEC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aED" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aEE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aEF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aEI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aEJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aEK" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) -"aEM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"aEN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aEO" = ( -/obj/structure/flora/grass/jungle, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aEP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aEQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aER" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aES" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aET" = ( -/obj/machinery/door/airlock/vault{ - name = "Vault"; - req_access_txt = "53" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"aEU" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 1; - icon_state = "filter_off" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/aft) -"aEV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"aEW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Evidence"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aEX" = ( -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/closet/secure_closet{ - name = "shotgun rubber rounds"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aEY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aFb" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aFc" = ( -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aFd" = ( -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aFe" = ( -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aFf" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aFg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aFh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -6 - }, -/obj/machinery/rnd/production/techfab/department/armory, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aFk" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aFl" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aFp" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Sleepers"; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aFq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aFr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/clipboard{ - pixel_x = -6 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -6 - }, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/syringe, -/obj/machinery/camera{ - c_tag = "Cryogenics"; - dir = 8; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aFs" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/engine, -/area/science/explab) -"aFt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "CloningDoor"; - name = "Cloning Lab"; - req_access_txt = "5;68" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aFv" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aFw" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aFx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aFy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"aFz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aFA" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aFB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aFC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aFE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aFF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aFI" = ( -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"aFJ" = ( -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) -"aFM" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aFN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aFS" = ( -/turf/closed/wall/rust, -/area/crew_quarters/theatre) -"aFT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office"; - req_access_txt = "40"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aFV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aGc" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aGe" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aGf" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/camera{ - c_tag = "Atmospherics Lockers"; - dir = 2; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGh" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"aGi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGj" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Research and Development" - }, -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Research and Development Delivery Access"; - req_one_access_txt = "7;29" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aGk" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - N2"; - dir = 2; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGl" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aGn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"aGo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGq" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aGr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aGs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGu" = ( -/obj/structure/table, -/obj/item/radio{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/radio{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Blast Doors" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"aGw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aGx" = ( -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northleft{ - dir = 1; - icon_state = "left"; - name = "Inner Pipe Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGA" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/pipedispenser/disposal, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aGF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos{ - dir = 8; - icon_state = "filter_on" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGG" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aGH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"aGJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aGL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to Fuel Pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/cook, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aGN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"aGO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aGP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aGQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/holy{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"aGS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aGT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 4; - icon_state = "filter_on" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aGU" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 4 - }, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGV" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 4 - }, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGX" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 4 - }, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGY" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aGZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 4 - }, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHa" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 4 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aHb" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aHc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 4 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aHd" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 1 - }, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHe" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ - dir = 1 - }, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHg" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 1 - }, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHh" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 1 - }, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHj" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 1 - }, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHk" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ - dir = 1 - }, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aHm" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aHn" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aHo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aHp" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aHq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"aHr" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aHu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "CO2 to Pure" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aHv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHw" = ( -/obj/machinery/porta_turret/ai{ - dir = 2 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/aisat_interior) -"aHy" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"aHz" = ( -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Pod"; - req_access_txt = "0" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"aHA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port Mix to East Ports" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHE" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aHG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aHH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"aHM" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aHN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aHO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aHP" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aHQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"aHR" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/purple/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHT" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aHU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aHV" = ( -/obj/structure/girder, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"aHX" = ( -/obj/machinery/rnd/production/techfab/department/service, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"aHY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aHZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aIa" = ( -/turf/closed/wall/rust, -/area/science/lab) -"aIb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Blast Doors" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/engine/break_room) -"aIc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIe" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aIf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aIh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aIi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aIk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIm" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "transittube_ai"; - name = "Transit Tube Lockdown Toggle"; - pixel_x = -24; - pixel_y = -8; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Satellite Transit Access"; - dir = 4; - name = "satellite camera"; - network = list("minisat") - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIp" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aIr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aIs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIt" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Engine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIv" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 10; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/kilo; - width = 7 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aIw" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aIx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIy" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_y = 5 - }, -/obj/item/analyzer{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/analyzer, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1; - icon_state = "warningline_white" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aIE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIF" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aIG" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"aIH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/janitor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; - pixel_x = 64 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aII" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIK" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/engine/atmos) -"aIM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIN" = ( -/obj/structure/sign/departments/botany, -/turf/closed/wall, -/area/maintenance/central) -"aIP" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aIQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Medbay" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aIR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"aIS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/fore) -"aIX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/box, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "library sorting disposal pipe"; - sortType = 16 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aIZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/button/door{ - dir = 2; - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = 6; - pixel_y = 24; - req_one_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aJb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJe" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"aJf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port Mix to West Ports" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJg" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "External Waste Ports to Filter" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aJh" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air to External Air Ports" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aJi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aJm" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/shieldgen, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aJn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"aJr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aJx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"aJy" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aJz" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 1; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aJA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aJB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/departments/science{ - name = "ROBOTICS"; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"aJE" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aJH" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aJI" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall, -/area/engine/atmos) -"aJJ" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/science/lab) -"aJK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJL" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aJM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/visible, -/obj/machinery/meter/atmos/distro_loop, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aJN" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJO" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aJP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJQ" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJT" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJU" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aJV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJW" = ( -/obj/machinery/meter, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aJX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJY" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aJZ" = ( -/turf/closed/wall/rust, -/area/storage/primary) -"aKa" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/box/lights/mixed{ - pixel_y = 5 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"aKb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKc" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"aKd" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/toolbox/electrical{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"aKe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aKf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aKg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKh" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/backpack/duffelbag/engineering{ - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"aKi" = ( -/obj/structure/flora/grass/jungle/b, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aKk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Blast Doors" - }, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/engine/break_room) -"aKl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/engine/atmos) -"aKn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/door/window/northleft{ - name = "Justice Windoor" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aKp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve, -/obj/machinery/door/window/northright{ - name = "Justice Windoor" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aKr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"aKt" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"aKu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aKv" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aKw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"aKx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKy" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Medbay Checkpoint RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aKz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"aKA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aKB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/closed/wall, -/area/security/checkpoint/engineering) -"aKD" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/closed/wall, -/area/security/checkpoint/engineering) -"aKE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"aKF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/meter/atmos/atmos_waste_loop, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aKH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aKJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aKM" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aKO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aKP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aKQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/chair/stool, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aKS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aKT" = ( -/obj/structure/dresser, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aKV" = ( -/obj/structure/flora/junglebush/c, -/mob/living/carbon/monkey{ - name = "curious george" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aKW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aKX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - name = "chapel sorting disposal pipe"; - sortType = 17 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aKY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aKZ" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = null; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aLa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sink{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aLb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aLg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_y = -28 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aLj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aLk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aLl" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/rack, -/obj/item/storage/crayons, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"aLm" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/button/door{ - id = "robotics_shutters"; - name = "Robotics Shutter Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aLn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"aLp" = ( -/obj/structure/table, -/obj/structure/grille/broken, -/obj/item/book/manual/wiki/engineering_hacking, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aLq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/tool, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aLr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"aLs" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "medical sorting disposal pipe"; - sortType = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aLz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "bar sorting disposal pipe"; - sortType = 19 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLA" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"aLB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aLD" = ( -/obj/effect/turf_decal/bot, -/obj/structure/easel, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"aLE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aLF" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLG" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall/rust, -/area/engine/supermatter) -"aLH" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLI" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall/rust, -/area/engine/supermatter) -"aLK" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/engine/engineering) -"aLL" = ( -/obj/structure/sign/warning/enginesafety, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aLN" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"aLO" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "Test Chamber Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"aLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet/cardboard, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aLQ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/box/drinkingglasses{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"aLR" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 4"; - dir = 8; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aLS" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aLT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet, -/obj/item/clothing/suit/apron/purple_bartender, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"aLU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aLW" = ( -/obj/machinery/camera{ - c_tag = "AI Upload Garden"; - dir = 4; - name = "upload camera"; - network = list("aiupload") - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/hallway/secondary/command) -"aLX" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Access"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1; - icon_state = "airlock_unres_helper" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aLY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aLZ" = ( -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"aMa" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aMb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMd" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aMe" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"aMf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aMg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aMh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aMi" = ( -/obj/structure/table, -/obj/item/extinguisher/mini, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"aMj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Distro to Waste" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aMk" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/atmos) -"aMl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aMm" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aMn" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aMo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/engine/atmos) -"aMp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Atmospherics Entrance"; - dir = 8; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Waste to Filter" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMt" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/atmos) -"aMu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMw" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/emitter, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aMx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aMy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aMz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/spawner/xmastree/rdrod, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aMA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"aMC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aMD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aME" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1; - icon_state = "airlock_unres_helper" - }, -/obj/machinery/door/airlock/medical{ - name = "Cloning Lab"; - req_access_txt = "5;68" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aMG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/mmi, -/obj/item/bodypart/chest/robot{ - pixel_y = 4 - }, -/obj/item/bodypart/r_leg/robot{ - pixel_x = 6 - }, -/obj/item/bodypart/r_arm/robot{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/bodypart/l_leg/robot{ - pixel_x = -6 - }, -/obj/item/bodypart/l_arm/robot{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/bodypart/head/robot, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aMK" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_y = 30 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aML" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aMN" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aMO" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aMP" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aMQ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/power/emitter, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aMR" = ( -/obj/structure/sign/poster/official/wtf_is_co2, -/turf/closed/wall, -/area/engine/atmos) -"aMS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/purple/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMT" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aMU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-03" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aMW" = ( -/obj/structure/reflector/single/anchored{ - dir = 10 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aMX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aMY" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"aMZ" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - CO2"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aNa" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - Plasma"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aNb" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - N2O"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aNc" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - Mix"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aNf" = ( -/obj/structure/reflector/single/anchored{ - dir = 5; - icon_state = "reflector_map" - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aNi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aNj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aNk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"aNl" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/stack/packageWrap, -/obj/item/stack/sheet/glass/fifty, -/obj/item/hand_labeler, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"aNm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aNn" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"aNo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aNp" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_y = -2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 1; - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aNq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aNr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aNs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aNt" = ( -/turf/closed/wall/r_wall/rust, -/area/medical/genetics) -"aNu" = ( -/turf/closed/wall, -/area/medical/morgue) -"aNw" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"aNx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/genetics) -"aNy" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"aNB" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"aNC" = ( -/turf/closed/wall/rust, -/area/medical/morgue) -"aND" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"aNE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"aNG" = ( -/turf/closed/wall, -/area/medical/genetics) -"aNH" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics/cloning) -"aNI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/medical_cloning{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/crowbar, -/obj/item/paper/guides/jobs/medical/cloning, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aNJ" = ( -/obj/structure/table, -/obj/item/storage/box/monkeycubes{ - pixel_y = 3 - }, -/obj/item/reagent_containers/dropper{ - pixel_y = 5 - }, -/obj/item/reagent_containers/syringe, -/obj/item/flashlight/pen, -/obj/machinery/requests_console{ - department = "Genetics"; - departmentType = 0; - name = "Genetics Requests Console"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aNK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"aNL" = ( -/turf/closed/wall, -/area/medical/genetics/cloning) -"aNM" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aNN" = ( -/turf/closed/wall/r_wall/rust, -/area/medical/morgue) -"aNO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"aNP" = ( -/turf/closed/wall/rust, -/area/medical/genetics/cloning) -"aNQ" = ( -/turf/closed/wall, -/area/medical/cryo) -"aNR" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aNS" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/clipboard, -/obj/item/folder/white, -/obj/item/storage/pill_bottle/mutadone{ - pixel_x = 4 - }, -/obj/item/storage/pill_bottle/mannitol{ - pixel_x = -3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aNT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aNU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aNV" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/toy/figure/geneticist{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aNW" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aNX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"aNY" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aNZ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistry_shutters"; - name = "Chemistry Lobby Shutters" - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aOa" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/medical/genetics) -"aOb" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/medical/genetics) -"aOc" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aOd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aOe" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aOf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/box, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/shieldgen, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aOh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aOi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aOj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aOk" = ( -/obj/machinery/camera{ - c_tag = "AI Upload Transit Exterior"; - dir = 8; - name = "upload camera"; - network = list("aiupload") - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/hallway/secondary/command) -"aOl" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Genetics"; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aOm" = ( -/obj/item/toy/beach_ball{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aOo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Lockers"; - location = "Medical"; - name = "medical navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOp" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aOq" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/brflowers, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aOs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"aOv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aOw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOx" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aOz" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/item/storage/belt/medical, -/obj/item/crowbar, -/obj/item/clothing/neck/stethoscope, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aOB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aOC" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/lavendergrass, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aOD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOE" = ( -/obj/structure/sink/puddle, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 5 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"aOF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aOH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aOI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aOK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aOL" = ( -/turf/closed/wall/rust, -/area/medical/genetics) -"aOM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aON" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aOO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aOP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aOV" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/belt/medical, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - dir = 4; - name = "medical camera"; - network = list("ss13","medical") - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aOX" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aOZ" = ( -/turf/closed/wall, -/area/medical/storage) -"aPa" = ( -/turf/closed/wall/r_wall/rust, -/area/medical/storage) -"aPc" = ( -/turf/closed/wall/r_wall, -/area/medical/storage) -"aPd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/mirror{ - pixel_y = 32 - }, -/obj/structure/sink{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aPe" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aPf" = ( -/turf/closed/wall/rust, -/area/medical/virology) -"aPg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"aPh" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/wrench/medical, -/obj/item/reagent_containers/pill/mannitol, -/obj/item/reagent_containers/pill/mannitol, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/cryo"; - dir = 4; - name = "Cryogenics APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aPi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aPj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/cryo) -"aPk" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aPl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aPn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aPo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aPp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aPq" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/item/clipboard, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/blue, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aPr" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aPs" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/toy/figure/engineer{ - pixel_x = 8; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"aPt" = ( -/obj/effect/spawner/structure/window, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/medical/cryo) -"aPu" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"aPv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aPw" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/wood, -/area/maintenance/port) -"aPx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/storage) -"aPy" = ( -/turf/closed/wall/rust, -/area/medical/storage) -"aPz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"aPA" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"aPB" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/recharger, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aPC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/storage) -"aPD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aPE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/cryo) -"aPF" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/toxin{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aPG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aPI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aPJ" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aPK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aPL" = ( -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/mirror{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aPM" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"aPN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aPO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics/cloning) -"aPP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"aPQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aPR" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "First-Aid Supplies"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aPS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution{ - dir = 1; - icon_state = "caution" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aPT" = ( -/obj/machinery/door/airlock/grunge{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aPU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aPV" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/stamp/cmo{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/keycard_auth{ - pixel_x = 6; - pixel_y = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"aPW" = ( -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/poster/official/no_erp{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aPX" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 1; - name = "Cloning Delivery Access"; - req_access_txt = "50" - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aPZ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/autodrobe, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre"; - dir = 1; - name = "Theatre APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aQa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQb" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/medbay/central) -"aQc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aQf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Research Security Post"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"aQg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aQh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aQk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQm" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/eastleft{ - name = "First-Aid Supplies"; - req_access_txt = "5" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aQn" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/belt/medical, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aQo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aQr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQu" = ( -/obj/machinery/door/airlock/virology{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aQv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aQw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/item/paper/monitorkey, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 8; - name = "engineering camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"aQy" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQz" = ( -/obj/machinery/shieldgen, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aQB" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"aQG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"aQH" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aQI" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"aQJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"aQL" = ( -/turf/closed/wall/rust, -/area/security/checkpoint/medical) -"aQM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aQN" = ( -/turf/closed/wall, -/area/medical/surgery) -"aQP" = ( -/turf/closed/wall/rust, -/area/medical/surgery) -"aQQ" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aQR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"aQS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_y = 5 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aQT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aQU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"aQV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/chemistry) -"aQW" = ( -/turf/closed/wall, -/area/medical/chemistry) -"aQX" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aQZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aRc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aRd" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aRe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRg" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aRh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"aRi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "cmo sorting disposal pipe"; - sortType = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aRj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aRn" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"aRp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aRq" = ( -/obj/machinery/computer/med_data{ - dir = 4; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aRs" = ( -/obj/structure/bed, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aRt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"aRv" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Hallway Centre"; - dir = 2; - name = "fore camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aRw" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aRx" = ( -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aRy" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aRz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aRA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/medical, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aRB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aRE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aRF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRG" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aRH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"aRJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/soap/nanotrasen, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aRK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aRL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/jukebox, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aRN" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aRO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aRP" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "medical locker" - }, -/obj/structure/grille/broken, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/turf/open/floor/plating, -/area/maintenance/port) -"aRQ" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"aRR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aRT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Medbay Lobby"; - dir = 4; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRU" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/item/storage/pill_bottle/epinephrine, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aRV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aRX" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aRY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aRZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"aSd" = ( -/obj/machinery/computer/med_data{ - dir = 1; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aSe" = ( -/obj/structure/sign/departments/medbay/alt{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aSf" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/port/fore) -"aSg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistry_shutters_2"; - name = "Chemistry Hall Shutters" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"aSh" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aSi" = ( -/obj/structure/table/glass, -/obj/item/clipboard{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/grenades, -/obj/item/toy/figure/chemist, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aSj" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aSk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 4; - icon_state = "computer" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"aSl" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSm" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aSo" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Medbay" - }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Medical Delivery Access"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aSp" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aSq" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"aSr" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"aSs" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/door/window/westright{ - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"aSt" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Blast Doors" - }, -/obj/machinery/door/window/eastleft{ - name = "Engineering Desk"; - req_access_txt = "10" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"aSu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aSv" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"aSw" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aSy" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/ointment, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aSz" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"aSA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aSB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aSE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aSJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aSK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"aSL" = ( -/turf/closed/wall/rust, -/area/crew_quarters/fitness/recreation) -"aSM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transittube_ai"; - name = "Transit Tube Blast Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aSN" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/item/pen, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aSO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aSQ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "backstage maintenance"; - req_access_txt = "46" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"aSR" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"aST" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"aSU" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/item/clipboard, -/obj/item/toy/figure/mime{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/toy/dummy{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/toy/figure/clown, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aSV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aSW" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/crowbar/red, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aSX" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/medbay/central) -"aSY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aSZ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance/two, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTa" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aTb" = ( -/obj/machinery/door/airlock/grunge{ - name = "Mass Driver"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aTc" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aTe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aTg" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/bar/atrium"; - dir = 1; - name = "Atrium APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aTh" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/grass, -/area/medical/virology) -"aTi" = ( -/obj/structure/flora/junglebush/large, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/medical/virology) -"aTj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Upload"; - location = "Science"; - name = "science navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aTk" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port) -"aTl" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aTm" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTn" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aTo" = ( -/obj/structure/closet/secure_closet/security/science, -/obj/item/crowbar, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/science/research"; - dir = 8; - name = "Research Security APC"; - pixel_x = -25 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"aTp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aTq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"aTr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"aTs" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aTt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aTu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aTv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/departments/chemistry{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aTw" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aTx" = ( -/turf/closed/wall/r_wall, -/area/medical/surgery) -"aTy" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aTz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"aTA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aTB" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/libraryconsole{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aTC" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/kitchenspike, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aTD" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/l3closet/virology, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Virology Airlock"; - dir = 2; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aTE" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"aTF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aTG" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aTH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aTI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aTK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aTL" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 8; - freq = 1400; - location = "Bar" - }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Bar Delivery Access"; - req_access_txt = "25" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aTM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"aTN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"aTO" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/beakers, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aTP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aTQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/power/apc{ - areastring = "/area/medical/storage"; - dir = 2; - name = "Medbay Storage APC"; - pixel_y = -23 - }, -/obj/machinery/light, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aTR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aTS" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/gloves{ - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aTT" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"aTU" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "8" - }, -/obj/structure/sign/warning/explosives/alt{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aTV" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aTW" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = -6 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aTX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aTY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aTZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aUb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/under/syndicate/tacticool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aUd" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aUe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aUf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Council Chamber"; - req_access_txt = "0"; - req_one_access_txt = "38;63" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aUg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aUh" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Office"; - req_access_txt = "56"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"aUi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"aUj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aUk" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aUl" = ( -/obj/machinery/door/airlock/grunge{ - name = "Entertainment Backstage"; - req_access_txt = "46" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aUm" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Research Lab"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aUn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aUo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aUp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"aUt" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aUv" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"aUw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aUx" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aUy" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/storage/box/monkeycubes, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aUz" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"aUA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera{ - c_tag = "Recovery Room"; - dir = 1; - name = "medical camera"; - network = list("ss13","medical"); - pixel_x = 32 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"aUB" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"aUC" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aUD" = ( -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aUE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aUF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aUG" = ( -/turf/closed/wall/mineral/plastitanium, -/area/maintenance/port) -"aUI" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 1"; - dir = 4; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aUJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"aUK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"aUL" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aUM" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/gibber, -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room"; - dir = 2; - name = "diner camera" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aUN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"aUP" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall/rust, -/area/medical/virology) -"aUQ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"aUR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aUT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Law Office"; - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/lawoffice) -"aUU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Break Room"; - req_access_txt = "5" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aUV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/virology"; - dir = 1; - name = "Virology APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aUW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/newscaster{ - pixel_x = 30; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"aUX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aUY" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 2; - name = "Medbay Central APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aUZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aVb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aVe" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aVg" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"aVh" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/light/small, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aVi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aVj" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - opacity = 1; - req_access_txt = "9" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aVk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aVl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre A"; - req_access_txt = "45" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aVn" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - opacity = 1; - req_access_txt = "0"; - req_one_access_txt = "5;6;22" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aVp" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Justice Windoor"; - req_access_txt = "3" - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Justice Windoor"; - req_access_txt = "3" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "justiceshutter"; - name = "Justice Shutter" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aVq" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/kitchenspike, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aVr" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/chapel/main) -"aVs" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aVt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"aVu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aVv" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "chemistry_shutters"; - name = "Lobby Shutters Toggle"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "5; 33" - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aVw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aVx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aVy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"aVA" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/infections{ - pixel_y = 6 - }, -/obj/item/healthanalyzer, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology RC"; - pixel_x = 29; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Virology"; - dir = 8; - name = "medical camera"; - network = list("ss13","medical") - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aVC" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for monitoring medbay to ensure patient safety."; - dir = 2; - name = "Medbay Monitor"; - network = list("medical") - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aVD" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/l3closet/virology, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aVF" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aVG" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"aVH" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/genetics/cloning) -"aVI" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aVJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdprivacy"; - name = "Director's Privacy Blast Door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"aVK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/dna_scannernew, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aVL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Medical Security Post"; - dir = 1; - name = "medical camera"; - network = list("ss13","medical") - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"aVM" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/janitor) -"aVN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aVO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"aVP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aVR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/window/eastleft{ - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "virology sorting disposal pipe"; - sortType = 27 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aVS" = ( -/obj/machinery/door/window/southleft{ - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aVT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 2 - }, -/obj/item/pen, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aVU" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/genetics/cloning) -"aVV" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"aVW" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/storage/box/syringes{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/beakers{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"aVY" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aVZ" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/camera{ - c_tag = "Morgue"; - name = "medical camera"; - network = list("ss13","medical") - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"aWb" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWc" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aWe" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/genetics) -"aWg" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWh" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWi" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aWj" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Officer's Office"; - name = "medical camera"; - network = list("ss13","medical") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"aWk" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWl" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "emmd"; - name = "Emergency Medical Lockdown Shutters" - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"aWm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"aWn" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aWo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"aWp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aWq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aWr" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/medical"; - dir = 8; - name = "Medical Security Checkpoint APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aWs" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/hallway/secondary/exit/departure_lounge) -"aWt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aWu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWv" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWw" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistry_shutters"; - name = "Chemistry Lobby Shutters" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"aWy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aWz" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/paper/guides/jobs/medical/morgue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/pen, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aWB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aWC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aWD" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/bar) -"aWE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 2 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWG" = ( -/turf/closed/wall, -/area/chapel/office) -"aWH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder{ - pixel_x = -4 - }, -/obj/item/paicard, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"aWI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"aWJ" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"aWK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/westright{ - name = "Armoury Desk"; - req_access_txt = "3" - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"aWL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/barsign{ - pixel_y = 32; - req_access = null; - req_access_txt = "25" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aWM" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"aWN" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine, -/area/science/xenobiology) -"aWO" = ( -/obj/structure/table/wood, -/obj/item/paper/guides/jobs/security/courtroom, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aWP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"aWR" = ( -/turf/closed/wall, -/area/science/xenobiology) -"aWS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aWT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Medbay Security Post"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"aWU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"aWV" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/engine, -/area/science/explab) -"aWW" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"aWY" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"aXa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/landmark/start/scientist, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"aXb" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/science/explab) -"aXc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/plating, -/area/science/explab) -"aXf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"aXg" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/stack/packageWrap, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aXh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXi" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding, -/obj/item/clothing/glasses/welding, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aXj" = ( -/turf/closed/wall/rust, -/area/science/robotics/lab) -"aXk" = ( -/turf/closed/wall/r_wall/rust, -/area/science/explab) -"aXl" = ( -/turf/closed/wall/r_wall/rust, -/area/science/mixing) -"aXm" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio{ - desc = "An old handheld radio. You could use it, if you really wanted to."; - icon_state = "radio"; - name = "old radio" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aXn" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aXo" = ( -/obj/machinery/rnd/experimentor, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/explab) -"aXp" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/reagent_containers/food/drinks/shaker{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/toy/figure/bartender{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/rag, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aXq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"aXr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot_white, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aXs" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aXt" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aXu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/fore) -"aXv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "chemistry sorting disposal pipe"; - sortType = 11 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aXw" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/folder, -/obj/item/nanite_scanner{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/nanite_remote, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aXx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"aXz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aXA" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aXB" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/bombcloset, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aXC" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aXE" = ( -/obj/machinery/nanite_chamber, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aXF" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/nanite_chamber_control{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Nanite Lab"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aXG" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atrium Vendors"; - dir = 8; - name = "diner camera" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aXH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aXI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aXK" = ( -/obj/effect/decal/remains/human, -/obj/machinery/sparker/toxmix{ - dir = 2; - name = "chamber igniter"; - pixel_x = -16 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aXL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aXM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aXN" = ( -/obj/machinery/igniter/incinerator_toxmix, -/mob/living/simple_animal/chicken{ - atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0); - desc = "A timeless classic."; - name = "Kentucky" - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"aXO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"aXP" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aXQ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/stock_parts/matter_bin{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/scanning_module{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/scanning_module, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aXR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/science/server) -"aXS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/engine, -/area/science/explab) -"aXU" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Toggle"; - pixel_y = 25 - }, -/turf/open/floor/engine, -/area/science/explab) -"aXW" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/fore) -"aXX" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aXY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"aXZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"aYa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"aYb" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aYc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aYd" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"aYe" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/lab) -"aYf" = ( -/turf/closed/wall/r_wall/rust, -/area/science/lab) -"aYg" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/lab) -"aYh" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Cell 3"; - dir = 8; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"aYi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aYj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "Test Chamber Blast Door" - }, -/turf/open/floor/plating, -/area/science/explab) -"aYk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aYn" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/machinery/button/ignition/incinerator/toxmix{ - pixel_x = -6; - pixel_y = 30 - }, -/obj/machinery/button/door/incinerator_vent_toxmix{ - pixel_x = 8; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing/chamber"; - dir = 4; - name = "Toxins Chamber APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"aYo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"aYp" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aYq" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aYr" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aYs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"aYt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/assistant, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aYu" = ( -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aYv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aYw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"aYx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aYy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aYz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"aYA" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"aYB" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "emmd"; - name = "Emergency Medical Lockdown Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aYC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"aYD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway Firelock"; - dir = 4; - name = "port camera" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"aYF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"aYH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics_shutters"; - name = "Robotics Privacy Shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"aYI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aYK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "research_shutters"; - name = "Research Privacy Shutter" - }, -/turf/open/floor/plating, -/area/science/lab) -"aYM" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aYN" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aYO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"aYP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aYQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"aYR" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aYS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aYT" = ( -/obj/machinery/nanite_programmer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aYU" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aYV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aYW" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/bar) -"aYX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"aYY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aYZ" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"aZb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"aZc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"aZd" = ( -/turf/closed/wall, -/area/hydroponics) -"aZe" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aZh" = ( -/obj/structure/transit_tube/station{ - dir = 1; - icon_state = "closed_station0" - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/foyer) -"aZi" = ( -/obj/structure/sign/departments/science, -/turf/closed/wall/rust, -/area/science/lab) -"aZj" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -6 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 6 - }, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aZk" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/item/wallframe/apc, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"aZl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"aZm" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/item/storage/box/pillbottles, -/obj/item/storage/box/pillbottles, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aZn" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"aZo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "toxins sorting disposal pipe"; - sortType = 25 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aZp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/packageWrap{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aZr" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"aZs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"aZt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aZu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"aZv" = ( -/turf/closed/wall, -/area/science/explab) -"aZw" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/cmo) -"aZx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aZz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"aZB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/analyzer, -/obj/item/analyzer, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aZD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"aZE" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aZF" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"aZG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"aZH" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"aZJ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"aZK" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"aZL" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "research_shutters"; - name = "Research Privacy Shutter" - }, -/obj/machinery/door/window/eastright{ - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/turf/open/floor/plating, -/area/science/lab) -"aZN" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"aZQ" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"aZR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aZS" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"aZT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aZV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/research/glass{ - name = "Research Lab"; - req_one_access_txt = "7;29" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aZW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aZX" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/nanite_chamber_control{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"aZZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"baa" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/bridge) -"bab" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bac" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"bad" = ( -/obj/machinery/computer/rdconsole/robotics{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bae" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "science sorting disposal pipe"; - sortType = 12 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"baf" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bag" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bah" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"bai" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bak" = ( -/obj/machinery/computer/operating{ - dir = 1; - name = "Robotics Operating Computer" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bam" = ( -/turf/closed/wall/r_wall/rust, -/area/science/robotics/lab) -"ban" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"bao" = ( -/turf/closed/wall/rust, -/area/science/robotics/mechbay) -"bap" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"baq" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"bar" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/button/door{ - id = "emmd"; - name = "Medical Lockdown Toggle"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/medical) -"bas" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"bat" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bau" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"baw" = ( -/obj/machinery/vending/wardrobe/chem_wardrobe, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 8; - name = "Chemistry APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"bax" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bay" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"baz" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"baA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"baC" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/mixing) -"baD" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/transfer_valve{ - pixel_x = -4 - }, -/obj/item/transfer_valve{ - pixel_x = -4 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 4 - }, -/obj/item/transfer_valve{ - pixel_x = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"baE" = ( -/obj/structure/table/reinforced, -/obj/item/wirecutters{ - pixel_y = 5 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/igniter{ - desc = "A small electronic device able to ignite combustible substances. This one goes slightly to the right."; - pixel_x = 6 - }, -/obj/item/assembly/igniter{ - desc = "A small electronic device able to ignite combustible substances. This one goes slightly to the right."; - pixel_x = 6 - }, -/obj/item/assembly/igniter{ - desc = "A small electronic device able to ignite combustible substances. This one goes slightly to the right."; - pixel_x = 6 - }, -/obj/item/assembly/igniter{ - desc = "A small electronic device able to ignite combustible substances. This one goes slightly to the right."; - pixel_x = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"baF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"baG" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"baH" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"baI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"baJ" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"baK" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/pipe_dispenser, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"baL" = ( -/turf/closed/wall/r_wall/rust, -/area/science/server) -"baM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"baN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"baO" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"baQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"baR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"baS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"baT" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -30 - }, -/obj/item/crowbar, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"baU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"baV" = ( -/turf/closed/wall/rust, -/area/security/checkpoint/science/research) -"baX" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input, -/obj/machinery/sparker/toxmix{ - dir = 2; - name = "chamber igniter"; - pixel_x = -16 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"baY" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/storage) -"baZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bba" = ( -/turf/closed/wall, -/area/science/storage) -"bbb" = ( -/turf/closed/wall, -/area/security/checkpoint/science/research) -"bbc" = ( -/turf/closed/wall/r_wall, -/area/science/storage) -"bbd" = ( -/turf/closed/wall/r_wall/rust, -/area/science/storage) -"bbe" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bbf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"bbg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"bbh" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Medbay Central"; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"bbi" = ( -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"bbj" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/box/disks_nanite{ - pixel_y = 4 - }, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bbk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bbl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bbm" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - desc = "Used to time things. Works well with contraptions which has to count down. Tick tock. But slightly shifted to the left."; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - desc = "Used to remotely activate devices. Allows for syncing when using a secure signaler on another. Slightly scooted."; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/screwdriver{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbn" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Mixers"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbo" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bbp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"bbq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"bbr" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"bbu" = ( -/turf/closed/wall/r_wall/rust, -/area/science/mixing/chamber) -"bbv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"bbw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"bbx" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bby" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"bbz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bbB" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbE" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbG" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"bbH" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bbI" = ( -/obj/machinery/doppler_array/research/science{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbJ" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bbL" = ( -/obj/machinery/nanite_chamber, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bbM" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/nanite_remote{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/nanite_scanner{ - pixel_x = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bbN" = ( -/turf/closed/wall, -/area/science/mixing) -"bbO" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bbP" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bbQ" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics_shutters"; - name = "Robotics Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bbR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bbS" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1; - icon_state = "mixer_off_f" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbT" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bbU" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bbW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bbY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"bcb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 8; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("toxins"); - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcc" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcd" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bce" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcf" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/mixing/chamber) -"bcg" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"bch" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "research_shutters"; - name = "Research Privacy Shutter" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Research Lab"; - req_one_access_txt = "7;29" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bci" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/gloves/color/latex{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Launch Site"; - dir = 2; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/structure/sign/warning/explosives/alt{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcj" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"bck" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bcm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bco" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"bcp" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bcq" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/transit_tube/horizontal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bridge) -"bcs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Toxins Pumps"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bct" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bcu" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bcv" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/transit_tube/station/reverse, -/obj/structure/transit_tube_pod{ - dir = 8; - icon_state = "pod" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/bridge) -"bcx" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Access"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bcy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"bcA" = ( -/obj/structure/cable/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"bcB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bcD" = ( -/turf/closed/wall/rust, -/area/science/mixing) -"bcE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bcF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_y = -2 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/bridge) -"bcG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bcH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"bcK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bcL" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/book/manual/wiki/toxins{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/vending_refill/cigarette, -/obj/item/hand_labeler, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bcO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bcR" = ( -/obj/item/target, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access_txt = "8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bcT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bcU" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bcV" = ( -/obj/machinery/suit_storage_unit/rd, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bcW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bcX" = ( -/obj/structure/table/glass, -/obj/machinery/smartfridge/disks{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/seeds/random{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/seeds/wheat{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/seeds/sugarcane{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/seeds/potato{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/toy/figure/botanist{ - pixel_x = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics"; - dir = 2; - name = "hydroponics camera" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bcY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bcZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Emergency Research Lockdown"; - pixel_x = -24; - pixel_y = 6; - req_access_txt = "47" - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bda" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bdb" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"bdc" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_y = 5 - }, -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Toggle"; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"bdd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bde" = ( -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Experimenter Chamber"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/explab) -"bdf" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bdg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"bdi" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"bdj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bdk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"bdl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"bdn" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/lipstick/random{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/lipstick/random{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = 6 - }, -/obj/item/pen, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Backstage"; - dir = 2; - name = "diner camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"bdp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bdq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bdr" = ( -/obj/machinery/chem_heater{ - pixel_x = 6 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - name = "Chemistry RC"; - pixel_x = 30; - pixel_y = 28; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"bdt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bdu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 4; - icon_state = "computer" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"bdv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bdy" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bdz" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/clothing/head/chefhat{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/kitchen/rollingpin{ - pixel_x = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bdC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bdD" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/engine, -/area/science/xenobiology) -"bdE" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - name = "kitchen closet" - }, -/obj/item/clothing/suit/toggle/chef, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bdF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"bdG" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bdH" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of his office."; - dir = 1; - name = "Research Monitor"; - network = list("rd") - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"bdI" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bdJ" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchInt"; - name = "Research Division"; - req_one_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bdM" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bdN" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bdO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"bdR" = ( -/obj/structure/table, -/obj/item/folder{ - pixel_x = -6 - }, -/obj/item/book/manual/wiki/experimentor, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"bdS" = ( -/obj/effect/turf_decal/box/corners, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/engine, -/area/science/explab) -"bdT" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bdU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_x = 32; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - pixel_x = 32 - }, -/obj/structure/sign/directions/command{ - pixel_x = 32; - pixel_y = -8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bdV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"bdW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bdX" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bdY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bdZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"bea" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"beb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/checkpoint/science/research) -"bed" = ( -/obj/effect/spawner/structure/window/hollow/reinforced/middle, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/hallway/secondary/command) -"bee" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"bef" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"beg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"beh" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bei" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bel" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bem" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"ben" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"beo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bep" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"beq" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"ber" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bes" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/obj/item/flashlight, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - dir = 2; - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = 6; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"bet" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"beu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_x = -32; - pixel_y = 8 - }, -/obj/structure/sign/directions/supply{ - pixel_x = -32 - }, -/obj/structure/sign/directions/engineering{ - pixel_x = -32; - pixel_y = -8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bev" = ( -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/hallway/secondary/command) -"bex" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber{ - name = "scrubber ducky" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/science/storage"; - dir = 1; - name = "Toxins Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"bey" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"bez" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"beA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"beB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"beC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"beD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/science/research) -"beE" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/dark, -/area/science/research) -"beF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"beG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"beH" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/mixing) -"beI" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"beJ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"beK" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"beL" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"beM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"beN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"beO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"beP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"beR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/structure/fans/tiny/invisible, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"beS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"beT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"beV" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"beW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"beX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "qm sorting disposal pipe"; - sortType = 3 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beY" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"beZ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfa" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Science Checkpoint RC"; - pixel_y = -30 - }, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"bfb" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -7 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -7 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 7 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 7 - }, -/obj/item/reagent_containers/dropper{ - pixel_y = 6 - }, -/obj/item/reagent_containers/dropper, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/machinery/camera{ - c_tag = "Chemistry"; - dir = 1; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"bfc" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -30 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Emergency Research Lockdown"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "47" - }, -/obj/machinery/camera{ - c_tag = "Science Security Post"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"bfe" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"bff" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bfg" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/chemistry) -"bfi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bfk" = ( -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bfl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bfm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bfo" = ( -/obj/machinery/light/floor, -/obj/effect/turf_decal/box, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bfq" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfr" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/mixing) -"bfs" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bft" = ( -/obj/effect/turf_decal/box/corners, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bfv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"bfw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"bfx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bfy" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bfB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/displaycase/labcage, -/obj/effect/turf_decal/box, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bfC" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bfD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bfE" = ( -/obj/structure/table, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/restraints/handcuffs, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Departures Holding Area"; - name = "shuttle camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bfF" = ( -/obj/structure/chair, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bfG" = ( -/obj/structure/chair, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bfH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Kitchen Counter"; - dir = 4; - name = "starboard camera" - }, -/obj/structure/sign/directions/evac{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bfI" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bfJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bfK" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - dir = 2; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bfM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bfN" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "Xenolab"; - name = "Containment Chamber Toggle"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bfO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 2; - name = "Research Lab APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bfP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bfQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bfR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bfS" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bfT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bfU" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "xeno5"; - name = "Creature Cell 5 Toggle"; - pixel_x = -24; - pixel_y = -24; - req_access_txt = "55" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bfX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"bfY" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Test Chamber"; - dir = 2; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bfZ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 2; - name = "euthanization chamber freezer" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bga" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Toxins Storage"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/storage) -"bgb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bgc" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"bgd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bge" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"bgf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bgg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bgk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Experimenter Lab"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"bgm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bgo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bgr" = ( -/obj/machinery/door/airlock/maintenance{ - name = "research lab maintenance"; - req_one_access_txt = "7;29" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"bgs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bgt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgu" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "xeno6"; - name = "Creature Cell 6 Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "55" - }, -/obj/item/extinguisher{ - pixel_y = 4 - }, -/obj/item/extinguisher{ - pixel_x = -4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bgw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/l3closet/scientist, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/extinguisher, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgx" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgy" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Room"; - req_access_txt = "8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"bgz" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bgC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"bgD" = ( -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bgE" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"bgF" = ( -/obj/machinery/smartfridge/extract/preloaded, -/turf/closed/wall, -/area/science/xenobiology) -"bgG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"bgH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/virology{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"bgK" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sink{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"bgL" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"bgM" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "xeno4"; - name = "Creature Cell 4 Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/processor/slime, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_y = 5 - }, -/obj/item/clothing/under/color/grey, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"bgO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Xenobiology Computers"; - dir = 8; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bgQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bgR" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bgT" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "xeno1"; - name = "Creature Cell 1 Toggle"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "55" - }, -/obj/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bgW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bgX" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bgY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bha" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai_upload) -"bhc" = ( -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "coldroom"; - name = "Coldroom Shutter Toggle"; - pixel_x = 24; - pixel_y = 6; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bhe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bhg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/l3closet/scientist, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bhj" = ( -/obj/effect/turf_decal/box/corners, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bhk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bhl" = ( -/obj/structure/sign/departments/xenobio, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bhm" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"bhn" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/science/xenobiology) -"bho" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, -/turf/open/floor/engine, -/area/science/xenobiology) -"bhp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bhq" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/maintenance/starboard) -"bhr" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"bhs" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/item/flashlight, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"bht" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/virology{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"bhu" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"bhv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Euthanization Chamber"; - dir = 2; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bhw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bhx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bhy" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bhC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/bodycontainer/morgue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bhD" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bhE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bhF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bhG" = ( -/turf/closed/wall/rust, -/area/quartermaster/qm) -"bhH" = ( -/turf/closed/wall, -/area/quartermaster/miningoffice) -"bhI" = ( -/turf/closed/wall, -/area/quartermaster/office) -"bhJ" = ( -/turf/closed/wall/rust, -/area/quartermaster/office) -"bhK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"bhL" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bhN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/cardboard, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bhO" = ( -/obj/machinery/computer/bounty, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bhP" = ( -/obj/machinery/computer/cargo, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - name = "Quartermaster RC"; - pixel_y = 30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bhQ" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"bhR" = ( -/turf/closed/wall/rust, -/area/quartermaster/miningoffice) -"bhS" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"bhT" = ( -/obj/machinery/chem_dispenser{ - layer = 2.7 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"bhU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bhX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"bhY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bhZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/computer/cargo, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo RC"; - pixel_y = 30 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bia" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bic" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bid" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bie" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bif" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"big" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bih" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bij" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bik" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bil" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/chemistry{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bin" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/quartermaster/miningoffice) -"bio" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #1" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/the_griffin{ - pixel_y = 32 - }, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bip" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bir" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 1; - name = "Quartermaster's Office APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 2; - name = "cargo camera"; - network = list("ss13","qm") - }, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bis" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8; - icon_state = "computer"; - req_access = null; - req_one_access = null - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bit" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/ore_box, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"biu" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"biz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"biA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/teleporter) -"biB" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Research Security Post"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science/research) -"biC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"biD" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sunnybush, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"biE" = ( -/obj/machinery/door/airlock/external{ - name = "Medical Escape Pod"; - req_access_txt = "0" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"biG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"biH" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/suit/hooded/wintercoat/miner, -/obj/item/clothing/suit/hooded/wintercoat/miner, -/obj/item/clothing/suit/hooded/wintercoat/miner, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningoffice"; - dir = 1; - name = "Mining Dock APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"biI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/cartridge/quartermaster, -/obj/item/cartridge/quartermaster, -/obj/item/cartridge/quartermaster, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"biJ" = ( -/obj/machinery/computer/security/qm{ - dir = 8; - network = list("mine","auxbase","vault","qm") - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"biK" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "chemistry_shutters_2"; - name = "Hall Shutters Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "5; 33" - }, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -40 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"biL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"biM" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/storage/box/lights/mixed{ - pixel_y = 6 - }, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"biN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light, -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - name = "Custodial RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/janitor) -"biO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"biQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/window/southleft{ - name = "Trash Chute"; - req_one_access_txt = "26" - }, -/obj/machinery/conveyor_switch/oneway{ - dir = 4; - id = "garbage"; - name = "trash chute" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/janitor) -"biR" = ( -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Cargo Delivery Access"; - req_access_txt = "50" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"biS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/maintenance/port) -"biT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"biU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/scientist, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"biW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"biX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"biY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"biZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/computer/bounty{ - dir = 8; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bja" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bjc" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bjd" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bje" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/arrows, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bjh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bji" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bjj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bjl" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/crate, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight/flare, -/obj/item/flashlight/flare, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bjm" = ( -/obj/structure/transit_tube/crossing, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bjn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"bjo" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library) -"bjq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/library) -"bjs" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bjt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"bju" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/tank/internals/oxygen/yellow, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bjv" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/tank/internals/oxygen/yellow, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bjw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/autolathe, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bjx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjy" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bjD" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/arrows, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjE" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bjF" = ( -/turf/closed/wall/rust, -/area/quartermaster/storage) -"bjG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjH" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bjI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bjJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bjK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bjL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"bjM" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bjN" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/shovel, -/obj/item/shovel, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bjP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bjQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bjR" = ( -/obj/machinery/door/window/northright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Library Desk Door"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/green, -/area/library) -"bjS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bjT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bjU" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjV" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bjW" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"bjX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bjY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bjZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bka" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bkb" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bkc" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/quartermaster/miningoffice) -"bkd" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"bke" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkf" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkh" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bki" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkj" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/cola/red, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"bkk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/sheet/cardboard/fifty, -/obj/item/storage/box/lights/mixed{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/lights/mixed{ - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bkl" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkm" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/labor{ - dir = 2; - icon_state = "computer" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Cargo Checkpoint RC"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bkn" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bko" = ( -/obj/effect/turf_decal/bot, -/obj/structure/ore_box, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bkq" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkr" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bku" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkv" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bkw" = ( -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Cabin_3"; - name = "Cabin 3 Privacy Lock"; - normaldoorcontrol = 1; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/landmark/start/assistant, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"bkx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bky" = ( -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/chapel/main) -"bkz" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Delivery Desk"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bkA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkB" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/locker) -"bkE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bkF" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bkG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bkH" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - name = "Cargo Disposal"; - req_access_txt = "50" - }, -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2"; - name = "mail belt"; - pixel_y = 6 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkI" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"bkJ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bkK" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/tank/internals/oxygen/yellow, -/obj/machinery/light, -/obj/machinery/requests_console{ - department = "Mining"; - departmentType = 0; - name = "Mining RC"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bkL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkM" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 9; - id = "QMLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bkN" = ( -/obj/machinery/door/poddoor{ - density = 1; - id = "QMLoaddoor"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad"; - name = "off ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkO" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad"; - name = "off ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkP" = ( -/turf/closed/wall/rust, -/area/quartermaster/sorting) -"bkQ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bkR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2"; - name = "mail belt" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bkS" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2"; - name = "mail belt" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bkT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/food/salt{ - desc = "A sizable pile of concentrated salt left behind by the previous occupant." - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"bkU" = ( -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - desc = "A bottle of whiskey. There's a label that reads 'tears' taped to the front."; - name = "Bottle of Tears"; - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_y = 2 - }, -/obj/machinery/keycard_auth{ - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/button/door{ - id = "hosspace"; - name = "Space Blast door Toggle"; - pixel_x = 7; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"bkV" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bkY" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkZ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bld" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ble" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/button/door{ - id = "Cabin_2"; - name = "Cabin 2 Privacy Lock"; - normaldoorcontrol = 1; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/landmark/start/assistant, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/locker) -"blf" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"blg" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"blh" = ( -/obj/machinery/mineral/equipment_vendor, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/status_display/supply{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 1; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bli" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blj" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"blk" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "QMLoaddoor"; - layer = 4; - name = "Off Ramp Toggle"; - pixel_x = 24; - pixel_y = 6; - req_access_txt = "31" - }, -/obj/machinery/button/door{ - dir = 2; - id = "QMLoaddoor2"; - layer = 4; - name = "On Ramp Toggle"; - pixel_x = 24; - pixel_y = -6; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bln" = ( -/obj/structure/bed, -/obj/effect/landmark/start/assistant, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"blp" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"bls" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/security/qm{ - dir = 1; - network = list("mine","auxbase","vault","qm") - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"blu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"blv" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"blx" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bly" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"blz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blA" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "QMLoad"; - name = "off ramp"; - pixel_y = 5 - }, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blB" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Virology Monkey Pen"; - dir = 4; - name = "medical camera"; - network = list("ss13","medical") - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"blE" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/quartermaster/storage) -"blF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"blG" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Cargo Checkpoint Post"; - dir = 1; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"blH" = ( -/obj/machinery/door/poddoor{ - density = 1; - id = "QMLoaddoor2"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"blI" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"blJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"blK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2"; - name = "on ramp"; - pixel_y = 6 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blO" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"blQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cargo, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"blR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"blT" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/wrapping_paper{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stack/wrapping_paper{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"blU" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/sign/warning/deathsposal{ - layer = 4 - }, -/turf/open/floor/plating, -/area/medical/virology) -"blY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 8; - name = "Port Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"blZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/green, -/area/library) -"bma" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2"; - name = "mail belt" - }, -/obj/machinery/camera{ - c_tag = "Delivery Office"; - dir = 1; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bmb" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) -"bmc" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"bmd" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bme" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmf" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmg" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/southright{ - dir = 4; - name = "Mail Chute"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmh" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -6 - }, -/obj/machinery/button/door{ - id = "research_shutters"; - name = "Research Shutter Toggle"; - pixel_x = -24; - pixel_y = 6; - req_access_txt = "7" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bmj" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/red_rum{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmk" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bml" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmm" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmn" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/quartermaster/storage) -"bmo" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmp" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bmq" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Cargo Ramps"; - dir = 8; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmr" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Cargo Lockers"; - dir = 4; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bms" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/status_display/supply{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/landmark/start/librarian, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/green, -/area/library) -"bmu" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bmw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"bmx" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bmy" = ( -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"bmz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bmA" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"bmB" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/port) -"bmC" = ( -/obj/structure/sink/puddle, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/grass, -/area/medical/virology) -"bmD" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Satellite Atmospherics"; - dir = 8; - name = "satellite camera"; - network = list("minisat") - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"bmE" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bmF" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hydroponics) -"bmG" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/plantgenes{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bmH" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bmK" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bmL" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/processor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bmM" = ( -/turf/closed/wall/rust, -/area/hydroponics) -"bmN" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"bmO" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/reagent_containers/food/snacks/dough, -/obj/item/reagent_containers/food/snacks/dough, -/obj/item/kitchen/rollingpin, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bmP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmQ" = ( -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/blood/old, -/obj/item/camera{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bmR" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/reagent_containers/food/condiment/enzyme{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/sugar{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bmU" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/item/clothing/suit/fire/firefighter{ - pixel_y = 5 - }, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bmV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 8; - name = "Waste Release" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bmX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bmY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmZ" = ( -/obj/machinery/door/airlock/medical{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bna" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/bar/atrium) -"bnb" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 4; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bnc" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/reagent_containers/food/snacks/grown/corn{ - pixel_y = 6 - }, -/obj/item/reagent_containers/food/snacks/grown/pumpkin{ - pixel_y = 6 - }, -/obj/item/reagent_containers/food/snacks/grown/carrot, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hydroponics) -"bnd" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bne" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/structure/grille/broken, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/flashlight, -/obj/item/flashlight/flare, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bnf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/storage) -"bng" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bnh" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bni" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnj" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/hydroponics) -"bnk" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/window/southright{ - name = "Cargo Disposal"; - req_access_txt = "50" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnm" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2"; - name = "mail belt" - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bnn" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bno" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/bag/tray, -/obj/item/reagent_containers/food/snacks/sausage, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"bnp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnq" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bnr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bns" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bnu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnv" = ( -/turf/closed/wall, -/area/hallway/primary/starboard) -"bnw" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Port Hallway Chemistry Desk"; - dir = 8; - name = "port camera" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bny" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bnz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bnA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bnB" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnC" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Biogenerator"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bnD" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bnF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnG" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnH" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bnI" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"bnM" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/sign/departments/science{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bnN" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/light{ - dir = 4 - }, -/mob/living/carbon/monkey{ - name = "mankey" - }, -/turf/open/floor/grass, -/area/medical/virology) -"bnO" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bnP" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/tank_dispenser/oxygen{ - layer = 2.9; - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnQ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnR" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bnS" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/official/fruit_bowl{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bnT" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced{ - dir = 4 - }, -/mob/living/simple_animal/cow{ - desc = "Allegedly a bull."; - name = "Otis"; - real_name = "Betsy" - }, -/turf/open/floor/grass, -/area/hydroponics) -"bnU" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/ai_slipper{ - uses = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"bnV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnW" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnX" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/ids, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnZ" = ( -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"boa" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bob" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/hydroponics) -"boc" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bod" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"boe" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/reagent_containers/food/drinks/bottle/orangejuice{ - desc = "An emerald flask, from the Keeper's soul. High in vitamins!"; - name = "estus flask"; - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"bof" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/botanist, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bog" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"boh" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/hydroponics) -"boi" = ( -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/freeformcore{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/core/full/asimov{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"boj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bok" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bol" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Service Door"; - req_one_access_txt = "35;28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bom" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bon" = ( -/obj/structure/sign/departments/botany, -/turf/closed/wall, -/area/hydroponics) -"boo" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - name = "supply locker" - }, -/obj/item/clothing/shoes/sneakers/brown, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bop" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/firstaid/o2, -/obj/item/tank/internals/emergency_oxygen, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"boq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bor" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bos" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/port) -"bot" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bou" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bov" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"box" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"boy" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/soda_cans/cola{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/candle/infinite{ - pixel_x = -4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"boz" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"boA" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 6; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"boC" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"boF" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/effect/turf_decal/delivery, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/obj/item/pickaxe/mini, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"boG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"boH" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"boI" = ( -/obj/machinery/door/airlock/medical{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/structure/fans/tiny/invisible, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"boJ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"boK" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/arrows, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"boL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "kitchen sorting disposal pipe"; - sortType = 20 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"boM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_y = 5 - }, -/obj/item/flashlight, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"boN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"boO" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"boP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/quartermaster, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"boS" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"boT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"boU" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"boV" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"boW" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/button/door{ - id = "Cabin_3Privacy"; - name = "Cabin 3 Privacy Toggle"; - pixel_x = -24; - pixel_y = -24 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/locker) -"boX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"boY" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/port) -"boZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bpa" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/disposalpipe/segment, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"bpb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bpc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port) -"bpd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bpe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bpf" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/science/mixing) -"bpj" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"bpl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_y = 32 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bpm" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 11; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bpn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bpo" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/backpack/duffelbag/med{ - pixel_y = 5 - }, -/obj/item/reagent_containers/blood/random{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/random, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/central) -"bpp" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/medical/virology) -"bpq" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/central) -"bps" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"bpt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bpu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bpv" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bpx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/warning/biohazard{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bpA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bpB" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpC" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bpD" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bpE" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/clothing/mask/russian_balaclava, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bpF" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/hallway/primary/starboard) -"bpG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/librarian, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"bpH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/curator_wardrobe, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"bpI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bpJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bpK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"bpL" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/computer/cargo/request, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bpM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bpN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - req_one_access_txt = "31;48" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bpO" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/folder{ - pixel_x = -4 - }, -/obj/item/disk/tech_disk{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/disk/tech_disk{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/disk/design_disk, -/obj/item/disk/design_disk, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/capacitor{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/stock_parts/capacitor{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bpP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bpQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bpR" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/stack/packageWrap, -/obj/item/storage/box/lights/mixed{ - pixel_y = 4 - }, -/obj/item/hand_labeler, -/obj/machinery/light/small, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bpS" = ( -/obj/structure/closet/l3closet/security, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"bpT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bpU" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bpV" = ( -/obj/structure/sign/departments/botany, -/turf/closed/wall, -/area/hallway/primary/starboard) -"bpW" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bpX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfrontdoor"; - name = "Front Security Blast door" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bpY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"bpZ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bqa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bqb" = ( -/obj/structure/sign/departments/custodian, -/turf/closed/wall/rust, -/area/maintenance/central) -"bqc" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqd" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqe" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/teleport/station, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bqg" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/button/door{ - id = "coldroom"; - name = "Coldroom Shutter Toggle"; - pixel_x = -24; - pixel_y = 6; - req_access_txt = "28" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqh" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bqi" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"bqj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bql" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_x = 40; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "kitchen"; - name = "Serving Hatch Toggle"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "28" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqm" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/item/reagent_containers/food/snacks/pie/cream, -/obj/item/clothing/head/lobsterhat, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"bqn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqp" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqr" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqs" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - name = "Kitchen RC"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"bqu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bqw" = ( -/obj/structure/table, -/obj/item/wallframe/airalarm, -/obj/item/screwdriver{ - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bqy" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"bqA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"bqC" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqD" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 4; - freq = 1400; - location = "Atmospherics"; - name = "navigation beacon (Atmospherics Delivery)" - }, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Atmospherics Delivery Access"; - req_access_txt = "0"; - req_one_access_txt = "24;10" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bqE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bqF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/mob/living/simple_animal/hostile/asteroid/hivelord, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bqG" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/plantgenes{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bqH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bqI" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bqK" = ( -/obj/structure/chair/sofa/corner{ - color = "#c45c57"; - dir = 1; - icon_state = "sofacorner" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"bqL" = ( -/obj/structure/chair/sofa{ - color = "#c45c57" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"bqM" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqN" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bqO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/carpet/green, -/area/library) -"bqP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "kitchen_2"; - name = "Hallway Hatch Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"bqQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bqS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bqT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bqV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/autodrobe, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"bqW" = ( -/obj/structure/dresser, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"bqX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bqY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bqZ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bra" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"brb" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"brc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"brd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair/stool/bar{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/effect/landmark/start/clown, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/theatre) -"bre" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brf" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/aicard{ - pixel_x = 4 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Bridge Control Pit"; - name = "command camera" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"brj" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brk" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/reagent_containers/food/snacks/cheesiehonkers{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/snacks/chips, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brl" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"brm" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"brn" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bro" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"brp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/chapel/office) -"brq" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brs" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brt" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Lockdown Toggle"; - pixel_x = 6; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "transittube"; - name = "Transit Tube Lockdown Toggle"; - pixel_x = 6; - pixel_y = -2; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "teleshutter"; - name = "Teleporter Shutter Toggle"; - pixel_x = -6; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "evashutter"; - name = "E.V.A. Storage Shutter Toggle"; - pixel_x = -6; - pixel_y = -2; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"brw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bry" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"brA" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio{ - desc = "An old handheld radio. You could use it, if you really wanted to."; - icon_state = "radio"; - name = "old radio" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brB" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/reagent_containers/food/drinks/britcup{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brC" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Atrium Booths"; - dir = 4; - name = "diner camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brD" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"brE" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/paicard{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brG" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"brH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"brM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brN" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"brO" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"brP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/medical{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"brS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"brT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/storage/photo_album{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/camera, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"brU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 7 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"brV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - dir = 1; - name = "Kitchen APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"brW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"brY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"brZ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bsa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/bar/atrium) -"bsc" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"bsd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bse" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/taperecorder{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/light/small, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"bsf" = ( -/obj/structure/sign/departments/custodian, -/turf/closed/wall, -/area/maintenance/fore) -"bsg" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/clothing/glasses/welding, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/item/stack/sheet/metal{ - amount = 20 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"bsh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"bsi" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bsj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bsk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bsm" = ( -/turf/closed/wall/rust, -/area/chapel/office) -"bsn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bsq" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bsr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bss" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bst" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bsw" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/status_display/supply{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/camera{ - c_tag = "Fore Hallway Chapel"; - dir = 2; - name = "fore camera" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"bsy" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsz" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_one_access_txt = "31;48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bsA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"bsB" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsC" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/l3closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bsD" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Hazard Closet"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"bsE" = ( -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/virology) -"bsF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/libraryscanner, -/obj/effect/turf_decal/bot_white, -/obj/machinery/power/apc{ - areastring = "/area/library"; - dir = 4; - name = "Library APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bsG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bsH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bsJ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/toolbox/drone, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/flashlight/flare, -/obj/item/flashlight/flare, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"bsK" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bsL" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsN" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/crew_quarters/heads/hop) -"bsO" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/crew_quarters/heads/hop) -"bsP" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/crew_quarters/heads/hop) -"bsQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsR" = ( -/obj/structure/sign/poster/contraband/revolver, -/turf/closed/wall, -/area/crew_quarters/locker) -"bsS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bsT" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bsU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/bar) -"bsV" = ( -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/storage/crayons, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - name = "chapel camera" - }, -/turf/open/floor/wood, -/area/chapel/office) -"bsW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"bsX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bsY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bsZ" = ( -/obj/machinery/door/morgue{ - name = "Relic Closet"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bta" = ( -/obj/structure/table/wood/fancy, -/obj/item/book/granter/spell/smoke/lesser{ - pixel_y = 4 - }, -/obj/item/nullrod{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btb" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "chapelgun" - }, -/obj/item/gps, -/obj/effect/turf_decal/stripes/end, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/chapel/office) -"btc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access_txt = "22" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/button/massdriver{ - id = "chapelgun"; - name = "Chapel Mass Driver"; - pixel_x = -24; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btd" = ( -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bte" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"btf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/chapel/office) -"btg" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/chapel/office) -"bth" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 22; - prison_radio = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-17"; - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bti" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Yard"; - req_access_txt = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PCell 1Lock"; - name = "Long-Term Cell 1 Shutter" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"btj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"btk" = ( -/obj/structure/table/wood/fancy, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/toy/figure/chaplain{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/lighter, -/turf/open/floor/wood, -/area/chapel/office) -"btl" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - req_one_access_txt = "31;48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"btm" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/bodybags{ - pixel_y = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bto" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/bodycontainer/crematorium{ - dir = 8; - icon_state = "crema1"; - id = "crematoriumChapel" - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btp" = ( -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btq" = ( -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/stripes/corner, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - name = "Chapel RC"; - pixel_y = -30 - }, -/turf/open/floor/wood, -/area/chapel/office) -"btr" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bts" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -3; - pixel_y = 15 - }, -/obj/item/reagent_containers/food/drinks/bottle/holywater{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"btu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"btv" = ( -/obj/structure/flora/junglebush/b, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"bty" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/caution, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Crematorium"; - dir = 1; - name = "chapel camera" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btA" = ( -/turf/closed/wall, -/area/chapel/main) -"btC" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/chapel/office) -"btD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btE" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"btF" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"btG" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Engineering"; - departmentType = 4; - name = "Engineering RC"; - pixel_x = -30 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"btH" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "bar_1"; - name = "Bar Shutter" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/crew_quarters/bar) -"btI" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "bar_1"; - name = "Bar Shutter" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/crew_quarters/bar) -"btJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"btK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/bar) -"btM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"btN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"btO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"btP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 1; - icon_state = "direction_evac"; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"btQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/courtroom) -"btR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"btS" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"btT" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"btU" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"btV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"btW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"btX" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"btY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"btZ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bua" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bub" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bue" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bug" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"buh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"buj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bul" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/storage/box/masks{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bum" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/paicard, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bun" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/item/clipboard, -/obj/item/folder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buo" = ( -/obj/machinery/chem_dispenser/drinks{ - dir = 8; - icon_state = "soda_dispenser" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bup" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bus" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"but" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/libraryconsole{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"buu" = ( -/obj/structure/bookcase/random/fiction, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"buv" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"buw" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/grass, -/area/medical/virology) -"bux" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"buy" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/bar) -"buz" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/box/matches{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/lighter{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/lighter, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buA" = ( -/obj/machinery/vending/boozeomat, -/turf/closed/wall, -/area/crew_quarters/bar) -"buC" = ( -/turf/closed/wall, -/area/library) -"buD" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/quartermaster/warehouse) -"buE" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/library) -"buF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/beerkeg{ - pixel_y = 5 - }, -/obj/structure/sign/poster/contraband/red_rum{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"buH" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/lighter, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"buI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"buJ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"buK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "hydroponics sorting disposal pipe"; - sortType = 21 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"buL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/bookbinder, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/library) -"buM" = ( -/turf/open/floor/wood, -/area/library) -"buO" = ( -/obj/machinery/door/airlock/grunge{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buQ" = ( -/turf/closed/wall/rust, -/area/crew_quarters/bar) -"buR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/wrench, -/obj/item/crowbar/red, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buS" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"buT" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Engineering"; - name = "navigation beacon (Engineering Delivery)" - }, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Engineering Delivery Access"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "Engineering Blast Doors" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"buV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"buX" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/camera_film{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/camera_film, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Library"; - dir = 8; - name = "bar camera" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"buY" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"buZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bva" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bvc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/bed/roller, -/obj/machinery/light/small, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"bvd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"bve" = ( -/obj/structure/table, -/obj/structure/sign/departments/medbay/alt{ - pixel_x = 32 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_y = -32 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/item/clothing/glasses/eyepatch{ - pixel_y = 4 - }, -/obj/item/clothing/mask/surgical, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bvf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvh" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stamp/denied{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/stamp{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - dir = 4; - name = "Cargo Office APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Cargo Office"; - dir = 8; - name = "cargo camera"; - network = list("ss13","qm") - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"bvi" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/camera{ - c_tag = "Bar Shelves"; - name = "bar camera" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bvj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bvk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvl" = ( -/obj/machinery/modular_computer/console/preset/curator{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bvm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bvo" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bvp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"bvq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair/office, -/turf/open/floor/wood, -/area/library) -"bvs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/ammo_casing/shotgun/buckshot{ - pixel_x = -4 - }, -/obj/item/ammo_casing/shotgun/buckshot{ - pixel_x = 4 - }, -/obj/item/gun/ballistic/shotgun/doublebarrel{ - pixel_y = 5 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/bot_white, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bvv" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Council Chamber"; - dir = 8; - name = "command camera" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bvw" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bvx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/bar_wardrobe, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/item/flashlight/lantern, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Bar Storage"; - dir = 1; - name = "bar camera" - }, -/obj/structure/mirror{ - pixel_y = -32 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvA" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/library) -"bvB" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bvC" = ( -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 8; - icon_state = "booze_dispenser" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Bar Counter"; - dir = 8; - name = "bar camera" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvD" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bvE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bvH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bvK" = ( -/turf/closed/wall/rust, -/area/library) -"bvL" = ( -/obj/machinery/computer/shuttle/labor, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvM" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvO" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/restroom{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bvP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bvS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/bar) -"bvT" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/crematorium{ - id = "crematoriumChapel"; - pixel_y = 24; - req_access_txt = "27" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bvU" = ( -/obj/structure/bookcase/random/adult, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bvV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvX" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 2; - icon_state = "console" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvY" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bvZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bwa" = ( -/obj/machinery/door/airlock/grunge{ - name = "Art Cabinet" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"bwb" = ( -/obj/structure/frame/machine, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/oil, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bwc" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwd" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-17"; - pixel_x = -8; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bwe" = ( -/turf/closed/wall/r_wall/rust, -/area/science/xenobiology) -"bwi" = ( -/turf/closed/wall/rust, -/area/crew_quarters/kitchen) -"bwj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bwk" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bwl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bwm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwn" = ( -/turf/closed/wall/rust, -/area/science/xenobiology) -"bwo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwp" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bwq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwr" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/wheat, -/turf/open/floor/grass, -/area/chapel/main) -"bws" = ( -/turf/closed/wall/rust, -/area/security/detectives_office) -"bwt" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/poppy, -/turf/open/floor/grass, -/area/chapel/main) -"bwu" = ( -/turf/closed/wall/rust, -/area/security/processing) -"bwv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"bwx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bwy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bwz" = ( -/turf/closed/wall/rust, -/area/security/checkpoint/supply) -"bwA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bwB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bwC" = ( -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/flashlight/lantern, -/obj/item/storage/book/bible{ - pixel_x = 9; - pixel_y = 7 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwE" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/l3closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bwG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwJ" = ( -/obj/structure/sink/puddle, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 5 - }, -/turf/open/floor/grass, -/area/chapel/main) -"bwL" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/grass, -/area/chapel/main) -"bwM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwN" = ( -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"bwP" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/seed_extractor, -/obj/machinery/camera{ - c_tag = "Apiary"; - dir = 4; - name = "chapel camera" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bwT" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/chapel/main) -"bwU" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/grass, -/area/chapel/main) -"bwV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Fore Hallway Vault"; - dir = 1; - name = "fore camera" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"bwW" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/potato, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/grass, -/area/chapel/main) -"bwX" = ( -/turf/closed/wall/rust, -/area/chapel/main) -"bwY" = ( -/obj/structure/chair/pew/left{ - dir = 1; - icon_state = "pewend_left" - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"bwZ" = ( -/obj/structure/chair/pew/right{ - dir = 1; - icon_state = "pewend_right" - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"bxa" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bxc" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bxd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bxe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"bxf" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/chapel/main) -"bxg" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxh" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/chapel/main) -"bxi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/biogenerator, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"bxk" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bxl" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bxm" = ( -/obj/structure/sign/plaques/atmos, -/turf/closed/wall/rust, -/area/engine/atmos) -"bxn" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/storage) -"bxo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bxp" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/maintenance/port) -"bxq" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bxt" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/chapel/main) -"bxu" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"bxx" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/captain) -"bxy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bxz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bxB" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"bxC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/grass, -/area/chapel/main) -"bxE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxF" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"bxH" = ( -/obj/structure/closet{ - name = "beekeeping supplies" - }, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxI" = ( -/obj/structure/closet{ - name = "beekeeping wardrobe" - }, -/obj/item/clothing/suit/beekeeper_suit, -/obj/item/clothing/suit/beekeeper_suit, -/obj/item/clothing/suit/beekeeper_suit, -/obj/item/clothing/head/beekeeper_head, -/obj/item/clothing/head/beekeeper_head, -/obj/item/clothing/head/beekeeper_head, -/obj/item/melee/flyswatter, -/obj/item/melee/flyswatter, -/obj/item/melee/flyswatter, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bxJ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/chapel/main) -"bxL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"bxM" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/grass, -/area/chapel/main) -"bxN" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/lights/mixed{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/belt/janitor, -/obj/item/storage/bag/trash, -/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"bxO" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bxP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"bxR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bxS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"bxT" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/rust, -/area/chapel/office) -"bxU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bxW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "BrewMaster 2199" - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bxX" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/chapel/main) -"bxY" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"bxZ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "Secure Storage" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Secure Storage Toggle"; - pixel_y = -24; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"byb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"byc" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"byd" = ( -/obj/structure/sign/departments/holy, -/turf/closed/wall, -/area/chapel/main) -"bye" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/item/shovel/spade, -/obj/item/plant_analyzer, -/obj/item/cultivator{ - pixel_x = 6 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 6; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"byf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"byg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"byh" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"byj" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"byk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "cargo sorting disposal pipe"; - sortType = 2 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"byl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bym" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"byo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"byq" = ( -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_y = 24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Turrets"; - dir = 2; - name = "upload camera"; - network = list("aiupload") - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bys" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"byt" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - dir = 1; - name = "Cargo Bay APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byv" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byx" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/status_display/supply{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"byy" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/central) -"byA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"byC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"byD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"byE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byF" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Engineering Lockers"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"byG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byH" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/protectStation{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byK" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Upload Access"; - pixel_x = 6; - req_access_txt = "16" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byM" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_x = 24; - pixel_y = 24 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byN" = ( -/obj/machinery/porta_turret/ai{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/sign/plaques/kiddie{ - pixel_y = 30 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byP" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byQ" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"byR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"byS" = ( -/obj/machinery/computer/upload/borg, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"byU" = ( -/obj/machinery/computer/upload/ai, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"byW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"byX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"byY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"byZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bza" = ( -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmful{ - fan_out_items = 1; - lootcount = 2; - lootdoubles = 0 - }, -/obj/item/aiModule/supplied/oxygen{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"bzb" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"bzc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bzd" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bze" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai_upload) -"bzf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"bzg" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"bzi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bzj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Upload Access"; - pixel_x = 6; - req_access_txt = "16" - }, -/obj/machinery/ai_slipper{ - uses = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/ai_upload) -"bzl" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_one_access_txt = "31;48" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bzm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = 22 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bzn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bzo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/directions/medical{ - dir = 1; - icon_state = "direction_med"; - pixel_x = 32; - pixel_y = 8 - }, -/obj/structure/sign/directions/command{ - pixel_x = 32 - }, -/obj/structure/sign/directions/security{ - pixel_x = 32; - pixel_y = -8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bzr" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmless{ - fan_out_items = 1; - lootcount = 3; - lootdoubles = 0 - }, -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_x = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"bzt" = ( -/obj/machinery/chem_master/condimaster{ - desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; - name = "BrewMaster 2199" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bzu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"bzw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"bzx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"bzy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/button/door{ - id = "transittube"; - name = "Transit Tube Lockdown Toggle"; - pixel_x = 24; - req_access_txt = "19" - }, -/obj/machinery/camera{ - c_tag = "AI Upload Transit"; - dir = 8; - name = "command camera" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bzz" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzA" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bzC" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bzG" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bzH" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bzI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/paper/fluff/holodeck/disclaimer, -/obj/item/pen, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bzJ" = ( -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bzL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/healthanalyzer, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bzN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bzO" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bzP" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bzR" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bzS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing, -/turf/open/space/basic, -/area/space/nearstation) -"bzT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bzU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bzV" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "bankshutter"; - name = "Bank Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port) -"bzW" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bzX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/spider/stickyweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bzY" = ( -/obj/machinery/door/airlock/command{ - name = "Transit Access"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAa" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "AI Upload Transit Access"; - dir = 1; - name = "command camera" - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAb" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/tower, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"bAd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"bAe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAf" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bAg" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bAh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/arrows, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bAj" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bAk" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/machinery/flasher{ - id = "PCell 2"; - name = "Prisoner Pacifier"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bAl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bAm" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/maintenance/central) -"bAn" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bAo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAp" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/insectguts, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"bAr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"bAs" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/syringes{ - pixel_y = 2 - }, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bAt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/plant_analyzer{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/obj/item/cultivator, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"bAv" = ( -/obj/structure/girder, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bAw" = ( -/obj/machinery/porta_turret/ai{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"bAx" = ( -/obj/machinery/door/airlock/command{ - name = "Transit Access"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"bAz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bAA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bAB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bAC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bAD" = ( -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = 22 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/chapel/office) -"bAE" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bAF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bAG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Cargo Security Post"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bAH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/loading_area, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bAJ" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console{ - department = "Detective's office"; - name = "Detective RC"; - pixel_y = 30 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -6 - }, -/obj/machinery/button/door{ - id = "detective_shutters"; - name = "Detective's Privacy Toggle"; - pixel_x = 24; - pixel_y = 6; - req_access_txt = "4" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"bAN" = ( -/turf/closed/wall, -/area/medical/virology) -"bAQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bAT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bAU" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet{ - name = "suit closet" - }, -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bAV" = ( -/obj/machinery/door/airlock/grunge{ - id_tag = "commissarydoor"; - name = "Vacant Commissary"; - req_one_access_txt = "12;63;48;50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bAW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bAX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bAZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bBa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bBc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bBd" = ( -/obj/machinery/vending/tool, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bBf" = ( -/obj/structure/chair, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bBh" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; - dir = 4; - name = "Courtroom APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bBj" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bBk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "detective_shutters"; - name = "Detective's Office Shutter" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"bBl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/bridge) -"bBm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bBn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bBo" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Cargo Security Post"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bBp" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bBq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bBt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bBu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bBv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bBw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/clothing/under/color/grey{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/under/color/grey, -/obj/effect/spawner/lootdrop/glowstick, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bBx" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/item/pickaxe/mini, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bBy" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/hallway/primary/aft) -"bBz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bBA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bBB" = ( -/turf/closed/wall/rust, -/area/hallway/primary/aft) -"bBE" = ( -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/delivery, -/obj/item/crowbar, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 1; - name = "Cargo Security APC"; - pixel_y = 23 - }, -/obj/machinery/firealarm{ - pixel_x = 32; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bBF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bBG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bBH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bBJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bBK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/flashlight/lantern, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bBL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bBM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bBN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bBP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bBQ" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bBR" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/analyzer{ - pixel_y = 4 - }, -/obj/item/analyzer{ - pixel_x = 2 - }, -/obj/machinery/requests_console{ - department = "Tool Storage"; - departmentType = 0; - name = "Tool Storage RC"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bBS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bBT" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bBU" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bBY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bBZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bCa" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bCb" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/maintenance/port) -"bCc" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bCd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bCe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"bCg" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bCh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/storage/primary) -"bCi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/storage/primary) -"bCj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/storage/primary) -"bCk" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bCl" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/storage/belt/utility, -/obj/item/crowbar/red, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bCn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bCo" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bCp" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/radio{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/radio{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bCq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bCs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder{ - pixel_x = 5 - }, -/obj/structure/table, -/obj/item/cartridge/lawyer, -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 1; - name = "Law Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/folder/red, -/obj/item/folder/blue{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bCt" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bCv" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bCw" = ( -/obj/item/clothing/head/helmet/justice/escape{ - name = "justice helmet" - }, -/obj/structure/sign/poster/official/the_owl{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"bCx" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bCy" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bCz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 4; - name = "Captain's Office APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/photocopier/faxmachine{ - department = "Captain's Office" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bCA" = ( -/obj/structure/sign/departments/engineering, -/turf/closed/wall, -/area/storage/primary) -"bCB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bCC" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bCD" = ( -/turf/closed/wall/r_wall/rust, -/area/storage/tech) -"bCE" = ( -/obj/structure/chair/pew/left{ - dir = 8; - icon_state = "pewend_left" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bCF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bCG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bCH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bCI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bCJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bCK" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutter"; - name = "E.V.A. Storage Shutter" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bCM" = ( -/turf/closed/wall, -/area/storage/tech) -"bCN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bCO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/rods/fifty{ - pixel_y = 5 - }, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/requests_console{ - department = "EVA"; - name = "E.V.A. RC"; - pixel_x = 30 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bCQ" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/storage/eva) -"bCR" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/suit_storage_unit/standard_unit{ - desc = "An industrial suit storage device carrying retro space suits. Neat!"; - helmet_type = /obj/item/clothing/head/helmet/space; - suit_type = /obj/item/clothing/suit/space - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCS" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bCT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/radio{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/radio{ - pixel_y = 2 - }, -/obj/item/flashlight/flare, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bCU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCV" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/suit_storage_unit/standard_unit{ - desc = "An industrial suit storage device carrying retro space suits. Neat!"; - helmet_type = /obj/item/clothing/head/helmet/space; - suit_type = /obj/item/clothing/suit/space - }, -/obj/structure/window/reinforced, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCW" = ( -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bCX" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bCZ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDc" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/departments/cargo{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bDd" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/suit_storage_unit/standard_unit{ - desc = "An industrial suit storage device carrying retro space suits. Neat!"; - helmet_type = /obj/item/clothing/head/helmet/space; - suit_type = /obj/item/clothing/suit/space - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bDe" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser/oxygen{ - layer = 2.9; - pixel_x = -1; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDg" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/storage/eva) -"bDh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bDi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bDj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bDk" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bDl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bDm" = ( -/obj/structure/girder/displaced, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bDn" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bDp" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA"; - location = "HOP"; - name = "hop navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bDt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDu" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/analyzer{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/analyzer, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 8; - name = "Tech Storage APC"; - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bDA" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDB" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bDD" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/turf/open/floor/engine, -/area/storage/tech) -"bDE" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/electronics/apc, -/obj/item/electronics/airlock{ - pixel_y = 6 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/engine, -/area/storage/tech) -"bDF" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/storage/tech) -"bDH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bDI" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bDJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bDK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDM" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDN" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/assist, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Tech Storage"; - dir = 1; - name = "engineering camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDR" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"bDS" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/aicard, -/obj/item/aiModule/reset, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Secure Tech Storage"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine, -/area/storage/tech) -"bDX" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/storage/tech) -"bDY" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/obj/machinery/light/small, -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/storage/tech) -"bDZ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/storage/tech) -"bEa" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bEc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/port) -"bEd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Fuel Pipe" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bEe" = ( -/obj/structure/bed/dogbed/renault, -/obj/machinery/button/door{ - id = "captain_escape"; - name = "Tactical Relocation Toggle"; - pixel_x = 6; - pixel_y = -24 - }, -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bEf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bEg" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"bEh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bEj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/storage/tech) -"bEk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bEm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bEo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEq" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"bEs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bEt" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bEu" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/washing_machine, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bEv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Foyer" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bEw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bEx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bEy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bEz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bEA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bEC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bED" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Tools"; - location = "Engineering"; - name = "engineering navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEE" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/warden) -"bEF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bEH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/aft) -"bEI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder/displaced, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bEJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bEK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bEL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bEM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bEN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bEO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bEP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bER" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bES" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"bET" = ( -/turf/closed/wall/rust, -/area/maintenance/aft) -"bEV" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/aft) -"bEW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bEX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "bankshutter"; - name = "Bank Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bEY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/lawyer, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bEZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bFa" = ( -/turf/closed/wall, -/area/maintenance/aft) -"bFb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/grunge{ - name = "Restrooms" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bFc" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/maintenance/aft) -"bFd" = ( -/obj/structure/chair/pew{ - dir = 8; - icon_state = "pewmiddle" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bFe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bFf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bFg" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - name = "disposal supplies" - }, -/obj/item/bodybag, -/obj/item/bodybag, -/obj/item/shovel, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"bFh" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bFj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bFk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bFl" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/poster/official/the_owl{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bFm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bFn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bFo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bFp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/loading_area, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bFr" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bFs" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"bFt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bFu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - name = "dormitories sorting disposal pipe"; - sortType = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bFv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFw" = ( -/obj/machinery/door/airlock/grunge{ - name = "Recreation Area" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bFx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bFy" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bFz" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/aft) -"bFA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"bFC" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/structure/grille/broken, -/obj/item/wallframe/apc, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bFE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bFF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bFG" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"bFH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bFI" = ( -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bFJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics RC"; - pixel_x = 30; - pixel_y = -30 - }, -/obj/machinery/door/window/northright{ - name = "Hydroponics Lockers"; - req_access_txt = "35" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bFK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/obj/machinery/recharger{ - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bFL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/obj/machinery/recharger{ - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bFM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bFP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bFQ" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/maintenance/port) -"bFR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bFS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"bFU" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bFW" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/door/window/northleft{ - name = "Hydroponics Lockers"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bFX" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - dir = 2; - name = "Hydroponics APC"; - pixel_y = -23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hydroponics Lockers"; - dir = 8; - name = "hydroponics camera" - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bFY" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFZ" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/rust, -/area/maintenance/aft) -"bGb" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bGc" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bGd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"bGe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bGg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bGh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bGi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bGj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bGk" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/hydroponics, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/item/cultivator, -/obj/item/wirecutters, -/obj/item/reagent_containers/glass/bucket, -/obj/item/circuitboard/machine/biogenerator, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"bGl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bGm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/structure/spider/stickyweb, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bGo" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/atmos) -"bGp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bGr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bGs" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bGt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bGu" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bGv" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bGw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bGx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bGy" = ( -/obj/structure/table, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bGz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics) -"bGA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Locker Room"; - name = "recreation camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGD" = ( -/obj/machinery/computer/security/labor{ - dir = 2; - icon_state = "computer" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"bGE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGG" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"bGH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bGI" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bGJ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mailroom"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bGK" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"bGM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bGO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bGP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bGQ" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"bGR" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/folder/red, -/obj/item/circuitboard/machine/paystand, -/obj/structure/spider/stickyweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bGS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/processing) -"bGT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bGU" = ( -/obj/effect/turf_decal/bot, -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/aft) -"bGV" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bGW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bGX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bGY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway Vendors"; - dir = 4; - name = "port camera" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bHa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bHb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bHc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bHd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bHe" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bHi" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bHk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bHm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bHn" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/storage/tech) -"bHo" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bHp" = ( -/obj/structure/chair/pew/right{ - dir = 8; - icon_state = "pewend_right" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"bHr" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bHu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/secure_closet/hop, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bHv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bHw" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - dir = 4; - name = "Delivery Office APC"; - pixel_x = 24 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bHx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bHy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bHA" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"bHB" = ( -/obj/structure/sign/poster/official/help_others, -/turf/closed/wall, -/area/bridge) -"bHC" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bHE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bHF" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"bHG" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bHH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bHI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bHJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bHK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/port) -"bHM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bHN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bHO" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHP" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/quartermaster/sorting) -"bHR" = ( -/obj/structure/disposalpipe/junction, -/turf/closed/wall, -/area/quartermaster/sorting) -"bHS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bHT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHU" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/aft) -"bHV" = ( -/turf/closed/wall/rust, -/area/storage/tech) -"bHW" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hop"; - dir = 1; - name = "Head of Personnel's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/mob/living/simple_animal/pet/dog/corgi/Ian{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bHX" = ( -/turf/closed/wall/rust, -/area/hallway/primary/port) -"bHY" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bHZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIb" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/atmos) -"bIc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/bridge) -"bId" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"bIe" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/engine/atmos) -"bIf" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bIg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bIh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Transfer Centre Doors"; - dir = 8; - name = "aft camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIl" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bIm" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bIn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bIo" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bIp" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bIq" = ( -/obj/machinery/status_display/shuttle, -/turf/closed/wall, -/area/storage/tech) -"bIr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bIs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bIt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Bridge Access"; - dir = 8; - name = "command camera" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIu" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bIv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Captain's Tactical Relocation"; - dir = 4; - name = "command camera" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bIw" = ( -/obj/machinery/light/floor, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bIx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bIy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bIz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bIA" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bIB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bIC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bID" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bIE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bIF" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Cargo Security Post"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bIG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bIH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/grunge{ - name = "Recreation Area" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bII" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/airlock_painter{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/airlock_painter, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bIJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bIK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bIL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bIM" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bIN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Hydroponics Counter"; - dir = 8; - name = "starboard camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bIO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bIP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bIS" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/key/security, -/obj/item/key/security, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bIT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bIU" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Tank - O2"; - dir = 2; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"bIV" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"bIW" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bIX" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bIY" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/black, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bIZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/autodrobe/all_access, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJa" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/crew_quarters/locker) -"bJb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bJd" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/backpack, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJe" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/backpack, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJh" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bJi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bJj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bJl" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/storage/tech) -"bJs" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-03" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bJv" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"bJw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"bJx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/clothing, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJz" = ( -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Prison Yard Machines"; - dir = 2; - name = "prison camera"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bJA" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/rust, -/area/security/warden) -"bJB" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bJC" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/security/warden) -"bJD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJE" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/primary/central) -"bJF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bJI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bJK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/sign/poster/official/no_erp{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bJP" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Engineering Security Post"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"bJR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bJS" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"bJU" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bJV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bJX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJY" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/space/nearstation) -"bJZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bKa" = ( -/obj/structure/dresser, -/obj/machinery/button/door{ - id = "Cabin_1"; - name = "Cabin 1 Privacy Lock"; - normaldoorcontrol = 1; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/locker) -"bKd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKe" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 4; - icon_state = "0" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKg" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKi" = ( -/obj/structure/chair/pew/right{ - dir = 8; - icon_state = "pewend_right" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bKj" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/locker) -"bKk" = ( -/turf/closed/wall, -/area/crew_quarters/cryopods) -"bKl" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"bKm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bKn" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/megaphone{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bKp" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivate"; - name = "Chief Engineer's Privacy Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bKq" = ( -/obj/structure/door_assembly/door_assembly_ext{ - anchored = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"bKr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bKs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bKu" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKw" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bKx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/beacon, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bKy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bKB" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"bKD" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bKE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKF" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKI" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bKK" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bKL" = ( -/obj/structure/sign/departments/restroom, -/turf/closed/wall, -/area/crew_quarters/locker) -"bKM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bKN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/closet/cardboard, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bKQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bKR" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/central) -"bKS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bKT" = ( -/obj/effect/turf_decal/box, -/obj/structure/toilet{ - dir = 8; - icon_state = "toilet00" - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/button/door{ - id = "Unit_3"; - name = "Unit 3 Privacy Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 8; - specialfunctions = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -30; - pixel_y = -30 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/machinery/button/door{ - id = "Unit_3Privacy"; - name = "Unit 3 Privacy Toggle"; - pixel_x = 24; - pixel_y = -8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKU" = ( -/obj/effect/turf_decal/box, -/obj/structure/toilet{ - dir = 8; - icon_state = "toilet00" - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/button/door{ - id = "Unit_2"; - name = "Unit 2 Privacy Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 8; - specialfunctions = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -30; - pixel_y = -30 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/button/door{ - id = "Unit_2Privacy"; - name = "Unit 2 Privacy Toggle"; - pixel_x = 24; - pixel_y = -8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bKX" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bKY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"bKZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bLa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bLb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bLc" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bLf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bLj" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/security/prison) -"bLk" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/washing_machine, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"bLl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/teleporter) -"bLm" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLn" = ( -/turf/closed/wall/rust, -/area/crew_quarters/toilet/restrooms) -"bLt" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/storage/box/mousetraps{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/mousetraps{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/toy/figure/janitor{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/item/restraints/legcuffs/beartrap{ - pixel_y = 8 - }, -/obj/item/restraints/legcuffs/beartrap{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bLu" = ( -/turf/closed/wall/rust, -/area/crew_quarters/locker) -"bLw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bLC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box/corners, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLG" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/mineral/ore_redemption{ - dir = 8; - input_dir = 4; - output_dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"bLH" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/carrot, -/turf/open/floor/grass, -/area/security/prison) -"bLI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway Courtroom"; - dir = 2; - name = "central camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLO" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/hallway/primary/aft) -"bLR" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution{ - pixel_y = -12 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLX" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/backpack{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/backpack, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bLY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "disposals sorting disposal pipe"; - sortType = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bMa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bMb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bMc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bMd" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"bMe" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/seeds/ambrosia, -/turf/open/floor/grass, -/area/security/prison) -"bMg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bMi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bMj" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bMk" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bMl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bMm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bMo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bMp" = ( -/obj/machinery/bluespace_beacon, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bMr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Recreation Fitness Ring"; - dir = 1; - name = "recreation camera" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bMw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bMy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bMz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bMA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/bombcloset/security, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"bMC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/departments/security{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bMD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bME" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bMF" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/hydroponics) -"bMG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bMH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/primary/aft) -"bMI" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bMJ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - name = "custodial locker" - }, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/shoes/galoshes, -/obj/item/clothing/head/soft/purple, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMK" = ( -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator Chamber"; - req_one_access_txt = "19; 61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bML" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/aft) -"bMM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/hallway/primary/aft) -"bMN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bMO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bMP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bMQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"bMR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bMS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bMU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bMW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bMX" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/maintenance/port/aft) -"bMY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/glowstick, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/hallway/primary/aft) -"bMZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/primary/aft) -"bNa" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/machinery/button/door{ - id = "evashutter"; - name = "E.V.A. Storage Shutter Toggle"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "19" - }, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/multitool, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bNd" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/aft"; - dir = 1; - name = "Port Quarter Maintenance APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bNg" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/quartermaster/sorting) -"bNi" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/prison"; - dir = 1; - name = "Prison Wing APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bNj" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bNl" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/stack/rods/ten, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bNm" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/maintenance/port/aft) -"bNp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Starboad Hallway Custodial Bay"; - dir = 2; - name = "starboard camera" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bNs" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/structure/mopbucket, -/obj/item/mop, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNt" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/quartermaster/sorting) -"bNu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"bNv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/janitor) -"bNw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/janitor) -"bNx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall/rust, -/area/janitor) -"bNy" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bNz" = ( -/obj/structure/girder/displaced, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bNA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Docking Hallway" - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - icon_state = "direction_eng"; - pixel_y = -40 - }, -/obj/structure/sign/directions/security{ - dir = 8; - icon_state = "direction_sec"; - pixel_y = -32 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = -24 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bNB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bNC" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bND" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 4; - icon_state = "computer" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"bNE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bNG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bNI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bNJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bNK" = ( -/turf/closed/wall, -/area/vacant_room/commissary) -"bNL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bNM" = ( -/turf/closed/wall, -/area/janitor) -"bNN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bNO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutter"; - name = "Vacant Commissary Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"bNQ" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bNR" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bNS" = ( -/obj/structure/closet/secure_closet/personal{ - name = "Commissary Locker" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bNT" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bNV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "commissaryshutter"; - name = "Commissary Shutter Toggle"; - pixel_x = 24; - pixel_y = 8; - req_access_txt = "0" - }, -/obj/machinery/button/door{ - id = "commissarydoor"; - name = "Commissary Door Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -8; - specialfunctions = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/toy/figure/assistant{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bNW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bNX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/obj/item/clipboard, -/obj/item/circuitboard/machine/paystand, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bNY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/item/stack/packageWrap, -/obj/item/storage/secure/briefcase{ - pixel_y = 4 - }, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bNZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"bOa" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bOb" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bOc" = ( -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bOd" = ( -/turf/closed/wall/rust, -/area/janitor) -"bOe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOf" = ( -/turf/closed/wall/rust, -/area/vacant_room/commissary) -"bOh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bOn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bOo" = ( -/obj/structure/sign/departments/custodian, -/turf/closed/wall/rust, -/area/janitor) -"bOp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bOr" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bOs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bOt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bOu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bOv" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mailroom"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/sorting) -"bOw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bOx" = ( -/obj/structure/grille/broken, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bOy" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/janitor) -"bOA" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Vacant Commissary"; - dir = 8; - name = "cargo camera"; - network = list("ss13","qm") - }, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bOB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOC" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) -"bOE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bOF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bOG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bOH" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/rust, -/area/janitor) -"bOJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bOK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bOL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Hallway Diner"; - dir = 2; - name = "fore camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bOM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bON" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bOO" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Security"; - name = "navigation beacon (Security Delivery)" - }, -/obj/machinery/door/window/northright{ - name = "Security Delivery Access"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bOP" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bOQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bOR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOS" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/gps{ - gpstag = "TP0" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bOT" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bOU" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"bOW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bOX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bOZ" = ( -/obj/structure/table, -/obj/item/candle/infinite{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/snacks/spaghetti/copypasta{ - pixel_y = 5 - }, -/obj/item/kitchen/fork, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bPa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/coffee, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bPc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bPd" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bPe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"bPf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/main) -"bPh" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/restraints/handcuffs, -/obj/item/radio{ - pixel_y = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/camera{ - c_tag = "Departures Checkpoint"; - name = "shuttle camera" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bPi" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "disposal exit vent" - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"bPj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bPk" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPl" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/backpack{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/backpack, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/starboard"; - dir = 4; - name = "Starboard Hallway APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bPn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bPq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bPr" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/machinery/light/small, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPu" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPw" = ( -/obj/structure/sign/departments/security{ - pixel_y = -32 - }, -/obj/structure/flora/ausbushes/palebush, -/obj/machinery/light, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPx" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPz" = ( -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/flashlight, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bPA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bPB" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/flora/grass/jungle, -/obj/machinery/light/small, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPC" = ( -/obj/structure/sign/departments/security{ - pixel_y = -32 - }, -/obj/structure/flora/grass/jungle/b, -/obj/machinery/light, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/box/fancy/donut_box, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Courtroom Jury"; - dir = 8; - name = "command camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bPE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"bPH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bPI" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/poster/official/space_cops{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"bPM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bPN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bPO" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bPS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bPU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bPV" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bPW" = ( -/obj/machinery/mass_driver{ - id = "trash" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"bQa" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bQd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bQe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bQi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bQk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bQm" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/belt/utility, -/obj/item/weldingtool/largetank, -/obj/item/clothing/head/welding, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bQn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bQp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bQr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bQs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bQu" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bQx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Brig Prison Access"; - dir = 4; - name = "security camera" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bQz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bQA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bQB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQE" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/item/storage/backpack, -/obj/item/storage/backpack/satchel, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bQF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"bQG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bQH" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bQI" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Tool Storage" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bQJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bQK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bQL" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bQO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bQQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bQU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bQV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/securearea{ - name = "EMERGENCY STORAGE"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bQW" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"bQX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bQZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bRc" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/central) -"bRf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/central) -"bRg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bRl" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRm" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Security Desk"; - req_one_access_txt = "63" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"bRo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bRp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bRq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bRs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bRt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bRu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"bRv" = ( -/obj/machinery/door/poddoor{ - id = "Arrival Shuttle Bay"; - name = "Arrival Shuttle Bay" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating/airless, -/area/hallway/secondary/entry) -"bRw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bRz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRA" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bRB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bRD" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bRE" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bRF" = ( -/turf/closed/wall/rust, -/area/hallway/secondary/exit/departure_lounge) -"bRG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bRI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRL" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/vacant_room/commissary) -"bRM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRN" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bRQ" = ( -/obj/docking_port/stationary{ - dheight = 0; - dir = 4; - dwidth = 11; - height = 18; - id = "emergency_home"; - name = "KiloStation emergency evac bay"; - width = 30 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bRS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bRT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"bRU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) -"bRV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/teleporter) -"bRW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"bRX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/hallway/primary/central"; - dir = 1; - name = "Central Primary Hallway APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bRY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSa" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bSb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSc" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSe" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/door/window/westright{ - dir = 2; - name = "Control Desk"; - req_one_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bSg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bSi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bSj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bSl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSm" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "custodialwagon"; - name = "Custodial Bay Toggle"; - pixel_x = 8; - pixel_y = 24; - req_one_access_txt = "26" - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/obj/item/clothing/gloves/color/orange, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bSn" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/hallway/secondary/exit/departure_lounge) -"bSo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSp" = ( -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"bSq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSr" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"bSs" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "custodial sorting disposal pipe"; - sortType = 22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"bSu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSv" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bSx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSy" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Departures Cargo Dock"; - dir = 4; - name = "shuttle camera" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"bSz" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSA" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bSB" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"bSC" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bSD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSE" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/blue, -/obj/item/pen, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westright{ - name = "Control Desk"; - req_one_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"bSH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bSI" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) -"bSJ" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSL" = ( -/obj/structure/sign/warning/securearea{ - name = "EMERGENCY STORAGE" - }, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bSM" = ( -/obj/machinery/door/airlock/external{ - name = "Brig Shuttle Airlock"; - req_one_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bSN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bSP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Security Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bSQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bSS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bST" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bSU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bSV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bSW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bSY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Hallway" - }, -/obj/structure/sign/departments/engineering{ - pixel_x = 32 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bSZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bTa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/secondary/entry) -"bTb" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bTd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bTe" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Traffic Control"; - dir = 4; - name = "shuttle camera" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bTf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bTg" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/obj/item/clothing/shoes/jackboots{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bTh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bTi" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/recharger, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bTj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"bTk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bTl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"bTm" = ( -/obj/structure/table, -/obj/item/storage/box/prisoner{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/restraints/handcuffs/cable/zipties, -/obj/item/crowbar/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bTn" = ( -/obj/structure/sign/departments/security{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"bTo" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/box/hug/medical{ - pixel_y = 4 - }, -/obj/item/crowbar, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bTp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bTr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/warden) -"bTt" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bTu" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/security/prison) -"bTw" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Docking Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bTx" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bTy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bTz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bTA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTB" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bTC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTF" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bTG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bTH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bTI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bTJ" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/item/clothing/mask/russian_balaclava, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bTL" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "security locker" - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/shoes/jackboots, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTM" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/power/apc{ - areastring = "/area/janitor"; - dir = 8; - name = "Custodial Closet APC"; - pixel_x = -25 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/item/grenade/chem_grenade/cleaner{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bTN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Dock"; - name = "shuttle camera" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/stool/bar{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bTR" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stamp/denied{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/stamp{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bTS" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/secondary/entry) -"bTU" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/crate{ - opened = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bTV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"bTX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/chair/office, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bTY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bTZ" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bUb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bUf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bUg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/janitor) -"bUh" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bUi" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bUj" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bUk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bUm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1; - icon_state = "pipe-y" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bUp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bUq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bUs" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Traffic Control"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bUu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/storage/tech) -"bUw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bUz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/gulag_item_reclaimer{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"bUG" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bUK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bUL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"bUM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/atmos) -"bUS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/atmos) -"bUT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/crate/bin, -/obj/effect/spawner/lootdrop/maintenance/two, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bUU" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/kilo; - width = 9 - }, -/turf/open/space, -/area/space) -"bUV" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bUW" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"bUX" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/rust, -/area/engine/atmos) -"bUZ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"bVa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/storage/tech) -"bVb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bVc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/storage/tech) -"bVe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bVg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVk" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bVn" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/security/processing) -"bVo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bVq" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/item/extinguisher{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bVs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bVt" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVu" = ( -/obj/structure/sign/warning/securearea{ - name = "WARNING: Station Limits" - }, -/turf/closed/wall/rust, -/area/space/nearstation) -"bVv" = ( -/turf/closed/mineral/random/high_chance, -/area/space/nearstation) -"bVw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"bVx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_y = 5 - }, -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bVz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bVA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"bVB" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVC" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/blue, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 1; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/window/southright{ - name = "Reception Desk" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bVD" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bVE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bVG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/crowbar/red, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bVH" = ( -/turf/closed/wall/r_wall/rust, -/area/science/test_area) -"bVI" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall/r_wall/rust, -/area/science/test_area) -"bVJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bVL" = ( -/obj/structure/sign/warning/explosives, -/turf/closed/wall/r_wall/rust, -/area/science/test_area) -"bVM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "teleshutter"; - name = "Teleporter Shutter Toggle"; - pixel_x = -8; - pixel_y = 24; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway Teleporter Access"; - dir = 2; - name = "central camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bVS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bVT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bVV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/stool/bar{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bVW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bVX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "HoP sorting disposal pipe"; - sortType = 15 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bVZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bWb" = ( -/obj/vehicle/ridden/janicart, -/obj/item/key/janitor, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bWc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWd" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bWe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bWh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bWl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"bWp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 6"; - name = "Cell 6"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 6"; - name = "Cell 6 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bWr" = ( -/obj/effect/turf_decal/stripes/white/line{ - dir = 1; - icon_state = "warningline_white" - }, -/turf/closed/wall/r_wall/rust, -/area/security/prison) -"bWs" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"bWt" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bWu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 5"; - name = "Cell 5"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 5"; - name = "Cell 5 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bWx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/hallway/secondary/entry) -"bWA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"bWB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bWD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bWE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/departments/security{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"bWI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"bWK" = ( -/obj/structure/girder/displaced, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bWM" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bWN" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bWO" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bWP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/storage/tech) -"bWR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet{ - name = "detective closet" - }, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat"; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/head/fedora{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWT" = ( -/turf/closed/wall/rust, -/area/hallway/secondary/entry) -"bWU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bWV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bWW" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bWY" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bXa" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"bXc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bXe" = ( -/obj/machinery/door/airlock/external{ - name = "Departure Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXf" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "justiceshutter"; - name = "Justice Shutter" - }, -/turf/open/floor/plating, -/area/security/execution/education) -"bXi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair/office, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"bXn" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bXp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bXq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bXr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"bXs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bXu" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXv" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bXw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXx" = ( -/obj/structure/sign/departments/evac, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"bXy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXz" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXA" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXB" = ( -/obj/structure/closet/secure_closet/personal{ - name = "Command Locker" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXE" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXH" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/stack/packageWrap, -/obj/item/crowbar, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/electronics/airlock{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/electronics/airlock{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bXJ" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bXK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXL" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bXM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"bXN" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"bXQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bXR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bXS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXV" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - name = "Security Desk"; - req_one_access_txt = "63" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bXW" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXY" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bXZ" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/warden) -"bYd" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bYe" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "Arrival Shuttle Bay"; - name = "Arrival Shuttle Bay Toggle"; - pixel_x = 24; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/machinery/computer/monitor{ - dir = 8; - name = "backup power monitoring console" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bYf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Cargo"; - location = "Arrivals"; - name = "arrivals navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals Dock" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bYh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/observer_start, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bYi" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Traffic Control"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bYj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bYk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 4 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = -4 - }, -/obj/item/wrench, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"bYl" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Tool Storage" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bYm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bYn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Security Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bYp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bYq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bYr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bYs" = ( -/obj/structure/table/glass, -/obj/item/shovel/spade, -/obj/item/plant_analyzer, -/obj/item/cultivator{ - pixel_x = 6 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bYt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bYu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bYv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"bYw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil/slippery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"bYx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bYy" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bYz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bYC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/brig) -"bYD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bYE" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "applebush" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bYF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bYG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bYH" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bYJ" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bYL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"bYM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel/fifty{ - amount = 10; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/shoes/magboots, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"bYN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bYO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bYP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bYQ" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYS" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"bYT" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bYU" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/stack/rods/twentyfive, -/obj/item/wrench, -/obj/item/storage/box/lights/mixed, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"bYV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/departments/engineering{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Rotunda"; - dir = 1; - name = "starboard camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bYW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bYY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bYZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Arrivals"; - location = "Custodial"; - name = "custodial navigation beacon" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bZa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bZd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light, -/obj/machinery/button/door{ - id = "custodialwagon"; - name = "Custodial Bay Toggle"; - pixel_x = 8; - pixel_y = -24; - req_one_access_txt = "26" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/mob/living/simple_animal/bot/cleanbot{ - auto_patrol = 1; - icon_state = "cleanbot1"; - mode = 0; - name = "Mopficcer Sweepsky" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZe" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "Queue Shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bZf" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/vacant_room/commissary"; - dir = 4; - name = "Vacant Commissary APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/vacant_room/commissary) -"bZh" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bZj" = ( -/obj/structure/sign/departments/engineering, -/turf/closed/wall, -/area/quartermaster/warehouse) -"bZk" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZl" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bZm" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZn" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "prisonblast"; - name = "Prison Blast Door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bZp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZq" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/suit_storage_unit/engine, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZr" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"bZs" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bZt" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZu" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bZv" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bZw" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bZx" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Planters"; - dir = 4; - name = "starboard camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bZA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bZC" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_one_access_txt = "31;48" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bZE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Science"; - location = "Cargo"; - name = "cargo navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bZG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bZJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/starboard) -"bZL" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Departures Cargo Dock"; - dir = 1; - name = "shuttle camera" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"bZM" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZQ" = ( -/obj/structure/closet/l3closet/janitor, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/item/grenade/clusterbuster/cleaner, -/turf/open/floor/plasteel/dark, -/area/janitor) -"bZR" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Prison Wing Lockers"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"bZV" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bZW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Starboard Hallway Departure Checkpoint"; - dir = 4; - name = "starboard camera" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZX" = ( -/obj/structure/table, -/obj/item/toy/figure/dsquad{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "prisonblast"; - name = "Prison Blast Door" - }, -/obj/machinery/button/door{ - id = "prisonblast"; - name = "Prison Lockdown"; - pixel_y = -24; - req_one_access_txt = "2" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bZZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cab" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cac" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cad" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cae" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"caf" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1; - icon_state = "pipe-y" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cag" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cai" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"caj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cak" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cal" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cam" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cao" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cap" = ( -/obj/structure/closet/secure_closet/detective, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 8; - name = "Detective APC"; - pixel_x = -25 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"caq" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"car" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cas" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cat" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cau" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cav" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/hallway/secondary/entry) -"caw" = ( -/obj/structure/janitorialcart, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cax" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/reagent_containers/glass/bucket, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/janitor) -"caA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"caC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"caD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"caE" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet"; - dir = 4; - name = "service camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/janitor) -"caF" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/delivery, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"caG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/janitor, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor) -"caH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor) -"caI" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/break_room) -"caJ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caK" = ( -/obj/machinery/door/poddoor{ - id = "atmosventco2"; - name = "Emergency CO2 Chamber Vent" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"caL" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/wardrobe/mixed, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"caM" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11; - pixel_y = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/window/southright{ - name = "Trash Chute"; - req_one_access_txt = "26" - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/janitor) -"caN" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"caO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/brig) -"caP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"caR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"caT" = ( -/turf/closed/wall/r_wall, -/area/science/test_area) -"caV" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caY" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"caZ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_one_access_txt = "23;30" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"cba" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/storage/primary) -"cbc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cbd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cbe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/science/mixing) -"cbf" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "Toxins Launcher Bay Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"cbg" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cbh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/blood/old, -/obj/item/clothing/gloves/color/black, -/obj/item/wrench, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cbi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - id_tag = "justicedoor"; - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/machinery/button/door{ - id = "justicedoor"; - name = "Justice Door Lock"; - normaldoorcontrol = 1; - pixel_x = -24; - req_access_txt = "3"; - specialfunctions = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"cbj" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cbk" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard) -"cbl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbm" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/maintenance/starboard) -"cbn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/directions/security{ - pixel_y = -40 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = -32 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway Personnel Queue"; - dir = 1; - name = "central camera" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cbq" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbt" = ( -/obj/machinery/button/door{ - id = "evashutter"; - name = "E.V.A. Storage Shutter Toggle"; - pixel_x = 8; - pixel_y = -24; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/security/warden) -"cbw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cbx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbz" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/directions/engineering{ - pixel_y = -40 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - icon_state = "direction_supply"; - pixel_y = -32 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-03" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/storage/tech) -"cbE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbF" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cbG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbH" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"cbK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/rust, -/area/security/prison) -"cbL" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/secondary/entry) -"cbM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbN" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Tech Storage"; - dir = 8; - name = "aft camera" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbQ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Engineering Venders"; - dir = 8; - name = "aft camera" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbU" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/science/test_area) -"cbV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cbW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbX" = ( -/obj/item/target/clown, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"cbY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cbZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cca" = ( -/obj/machinery/button/flasher{ - id = "PCell 1"; - name = "Long-Term Cell 1 Pacifier"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "PCell 1Lock"; - name = "Long-Term Cell 1 Toggle"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"ccb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccd" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cce" = ( -/obj/item/beacon, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ccf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage"; - name = "trash belt" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"ccg" = ( -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland2"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"cch" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cci" = ( -/obj/structure/sign/warning/explosives, -/turf/closed/wall/r_wall, -/area/science/test_area) -"ccj" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"cck" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"ccm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccn" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"cco" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall/r_wall, -/area/science/test_area) -"ccp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"ccs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cct" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ccu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ccv" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/security/main) -"ccw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ccx" = ( -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccz" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/closed/mineral/random/labormineral, -/area/space/nearstation) -"ccA" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccB" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccD" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccE" = ( -/obj/item/beacon, -/obj/effect/turf_decal/box, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccF" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccG" = ( -/obj/item/target/clown, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera/preset/toxins{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccH" = ( -/turf/closed/indestructible/opshuttle, -/area/science/test_area) -"ccI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"ccJ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"ccM" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccN" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccO" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ccP" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ccQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ccS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccT" = ( -/obj/machinery/door/poddoor{ - id = "atmosventplasma"; - name = "Emergency Plasma Chamber Vent" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"ccW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Locker Room" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"ccX" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ccY" = ( -/obj/structure/transit_tube/curved, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"ccZ" = ( -/obj/structure/flora/grass/jungle, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cdb" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/grass, -/area/security/prison) -"cdc" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai_upload) -"cdd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cde" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/grass, -/area/security/prison) -"cdf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdg" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutter"; - name = "Vacant Commissary Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/vacant_room/commissary) -"cdh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdi" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdl" = ( -/obj/structure/transit_tube/curved/flipped, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cdp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cdq" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"cdr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cds" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cdt" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cdu" = ( -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cdv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"cdw" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/spawner/xmastree, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cdx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cdy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdz" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 6 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 6 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 6 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cdA" = ( -/obj/structure/closet/secure_closet/warden, -/obj/effect/turf_decal/delivery, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/warden"; - dir = 8; - name = "Brig Control APC"; - pixel_x = -25 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cdD" = ( -/turf/closed/wall/r_wall, -/area/security/nuke_storage) -"cdE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cdF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cdH" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/quartermaster/warehouse) -"cdI" = ( -/turf/closed/wall/r_wall/rust, -/area/security/nuke_storage) -"cdL" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"cdN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"cdO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"cdP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"cdR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cdS" = ( -/obj/structure/sign/warning/securearea, -/obj/item/multitool, -/turf/closed/wall/r_wall, -/area/security/nuke_storage) -"cdT" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/start/detective, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"cdU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Tool Storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"cdV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cdX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cdY" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"cdZ" = ( -/turf/closed/wall/rust, -/area/ai_monitored/turret_protected/ai) -"cea" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"ceb" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/item/seeds/potato, -/turf/open/floor/grass, -/area/security/prison) -"cee" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/clothing/head/welding{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/head/welding, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cei" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cej" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cek" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cel" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"cem" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"cen" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"ceq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"cer" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ces" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ceu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"cev" = ( -/obj/structure/transit_tube/diagonal/topleft, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"cew" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/crate/rcd, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "RCD Storage"; - req_access_txt = "19" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cex" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cey" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cez" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ceA" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ceB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ceC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceD" = ( -/obj/structure/transit_tube/junction, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"ceE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"ceF" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/atmos) -"ceG" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat/atmos) -"ceH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"ceI" = ( -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"ceK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceL" = ( -/obj/machinery/computer/bank_machine, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/security/nuke_storage) -"ceM" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/geiger_counter{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/toy/figure/ninja{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/pen, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/security/nuke_storage) -"ceN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ceV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/security/nuke_storage) -"ceX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/security/nuke_storage) -"ceY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cfa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"cfb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"cff" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfk" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/security/nuke_storage) -"cfm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"cfn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cfs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"cfu" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cfv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cfx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/security/nuke_storage) -"cfz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Airlock"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cfC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"cfE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cfJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cfM" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"cfN" = ( -/obj/structure/table/glass, -/obj/item/shovel/spade, -/obj/item/plant_analyzer, -/obj/item/cultivator{ - pixel_x = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cfO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cfP" = ( -/obj/structure/flora/tree/jungle/small, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/grass, -/area/security/prison) -"cfR" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Yard"; - req_access_txt = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PCell 3Lock"; - name = "Long-Term Cell 3 Shutter" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cfS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cfU" = ( -/turf/closed/wall/r_wall/rust, -/area/tcommsat/computer) -"cfV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cfW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Long-Term Cell 3"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cfX" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall/r_wall/rust, -/area/security/nuke_storage) -"cfY" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) -"cfZ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cga" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/storage/satellite) -"cgb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"cgc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"cgd" = ( -/obj/machinery/door/airlock/grunge{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cgg" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cgh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Gas to Chamber" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"cgk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"cgl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/electropack, -/obj/item/assembly/signaler{ - pixel_x = 6 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc{ - areastring = "/area/security/execution/education"; - dir = 2; - name = "Prisoner Education Chamber APC"; - pixel_y = -23 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/item/wirecutters, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"cgm" = ( -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/maintenance/port) -"cgp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"cgq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cgu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cgv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/warden) -"cgw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"cgx" = ( -/obj/machinery/door/airlock/mining{ - name = "Freight Mining Airlock" - }, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cgy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"cgA" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/primary/aft"; - dir = 8; - name = "Aft Hallway APC"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cgB" = ( -/obj/structure/grille/broken, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/hallway/primary/aft) -"cgC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgG" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 8; - icon_state = "heater_1" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cgI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgJ" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"cgK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cgN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/bot/medbot{ - auto_patrol = 1; - desc = "A little medical robot, officially part of the Nanotrasen medical inspectorate. He looks somewhat underwhelmed."; - name = "Inspector Johnson" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"cgO" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/blood/old, -/obj/item/weldingtool{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/clothing/head/welding{ - pixel_y = 5 - }, -/obj/item/crowbar/red, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cgP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cgQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cgR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cgX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cgY" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cgZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cha" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"chb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"chc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"che" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"chf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"chg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chi" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chj" = ( -/obj/structure/sign/warning/xeno_mining, -/turf/closed/wall, -/area/maintenance/fore) -"chk" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chl" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"chm" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"cho" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"chr" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"chs" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/warning/fire{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cht" = ( -/obj/structure/flora/rock/pile, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"chu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"chv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "atmospherics sorting disposal pipe"; - sortType = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"chw" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"chx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 1; - icon_state = "connector_map-1" - }, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/break_room) -"chy" = ( -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = -5 - }, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/structure/table, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"chz" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 1; - name = "Starboard Quarter Maintenance APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"chA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"chC" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"chD" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat/foyer) -"chE" = ( -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"chF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chH" = ( -/obj/structure/reflector/box/anchored{ - dir = 1; - icon_state = "reflector_map" - }, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/box/corners, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"chI" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/foyer) -"chJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"chL" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/foyer) -"chM" = ( -/obj/structure/transit_tube/diagonal, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"chN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"chO" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat/atmos) -"chQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"chS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"chT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chV" = ( -/turf/closed/wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"chW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chX" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"chY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cia" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cib" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cie" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cif" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cig" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cii" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"cij" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"cik" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cil" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cim" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"cin" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cio" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"cip" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/teleport/station, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"cir" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 28; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central) -"cis" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat/foyer) -"cit" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"ciu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Satellite Foyer"; - dir = 8; - name = "satellite camera"; - network = list("minisat") - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"civ" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/clothing/gloves/color/black, -/obj/item/crowbar/red, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"ciw" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/foyer) -"cix" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciy" = ( -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/foyer) -"ciz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ciA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ciB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ciE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "ce sorting disposal pipe"; - sortType = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/foyer) -"ciH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ciI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ciJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"ciL" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"ciM" = ( -/obj/structure/sign/departments/engineering, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat/foyer) -"ciO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"ciP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ciQ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/space/nearstation) -"ciR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciU" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"ciX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Foyer"; - dir = 4; - name = "upload camera"; - network = list("aiupload") - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -28 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"ciY" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"ciZ" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cja" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cjd" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfrontdoor"; - name = "Front Security Blast door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cje" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_y = -28 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"cjf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/goonplaque, -/area/security/brig) -"cjg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/button/door{ - id = "transittube_ai"; - name = "Transit Tube Lockdown Toggle"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cjh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cjj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cjk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjl" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"cjm" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cjn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-03" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjo" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/gravity_generator) -"cjp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cjr" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cjt" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating, -/area/engine/engineering) -"cju" = ( -/turf/closed/wall, -/area/engine/gravity_generator) -"cjv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cjw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "teleshutter"; - name = "Teleporter Shutter Toggle"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "19" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cjz" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage"; - name = "trash belt" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cjA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"cjB" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/gravity_generator) -"cjC" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cjD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cjF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cjG" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cjH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cjI" = ( -/obj/effect/turf_decal/box, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cjJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"cjL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/junction/flip, -/turf/open/floor/plasteel, -/area/security/brig) -"cjN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cjO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cjP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cjQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 4; - icon_state = "filter_on" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"cjR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfrontdoor"; - name = "Front Security Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cjS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/brig) -"cjT" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cjU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/box, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cjX" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/engine/gravity_generator) -"cjY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cka" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckc" = ( -/obj/machinery/power/smes/fullycharged, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/gravity_generator) -"ckd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cke" = ( -/obj/structure/sign/warning, -/turf/closed/wall, -/area/space/nearstation) -"ckf" = ( -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Engineering Security Post"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cki" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ckj" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/port/aft) -"ckk" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"ckm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivate"; - name = "Chief Engineer's Privacy Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"ckn" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/space/nearstation) -"cko" = ( -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Office"; - req_access_txt = "56"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ckr" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cks" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cku" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"ckv" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/starboard/aft) -"ckx" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cky" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ckA" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/starboard/aft) -"ckB" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/recharger, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "Chief Engineer's Office APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ckC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ckD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"ckE" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 2 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"ckF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"ckG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - id_tag = null; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ckH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckO" = ( -/obj/machinery/power/apc{ - area = "/area/maintenance/aft"; - dir = 8; - name = "Aft Maintenance APC"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"ckP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ckT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckU" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/aft) -"ckV" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "E.V.A. Storage"; - dir = 8; - name = "command camera" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/standard_unit{ - desc = "An industrial suit storage device carrying retro space suits. Neat!"; - helmet_type = /obj/item/clothing/head/helmet/space; - suit_type = /obj/item/clothing/suit/space - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ckW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ckZ" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/hyper, -/obj/item/stack/cable_coil, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cla" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clb" = ( -/turf/closed/wall/rust, -/area/maintenance/solars/starboard/aft) -"cld" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"clg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cli" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_one_access_txt = "1;4" - }, -/obj/structure/sign/directions/evac{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"clk" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"clm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/plaques/golden{ - pixel_x = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cln" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"clo" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/security/brig"; - dir = 1; - name = "Brig APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"clp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"clq" = ( -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clr" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cls" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"clt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"clu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 2 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"clv" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"clw" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"clx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cly" = ( -/obj/structure/sign/poster/official/random, -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"clz" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"clB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - name = "EMERGENCY STORAGE"; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"clC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"clD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"clE" = ( -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/gravity_generator) -"clF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clG" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"clH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"clI" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Plasma to Pure" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"clJ" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"clK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"clL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"clM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"clN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"clO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivate"; - name = "Chief Engineer's Privacy Shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"clP" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clQ" = ( -/obj/machinery/gravity_generator/main/station, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clR" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"clT" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"clV" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"clW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clX" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clY" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cma" = ( -/obj/structure/closet/crate/solarpanel_small, -/obj/effect/turf_decal/delivery, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Gravity Generator"; - dir = 1; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cmc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cmd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cme" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cmg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmh" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cmi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cmj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cmn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cmo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cmp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Ports" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cmr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cms" = ( -/obj/machinery/door/poddoor/preopen{ - id = "gravity"; - name = "Gravity Generator Blast Door" - }, -/obj/machinery/button/door{ - id = "gravity"; - name = "Gravity Generator Lockdown"; - pixel_y = 24; - req_one_access_txt = "19;23" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cmt" = ( -/turf/closed/wall/mineral/plastitanium, -/area/maintenance/port/aft) -"cmu" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/item/clothing/mask/russian_balaclava, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cmv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cmw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "security disposal pipe"; - sortType = 7 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cmx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cmy" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cmz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cmA" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"cmB" = ( -/obj/structure/closet/radiation, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cmC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cmE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cmG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cmH" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cmJ" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"cmK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cmL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) -"cmN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cmO" = ( -/turf/closed/wall/rust, -/area/crew_quarters/heads/hos) -"cmP" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hos) -"cmQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "gravity"; - name = "Gravity Generator Blast Door" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cmR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"cmS" = ( -/obj/machinery/camera{ - c_tag = "Satellite External Fore"; - dir = 1; - name = "exterior camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cmT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cmU" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cmV" = ( -/obj/machinery/camera{ - c_tag = "Satellite External Port"; - dir = 8; - name = "exterior camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cmW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cmX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"cmY" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cmZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cna" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cnb" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cnc" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cnd" = ( -/turf/closed/wall/rust, -/area/maintenance/disposal) -"cne" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cnf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cng" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cnh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"cni" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/maintenance/port) -"cnj" = ( -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cnl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "sparemech"; - name = "Abandoned Mech Bay Toggle"; - pixel_x = -24; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cnm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cno" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/processing) -"cnq" = ( -/obj/item/storage/box/chemimp{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/storage/lockbox/loyalty, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"cnr" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port) -"cns" = ( -/obj/effect/turf_decal/bot, -/obj/structure/punching_bag, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cnt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cnu" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"cnw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cny" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cnz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) -"cnA" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"cnB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cnC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"cnD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/main"; - dir = 2; - name = "Security Office APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cnF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cnG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cnI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cnK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"cnL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cnM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cnN" = ( -/turf/closed/wall, -/area/maintenance/solars/port/aft) -"cnO" = ( -/turf/closed/wall/rust, -/area/maintenance/solars/port/aft) -"cnP" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"cnQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cnR" = ( -/obj/structure/flora/rock/pile, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cnT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cnU" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cnV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cnW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cnX" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"coa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cob" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"coc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1"; - security_level = 6 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cod" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"coe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cof" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cog" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"coi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cok" = ( -/turf/closed/wall/r_wall, -/area/space/nearstation) -"com" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"con" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"coo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cop" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Desk"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"coq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cor" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cot" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage"; - name = "trash belt" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/recycler, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cou" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/port/aft) -"cov" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cow" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"cox" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"coy" = ( -/obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"coz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"coA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 1; - icon_state = "connector_map-1" - }, -/obj/machinery/power/apc{ - area = "/area/engine/break_room"; - name = "Engineering Foyer APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/break_room) -"coB" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/port/aft) -"coC" = ( -/obj/structure/sign/warning/deathsposal, -/turf/closed/wall, -/area/maintenance/disposal) -"coF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"coG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ - dir = 4; - icon_state = "filter_on" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"coH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"coI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Storage"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"coJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 1; - icon_state = "computer" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"coN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"coO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"coP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"coQ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"coR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access_txt = "3"; - security_level = 6 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"coS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"coT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/warden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"coV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/photocopier/faxmachine{ - department = "Brig Control" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"coW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"coX" = ( -/obj/effect/turf_decal/bot, -/obj/structure/ore_box, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"coY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"coZ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet, -/obj/structure/grille/broken, -/obj/item/analyzer, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cpb" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/maintenance/disposal) -"cpc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Ports" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cpe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Pure to Ports" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cpf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cpg" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cph" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2O to Pure" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"cpi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cpj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northleft{ - dir = 1; - icon_state = "left"; - name = "Inner Pipe Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cpk" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/newscaster{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"cps" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cpv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cpw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cpx" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/turf/open/space/basic, -/area/space/nearstation) -"cpy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cpz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cpA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cpB" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Secure Storage"; - dir = 4; - name = "engineering camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cpD" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cpF" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cpG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cpH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"cpI" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cpJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/main) -"cpK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cpL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/machinery/recharger, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"cpM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cpN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cpP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cpS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cpT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cpW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/enlist{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cpX" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cpY" = ( -/obj/item/pickaxe, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cpZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/xeno_mining{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Port Quarter Solar"; - dir = 4; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/port/aft) -"cqb" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/maintenance/port) -"cqe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"cqf" = ( -/obj/machinery/power/smes, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/port/aft) -"cqg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cqh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cqi" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"cqj" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_access_txt = "58"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cqk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cqm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cqn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cqo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_access_txt = "58"; - security_level = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cqp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"cqq" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/maintenance/port/aft) -"cqs" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/maintenance/port) -"cqt" = ( -/obj/structure/sign/warning, -/turf/closed/wall, -/area/maintenance/port/aft) -"cqu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cqv" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"cqw" = ( -/obj/structure/sign/warning/deathsposal{ - layer = 4 - }, -/turf/closed/wall, -/area/science/xenobiology) -"cqx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cqy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cqz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cqA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cqB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"cqD" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cqE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cqG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cqH" = ( -/obj/machinery/door/airlock/security{ - name = "Transferring Centre"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cqI" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/maintenance/port/aft) -"cqJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cqK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cqL" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cqO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cqP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/radio{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cqQ" = ( -/obj/machinery/door/window/westright{ - name = "Waste Door" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cqR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/engineering{ - name = "Engineering"; - req_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cqS" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqT" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall/rust, -/area/maintenance/port) -"cqU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqV" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"cqW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cqX" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cqY" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"crb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"crc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"crf" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/power/terminal{ - dir = 4; - icon_state = "term" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"crg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cri" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/solar/port/fore) -"crj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"crl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"crm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"crn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cro" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"crp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"crq" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/rust, -/area/maintenance/port) -"crr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"crs" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"crt" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cru" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"crw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/departments/security{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cry" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"crz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"crA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Security Secways"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/box, -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"crB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/coin/twoheaded{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/structure/sign/poster/contraband/rebels_unite{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"crC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/warden) -"crD" = ( -/obj/machinery/door/airlock/external{ - name = "Security Escape Pod" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"crE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"crF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"crH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"crI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"crL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/warden, -/obj/structure/chair/office, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"crM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"crN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"crO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"crP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"crQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"crR" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Transferring Centre"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"crS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/food/pie_smudge, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"crT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"crU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/engine/atmos"; - dir = 1; - name = "Atmospherics APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"crW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"crX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"csb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"csd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cse" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"csf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"csg" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/under/color/grey, -/obj/item/clothing/mask/gas{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"csi" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"csj" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"csk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"csl" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"csn" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"cso" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway Security Firelock"; - dir = 1; - name = "aft camera" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csq" = ( -/obj/machinery/door/window/westleft{ - name = "Waste Door" - }, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage"; - name = "disposal conveyor" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal) -"csr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port) -"css" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/closet/emcloset{ - name = "plasmaperson emergency closet" - }, -/obj/item/clothing/under/plasmaman, -/obj/item/clothing/under/plasmaman, -/obj/item/clothing/head/helmet/space/plasmaman, -/obj/item/clothing/head/helmet/space/plasmaman, -/obj/item/tank/internals/plasmaman/belt/full, -/obj/item/tank/internals/plasmaman/belt/full, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cst" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal) -"csv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"csy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"csA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"csB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"csC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"csD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"csE" = ( -/obj/structure/sign/departments/engineering{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Aft Hallway Engineering Doors"; - dir = 1; - name = "aft camera" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csH" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal) -"csK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csN" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"csP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"csS" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"csT" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"csV" = ( -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"csY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/main) -"csZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cta" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ctb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/pods{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"ctc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Warden Armsky"; - on = 1; - weaponscheck = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"ctd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cte" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"ctf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ctg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"ctk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "left"; - name = "Inner Pipe Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ctm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "N2 to Pure" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cto" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ctp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ctr" = ( -/obj/machinery/door/poddoor{ - id = "atmosventn2o"; - name = "Emergency N2O Chamber Vent" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"cts" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ctt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ctv" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ctw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ctx" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cty" = ( -/obj/machinery/button/door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access_txt = "12" - }, -/obj/machinery/button/massdriver{ - id = "trash"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal) -"ctA" = ( -/turf/closed/wall/rust, -/area/maintenance/solars/port/fore) -"ctB" = ( -/turf/closed/wall, -/area/maintenance/solars/port/fore) -"ctC" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"ctD" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/port/fore) -"ctE" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/port/fore) -"ctF" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Storage"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ctG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ctL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ctM" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 8; - icon_state = "inje_map-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"ctN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine"; - req_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ctQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"ctR" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctS" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctV" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine"; - req_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ctX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"ctY" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"ctZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cua" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cub" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cud" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cue" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cuf" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cuh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cui" = ( -/mob/living/simple_animal/hostile/asteroid/goliath, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"cuj" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"cuk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cun" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/port/fore) -"cuo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - name = "Transferring Centre"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cup" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/processing"; - dir = 8; - name = "Labor Shuttle Dock APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cuq" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/emergency, -/obj/item/flashlight, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cur" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cus" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cut" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cuv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cuw" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cux" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cuy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cuz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/processing) -"cuA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cuB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26; - pixel_y = -30 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/engineering"; - dir = 8; - name = "Engineering Security APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cuC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/wallframe/airalarm, -/turf/open/floor/plasteel/showroomfloor, -/area/maintenance/port/aft) -"cuG" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cuH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin{ - desc = "A pneumatic waste disposal unit. This one leads into space!"; - name = "deathsposal unit" - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cuJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine{ - department = "Security" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cuK" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cuL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cuM" = ( -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -4 - }, -/obj/machinery/portable_atmospherics/canister/air{ - pixel_x = 4 - }, -/obj/item/clothing/mask/breath{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cuN" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/firstaid/o2, -/obj/item/tank/internals/emergency_oxygen, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cuO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cuR" = ( -/obj/structure/sign/warning/xeno_mining, -/turf/closed/wall/rust, -/area/maintenance/port) -"cuT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cuU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cuV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cuW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cuX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cuZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cvc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvd" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/photocopier, -/obj/item/newspaper{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/newspaper, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port) -"cve" = ( -/obj/structure/sign/poster/contraband/red_rum, -/turf/closed/wall/rust, -/area/maintenance/port) -"cvf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/aft) -"cvi" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4; - icon_state = "0" - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvm" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvn" = ( -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cvo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvp" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cvr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cvt" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/rust, -/area/quartermaster/warehouse) -"cvu" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio{ - desc = "An old handheld radio. You could use it, if you really wanted to."; - icon_state = "radio"; - name = "old radio" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvx" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/sign/poster/contraband/smoke{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/cabinet, -/obj/item/stack/sheet/glass{ - amount = 10 - }, -/obj/item/stack/rods/ten, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cvz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/detective{ - pixel_y = 4 - }, -/obj/item/camera, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvB" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall/rust, -/area/maintenance/port) -"cvC" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvE" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/poster/official/cohiba_robusto_ad{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/matches{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/lighter{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/lighter, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvF" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/briefcase, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cvG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder/displaced, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"cvH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cvJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cvL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cvO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cvP" = ( -/obj/machinery/door/poddoor{ - id = "trash"; - name = "disposal bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"cvR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/dresser, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cvY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/cobweb, -/obj/item/toy/katana, -/obj/item/clothing/shoes/sandal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cvZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/multitool, -/obj/item/pen/red, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/toy/figure/cargotech{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/toy/figure/miner{ - pixel_x = 8 - }, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"cwe" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Mix" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cwf" = ( -/obj/structure/sign/poster/contraband/missing_gloves, -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"cwj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/rust, -/area/engine/atmos) -"cwo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"cwp" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"cwq" = ( -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"cwu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"cwv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cww" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cwx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "hos sorting disposal pipe"; - sortType = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cwy" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port/fore) -"cwA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cwB" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port) -"cwE" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/bridge) -"cwF" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/port/fore) -"cwG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/glowstick, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cwH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cwI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cwJ" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/item/clipboard, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/gravity_generator) -"cwK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cwL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cwN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cwO" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cwP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cwQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cwR" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cwS" = ( -/obj/structure/girder, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cwT" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port/fore) -"cwV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cwW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4; - icon_state = "0" - }, -/obj/effect/turf_decal/bot_white, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cwX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"cwY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_y = 26 - }, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/eyepatch{ - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cwZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cxa" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/obj/item/clothing/head/that{ - pixel_x = 1; - pixel_y = 6 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"cxb" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/port/fore) -"cxd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/autodrobe/all_access, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cxe" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port/fore) -"cxh" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter) -"cxi" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/flora/ausbushes/palebush, -/obj/machinery/light/small, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cxj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cxk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxn" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/maintenance/port/fore) -"cxo" = ( -/obj/structure/closet/cardboard, -/obj/item/toy/plush/beeplushie, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/fore) -"cxp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cxr" = ( -/obj/structure/sign/poster/contraband/clown, -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"cxt" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"cxv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cxw" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cxx" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/neck/tie/red, -/obj/item/clothing/head/bowler{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cxy" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cxA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Gravity Generator Foyer"; - dir = 4; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/machinery/button/door{ - id = "gravity"; - name = "Gravity Generator Lockdown"; - pixel_x = -24; - req_one_access_txt = "19;23" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cxB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cxC" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cxD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cxE" = ( -/obj/machinery/camera/motion{ - c_tag = "Armoury External"; - dir = 2 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"cxF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxG" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/item/clipboard, -/obj/item/clothing/mask/fakemoustache, -/obj/item/clothing/mask/cigarette/pipe, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cxI" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"cxJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cxL" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "engineering locker" - }, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/shoes/workboots, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"cxM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"cxN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cxQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "gravity"; - name = "Gravity Generator Blast Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cxR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/rust, -/area/engine/atmos) -"cxS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cxT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/atmos) -"cxW" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/structure/window/plasma/reinforced{ - dir = 4; - icon_state = "plasmarwindow" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"cxX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cxY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cxZ" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/structure/window/plasma/reinforced{ - dir = 8; - icon_state = "plasmarwindow" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"cya" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyb" = ( -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator Access"; - req_one_access_txt = "19;23" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cyc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cyd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"cye" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cyf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cyk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder/displaced, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cym" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - dir = 2; - name = "Gravity Generator APC"; - pixel_y = -23 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cyn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Foyer" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"cyo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cyp" = ( -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"cyq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cyu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cyy" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/maintenance/port/aft) -"cyC" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cyE" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cyG" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/crowbar, -/obj/item/flashlight{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Storage"; - dir = 4; - name = "shuttle camera" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cyH" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/maintenance/port/fore) -"cyI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cyJ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/fore) -"cyK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/storage/secure/briefcase{ - pixel_y = 6 - }, -/obj/item/radio{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cyN" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"cyS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cyU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/mob/living/simple_animal/hostile/retaliate/poison/snake, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cyX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/punch_shit{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cyY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cza" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"czb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"cze" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"czh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/item/restraints/legcuffs/beartrap, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"czj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czo" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8; - filter_type = list(/datum/gas/nitrogen) - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czs" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/bodybag{ - pixel_y = 5 - }, -/obj/item/shovel, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"czA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"czB" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/extinguisher/mini, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"czC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"czD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"czE" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/backpack, -/obj/item/extinguisher{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/extinguisher, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"czF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"czG" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"czH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"czJ" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czK" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czM" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"czN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"czP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/wardrobe/green, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"czQ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"czR" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/grass, -/area/security/prison) -"czS" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"czT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/mech_bay_recharge_port{ - dir = 2; - icon_state = "recharge_port" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cAb" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/wardrobe/mixed, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cAd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cAe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cAf" = ( -/obj/structure/sign/departments/holy, -/turf/closed/wall, -/area/medical/morgue) -"cAg" = ( -/obj/structure/sign/poster/contraband/missing_gloves, -/turf/closed/wall/rust, -/area/maintenance/port) -"cAi" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cAj" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/chapel/office) -"cAk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-17"; - pixel_x = 8; - pixel_y = 3 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 40 - }, -/obj/machinery/button/door{ - id = "bar_1"; - name = "Bar Shutters Toggle"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "25" - }, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cAl" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cAn" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cAo" = ( -/obj/effect/turf_decal/bot, -/obj/structure/frame/computer{ - anchored = 1; - dir = 2; - icon_state = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cAp" = ( -/obj/structure/sign/departments/holy, -/turf/closed/wall/rust, -/area/chapel/office) -"cAq" = ( -/obj/effect/turf_decal/bot, -/obj/structure/frame/computer{ - anchored = 1; - dir = 2; - icon_state = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cAr" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/the_griffin{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cAs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/cardboard, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cAt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/item/poster/random_contraband{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/poster/random_contraband, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cAu" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -30 - }, -/obj/item/crowbar, -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cAv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/grey_tide{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cAw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "greylair"; - name = "Lair Privacy Toggle"; - pixel_y = 24; - req_access_txt = "0" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cAx" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/button/door{ - id = "Abandoned Cell"; - name = "Abandoned Door Lock"; - normaldoorcontrol = 1; - pixel_x = -24; - pixel_y = 8; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cAy" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/neck/stethoscope, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cAA" = ( -/obj/effect/turf_decal/bot, -/obj/structure/frame/computer{ - anchored = 1; - dir = 1; - icon_state = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cAB" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/head/fedora, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cAC" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/storage/toolbox/emergency, -/obj/item/wirerod, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cAE" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cAF" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cAG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/xeno_mining{ - pixel_x = 32 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/starboard/aft) -"cAH" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall, -/area/maintenance/fore) -"cAJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cAM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cAN" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cAO" = ( -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 3; - pixel_y = 28 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"cAP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/port/aft) -"cAQ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 8; - icon_state = "term" - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Starboard Quarter Solar"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cAR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cAT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"cAU" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/maintenance/fore) -"cAV" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engineaccess"; - name = "Engine Access Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAW" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cAX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "Emergency Research Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/science/research) -"cAY" = ( -/obj/docking_port/stationary{ - dheight = 1; - dir = 8; - dwidth = 12; - height = 17; - id = "syndicate_nw"; - name = "northwest of station"; - width = 23 - }, -/turf/open/space/basic, -/area/space) -"cBa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cBc" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/fore) -"cBd" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cBf" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"cBg" = ( -/obj/structure/closet/crate, -/obj/item/clothing/suit/hooded/chaplain_hoodie, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"cBh" = ( -/obj/machinery/door/airlock/grunge{ - name = "Apiary"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cBi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cBj" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix Bypass" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cBk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cBl" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cBm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cBo" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clothing/mask/russian_balaclava, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cBp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"cBq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/engine/atmos) -"cBr" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/structure/grille/broken, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"cBt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/terminal{ - dir = 4; - icon_state = "term" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cBu" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/clothing/mask/gas/sechailer/swat, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/security/main) -"cBv" = ( -/obj/structure/flora/grass/jungle, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cBw" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cBx" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cBy" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cBz" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"cBB" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cBC" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cBD" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cBE" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/fernybush, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/grass, -/area/security/prison) -"cBF" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cBH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/engine/atmos) -"cBI" = ( -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/port/aft) -"cBJ" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"cBK" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"cBL" = ( -/obj/structure/flora/grass/jungle/b, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cBM" = ( -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator Access"; - req_one_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cBN" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cBO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cBQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cBR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"cCa" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/turf/open/space/basic, -/area/solar/port/aft) -"cCb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 1; - name = "Disposals APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/glowstick, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal) -"cCj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCn" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Freight Mining Airlock" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cCo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCq" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet, -/obj/item/bedsheet/patriot, -/obj/item/bedsheet/syndie, -/obj/item/bedsheet/ian, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCr" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCv" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCw" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/asteroid/hivelord, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCx" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - opened = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCD" = ( -/obj/structure/table_frame, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCF" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/asteroid/hivelord, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCI" = ( -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCJ" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCR" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/storage/box/fancy/cigarettes/cigars/cohiba, -/obj/item/storage/box/fancy/cigarettes/cigars/havana{ - pixel_y = 5 - }, -/obj/item/storage/box/fancy/cigarettes/cigars{ - pixel_y = 10 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/item/book/manual/wiki/barman_recipes{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cCT" = ( -/obj/structure/grille, -/obj/item/shard, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cCX" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/secure_closet/personal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/quartermaster/warehouse) -"cDc" = ( -/obj/machinery/conveyor{ - dir = 2; - id = "NTMSLoad2"; - name = "on ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cDe" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "NTMSLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cDf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "NTMSLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cDg" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "NTMSLoad"; - name = "off ramp" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cDh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"cDi" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/quartermaster/warehouse) -"cDj" = ( -/obj/structure/table_frame/wood, -/mob/living/simple_animal/hostile/asteroid/basilisk{ - environment_smash = 0 - }, -/turf/open/floor/carpet/green, -/area/quartermaster/warehouse) -"cDk" = ( -/turf/open/floor/carpet/green, -/area/quartermaster/warehouse) -"cDl" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 8; - icon_state = "0" - }, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/wood, -/area/quartermaster/warehouse) -"cDm" = ( -/obj/machinery/conveyor{ - dir = 2; - id = "NTMSLoad2"; - name = "on ramp" - }, -/obj/machinery/door/poddoor{ - id = "freight_port"; - name = "Freight Bay Blast door" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cDo" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "NTMSLoad"; - name = "off ramp" - }, -/obj/machinery/door/poddoor{ - id = "freight_port"; - name = "Freight Bay Blast door" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cDp" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/carpet/green, -/area/quartermaster/warehouse) -"cDq" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/carpet/green, -/area/quartermaster/warehouse) -"cDr" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/item/stack/rods, -/turf/open/floor/carpet/green, -/area/quartermaster/warehouse) -"cDs" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 8; - icon_state = "0" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/quartermaster/warehouse) -"cDt" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 2; - id = "NTMSLoad2"; - name = "on ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cDv" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 1; - id = "NTMSLoad"; - name = "off ramp" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cDw" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/quartermaster/warehouse) -"cDy" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/rust, -/area/quartermaster/warehouse) -"cDz" = ( -/obj/machinery/camera{ - c_tag = "Satellite External Starboard"; - dir = 4; - name = "exterior camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cDA" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cDC" = ( -/turf/closed/wall/rust, -/area/construction/mining/aux_base) -"cDD" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"cDE" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cDF" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"cDG" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"cDH" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/fore) -"cDI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cDJ" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10; - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cDK" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/pipe_dispenser, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cDL" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/rust, -/area/construction/mining/aux_base) -"cDM" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cDN" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cDO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cDP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cDR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cDS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/camera_advanced/base_construction{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cDT" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cDU" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cDV" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/mining/aux_base"; - dir = 2; - name = "Auxillary Base Construction APC"; - pixel_y = -23 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cDW" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cDX" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cDY" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cDZ" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dir = 8; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cEa" = ( -/obj/docking_port/stationary/public_mining_dock{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cEb" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Auxiliary Base Construction"; - dir = 8; - name = "cargo camera"; - network = list("ss13","qm") - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cEc" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/construction/mining/aux_base) -"cEd" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cEe" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/mirror{ - pixel_x = -26; - pixel_y = 28 - }, -/obj/item/shard, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cEf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cEg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cEh" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cEi" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/shuttle/mining{ - dir = 4; - req_access = null; - req_one_access = null - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cEj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"cEl" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"cEm" = ( -/turf/closed/wall/rust, -/area/maintenance/department/electrical) -"cEn" = ( -/turf/closed/wall, -/area/maintenance/department/electrical) -"cEo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"cEp" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/hemostat, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEr" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/surgical_drapes, -/obj/item/clothing/mask/surgical, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/reagent_containers/blood/random{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random{ - pixel_x = -4; - pixel_y = -4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEt" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/restraints/handcuffs/cable/red, -/obj/item/clothing/suit/apron/surgical, -/obj/item/weldingtool/mini, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEu" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cEv" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 8; - icon_state = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/structure/closet/crate/freezer{ - name = "organ storage" - }, -/obj/item/organ/tail/cat, -/obj/item/organ/tail/cat, -/obj/item/organ/ears/cat, -/obj/item/organ/ears/cat, -/obj/item/organ/heart, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"cEy" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/packageWrap, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Auxiliary Base Shutters Toggle"; - pixel_x = 24; - pixel_y = 6; - req_one_access_txt = "32;47;48" - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"cEz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Auxiliary Base Shutters Toggle"; - pixel_x = -24; - pixel_y = 6; - req_one_access_txt = "32;47;48" - }, -/obj/structure/girder/displaced, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cEA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cEB" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/rust, -/area/maintenance/department/electrical) -"cEC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cED" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cEE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/shard, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cEF" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cEG" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"cEH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cEJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/fyellow{ - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical, -/obj/structure/spider/stickyweb, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cEK" = ( -/obj/structure/closet{ - name = "maid locker" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/accessory/maidapron{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/clothing/shoes/laceup, -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/mousetraps{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/flashlight, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEM" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cEO" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/rust, -/area/maintenance/fore) -"cEP" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/item/paper/crumpled{ - info = "This isn't funny, I'm trapped on the least fun room on the station."; - name = "poorly written complaint" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cEQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "xeno3"; - name = "Creature Cell 3 Toggle"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "55" - }, -/obj/structure/window/reinforced, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8; - icon_state = "computer" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cER" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cES" = ( -/obj/machinery/computer/monitor{ - dir = 1; - name = "backup power monitoring console" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cET" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_y = 40 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - icon_state = "direction_supply"; - pixel_y = 32 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cEU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cEV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cEW" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"cEX" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cEY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cEZ" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cFa" = ( -/obj/structure/janitorialcart, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/lusty_xenomorph{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cFb" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cFc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cFd" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/fore) -"cFe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"cFf" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFg" = ( -/obj/structure/bookcase/random/reference, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFh" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFi" = ( -/obj/structure/chair/sofa/right{ - color = "#c45c57"; - dir = 2 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/fore) -"cFj" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/sofa{ - color = "#c45c57" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"cFk" = ( -/obj/structure/chair/sofa/corner{ - color = "#c45c57"; - dir = 2; - icon_state = "sofacorner" - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/fore) -"cFl" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cFm" = ( -/turf/closed/wall, -/area/storage/tcom) -"cFn" = ( -/turf/closed/wall/rust, -/area/storage/tcom) -"cFo" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cFp" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cFq" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/department/electrical) -"cFr" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/directions/security{ - dir = 8; - icon_state = "direction_sec"; - pixel_y = 32 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = 40 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cFs" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/solar/port/fore) -"cFt" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFw" = ( -/obj/structure/table/wood, -/obj/item/folder{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/pill_bottle/dice{ - pixel_x = -4 - }, -/obj/item/pen/red{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/starboard/fore) -"cFx" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57"; - dir = 8; - icon_state = "sofaend_left" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/starboard/fore) -"cFy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"cFz" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"cFA" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/item/circuitboard/machine/telecomms/bus{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/camera{ - c_tag = "Telecomms Storage"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"cFB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/stock_parts/micro_laser{ - desc = "A tiny laser used in certain devices. A lil left."; - pixel_x = -6 - }, -/obj/item/stock_parts/micro_laser{ - desc = "A tiny laser used in certain devices. A lil left."; - pixel_x = -6 - }, -/obj/item/stock_parts/micro_laser{ - desc = "A tiny laser used in certain devices. A lil left."; - pixel_x = -6 - }, -/obj/item/stock_parts/micro_laser{ - desc = "A tiny laser used in certain devices. A lil left."; - pixel_x = -6 - }, -/obj/item/stock_parts/micro_laser{ - desc = "A tiny laser used in certain devices. A lil left."; - pixel_x = -6 - }, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"cFC" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/storage/tcom) -"cFD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cFE" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"cFF" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cFG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cFH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/item/wallframe/apc, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cFI" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/rust, -/area/maintenance/department/electrical) -"cFL" = ( -/obj/machinery/light/small, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cFM" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cFN" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFO" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cFQ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/maintenance/starboard/fore) -"cFR" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/sign/plaques/kiddie/library{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"cFS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/fore) -"cFU" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cFV" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"cFW" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"cFX" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/fore) -"cFY" = ( -/turf/closed/wall/rust, -/area/maintenance/solars/starboard/fore) -"cFZ" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/maintenance/fore) -"cGa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cGb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/fore) -"cGc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cGd" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGe" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGf" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGg" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGk" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/dresser, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"cGl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"cGm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/storage/tcom) -"cGn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/starboard) -"cGo" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cGp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cGr" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/maintenance/starboard) -"cGs" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"cGu" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/fore) -"cGw" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/starboard/fore) -"cGx" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/fore) -"cGy" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cGz" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGA" = ( -/obj/structure/flora/rock/pile, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGB" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGC" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGD" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"cGE" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"cGF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cGG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cGH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cGI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/grille_or_trash, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"cGJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cGM" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cGN" = ( -/obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"cGQ" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"cGR" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cGS" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/starboard/fore) -"cGT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cGV" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/starboard/fore) -"cGW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cGX" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGY" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cGZ" = ( -/obj/structure/sign/poster/contraband/missing_gloves, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"cHb" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/starboard/fore) -"cHc" = ( -/obj/structure/flora/grass/jungle/b, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/maintenance/fore) -"cHd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cHe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder/displaced, -/obj/structure/grille/broken, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cHg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cHh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"cHi" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding, -/obj/item/clothing/glasses/welding, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cHj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdprivacy"; - name = "Director's Privacy Blast Door" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cHk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/grass, -/area/chapel/main) -"cHm" = ( -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"cHn" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/maintenance/starboard) -"cHo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cHp" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tower, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/grass, -/area/chapel/main) -"cHq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"cHr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/spawner/lootdrop/glowstick, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cHs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"cHt" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cHu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cHv" = ( -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8; - icon_state = "airlock_unres_helper" - }, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "medbay_front_door"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"cHy" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cHz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cHA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Blast Door" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cHB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"cHD" = ( -/obj/docking_port/stationary/random{ - dir = 4; - id = "pod_lavaland4"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"cHE" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-03" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHF" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cHJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cHK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHL" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"cHM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHN" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/maintenance/port) -"cHO" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/chair/stool/bar, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"cHS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"cHT" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Medbay" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"cHU" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Toxins Burn Chamber"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/machinery/airalarm/mixingchamber{ - dir = 8; - icon_state = "alarm0"; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"cHV" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cHW" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cHX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/port) -"cHY" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cHZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cIa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cIb" = ( -/obj/item/target/clown, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine/vacuum, -/area/science/test_area) -"cIc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"cId" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"cIe" = ( -/obj/structure/table, -/obj/item/storage/secure/briefcase, -/obj/item/taperecorder, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"cIf" = ( -/obj/structure/displaycase/trophy, -/obj/structure/window/reinforced, -/turf/open/floor/carpet/green, -/area/library) -"cIg" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/toy/figure/curator, -/turf/open/floor/carpet/green, -/area/library) -"cIh" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/taperecorder{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/carpet/green, -/area/library) -"cIl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cIm" = ( -/obj/structure/displaycase/trophy, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/sign/poster/official/pda_ad{ - pixel_y = -32 - }, -/turf/open/floor/carpet/green, -/area/library) -"cIn" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/carpet/green, -/area/library) -"cIp" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/clipboard, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hydroponics) -"cIq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/obj/machinery/vending/medical, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cIr" = ( -/obj/effect/turf_decal/box, -/obj/machinery/shower{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/bikehorn/rubberducky, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/button/door{ - id = "Shower_1"; - name = "Shower 1 Privacy Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -8; - specialfunctions = 4 - }, -/obj/machinery/button/door{ - id = "Shower_1Privacy"; - name = "Shower 1 Privacy Toggle"; - pixel_x = 24; - pixel_y = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"cIs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Teleporter Access"; - req_one_access_txt = "17;19"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cIt" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cIw" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIx" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cIA" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northleft{ - name = "Animal Pen"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hydroponics) -"cIB" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/toy/figure/lawyer, -/obj/item/clothing/glasses/sunglasses/cheap, -/obj/item/clothing/glasses/sunglasses/cheap, -/turf/open/floor/carpet/green, -/area/lawoffice) -"cIE" = ( -/obj/machinery/computer/security/wooden_tv, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIF" = ( -/obj/item/clipboard, -/obj/item/folder/red{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/blue, -/obj/item/melee/chainofcommand, -/obj/item/toy/figure/captain, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIG" = ( -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIH" = ( -/obj/effect/landmark/start/lawyer, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/lawoffice) -"cII" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/toy/figure/hop{ - pixel_x = -8 - }, -/obj/item/toy/figure/ian{ - pixel_x = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"cIJ" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/storage/lockbox/loyalty, -/obj/item/hand_labeler, -/obj/machinery/keycard_auth{ - pixel_y = 24 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"cIK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"cIL" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/captain{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/pen/fountain/captain, -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)"; - pixel_y = -28 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"cIN" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"cIP" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cIQ" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"cIR" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"cIS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cIT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Long-Term Cell 1"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cIU" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Security Desk"; - req_one_access_txt = "63" - }, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"cIV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cIW" = ( -/obj/structure/sign/poster/official/random, -/turf/closed/wall/rust, -/area/security/prison) -"cIX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cIY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Prison Wing Cells"; - dir = 4; - name = "prison camera"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cIZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJa" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/biogenerator, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJb" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJc" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Yard"; - req_access_txt = "0" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "PCell 2Lock"; - name = "Long-Term Cell 2 Shutter" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Long-Term Cell 2"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJf" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJg" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJh" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/storage/box/bodybags{ - pixel_y = 2 - }, -/obj/item/wirecutters, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJi" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/prison) -"cJj" = ( -/obj/structure/sign/departments/security, -/turf/closed/wall/rust, -/area/security/prison) -"cJk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"cJl" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/detective, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"cJm" = ( -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Station Monitor"; - network = list("ss13"); - pixel_x = 24 - }, -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/hand_labeler, -/obj/item/taperecorder, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"cJn" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage"; - name = "trash belt" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Trash Chute"; - dir = 1; - name = "service camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"cJo" = ( -/obj/structure/sink/puddle, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 5 - }, -/turf/open/floor/grass, -/area/security/prison) -"cJp" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJq" = ( -/obj/machinery/button/flasher{ - id = "PCell 2"; - name = "Long-Term Cell 2 Pacifier"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "PCell 2Lock"; - name = "Long-Term Cell 2 Toggle"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJr" = ( -/turf/closed/wall/r_wall, -/area/security/execution/education) -"cJs" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"cJu" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/toy/figure/detective, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/item/book/manual/wiki/detective{ - pixel_x = 7; - pixel_y = -5 - }, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"cJv" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/genericbush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/hallway/secondary/exit/departure_lounge) -"cJw" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJx" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/item/seeds/watermelon, -/turf/open/floor/grass, -/area/security/prison) -"cJy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = -28; - prison_radio = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/toilet{ - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJA" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/machinery/flasher{ - id = "PCell 3"; - name = "Prisoner Pacifier"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJB" = ( -/obj/machinery/button/flasher{ - id = "PCell 3"; - name = "Long-Term Cell 3 Pacifier"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "PCell 3Lock"; - name = "Long-Term Cell 3 Toggle"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"cJC" = ( -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - id_tag = "justicedoor_2"; - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/machinery/button/door{ - id = "justicedoor_2"; - name = "Justice Door Lock"; - normaldoorcontrol = 1; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "3"; - specialfunctions = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"cJD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/gibs/up, -/obj/structure/sign/poster/official/wtf_is_co2{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/execution/education) -"cJE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"cJF" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Yard Garden"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cJG" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/execution/education) -"cJH" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/execution/education) -"cJI" = ( -/turf/closed/wall/r_wall/rust, -/area/security/execution/education) -"cJJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/warden) -"cJK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/execution/education) -"cJL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/execution/education) -"cJM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor{ - id = "justiceblast"; - name = "Justice Blast door" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"cJN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cJO" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Cargo Delivery Access"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"cJP" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJQ" = ( -/obj/structure/girder, -/obj/structure/grille/broken, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cJR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cJT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cJU" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cJV" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/window/reinforced, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"cJW" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cJX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cJY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 - }, -/obj/machinery/recharger, -/obj/machinery/camera{ - c_tag = "Engineering Security Post"; - dir = 1; - name = "engineering camera"; - network = list("ss13") - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cJZ" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cKa" = ( -/obj/machinery/vending/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cKb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cKc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cKd" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cKf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cKg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cKh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cKi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cKj" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plating, -/area/maintenance/aft) -"cKk" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"cKl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"cKn" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - name = "xenobiology sorting disposal pipe"; - sortType = 28 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"cKp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cKq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cKr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cKt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cKw" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cKx" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"cKy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/computer/security/telescreen/prison{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cKz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cKA" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cKB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/folder, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -4 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 4 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKC" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/gloves/color/latex, -/obj/item/storage/box/monkeycubes{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/storage/box/monkeycubes{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKD" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cKE" = ( -/obj/structure/table, -/obj/item/clothing/suit/justice, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cKF" = ( -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cKG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/toy/figure/hos, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cKH" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cKI" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stamp/hos, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cKJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cKK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/light, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/newscaster{ - pixel_x = 32; - pixel_y = -30 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cKM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cKN" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cKP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"cKQ" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cKS" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cKT" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cKU" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cKV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cKW" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/belt/utility{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cKX" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cKY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cKZ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cLa" = ( -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"cLb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/processing) -"cLc" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 2; - name = "Research Division APC"; - pixel_y = -23 - }, -/obj/machinery/camera{ - c_tag = "Research Division"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/showroomfloor, -/area/science/research) -"cLe" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cLg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cLh" = ( -/obj/machinery/gulag_teleporter, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cLj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"cLk" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 1; - icon_state = "computer" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Transferring Centre Dock"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/processing) -"cLl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cLo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"cLp" = ( -/obj/docking_port/stationary/random{ - dir = 2; - id = "pod_lavaland1"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"cLq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"cLr" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cLs" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cLt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Air to Mix" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"cLu" = ( -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/structure/grille/broken, -/obj/item/clothing/suit/hazardvest{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cLv" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/power/terminal{ - dir = 4; - icon_state = "term" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/port/fore) -"cLw" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cLx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cLy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Engine"; - dir = 1; - name = "supermatter camera"; - network = list("engine") - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cLz" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/structure/window/plasma/reinforced{ - dir = 4; - icon_state = "plasmarwindow" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"cLA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cLB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cLC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cLF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cLG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "atmosventn2o"; - name = "Emergency N2O Vent Toggle"; - pixel_x = 6; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cLH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"cLI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"cLM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cLN" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/structure/window/plasma/reinforced{ - dir = 8; - icon_state = "plasmarwindow" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engine/supermatter) -"cLP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cLR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"cLT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cLW" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cLX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/sand/plating, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cMa" = ( -/obj/structure/flora/grass/jungle, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cMb" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/grille/broken, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cMc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Cooling Loop Bypass" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"cMg" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"cMh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cMi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cMj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"cMm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cMn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMq" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMr" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cMs" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cMy" = ( -/obj/structure/sign/warning/fire, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMz" = ( -/obj/structure/sign/warning/fire, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"cMA" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cMC" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cMF" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/aft"; - dir = 4; - name = "Port Quarter Solar APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/port/aft) -"cMG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"cMH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cMI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cMJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cMK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"cML" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"cMM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"cMN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cMO" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cMP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMQ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/hallway/secondary/entry) -"cMS" = ( -/obj/structure/sign/warning/vacuum, -/obj/structure/grille, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"cMT" = ( -/obj/structure/sign/warning/vacuum, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/engine/engineering) -"cMV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/secondary/exit/departure_lounge"; - dir = 1; - name = "Departure Lounge APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Departures Lounge"; - name = "shuttle camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/hallway/secondary/entry) -"cMZ" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/tank/internals/oxygen, -/obj/item/pickaxe, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cNb" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/entry"; - dir = 4; - name = "Arrivals APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/secondary/entry) -"cNc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Laser Room Port"; - dir = 1; - name = "laser room camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/engine/engineering) -"cNe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNf" = ( -/obj/machinery/power/emitter/anchored{ - dir = 4; - icon_state = "emitter"; - state = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"cNg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Engineering"; - location = "EVA"; - name = "eva navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Custodial"; - location = "Tools"; - name = "tools navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNk" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/starboard/aft"; - dir = 2; - name = "Starboard Quarter Solar APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/aft) -"cNl" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNm" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high, -/obj/item/screwdriver{ - pixel_y = 18 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"cNn" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/head/welding{ - pixel_y = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - dir = 1; - name = "Tool Storage APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Tool Storage"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"cNo" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"cNp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNr" = ( -/obj/machinery/power/emitter/anchored{ - dir = 8; - icon_state = "emitter"; - state = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cNs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"cNu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Laser Room Starboard"; - dir = 1; - name = "laser room camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"cNv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNx" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cNA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"cNC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"cND" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cNF" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/closet, -/obj/item/stack/packageWrap, -/obj/item/storage/bag/trash, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cNH" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/carpspawn, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cNI" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cNJ" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cNN" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cNP" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/rack, -/obj/item/storage/box/lights/mixed{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cNT" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/quarantine, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 28 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/ai_monitored/turret_protected/ai_upload) -"cNX" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"cNY" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"cOa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cOb" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/hallway/secondary/command) -"cOc" = ( -/obj/structure/window/reinforced, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/hallway/secondary/command) -"cOd" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4; - icon_state = "hrwindow_spawner_middle" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating/airless, -/area/hallway/secondary/command) -"cOe" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/spawner/structure/window/hollow/reinforced/middle{ - dir = 4; - icon_state = "hrwindow_spawner_middle" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/hallway/secondary/command) -"cOf" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/command"; - dir = 8; - name = "Command Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow, -/turf/open/space/basic, -/area/hallway/secondary/command) -"cOg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cOj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/teleporter"; - dir = 1; - name = "Teleporter APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cOk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cOl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cOm" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cOn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOq" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"cOt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"cOu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/tank/jetpack/carbondioxide{ - pixel_y = 2 - }, -/obj/item/wrench, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 8; - name = "E.V.A. Storage APC"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cOw" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cOy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"cOz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cOA" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "detective sorting disposal pipe"; - sortType = 30 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cOB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cOC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP"; - location = "Security"; - name = "security navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cOD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"cOE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cOF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/security/brig) -"cOG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cOH" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access_txt = "3"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"cOI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/ai_monitored/security/armory) -"cOJ" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cOL" = ( -/obj/machinery/computer/security/hos{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"cOM" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"cOO" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cOP" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/toy/figure/virologist{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/restraints/handcuffs, -/obj/item/pen, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cOR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"cOS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/security/glass{ - id_tag = null; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"cOT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cOU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cOV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Security"; - location = "Courtroom"; - name = "courtroom navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cOX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cOY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cOZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution{ - pixel_y = -12 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cPa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cPb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/hallway/secondary/command) -"cPc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/restrooms"; - dir = 2; - name = "Restrooms APC"; - pixel_y = -23 - }, -/obj/machinery/camera{ - c_tag = "Restrooms"; - dir = 1; - name = "recreation camera" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"cPd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Courtroom"; - location = "Lockers"; - name = "lockers navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cPf" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cPg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cPh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cPi" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/bar"; - dir = 2; - name = "Bar APC"; - pixel_y = -23 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cPk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cPl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cPm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cPn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cPp" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/radiation, -/obj/item/clothing/glasses/meson, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/engine/engineering"; - dir = 2; - name = "Engine Room APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cPq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cPr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cPs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cPt" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - icon_state = "emitter"; - state = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/engine/engineering) -"cPu" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"cPv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cPy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/solar/port/aft) -"cPz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPA" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "aftport"; - name = "Port Quarter Solar Control"; - track = 0 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/port/aft) -"cPB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPC" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/carpspawn, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPD" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPF" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cPG" = ( -/obj/machinery/power/solar_control{ - dir = 8; - id = "aftstarboard"; - name = "Starboard Quarter Solar Control"; - track = 0 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/starboard/aft) -"cPH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPI" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"cPO" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"cPP" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/power/terminal{ - dir = 8; - icon_state = "term" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Starboard Bow Solar"; - dir = 1; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/fore) -"cPQ" = ( -/obj/item/stack/cable_coil/red, -/turf/open/space/basic, -/area/space) -"cPR" = ( -/obj/item/stack/cable_coil/red, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"cPS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/brig) -"cPT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cPX" = ( -/turf/closed/wall/rust, -/area/crew_quarters/cryopods) -"cQA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"cQJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/backpack/satchel/tox, -/obj/item/analyzer, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"cSj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/maintenance/port/aft) -"cSo" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"cVi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cVk" = ( -/obj/machinery/door/airlock/external{ - name = "Departure Shuttle Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"cWR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cXb" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI Core Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"cXu" = ( -/obj/effect/turf_decal/bot/left, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cYJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cZb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = 32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"cZG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"dbd" = ( -/obj/machinery/door/airlock/mining{ - name = "Auxiliary Base"; - req_one_access_txt = "32;47;48" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"dcl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"dcv" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"dcH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_exterior"; - idSelf = "incinerator_access_control"; - name = "Incinerator airlock control"; - pixel_x = -23; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - layer = 3.1; - name = "Incinerator airlock control"; - pixel_x = 23; - pixel_y = -23 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"ddd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"ddX" = ( -/obj/machinery/light/built{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"deL" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Security Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"dfL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/flora/rock/pile, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"dfO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dgj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/computer/prisoner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"dgV" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"dhv" = ( -/obj/structure/closet/cardboard, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/aft) -"diX" = ( -/turf/closed/wall/r_wall, -/area/security/interrogation) -"dja" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "freight_port"; - name = "Freight Bay Control"; - pixel_x = 8; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"djy" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/cartridge/signal/toxins{ - pixel_x = 6 - }, -/obj/item/cartridge/roboticist{ - pixel_x = -3 - }, -/obj/item/cartridge/signal/toxins, -/obj/item/cartridge/signal/toxins{ - pixel_x = 4; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"dke" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/clerk) -"dld" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dlt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/ash/large, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dmP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"dne" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"dnu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"dnA" = ( -/mob/living/simple_animal/moonrat{ - name = "Joe" - }, -/turf/open/floor/grass, -/area/chapel/main) -"dnQ" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"dpz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "e.v.a. maintenance"; - req_access_txt = "18" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"dqA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"drL" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"dtl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"duV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/computer/ai_server_console, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ai_monitored/storage/satellite) -"dvh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dvl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/cryopod{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/cryopods) -"dxh" = ( -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"dxw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dyz" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dzx" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dAv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 8 - }, -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) -"dBM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"dCe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"dCF" = ( -/obj/machinery/door/airlock/maintenance{ - name = "cargo maintenance"; - req_one_access_txt = "31;48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"dDp" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"dEp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"dEN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/grunge{ - id_tag = "commissarydoor"; - name = "Vacant Commissary"; - req_one_access_txt = "12;63;48;50" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"dFM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Operating Theatre Secondary"; - dir = 1; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"dHR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"dJG" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"dKP" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"dLt" = ( -/obj/machinery/door/airlock/external{ - name = "External Freight Airlock" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"dMm" = ( -/turf/closed/wall, -/area/medical/paramedic) -"dNd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"dNq" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/secure_closet/physician, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"dNK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"dOW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"dPm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"dPU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"dRS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness/recreation"; - dir = 1; - name = "Recreation Area APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dSs" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"dSv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Toxins Lab Maintenance"; - req_access_txt = "8" - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"dST" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"dTD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"dTZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"dUr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dVC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/maintenance/port) -"dVI" = ( -/obj/machinery/door/airlock/external{ - name = "External Freight Airlock" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"dWb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"dWH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"dWN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/oven, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"dXf" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm/server{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/ai/data_core, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"dYQ" = ( -/obj/machinery/telecomms/receiver/preset_left, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"dZa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"dZt" = ( -/obj/structure/flora/rock/pile{ - icon_state = "basalt2" - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"eac" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/box/corners, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"eaj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"eax" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"ecj" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"ecD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"edu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/storage/box/evidence{ - pixel_y = 4 - }, -/obj/item/taperecorder{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"edy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"eeQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"efs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"egC" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"egL" = ( -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ejG" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen_2"; - name = "Hallway Hatch" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"ejX" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"eky" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/mob/living/simple_animal/spiffles, -/turf/open/floor/plasteel, -/area/clerk) -"emk" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"emD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"eoh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "command maintenance"; - req_one_access_txt = "17;19" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"eoo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"eot" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"eoL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"epd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/storage/photo_album/Captain, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/obj/item/camera, -/obj/item/storage/lockbox/medal, -/obj/item/storage/secure/briefcase{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"eqs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"ers" = ( -/obj/machinery/door/airlock/atmos{ - name = "Incinerator"; - req_access_txt = "24" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"erC" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"erU" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"eso" = ( -/obj/machinery/door/airlock/maintenance{ - name = "command maintenance"; - req_access_txt = "0"; - req_one_access_txt = "19;63" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"esF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"esU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"etV" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"eul" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eum" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"euI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/flora/ausbushes/palebush, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"euU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"euW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"evd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ewq" = ( -/obj/effect/turf_decal/stripes/line, -/turf/closed/wall, -/area/maintenance/port) -"eyC" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"eyF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"ezV" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/bikehorn/rubberducky, -/obj/structure/sign/poster/contraband/clown{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/phone/banana, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"eAa" = ( -/obj/structure/chair/comfy/brown{ - color = "#596479"; - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"eBH" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"eBT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/lights/bulbs, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"eCk" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "research_shutters"; - name = "Research Privacy Shutter" - }, -/obj/machinery/door/window/eastright{ - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/autolathe, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"eCH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"eDo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"eDs" = ( -/turf/closed/wall, -/area/security/interrogation) -"eDt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"eDw" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/starboard/fore) -"eEr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"eEz" = ( -/obj/machinery/door/airlock/security{ - name = "Suit Closet"; - req_access_txt = "1" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/main) -"eFX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"eGa" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"eJp" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"eJM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/plasteel/dark, -/area/bridge) -"eLB" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1; - icon_state = "box_corners" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"eMH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"eNl" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"eOe" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"eOn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ePt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"eRk" = ( -/obj/machinery/door/poddoor/shutters{ - id = "coldroom"; - name = "Coldroom Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"eRp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"eRK" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"eSJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"eTX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"eVi" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "mass driver intersection"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"eVw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"eXl" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/mob/living/simple_animal/bot/secbot/pingsky, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"eYG" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/crowbar/red, -/obj/item/gps/mining, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/paper{ - info = "Our scans have concluded that the asteroid north-west of the station is rich in minerals, especially it's core. This isn't reflected at all in the mineral density of the east asteroid, which doesn't have almost any at all."; - name = "Station surroundings astrogeological report" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"eZv" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"faW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -1; - pixel_y = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"fbL" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"fbZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"fcB" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/recharger, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 1; - name = "RD Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/toy/figure/rd{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"fcH" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/telecomms/traffic{ - network = "tcommsat" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"fdH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"fdP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"fer" = ( -/obj/machinery/door/airlock/maintenance{ - name = "cargo maintenance"; - req_one_access_txt = "31;48" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"ffi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ffC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"fgf" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"fgl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"fgo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fgW" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/toy/plush/mothplushie, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/clerk) -"fhk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/clerk) -"fit" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"fja" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Cabinet" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/art) -"fjj" = ( -/obj/machinery/telecomms/server/presets/service, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"fkh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal) -"flF" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/rd{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/keycard_auth{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/modular_computer/console/preset/command/rd{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"flG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/engineering) -"fmq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fmG" = ( -/obj/machinery/door/airlock/external{ - name = "Satellite External Airlock"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"fnv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/bag/tray, -/obj/item/book/manual/chef_recipes{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"fnA" = ( -/obj/machinery/igniter{ - id = "Incinerator" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"fnG" = ( -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/lipstick/random{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/lipstick/random{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = 6 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"fok" = ( -/obj/machinery/door/poddoor{ - density = 1; - id = "QMLoaddoor2"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2"; - name = "on ramp" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/quartermaster/storage) -"fom" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/gun/energy/e_gun/dragnet{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/syringe{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"fpf" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"frg" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics_shutters"; - name = "Robotics Privacy Shutters" - }, -/obj/machinery/door/window/northleft{ - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/robotics/lab) -"frH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"frJ" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"fsa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/machinery/stasis{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"ftr" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/toilet/restrooms) -"ftx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"fup" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"fvH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/games, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"fws" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -28 - }, -/obj/machinery/computer/prisoner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"fze" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"fzy" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/foyer) -"fzK" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/computer/prisoner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"fzV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/aft) -"fAd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"fAK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"fAU" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"fDf" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/modular_computer/console/preset/cargo{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"fDt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"fEH" = ( -/obj/effect/turf_decal/sand/plating, -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"fFH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"fFS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"fHr" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"fHV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/ce{ - pixel_y = 28 - }, -/obj/machinery/modular_computer/console/preset/command/ce, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"fHX" = ( -/obj/structure/flora/ausbushes/palebush, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"fLn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"fLN" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/circuitboard/computer/ai_upload_download, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"fMR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"fNq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"fNE" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"fNP" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"fOe" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"fPd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Paramedic Staging"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/computer/crew, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"fPg" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"fQc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"fQn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"fQF" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/medical{ - name = "Medbay Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"fQJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"fRw" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"fSF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/clerk) -"fSW" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/book/manual/wiki/xenobiology, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"fTc" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"fTJ" = ( -/obj/machinery/turnstile/brig{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"fTT" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"fTU" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"fUk" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"fUp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/turf/closed/wall, -/area/engine/break_room) -"fUZ" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"fVI" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "greylair"; - name = "Lair Privacy Shutter" - }, -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"fXV" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"gbX" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"geM" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 8; - name = "Cryopod Room APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/cryopods) -"geZ" = ( -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"gfl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gfq" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"gfG" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cold Loop" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"ggq" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ghJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"gij" = ( -/obj/item/stack/tile/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"gir" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"git" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"gjC" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"gjN" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"gkY" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/machinery/chem_dispenser/mutagensaltpeter, -/turf/open/floor/plasteel, -/area/hydroponics) -"gle" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"glu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"glD" = ( -/obj/effect/turf_decal/tile/neutral, -/mob/living/simple_animal/pet/dog/pug{ - desc = "Much better at protecting the armory than your average warden."; - name = "Warden Jacob"; - real_name = "Warden Jacob" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"glL" = ( -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"gnG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_x = -32 - }, -/turf/open/floor/noslip, -/area/medical/medbay/central) -"gnH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"goI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"gpz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gpW" = ( -/obj/machinery/door/airlock/maintenance{ - id_tag = "bankvault"; - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"gqk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"gqG" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"gsh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/tcommsat/server) -"gsi" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"gsB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/maintenance/port/aft) -"gsG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"gsO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"gtB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"gtQ" = ( -/obj/machinery/light/floor, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/engine/air, -/area/engine/atmos) -"gul" = ( -/turf/closed/wall, -/area/tcommsat/computer) -"gvq" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"gxt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/chair, -/obj/effect/landmark/start/yogs/clerk, -/turf/open/floor/plasteel, -/area/clerk) -"gxx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"gxB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"gzE" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"gzX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/secure_closet/paramedic, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"gzZ" = ( -/obj/effect/decal/cleanable/ash, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"gAM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "chapel maintenance"; - req_one_access_txt = "22" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"gAZ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"gBe" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"gBE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"gCH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gDD" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/palebush, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"gDG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"gEa" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"gHd" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;37;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"gHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"gHi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"gHx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"gJa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"gJw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/engineering) -"gJC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/engineering) -"gKq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/break_room) -"gKM" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "construction zone"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"gKY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"gNy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"gNJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"gOe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"gOR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"gQt" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/obj/item/pickaxe, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"gQQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard"; - dir = 2; - name = "Starboard Maintenance APC"; - pixel_y = -23 - }, -/obj/effect/decal/cleanable/oil, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"gRp" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"gRQ" = ( -/obj/machinery/door/poddoor/shutters{ - id = "custodialwagon"; - name = "Custodial Bay" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/janitor) -"gTN" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -28; - pixel_y = 6 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = 22 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 28; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core Shutters Toggle"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber Lockdown"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "16" - }, -/obj/machinery/ai/data_core/primary, -/turf/open/floor/circuit/red/telecomms, -/area/ai_monitored/turret_protected/ai) -"gVj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/yogs/mining_medic, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"gWk" = ( -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"gXF" = ( -/obj/effect/landmark/stationroom/maint/tenxten, -/turf/template_noop, -/area/maintenance/port/fore) -"gYt" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"gYw" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"gZs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/fore) -"hac" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"hag" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Supermatter Terminal"; - dir = 4; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"hay" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"haG" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"hbS" = ( -/obj/structure/easel, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/airlock_painter, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"hbY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/caution/stand_clear, -/mob/living/simple_animal/opossum/poppy, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hdo" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"hfm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"hfv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/processing) -"hgJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hhY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/shutters{ - id = "captain_escape" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"hin" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/port/aft) -"hjz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"hkI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"hkK" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hkX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"hlp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hlD" = ( -/obj/machinery/door/airlock/atmos{ - name = "Filter Chamber" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"hlX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/chapel/office) -"hof" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Cryopod Room" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cryopods) -"hpQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-16" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"hqg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"hqN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"hrw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hrG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"htx" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"hue" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_one_access_txt = "1;4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"hun" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/item/assembly/prox_sensor, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal/five, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"hwC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance{ - name = "atmospherics maintenance"; - req_access_txt = "24" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"hzG" = ( -/obj/effect/landmark/start/captain, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"hzX" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"hAc" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/security/execution/education) -"hAd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "NTMSLoad"; - name = "off ramp"; - pixel_x = -8; - pixel_y = -5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"hAA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal) -"hAZ" = ( -/turf/open/space/basic, -/area/space/nearstation) -"hBc" = ( -/obj/structure/closet/crate{ - opened = 1 - }, -/obj/item/stock_parts/capacitor, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port) -"hBO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"hBS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"hBZ" = ( -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"hEh" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"hFa" = ( -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"hFT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"hGB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/frame/machine, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"hHu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"hIu" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Traffic Control"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"hJn" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"hJs" = ( -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - name = "AI RC"; - pixel_x = 30; - pixel_y = -30 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber Core"; - dir = 1; - name = "core camera"; - network = list("aicore") - }, -/obj/machinery/light/floor, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"hKM" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"hKU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset/anchored, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"hLs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"hMv" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"hMz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"hMC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"hNt" = ( -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"hNJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "genetics maintenance"; - req_access_txt = "5; 9; 68" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"hNV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "toxins_airlock_exterior"; - idInterior = "toxins_airlock_interior"; - idSelf = "toxins_access_control"; - name = "Toxins Mixing Room Access Console"; - pixel_x = -24; - pixel_y = 26; - req_one_access_txt = "8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"hOb" = ( -/obj/machinery/door/airlock/grunge{ - id_tag = "Cabin_2"; - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"hPe" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"hPj" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"hPA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"hQb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/stack/cable_coil/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/port/fore) -"hQv" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"hRi" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 4; - name = "Toxins Lab APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"hRC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"hRS" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"hSj" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"hSq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"hVo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hXb" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 9 - }, -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) -"hYA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"hYN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"hZc" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/space/nearstation) -"hZI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_access_txt = "12;63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"iar" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"icz" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"icZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "kitchen maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"idk" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - heat_proof = 1; - id_tag = "toxins_airlock_exterior"; - name = "Mixing Room Exterior Airlock"; - req_access_txt = "8" - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"idp" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"idU" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"ifj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ifR" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/northleft{ - name = "Brig Control Desk"; - req_access_txt = "3" - }, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/item/poster/random_official, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/item/paper_bin, -/turf/open/floor/plating, -/area/security/warden) -"ign" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"igy" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod four loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/four; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"igC" = ( -/turf/closed/wall/rust, -/area/clerk) -"iha" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ihk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ihm" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ihX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast door" - }, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"ijA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/pen, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/assembly/prox_sensor{ - desc = "Used for scanning and alerting when someone enters a certain proximity. This one is slightly shifted to the left."; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/crowbar/red, -/obj/item/toy/figure/roboticist{ - pixel_x = 6 - }, -/obj/item/paper_bin, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"ijD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ijF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/noslip, -/area/medical/genetics/cloning) -"ikm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "hydroponics maintenance"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"ikt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"ilN" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Bow Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/solars/port/fore) -"ilP" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"ilT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"iod" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"iol" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/command{ - name = "Council Chamber"; - req_access_txt = "19"; - security_level = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ioF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"iqp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"irF" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"irY" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/engineering) -"isw" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "Bridge Blast door" - }, -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"isD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"itE" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"itT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"iuX" = ( -/obj/effect/turf_decal/bot/left, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"iva" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"ivw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/computer/telecomms/server{ - network = "tcommsat" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"ivX" = ( -/obj/machinery/atmospherics/miner/nitrogen{ - max_ext_kpa = 2500 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/engine/n2{ - initial_gas_mix = "n2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"iwg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/disposal) -"iwj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"iwU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"ixz" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/junglebush/b, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/grass, -/area/hydroponics) -"ixO" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Drydock Canisters"; - dir = 1; - name = "shuttle camera" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"iyc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"iyh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iyU" = ( -/obj/machinery/door/airlock/vault{ - id_tag = "bank"; - name = "Bank Vault"; - req_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"izz" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"izF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "hopqueue"; - name = "Queue Shutters Toggle"; - pixel_x = 24; - pixel_y = -6; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hop"; - name = "Privacy Shutters Toggle"; - pixel_x = 24; - pixel_y = 6; - req_access_txt = "57" - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 36; - pixel_y = 6 - }, -/obj/machinery/light_switch{ - pixel_x = 36; - pixel_y = -6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/modular_computer/console/preset/command/hop{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"iBp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"iBE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = 23; - pixel_y = 7 - }, -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = 23; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"iBG" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"iBL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"iEs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"iEt" = ( -/obj/machinery/door/airlock/maintenance{ - name = "virology maintenance"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"iEu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 1; - name = "AI Satellite Supply" - }, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"iFa" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"iGD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"iHd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"iIr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iIt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"iIv" = ( -/obj/effect/turf_decal/box/white{ - color = "#EFB341" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"iIW" = ( -/obj/structure/rack, -/obj/item/wirecutters{ - pixel_y = 5 - }, -/obj/item/wirerod, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"iJV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"iKb" = ( -/obj/machinery/door/poddoor{ - id = "atmosauxburn" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"iKn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"iKD" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/aft) -"iKE" = ( -/obj/machinery/door/airlock/external{ - name = "External Freight Airlock" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"iKH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/ash/large, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"iLZ" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/effect/turf_decal/delivery, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"iNn" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"iNu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central) -"iNC" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"iNK" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"iOR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iRr" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"iSJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"iSM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Infirmary"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/iv_drip, -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"iST" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"iUy" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/art) -"iVr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"iWh" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"iWD" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"iWI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop_ext" - }, -/turf/open/floor/plasteel, -/area/clerk) -"iXc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"iYv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"iYx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iYH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"iZe" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - pixel_x = -3 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 24 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 10; - pixel_y = 10 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 10; - pixel_y = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"iZm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"iZu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jan" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"jav" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"jaX" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/doorButtons/access_button{ - idDoor = "toxins_airlock_exterior"; - idSelf = "toxins_access_control"; - name = "Toxins airlock control"; - pixel_x = -23; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "toxins_airlock_interior"; - idSelf = "toxins_access_control"; - layer = 3.1; - name = "Toxins airlock control"; - pixel_x = -23; - pixel_y = 25 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"jaY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/bedsheetbin, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/toilet/restrooms) -"jeG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"jfl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"jfK" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"jga" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel, -/area/clerk) -"jhb" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Atmos to Loop" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"jkf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jkA" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/reagentgrinder/kitchen, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"jmB" = ( -/obj/machinery/door/airlock/mining{ - name = "Auxiliary Base"; - req_one_access_txt = "32;47;48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"jmR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jnt" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"joa" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"joJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/break_room) -"joS" = ( -/obj/effect/turf_decal/box/white{ - color = "#52B4E9" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"jpg" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jpx" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"jpy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"jpU" = ( -/obj/structure/table/glass, -/obj/item/storage/box/rxglasses{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/beakers, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/storage/box/gloves, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"jqH" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/mob/living/simple_animal/pet/penguin/emperor/shamebrero{ - desc = "Was used in a experiment by the RD to test how a penguin with a sombrero would effect morale. Results were uncertain but is being kept as the science department's mascot anyway."; - name = "Anadear"; - real_name = "Anadear" - }, -/turf/open/floor/engine, -/area/science/explab) -"jrN" = ( -/turf/closed/wall/r_wall, -/area/medical/paramedic) -"jsL" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"jtP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"juf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"juT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"jwf" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/remains/xeno, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"jxZ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"jyo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"jyu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light/broken{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"jzy" = ( -/obj/structure/girder/reinforced, -/turf/open/space/basic, -/area/space/nearstation) -"jBp" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jBV" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"jCs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - name = "Bar RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/smartfridge/drinks, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"jEW" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"jFg" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"jFx" = ( -/obj/effect/turf_decal/box/corners, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jFT" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jGf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jGo" = ( -/obj/machinery/door/poddoor/shutters{ - id = "custodialwagon"; - name = "Custodial Bay" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/janitor) -"jHR" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/tank/internals/plasma, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter) -"jHZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jIo" = ( -/obj/machinery/door/airlock/external{ - name = "External Freight Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"jIr" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"jJe" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"jJP" = ( -/obj/effect/turf_decal/bot, -/obj/structure/safe{ - pixel_x = 3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/lazarus_injector, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spider/stickyweb, -/obj/item/stack/spacecash/c1000, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"jJR" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"jKv" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "sidearmory"; - name = "Side Armoury Shutter" - }, -/obj/machinery/button/door{ - id = "sidearmory"; - name = "Armoury Shutter Toggle"; - pixel_y = -24; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"jKx" = ( -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"jKG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "hydroponics maintenance"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"jKR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"jLK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/warden) -"jLN" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = null; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"jQv" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 1; - height = 4; - name = "escape pod one loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"jRN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"jRR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance/external{ - name = "mass driver intersection"; - req_access_txt = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"jSd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "atmosventco2"; - name = "Emergency CO2 Vent Toggle"; - pixel_x = 6; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"jTx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Paramedic Staging Area Maintenance"; - req_access_txt = "69" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"jTL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"jUb" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"jUW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/chief_medical_officer, -/turf/open/floor/plasteel/dark, -/area/bridge) -"jVe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"jVu" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"jWt" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jWy" = ( -/obj/machinery/computer/crew{ - dir = 1; - icon_state = "computer" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"jWG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"jWX" = ( -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/electrical) -"jXg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"jXh" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/aft) -"jYa" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"jYA" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"jZq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Cooler"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/modular_computer/console/preset/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"jZB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"jZR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"kaw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"kbi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"kbG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"kcv" = ( -/obj/machinery/atmospherics/miner/toxins{ - max_ext_kpa = 2500 - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine/plasma{ - initial_gas_mix = "plasma=1000;TEMP=293.15" - }, -/area/engine/atmos) -"kdl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"kdu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/closet/secure_closet/paramedic, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"kdL" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 25 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/cryopods) -"keC" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/modular_computer/console/preset/command/hos{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"kin" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"kjh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/artist, -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"kjr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"kjx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber Door"; - dir = 1; - name = "core camera"; - network = list("aicore") - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"kjX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kkG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"kla" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"klA" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/quartermaster/warehouse) -"kmS" = ( -/obj/machinery/door/airlock/external{ - name = "Ferry Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"kob" = ( -/obj/structure/sign/departments/xenobio, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/analyzer, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"kpS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"ksk" = ( -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ksO" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/space/nearstation) -"ksX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"kuq" = ( -/turf/closed/wall/rust, -/area/storage/art) -"kuT" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/science/robotics/lab) -"kvd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/cardboard, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"kwa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"kwq" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"kwY" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24;5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"kxz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"kxQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"kxV" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"kzC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"kAm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kAD" = ( -/obj/machinery/door/airlock/engineering{ - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/spider/stickyweb, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/electrical) -"kBg" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Clerk's office"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/book/random, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"kBN" = ( -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"kDT" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/tcommsat/computer) -"kEP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"kFb" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/oil, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"kGp" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Emergency Research Lockdown"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "47" - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "rdprivacy"; - name = "Director's Privacy Toggle"; - pixel_x = 24; - pixel_y = 38 - }, -/obj/machinery/button/door{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Lockdown"; - pixel_x = 38; - pixel_y = 38; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"kIL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"kKb" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/cryopods) -"kLk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"kLn" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"kLZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "O2 Outlet Pump"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"kMy" = ( -/obj/machinery/door/airlock/maintenance/external{ - name = "transit intersection"; - req_access_txt = "12" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"kNx" = ( -/obj/machinery/sci_bombardment, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"kOF" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"kPP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/medical{ - name = "Operating Theatre A"; - req_access_txt = "45;5" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/medical/paramedic) -"kQp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/prison) -"kQv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/mob/living/simple_animal/hostile/asteroid/hivelord, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"kQQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Toggle"; - pixel_y = -24; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"kRk" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"kRA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "Space Blast door" - }, -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"kRQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"kRZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"kSk" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate/silvercrate, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/handdrill, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"kSl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kSm" = ( -/obj/machinery/suit_storage_unit/standard_unit{ - suit_type = /obj/item/clothing/suit/space/paramedic - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"kSo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"kSt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/toy/figure/ce{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/lighter, -/obj/item/clothing/mask/cigarette/cigar/cohiba, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"kTk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/bot/cleanbot/medical{ - on = 0 - }, -/turf/open/floor/plasteel/dark, -/area/medical/storage) -"kTl" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"kTR" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"kTW" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"kUb" = ( -/obj/machinery/door/airlock/maintenance{ - name = "kitchen maintenance"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"kUd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"kUH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"kXb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/bridge) -"kXA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/box/fancy/heart_box{ - pixel_x = 15; - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/item/a_gift, -/obj/item/a_gift, -/obj/item/a_gift, -/obj/item/a_gift, -/turf/open/floor/plasteel, -/area/clerk) -"kYv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/button/door{ - id = "atmosauxburn"; - name = "Aux burn chamber vent"; - pixel_x = 9; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"kYS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"kZk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"kZU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"las" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/ai_resource_distribution{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"laJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"lcC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"lcD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/primary/fore"; - dir = 8; - name = "Fore Primary Hallway APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"len" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/hop) -"lev" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"leB" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/closed/wall, -/area/medical/paramedic) -"leS" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"lfo" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"lfx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"lgh" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"lhw" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"lhW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/rack_creator, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"lig" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"lit" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"liV" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/medical{ - name = "Medbay Storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"lml" = ( -/turf/open/floor/plating/airless{ - icon_state = "platingdmg1" - }, -/area/space/nearstation) -"lmn" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/camera/detective, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/carpet/green, -/area/security/detectives_office) -"lnV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"loR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"lpF" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"lpS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"lqM" = ( -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"lrk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Fore Hallway Robotics Bay"; - dir = 1; - name = "fore camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"lrU" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"ltJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 8; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"luC" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"lvr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"lyz" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"lyU" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Server Room"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/obj/structure/sign/plaques/ai_password{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/server) -"lzb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/glowstick, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"lzH" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/ai_control_console{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"lBm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"lBs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"lBY" = ( -/obj/machinery/door/airlock/atmos/glass{ - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"lCh" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lCI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"lDa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/hallway/secondary/entry) -"lDm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"lEq" = ( -/obj/structure/flora/rock/pile{ - icon_state = "lavarocks2" - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"lEF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/mining, -/turf/open/floor/plasteel/dark, -/area/bridge) -"lFa" = ( -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/security/armory"; - dir = 2; - name = "Armoury APC"; - pixel_y = -23 - }, -/obj/structure/cable/yellow, -/obj/item/circuitboard/machine/techfab/department/security, -/obj/item/card/id/departmental_budget/sec, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"lHd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"lHW" = ( -/obj/structure/table_frame, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"lJC" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Chamber"; - req_access_txt = "16" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber Lockdown Shutter" - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -26; - pixel_y = 3 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = 28 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lKm" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"lKW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"lNA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"lNV" = ( -/obj/structure/table, -/obj/item/paper_bin/construction{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/hand_labeler, -/obj/machinery/light/small, -/obj/item/statuebust, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"lOI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"lRF" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"lSg" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/cockroach{ - desc = "Virtually unkillable."; - name = "Becquerel"; - sentience_type = 5; - status_flags = 16 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"lSx" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"lVf" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lVh" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/supermatter) -"lVE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"lWd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "left"; - name = "Inner Pipe Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "O2 to Pure" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"lWm" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 1 - }, -/turf/open/floor/engine, -/area/tcommsat/computer) -"lWy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"lWC" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"lXd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/starboard/fore) -"lYe" = ( -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"lYi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"lZB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"man" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"maQ" = ( -/obj/machinery/door/poddoor{ - density = 1; - id = "QMLoaddoor"; - name = "Supply Dock Loading Door" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad"; - name = "off ramp" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/quartermaster/storage) -"mbo" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-14" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"mcj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/processing) -"mcE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"mcZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/aft) -"mdI" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"mdX" = ( -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_y = 24 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"meb" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"meR" = ( -/obj/machinery/door/airlock/external{ - name = "Satellite External Airlock"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"mfu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mfB" = ( -/obj/structure/rack, -/obj/item/storage/crayons, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/toy/crayon/rainbow{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/toy/crayon/rainbow{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/toy/crayon/rainbow{ - pixel_x = -7; - pixel_y = -4 - }, -/obj/item/toy/crayon/spraycan{ - pixel_y = 5 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = 4; - pixel_y = 7 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = 9; - pixel_y = 9 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"mhc" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"mhh" = ( -/obj/structure/door_assembly/door_assembly_min{ - anchored = 1 - }, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"mhj" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"mhv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"mia" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/grass/jungle, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"mja" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"mjI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Distribution Loop"; - dir = 8; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air to distro"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"mlx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"mma" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"mnl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop_ext" - }, -/obj/item/instrument/piano_synth{ - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/clerk) -"mnA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"mnY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"mox" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Incinerator to Output" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"mpa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Foyer"; - dir = 4; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"mpS" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"mqL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"mrE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Brig Cells"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"muN" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"mxg" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 8; - name = "Chief Medical Officer's telescreen"; - network = list("medical"); - pixel_x = 28 - }, -/obj/machinery/button/door{ - id = "cmoprivacy"; - name = "Privacy Shutters Toggle"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/button/door{ - id = "emmd"; - name = "Medical Lockdown Toggle"; - pixel_x = 40; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/command/cmo{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"mxX" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"myf" = ( -/obj/structure/table, -/obj/item/circuitboard/machine/circulator, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"mAs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"mAI" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"mAL" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"mCc" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"mCg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"mCl" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"mCU" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"mES" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mFA" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"mGW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"mHo" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"mHG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"mHQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "N2 to Airmix"; - target_pressure = 4500 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mIm" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"mIo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"mIA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"mKD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"mMg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central) -"mMy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"mMP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Surgery Maintenance"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"mNb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"mNl" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"mOy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_y = -30 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24; - pixel_y = -8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/modular_computer/console/preset/command{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"mOS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/fore) -"mPF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"mRh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "lawyer sorting disposal pipe"; - sortType = 29 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"mSx" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"mTX" = ( -/obj/machinery/power/smes/fullycharged{ - name = "ai power storage unit" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/red/telecomms, -/area/ai_monitored/turret_protected/ai) -"mUk" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = -24; - pixel_y = 6; - req_access_txt = "24" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "10" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"mUm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"mUQ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"mVe" = ( -/obj/machinery/door/airlock/external{ - name = "Abandoned External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"mXX" = ( -/obj/machinery/door/airlock/maintenance{ - name = "bar maintenance"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"mYv" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"mZu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"mZM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"nak" = ( -/obj/structure/table_frame, -/obj/machinery/camera{ - c_tag = "Incinerator"; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"nao" = ( -/obj/effect/turf_decal/box, -/obj/machinery/shower{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/soap/nanotrasen, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/button/door{ - id = "Shower_2"; - name = "Shower 2 Privacy Lock"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = -8; - specialfunctions = 4 - }, -/obj/machinery/button/door{ - id = "Shower_2Privacy"; - name = "Shower 2 Privacy Toggle"; - pixel_x = 24; - pixel_y = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"nar" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"naH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"nbp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"nbF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"nbN" = ( -/obj/effect/decal/cleanable/ash, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"nbZ" = ( -/obj/machinery/atmospherics/miner/carbon_dioxide{ - max_ext_kpa = 2500 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine/co2{ - initial_gas_mix = "co2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"ncf" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = 32 - }, -/obj/item/canvas/twentythreeXnineteen{ - pixel_x = 6 - }, -/obj/item/canvas/twentythreeXnineteen{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/canvas/twentythreeXnineteen{ - pixel_x = 10; - pixel_y = 6 - }, -/obj/item/canvas/nineteenXnineteen{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/canvas/nineteenXnineteen{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/canvas/nineteenXnineteen{ - pixel_x = 0; - pixel_y = 1 - }, -/obj/item/canvas/twentythreeXtwentythree{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/canvas/twentythreeXtwentythree{ - pixel_y = 5 - }, -/obj/item/canvas/twentythreeXtwentythree{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/structure/table, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"ncQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ncT" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"neC" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/computer/robotics{ - dir = 8; - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"nfk" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nfx" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"ngm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"nhs" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"nhu" = ( -/obj/structure/chair/sofa/left{ - color = "#c45c57"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"nhO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"nhV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nkn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/computer/mecha{ - dir = 8; - icon_state = "computer" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"nlp" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"nmJ" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"nmR" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"nnc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/flora/grass/jungle/b, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"noi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement{ - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"npj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/atmos, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"npS" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Gas" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"nqj" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"nqP" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"nrl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"nrE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nrL" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"nsx" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ntr" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ntO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/griddle, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"nuj" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "Toxins Launcher Bay Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"nup" = ( -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 13 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/stamp/qm{ - pixel_x = 8; - pixel_y = 10 - }, -/obj/item/stamp/denied{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/stamp{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/pen{ - pixel_x = -1; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"nuu" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/structure/sign/poster/contraband/missing_gloves{ - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/engineering{ - output_attempt = 0 - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"nxv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"nxz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nxB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nxE" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/main) -"nAE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nAG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"nBU" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"nCI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"nEe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"nEM" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"nFw" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"nFV" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Airlock"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/engine/engineering) -"nHc" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/clipboard, -/obj/item/storage/firstaid/regular, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"nHh" = ( -/obj/machinery/door/airlock/external{ - name = "Departure Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"nId" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"nIV" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"nJf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"nJu" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"nJz" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"nKN" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"nLA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nLC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"nMj" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24;5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"nMX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"nNt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"nOv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"nOB" = ( -/obj/machinery/light, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"nPc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"nRc" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nSf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nSj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nTH" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"nUE" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"nVj" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"nVX" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"nWP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"nWU" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/maintenance/port"; - dir = 4; - name = "Port Maintenance APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"nXw" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"nXJ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/solars/starboard/fore) -"nXQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/cardboard{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/stack/packageWrap{ - pixel_x = 1; - pixel_y = 1 - }, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_x = 8; - pixel_y = -7 - }, -/turf/open/floor/plasteel, -/area/clerk) -"nYo" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"nZA" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"nZU" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"obe" = ( -/obj/structure/closet/secure_closet/RD, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"ocn" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/maintenance/port/fore) -"odk" = ( -/obj/machinery/door/airlock/engineering{ - name = "Emergency Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"odB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "theatre sorting disposal pipe"; - sortType = 18 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"odV" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/locker"; - dir = 2; - name = "Locker Room APC"; - pixel_y = -23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"oel" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber SMES"; - dir = 2; - name = "core camera"; - network = list("aicore") - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"oeI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Port Tanks"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ofm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ofY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ohy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"ojg" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 28 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningoffice) -"omq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/vending/autodrobe/capdrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"onA" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal/incinerator) -"onW" = ( -/obj/machinery/door/poddoor{ - id = "chapelgun"; - name = "Chapel Launcher Door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"opu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/book/codex_gigas{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/flashlight/lantern{ - pixel_x = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library) -"opF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/processing) -"oqx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"otw" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"oup" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clothing/under/yogs/rank/clerk/skirt{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/storage/box/fancy/donut_box{ - pixel_x = -2; - pixel_y = 10 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = 16; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/clerk) -"ouJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"ouK" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/roller{ - pixel_x = 5; - pixel_y = 13 - }, -/obj/item/roller{ - pixel_y = 9 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 3; - pixel_y = -12 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 2; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"ozC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ozK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"oAH" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"oBb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"oDF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"oEO" = ( -/obj/structure/barricade/wooden, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"oFz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oGL" = ( -/turf/template_noop, -/area/maintenance/starboard) -"oHZ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"oIj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"oIJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/cargo/qm{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"oLe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"oMO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"oNC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/flora/grass/jungle/b, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"oNK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"oOk" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"oOw" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"oPm" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"oRr" = ( -/obj/machinery/door/airlock/hatch{ - name = "Satellite Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"oTH" = ( -/obj/machinery/door/poddoor/shutters{ - id = "Skynet_launch"; - name = "Mech Bay" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"oUa" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"oUf" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Unit_3Privacy"; - name = "Unit 3 Privacy Shutter" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"oVb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"oVx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"oWj" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/security/telescreen/prison{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/modular_computer/console/preset/security{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"oXV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"oZQ" = ( -/obj/machinery/door/airlock/external{ - name = "External Freight Airlock" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"oZU" = ( -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"paO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"paP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/storage/box/evidence{ - pixel_y = 5 - }, -/obj/item/restraints/handcuffs/cable/zipties, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"pcz" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/sparsegrass, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/grass, -/area/security/prison) -"pcW" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/window/southleft{ - name = "cage door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"pda" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"pdn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"pfR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/mob/kitchen_animal, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"pfV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"pge" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/pet/snail/gary, -/turf/open/floor/wood, -/area/library) -"pgv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space, -/area/space/nearstation) -"pii" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/space/nearstation) -"pin" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/flora/grass/jungle, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"pjA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"pjH" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/space) -"pkg" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/plasteel/dark, -/area/bridge) -"pkl" = ( -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/grass, -/area/chapel/main) -"plA" = ( -/obj/machinery/computer/message_monitor{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pmf" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"pmj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"pmX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/item/storage/backpack/duffelbag/med/surgery, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"pnQ" = ( -/obj/structure/lattice, -/obj/structure/girder/reinforced, -/turf/open/space/basic, -/area/space/nearstation) -"pog" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/obj/machinery/cryopod{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/cryopods) -"por" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/rnd/production/circuit_imprinter/department/netmin, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pqh" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"prh" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"prn" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/camera_film{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/camera, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/radio/intercom{ - pixel_y = -43 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"prX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"psT" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ptQ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"puc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/door/airlock/engineering{ - name = "Telecomms Storage"; - req_access_txt = "61" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/storage/tcom) -"put" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Mix to Filter" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"puu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/restrooms) -"puw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"puz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"pvy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"pvT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "chapel maintenance"; - req_one_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"pvZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/plaques/atmos, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/engine/break_room) -"pxJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/aicard, -/obj/item/paicard{ - pixel_x = 6 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"pxN" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - name = "escape pod two loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/two; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"pBF" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/turbine{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"pBH" = ( -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"pGc" = ( -/obj/machinery/door/airlock/maintenance{ - name = "mech bay maintenance"; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"pGh" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/ai_overclocking, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pGA" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"pGQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 140; - name = "killroom vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"pHc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/grunge{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"pHU" = ( -/obj/machinery/door/airlock/atmos{ - name = "Filter Chamber" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"pIP" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"pJL" = ( -/turf/closed/wall, -/area/tcommsat/server) -"pJY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port) -"pKA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"pLi" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Hydroponics" - }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/door/window/eastright{ - dir = 4; - name = "Hydroponics Delivery Access"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"pLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"pLY" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat/atmos) -"pNM" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"pPN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"pPX" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pQp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"pRP" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"pSs" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/item/folder/yellow, -/obj/item/stack/packageWrap, -/obj/item/gps{ - gpstag = "QM0"; - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/item/toy/figure/qm{ - pixel_x = -12; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"pTs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Incinerator Entrance"; - dir = 8; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"pTT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"pTV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "atmosventplasma"; - name = "Emergency Plasma Vent Toggle"; - pixel_x = 6; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"pUx" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/solars/starboard/aft) -"pUT" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"pVn" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"pWt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"pWX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pXw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Chamber" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"pXV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "Unfiltered & Air to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pYh" = ( -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"pYl" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"pZr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"pZL" = ( -/obj/machinery/telecomms/receiver/preset_right, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server SMES"; - dir = 2; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"pZM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"qcC" = ( -/turf/closed/wall, -/area/clerk) -"qdi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/mob/living/simple_animal/hostile/lizard{ - name = "Wags-His-Tail"; - real_name = "Wags-His-Tail" - }, -/turf/open/floor/plasteel, -/area/janitor) -"qdC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"qdX" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24;5" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"qeh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"qfd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_access_txt = "4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"qfY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/folder/white{ - pixel_x = -6 - }, -/obj/item/book/manual/wiki/medicine, -/obj/item/clothing/neck/stethoscope, -/obj/item/pen, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"qhP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"qiW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"qjm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "chapel maintenance"; - req_one_access_txt = "22" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"qjY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/flora/ausbushes/palebush, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"qkB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/clerk) -"qkH" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/button/door{ - id = "Arrival Shuttle Bay"; - name = "Arrival Shuttle Bay Toggle"; - pixel_x = 24; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"qmv" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"qmB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"qoa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/sec/surgery, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"qod" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"qok" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/beebox, -/turf/open/floor/grass, -/area/chapel/main) -"qow" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/window/northleft{ - name = "cage door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"qoA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/item/wrench, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"qpB" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/pen/blue, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"qqq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/obj/machinery/photocopier/faxmachine{ - department = "Detective's Office" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"qqL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hos"; - dir = 1; - name = "Head of Security's Office APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Head of Security's Office" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"qqU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"qrv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - dir = 8; - name = "Monkey Pen"; - req_access_txt = "9" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"qrw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"qsW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"qua" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"qul" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 14; - id = "arrivals_stationary"; - name = "kilo arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/kilo; - width = 7 - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"qvn" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Incinerator Construction Area"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"qwi" = ( -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_access_txt = "12;63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"qwq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"qwt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4; - icon_state = "darkcorner" - }, -/area/hallway/primary/fore) -"qwu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"qwY" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"qxa" = ( -/obj/structure/closet/crate/medical, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"qxK" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"qyb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"qyD" = ( -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine{ - department = "Law office" - }, -/turf/open/floor/carpet/green, -/area/lawoffice) -"qyX" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/mob/living/simple_animal/pet/dog/corgi/borgi, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"qzB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"qCf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server Room APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qEi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "N2 Outlet Pump"; - target_pressure = 4500 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/engine/atmos) -"qEW" = ( -/obj/machinery/door/airlock/maintenance{ - name = "crematorium maintenance"; - req_one_access_txt = "27" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"qFm" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"qFp" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"qGT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"qIq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/meter/atmos/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"qIy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"qIN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/paramedic) -"qKw" = ( -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal/incinerator) -"qMh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qMC" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"qMF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/flora/grass/jungle, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"qNc" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qOB" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"qPc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 4; - name = "Central Maintenance APC"; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"qPv" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"qPE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"qPV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"qQu" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/obj/item/toy/figure/chef, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"qRO" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"qRW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qSl" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - heat_proof = 1; - id_tag = "toxins_airlock_interior"; - name = "Mixing Room Interior Airlock"; - req_access_txt = "8" - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"qSG" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/window/southleft{ - dir = 2; - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"qSN" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 2; - dwidth = 1; - height = 4; - name = "escape pod three loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/three; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"qUC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/transit_tube/horizontal{ - dir = 1; - icon_state = "straight" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"qUP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/item/pipe_dispenser, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/engine/engineering) -"qVq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/computer/atmos_sim{ - dir = 1; - mode = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"qWc" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/t_scanner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"raM" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/cartridge/medical{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/cartridge/medical{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/cartridge/medical{ - pixel_x = 4 - }, -/obj/item/cartridge/chemistry{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/wrench/medical, -/obj/item/clothing/neck/stethoscope{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"rbv" = ( -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"rbL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"rbQ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"rbX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"rbY" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"rdX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"rfS" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rgm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel, -/area/clerk) -"ria" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/button/massdriver{ - dir = 2; - id = "toxinsdriver"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 8; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("toxins"); - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"rij" = ( -/obj/structure/closet, -/obj/item/stock_parts/matter_bin, -/obj/item/stack/rods/ten, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"rml" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/structure/grille/broken, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/aft) -"rnQ" = ( -/obj/machinery/door/airlock/external{ - name = "Ferry Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"rpb" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"rpB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/briefcase, -/obj/item/clothing/neck/tie/red, -/obj/item/clothing/head/bowler{ - pixel_y = 8 - }, -/obj/item/cane, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"rpO" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/reagent_containers/food/condiment/peppermill{ - desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - desc = "Salt. From space oceans, presumably. A staple of modern medicine."; - pixel_x = -8; - pixel_y = 12 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen_2"; - name = "Hallway Hatch" - }, -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"rqs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"rrd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"ruq" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"rut" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"ruL" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/reagent_containers/food/snacks/pie/cream, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"rve" = ( -/turf/closed/wall, -/area/storage/art) -"rwM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"rxn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clipboard{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/taperecorder{ - pixel_x = -4; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"rxv" = ( -/obj/effect/turf_decal/bot/right, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"rxK" = ( -/obj/machinery/door/poddoor/shutters{ - id = "maidbay"; - name = "Maid Bay" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"ryk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/break_room) -"ryM" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/power/terminal{ - dir = 4; - icon_state = "term" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"rzN" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"rBf" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"rBs" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivate"; - name = "Chief Engineer's Privacy Shutters" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"rBA" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/folder/red, -/obj/machinery/door/window/brigdoor/northleft{ - dir = 2; - name = "Brig Control Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/warden) -"rDk" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 8 - }, -/turf/closed/wall/rust, -/area/space/nearstation) -"rDF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"rGc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"rGm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"rGL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"rHn" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4; - icon_state = "box_corners" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"rJm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "supermatter maintenance"; - req_one_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"rJG" = ( -/turf/template_noop, -/area/maintenance/port/fore) -"rKl" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"rKY" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "incinerator_airlock_interior"; - name = "Incinerator Interior Airlock" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"rLh" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall, -/area/maintenance/port/aft) -"rLz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"rLS" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/closet/crate/freezer/surplus_limbs, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/surgery) -"rMw" = ( -/obj/item/tank/internals/oxygen/empty, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"rMI" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"rNq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rOf" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"rOv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/cryopods) -"rOU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"rPC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"rPF" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"rPU" = ( -/turf/closed/mineral/random/labormineral, -/area/maintenance/port/fore) -"rQr" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"rRJ" = ( -/obj/structure/bookcase/random/religion, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"rVx" = ( -/turf/closed/wall/rust, -/area/security/interrogation) -"rYG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30; - pixel_y = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"rYO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"rZL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"saU" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/item/tank/internals/anesthetic, -/obj/item/clothing/mask/breath/medical, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"sbr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"sbY" = ( -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/turf/open/space/basic, -/area/space) -"sch" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security/glass{ - id_tag = "Abandoned Cell"; - name = "Abandoned Cell" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"sec" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"sei" = ( -/obj/structure/sign/warning/fire, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"seE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/captains, -/obj/effect/turf_decal/bot, -/obj/structure/fireaxecabinet/bridge/spare{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"seX" = ( -/obj/machinery/door/airlock/command{ - name = "Armoury"; - req_access_txt = "58" - }, -/obj/machinery/door/poddoor/shutters{ - id = "frontarmory"; - name = "Front Armoury Shutter" - }, -/obj/machinery/button/door{ - id = "frontarmory"; - name = "Armoury Shutter Toggle"; - pixel_y = 24; - req_access_txt = "58" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"sfu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/bridge) -"shg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/surgicaldrill{ - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"shF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"shR" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"shX" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/marker_beacon{ - anchored = 1; - icon_state = "markerburgundy-on"; - light_color = "#FA644B"; - light_power = 3; - light_range = 2; - name = "landing marker"; - picked_color = "Burgundy" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"siS" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Cabin_3Privacy"; - name = "Cabin 3 Privacy Shutter" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"sjo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"skc" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"skk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"skC" = ( -/obj/machinery/door/airlock/engineering{ - name = "Emergency Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"skM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/grass/jungle, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"slQ" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"smw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/server) -"snc" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"snA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"son" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"spa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/space_heater, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light, -/obj/structure/sign/poster/contraband/fun_police{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"spo" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/book/manual/wiki/atmospherics, -/obj/item/stack/sheet/rglass{ - amount = 20; - pixel_x = 2; - pixel_y = -2 - }, -/obj/structure/cable/yellow, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - name = "Incinerator APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"spx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"sqF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"sqT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"sri" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleshutter"; - name = "Teleporter Access Shutter" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"srL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"ssh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"ssQ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ssS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"stp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"stt" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"stD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"suk" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Engineering Security Post"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"svr" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Unit_2Privacy"; - name = "Unit 2 Privacy Shutter" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"svN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"swi" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"swY" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"sxL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"sxU" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"szu" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped{ - dir = 4 - }, -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = 24; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"szQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Aft Tanks"; - dir = 1; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"sBY" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"sCF" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/supermatter) -"sCZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"sFw" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"sFL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"sHw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"sIc" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/folder/blue{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/folder/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"sIM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"sKe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/power/smes/engineering, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"sKq" = ( -/obj/machinery/atmospherics/miner/n2o{ - max_ext_kpa = 2500 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o{ - initial_gas_mix = "n2o=1000;TEMP=293.15" - }, -/area/engine/atmos) -"sLV" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"sMV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"sOI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/office, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"sOZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"sPo" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/taperecorder, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"sPw" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"sQy" = ( -/obj/machinery/light, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"sQL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"sSK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"sSP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/flora/grass/jungle/b, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"sUl" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"sUq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"sUZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"sVa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "Containment Chamber Blast Door" - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/engine, -/area/science/xenobiology) -"sVe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"sVq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor_switch/oneway{ - id = "NTMSLoad2"; - name = "on ramp"; - pixel_x = 8; - pixel_y = -5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"sVy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/science/xenobiology"; - dir = 4; - name = "Xenobiology APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"sXu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/engineering) -"sYk" = ( -/obj/machinery/door/airlock/external{ - name = "Brig Shuttle Airlock"; - req_one_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) -"sZd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"taL" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/rack, -/obj/item/storage/backpack/satchel/eng, -/obj/item/wirecutters, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"taZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/chair/office{ - dir = 4 - }, -/mob/living/simple_animal/crab/kreb{ - desc = "Here to lay down the hard claws of the law!"; - health = 50; - name = "Officer Kreb"; - real_name = "Officer Kreb" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"tcD" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"tdz" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"ted" = ( -/obj/machinery/door/airlock/grunge{ - name = "Service Production"; - req_one_access_txt = "25;26;35;28;22;37;46;38;36" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"teH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/west{ - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"teM" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"tfb" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"tfj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"tgW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"thf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"tjb" = ( -/obj/machinery/atmospherics/miner/oxygen{ - max_ext_kpa = 2500 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine/o2{ - initial_gas_mix = "o2=1000;TEMP=293.15" - }, -/area/engine/atmos) -"tkx" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"tkH" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 8; - luminosity = 2 - }, -/obj/machinery/camera{ - c_tag = "Turbine Chamber"; - dir = 1; - network = list("turbine") - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"tkI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"tmQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"tnu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"tnz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"tox" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"toF" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"toU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/clerk) -"tqq" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"tqY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/structure/sink{ - pixel_y = 24 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"trb" = ( -/obj/effect/turf_decal/sand/plating, -/turf/closed/wall, -/area/maintenance/port/fore) -"trE" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"tun" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - dir = 2; - name = "Telecomms Monitoring APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow, -/obj/machinery/modular_computer/console/preset/tcomms{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"tvm" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"tvv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"tvN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"txU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow, -/obj/machinery/power/apc/auto_name/west{ - pixel_x = -25 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"tBP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/bridge) -"tDM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Incinerator" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"tDS" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigcelldoor"; - name = "Cell Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/warden) -"tEz" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"tFe" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"tFu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/showroomfloor, -/area/science/lab) -"tFM" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/fernybush, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"tFU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/vending/gifts, -/turf/open/floor/plasteel, -/area/clerk) -"tHt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"tHG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"tIl" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"tIt" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8; - icon_state = "box_corners" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"tJb" = ( -/turf/closed/wall/r_wall/rust, -/area/security/interrogation) -"tJx" = ( -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"tJX" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"tKW" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"tLb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"tLn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"tLr" = ( -/obj/machinery/door/airlock/engineering{ - name = "Emergency Storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"tPb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"tRW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"tSG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"tSN" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"tTO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "medbay maintenance"; - req_access_txt = "5" - }, -/obj/structure/sign/directions/evac{ - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"tTQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"tUn" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/table, -/obj/item/folder/white, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"tVA" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/extinguisher/mini, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"tWV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"tXq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"tYn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/caution/stand_clear, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"tYt" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"tYu" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"uaD" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"ucx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/disposal) -"ude" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"udH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/camera{ - c_tag = "Telecomms Monitoring"; - dir = 4; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_x = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/radio, -/obj/machinery/computer/security/telescreen{ - dir = 4; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = -28; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"ufe" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ufG" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: East of Escape"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"uhc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"ujk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/turnstile/brig{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"ukm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance/external{ - name = "mass driver intersection"; - req_access_txt = "12" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"ulk" = ( -/obj/effect/turf_decal/bot, -/obj/structure/safe{ - pixel_x = 3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/belt/bandolier, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"ulN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) -"umb" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"umc" = ( -/obj/machinery/ai/server_cabinet/prefilled, -/turf/open/floor/circuit/red/telecomms, -/area/ai_monitored/turret_protected/ai) -"umJ" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"umZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "incinerator_airlock_exterior"; - name = "Incinerator Exterior Airlock"; - req_access_txt = "32" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"upu" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/window/reinforced{ - dir = 1 - }, -/mob/living/simple_animal/chicken{ - desc = "The arch-nemesis of Kentucky."; - name = "Popeye"; - real_name = "Featherbottom" - }, -/turf/open/floor/grass, -/area/hydroponics) -"upB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"uqt" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space) -"uqF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/assembly/flash/handheld, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"uru" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"urI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Closet"; - dir = 1; - name = "xenobiology camera"; - network = list("ss13","rd","xeno") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"usl" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"utg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central) -"utw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"utW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"uuw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"uuM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"uvA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/displaycase/cmo, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"uwc" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"uxj" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"uxS" = ( -/obj/effect/turf_decal/box, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"uyM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Plasma Tank Pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"uyS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"uzb" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/obj/item/pickaxe, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"uzB" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"uzM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"uzQ" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"uBe" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;37;36" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"uBh" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"uDj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = 36; - pixel_y = 24; - req_one_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"uEe" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"uEG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"uGi" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"uGD" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/hor) -"uHy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"uHA" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"uHO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-02"; - pixel_y = 3 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/cable/yellow, -/obj/machinery/power/apc{ - areastring = "/area/security/interrogation"; - name = "Interrogation APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"uHR" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"uIb" = ( -/obj/structure/flora/rock/pile{ - icon_state = "basalt" - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"uIr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/paper/crumpled{ - info = "The safes have been locked and scrambled. Three thousand space dollars, a bandolier, and a lazarus injector have been safely deposited."; - name = "bank statement" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"uJI" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"uKq" = ( -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"uKt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"uMM" = ( -/obj/machinery/computer/turbine_computer{ - dir = 8; - id = "incineratorturbine" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"uPv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"uPE" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"uPY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"uQk" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/fore) -"uRO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/flasher{ - id = "AI"; - name = "Meatbag Pacifier"; - pixel_y = 24 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"uRZ" = ( -/obj/structure/flora/grass/jungle, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 22 - }, -/obj/structure/beebox, -/turf/open/floor/grass, -/area/chapel/main) -"uSd" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"uSt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"uTN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/grass/jungle/b, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"uTY" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"uUp" = ( -/obj/machinery/door/airlock/grunge{ - id_tag = "Cabin_3"; - name = "Cabin 3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"uVg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"uVx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 8 - }, -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"uWd" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden/crude, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"uWf" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uWi" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/secure_closet/CMO, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"uXi" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"uXz" = ( -/obj/machinery/door/airlock/engineering{ - name = "Emergency Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"uZr" = ( -/obj/structure/barricade/wooden, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"vaL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Creature Cell"; - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"vbF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/plasteel/dark, -/area/bridge) -"vbU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vcT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/poster/random_official{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/poster/random_official, -/obj/item/storage/box, -/obj/item/stack/packageWrap, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/port) -"vdr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"veI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "sparemech"; - name = "Abandoned Mech Bay" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"vfG" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/engine, -/area/ai_monitored/turret_protected/aisat_interior) -"vgl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"vgJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"viV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/clonepod, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"vjA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"vkl" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Cryopod Room" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/cryopods) -"vku" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"vky" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"vkF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"vkK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/closed/mineral/random/labormineral, -/area/space/nearstation) -"vlt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 4 - }, -/obj/item/storage/belt/utility, -/obj/machinery/camera{ - c_tag = "Engineering Desk"; - dir = 2; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/modular_computer/telescreen/preset/engineering{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"vly" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/heads/cmo) -"vlD" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"vlJ" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"vnh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "security maintenance"; - req_access_txt = "0"; - req_one_access_txt = "4;63" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"voZ" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/yogs/network_admin, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"vpZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"vrN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"vsj" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Incinerator to Output" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vtv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"vtX" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Incinerator Output Pump"; - target_pressure = 4500 - }, -/turf/open/space/basic, -/area/maintenance/disposal/incinerator) -"vuk" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"vuq" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"vvm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/painting{ - persistence_id = "public"; - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/port) -"vvq" = ( -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"vvP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/port/fore) -"vwd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/solars/starboard/fore) -"vwC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/fore) -"vyf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"vys" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Connector"; - req_access_txt = "0"; - req_one_access_txt = "10;24;5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"vyW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"vzB" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vAI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vCg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vCl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"vEd" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/box/red, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"vET" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/central) -"vFX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"vGg" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vGE" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/maintenance/disposal/incinerator) -"vGF" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/goldcrate, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/jawsoflife, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"vHl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/flora/grass/jungle, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/hallway/secondary/entry) -"vIR" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/solars/port/fore) -"vIS" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vJJ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/showroomfloor, -/area/science/xenobiology) -"vKD" = ( -/obj/effect/landmark/stationroom/maint/fivexthree, -/turf/template_noop, -/area/maintenance/starboard) -"vKS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"vLp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/cryopods) -"vLJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"vLS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vMd" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"vNc" = ( -/obj/structure/sign/warning/xeno_mining{ - pixel_y = 32 - }, -/obj/machinery/door/airlock/external/glass{ - name = "External Freight Airlock" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"vNZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"vOm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/mob/living/simple_animal/sloth/citrus, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"vOv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/operating{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"vOC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"vOH" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal) -"vPD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"vPH" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"vQC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/engine, -/area/science/xenobiology) -"vQT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vRG" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"vTn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port) -"vTv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall, -/area/maintenance/disposal) -"vUr" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"vUt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"vVv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"vVz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"vXc" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"vXe" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/rust, -/area/maintenance/disposal/incinerator) -"vYo" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"vYp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 4; - icon_state = "closed_terminus1" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"vYW" = ( -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"waG" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/stack/sheet/plasteel{ - amount = 10; - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/book/manual/wiki/robotics_cyborgs, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/posialert{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"wck" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Cold Loop to Gas" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"wdA" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"wep" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder/white, -/obj/item/retractor, -/obj/item/hemostat, -/obj/machinery/vending/wallmed{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Operating Theatre"; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"weM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wgC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/engine, -/area/ai_monitored/storage/satellite) -"whN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"wix" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"wjm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "mining dock maintenance"; - req_access_txt = "48" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"wjW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"wjX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"wkm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wkP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"wlb" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"wlO" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"wmJ" = ( -/turf/open/floor/wood, -/area/maintenance/port/fore) -"wmL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wmW" = ( -/obj/structure/door_assembly/door_assembly_min{ - anchored = 1 - }, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"wnl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"wow" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Waste Line"; - dir = 8; - name = "engineering camera"; - network = list("ss13","engine") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/button/door{ - id = "engineaccess"; - name = "Engine Access Lockdown"; - pixel_x = 24; - req_one_access_txt = "10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"wqi" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/multitool, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool{ - pixel_x = 4 - }, -/obj/item/reagent_containers/glass/beaker/large, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"wqY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"wsS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/power/apc{ - areastring = "/area/medical/surgery"; - dir = 4; - name = "Surgery APC"; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/sign/departments/minsky/medical/medical1{ - pixel_y = -32 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"wtx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wuo" = ( -/obj/machinery/door/poddoor/shutters{ - id = "maidbay"; - name = "Maid Bay" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/button/door{ - id = "maidbay"; - name = "Maid Bay Toggle"; - pixel_x = -24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"wvp" = ( -/obj/structure/flora/rock, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"wvq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/status_display/ai{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"wvy" = ( -/obj/structure/cable/yellow, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/brig) -"wwc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"wxY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wzb" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;36" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"wze" = ( -/obj/machinery/power/turbine{ - dir = 4; - luminosity = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"wzh" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wzE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"wBl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wBz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"wCR" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 6 - }, -/turf/open/floor/engine{ - initial_gas_mix = "n2=100;TEMP=80" - }, -/area/ai_monitored/turret_protected/ai) -"wDp" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hydroponics Pen"; - dir = 4; - name = "hydroponics camera" - }, -/obj/item/book/manual/wiki/hydroponicsplants{ - pixel_x = -3 - }, -/obj/item/book/manual/wiki/hydroponicsguide{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"wDs" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/item/storage/box/lights/bulbs, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"wEN" = ( -/obj/item/paper/crumpled{ - info = "you just lost the game" - }, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"wFY" = ( -/obj/structure/door_assembly/door_assembly_eng{ - anchored = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/quartermaster/warehouse) -"wGN" = ( -/obj/machinery/door/airlock/maintenance{ - name = "xenobiology maintenance"; - req_access_txt = "55" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -24 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"wHS" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing/chamber) -"wIr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Pure to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wIV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/surgery, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/item/storage/box/gloves, -/turf/open/floor/plasteel/dark, -/area/medical/surgery) -"wJx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"wKv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wKz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"wKB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/rack, -/obj/machinery/button/door{ - id = "giftshop_ext"; - name = "Gift Shop External Shutters"; - pixel_x = 27 - }, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plasteel, -/area/clerk) -"wLg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table, -/obj/item/pipe_dispenser, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"wMU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"wNI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"wNR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/computer/prisoner, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"wNX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/closed/wall, -/area/engine/atmos) -"wPa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"wPH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"wQa" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/solars/starboard/fore) -"wRE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"wSj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/landmark/start/virologist, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"wTt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wUn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/central) -"wVd" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Locker Room" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"wVh" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"wVz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"wWo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore) -"wYO" = ( -/obj/machinery/door/airlock/engineering{ - name = "Emergency Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"wZQ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"xaq" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"xaB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"xbm" = ( -/obj/effect/decal/cleanable/ash, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"xbK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"xgq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"xhk" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid/airless, -/area/space/nearstation) -"xim" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"xjp" = ( -/obj/machinery/door/airlock/grunge{ - id_tag = "Cabin_1"; - name = "Cabin 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"xjC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"xjE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xjU" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid, -/area/space/nearstation) -"xky" = ( -/obj/machinery/door/airlock/grunge{ - name = "Restrooms" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"xkU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"xlm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"xlT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/crowbar/red, -/obj/item/lighter{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/storage/secure/safe{ - pixel_x = 34 - }, -/obj/item/storage/box/fancy/cigarettes/cigars/havana, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"xlV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plating/airless{ - initial_gas_mix = "o2=14;n2=23;TEMP=300" - }, -/area/space/nearstation) -"xlY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/science/mixing) -"xmx" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"xmM" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal/incinerator) -"xmV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"xmY" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/virologist, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/virology) -"xog" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xom" = ( -/turf/closed/mineral/random, -/area/space/nearstation) -"xot" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stamp/rd{ - pixel_x = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"xou" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"xpm" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"xpS" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xrI" = ( -/obj/effect/landmark/stationroom/maint/threexfive, -/turf/template_noop, -/area/maintenance/port/fore) -"xsn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xsZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xtQ" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xuB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xvu" = ( -/obj/structure/grille, -/obj/structure/barricade/wooden, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"xvQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port) -"xyd" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"xAx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"xAG" = ( -/obj/machinery/door/airlock/atmos/glass{ - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"xCH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"xCM" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xDv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"xDN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"xFy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"xFI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xGS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/aft) -"xHo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"xHG" = ( -/obj/structure/table, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xHI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xIr" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"xIU" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 28 - }, -/obj/item/toy/figure/cmo{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 2 - }, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"xJk" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal{ - amount = 5 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"xKb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Medical"; - location = "Upload"; - name = "Upload navigation beacon" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xKh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"xKF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/engine/engineering) -"xLa" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Shuttle Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xLb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/paramedic) -"xLg" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"xLC" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"xMZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"xNq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"xNI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xOK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/landmark/start/yogs/brigphsyician, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"xOW" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"xPK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xPT" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xQc" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"xQe" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xQf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xQx" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/central) -"xTw" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"xTz" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/space/nearstation) -"xUK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xVm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"xWA" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"xXJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"xYR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"xZT" = ( -/obj/machinery/door/airlock/external{ - name = "Prison External Airlock"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ybl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"ydA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/vending/games, -/turf/open/floor/plasteel, -/area/clerk) -"yfP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"yfX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"yge" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "0"; - req_one_access_txt = "12;47" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"yhx" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/solars/port/aft) -"yhG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"yiS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/clerk) -"yjr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"yjt" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"yjz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/power/apc{ - areastring = "/area/clerk"; - dir = 8; - name = "Gift Shop APC"; - pixel_x = -25 - }, -/obj/structure/cable/yellow, -/obj/machinery/door/window/southleft{ - dir = 1; - req_access_txt = "36" - }, -/turf/open/floor/plasteel, -/area/clerk) -"yld" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal/incinerator) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -bVu -xom -aaa -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aUz -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aaa -xom -aeU -aeU -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -bVv -bVv -xom -bVv -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -bVv -xom -bVv -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -xom -aeU -xom -xom -aeU -aeU -aeU -xom -aaa -aaa -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cAY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aeU -aeU -aeU -aeU -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -aUz -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aUz -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aaa -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aUz -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -xom -xom -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -xom -aeU -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -ckn -acm -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aUz -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeU -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -alm -aaQ -aeo -aeo -aeo -acm -acK -aaa -aaa -aaa -aaa -aaa -acK -acm -aeo -aeo -acm -alm -aeu -aeu -aeu -aeu -aap -aUz -aeU -aeu -aUz -acm -aeo -aeo -acm -aaa -acm -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -cuj -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeU -aaa -aaa -aeU -aeu -aeu -aeu -aeu -bBK -agw -aeu -aeu -aeu -aeu -aaa -aaa -acm -aaa -aaa -acK -aaa -aaa -aaa -aaa -aaa -acK -aaa -aaa -acm -aaa -aaa -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aaa -aaa -acm -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -aaQ -aeo -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aeU -aeu -aeu -aeu -aeu -cpY -aeu -aeu -aeu -aeu -coy -aaQ -aeo -aeo -acm -acK -aaa -aaa -aaa -aaa -aaa -acK -acm -aaQ -aeo -aeo -acm -aUz -aeu -aeu -aeu -aeu -aap -aeu -ckn -acm -acm -aeo -aeo -aeo -aeo -acm -aeo -acm -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -bVu -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -aaa -aeu -alm -acm -aaQ -aeo -aeo -acm -acm -aeo -aeo -aeo -acm -aeo -acm -alm -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaQ -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaQ -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aeo -aaa -acm -aaa -acm -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aUz -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -acm -aeo -aeo -aeo -aeo -aaQ -alm -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -alm -aeo -aeo -aeu -aeu -aeu -adk -adk -amz -amz -adk -aeu -aeu -aeu -aaa -acm -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -acm -acm -aeo -aeo -alm -aeu -aeu -aeu -aeu -aeu -aUz -aeU -coy -acm -acm -aaa -cqV -aaa -aeo -aeo -aeo -aeo -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -acm -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -aeu -aeu -aaQ -aaa -aaa -aaa -alm -aeu -adk -jJP -uIr -ulk -adk -aeu -aeu -aeu -aeu -alm -aeU -aaa -acm -aaa -aaa -bpm -aaa -aaa -acm -acK -acm -aeU -aaa -aaa -aaa -aeu -aeu -aap -aeu -aeu -aeU -cmU -cmU -cmU -cmU -acm -acm -cAR -aaa -acm -aaa -acm -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -aaQ -aeo -aeo -aeo -acm -aaQ -aoi -acm -acm -coy -aUz -aeU -aeU -aeu -aeu -aeu -aeu -alm -acm -aaQ -aeo -aeo -acm -acm -acm -aeU -aeU -alm -aeu -aeu -aeu -aeu -acm -aaa -aaa -aaa -acm -aeu -amz -bBL -bDi -bFD -amz -aeu -aeu -aeu -aeu -aeu -aeu -acK -acm -acm -ajd -kmS -xaB -cov -cpx -cuK -aeu -aeU -aaQ -aeo -aeu -aeu -aeu -aeU -aap -aeu -coy -cmU -tfb -tfb -tfb -tfb -tfb -cAR -tfb -tfb -tfb -tfb -tfb -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -acm -aaa -acm -aaa -aov -cmU -cmU -cmU -cmU -cmU -cmU -aeU -aeu -aeu -aeu -aeu -aaa -aaa -aaa -acm -aaa -aaa -aeU -aeU -aeu -aeu -aeu -xjU -aeu -aeu -bUG -acK -acm -acK -bUG -aeu -adk -adk -iyU -bCb -amz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cqt -xaB -ajd -sbr -xaB -eoL -cqt -aeu -aeu -aeU -aUz -aeU -coy -aeu -aeu -aUz -aeu -aeu -aeU -cmU -ctQ -cAM -cAM -cAM -cAM -ckj -cLs -cLs -cLs -cLs -cPy -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -acm -mCl -mCl -mCl -hZc -mCl -aov -mCl -mCl -mCl -mCl -mCl -cmU -aeU -aeu -aeu -aeu -aeU -aeU -aaa -aaa -acm -aaa -aaa -aeU -aeu -aeu -aeu -uzb -vXc -aeu -aeu -aDT -agw -ccg -agw -aoc -aeu -amA -anc -bDJ -bCB -amA -amA -amA -ajd -aeu -aeu -aeu -aeu -ajd -bmU -cqI -rnQ -afm -bVx -aav -aav -aat -jan -jan -jan -asO -aav -aeu -aeu -aeu -aeu -aeU -cmU -uxS -uxS -uxS -uxS -uxS -ckj -uxS -uxS -uxS -uxS -uxS -acm -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -aeo -aaa -akH -akR -akR -akR -akR -aov -asE -asE -asE -asE -cri -cmU -ocn -cwp -cwq -cwp -cwp -cwq -cwq -cwp -cwp -cwq -cwp -cwp -aeu -aeu -xjU -aLZ -aeu -aeu -aeu -aDU -aaa -aaa -aaa -aod -aeu -amR -anD -bzK -ctg -bBH -gpW -bDk -ajd -ajd -ajd -aer -ajd -aer -cqB -cqJ -fmq -coo -cpv -aat -awn -bTz -bVD -bYs -cJa -cJw -aat -aat -aeu -aeu -aeU -cmU -cmU -ckj -ckk -aaa -aaa -ckk -cAR -ckk -aaa -aaa -ckk -ckj -aaa -aaa -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -acm -nmJ -nmJ -nmJ -nmJ -nmJ -ctE -nmJ -nmJ -nmJ -nmJ -nmJ -cmU -cwp -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -gXF -cwq -aeu -aeu -aeu -vXc -aeu -aeu -aeu -aUG -aaa -aaa -aaa -aUG -aeu -amA -awJ -bzU -cvo -bGR -cni -bDm -ajd -bAU -aer -bzO -bGX -ssQ -bPq -cuT -sSK -crp -cvn -aav -bmQ -bTQ -bLH -cdb -cde -ceb -cJF -aav -aeu -aeU -aUz -cmU -tfb -tfb -tfb -tfb -tfb -ckj -cAR -ckj -tfb -tfb -tfb -tfb -tfb -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -acm -acm -aaa -ctE -ckk -aaa -aaa -ckk -ctE -ckk -aaa -aaa -ckk -ctE -cmU -trb -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aeu -aeu -jwf -aLZ -aeu -aeu -aeu -cqs -aaa -aaa -aaa -bFQ -aeu -amR -amA -bzV -bEX -amA -cnr -bhp -tLn -bDs -bDz -cvq -bGY -ajd -ajd -cqL -iYH -bZX -bVB -aav -bJz -bVT -cBE -cfP -cJo -pcz -cfN -bcA -aeU -aeU -aeU -cmU -ctQ -cAM -cAM -cAM -cAM -cAP -cCa -cLC -cLs -cLs -cNH -cLs -cPy -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -acm -aeo -aaa -cmU -mCl -mCl -mCl -mCl -mCl -cFs -aov -ctE -mCl -mCl -mCl -mCl -mCl -trb -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwq -aeu -aLZ -aLZ -aeu -aeu -aeu -aeu -amA -agy -igy -agy -amR -aeu -amA -aCG -mIA -bFF -amA -csT -btn -aer -cpH -bDC -bGq -bHy -bMi -aer -ajd -jYa -ajd -aer -aav -btd -bVV -bMe -czR -bTu -cJx -cfO -aat -aeu -aUz -aeU -cmU -uxS -uxS -uxS -uxS -uxS -ckj -cAR -ckj -uxS -uxS -uxS -uxS -uxS -acm -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaQ -aaa -aeo -aaa -cmU -akH -akR -akR -akR -akR -aot -aqw -asL -asE -asE -asE -asE -cri -fEH -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aeu -aeu -aLZ -aLZ -aeu -aeu -aeu -amR -cId -biC -cIl -amA -amR -amA -aFg -bzX -bGm -amR -cnL -bvn -ajd -akh -nNt -aer -ajd -bMm -cqD -ajd -xGS -gsB -ajd -aav -bth -cam -cIV -cIZ -cJb -cJp -cJy -aav -aeu -aeu -coy -cmU -cmU -ckj -ckk -aaa -aaa -ckk -cAR -ckk -cPQ -aaa -ckk -ckj -cmU -aaa -aeo -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -aeU -cmU -nmJ -nmJ -nmJ -nmJ -nmJ -ctE -aov -ctE -nmJ -nmJ -nmJ -nmJ -nmJ -trb -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aLZ -xjU -slQ -wvp -aLZ -aeu -aeu -amA -esF -biE -esF -amR -boY -amA -aEw -nYo -amA -amA -ctb -btj -aer -cry -whN -bpP -cqq -lNA -oBb -uBh -uru -cuE -aav -aav -bti -abp -cIW -cJc -abh -cIW -cfR -aav -aeu -aeu -aeU -aeU -cmU -tfb -tfb -tfb -tfb -tfb -cAR -tfb -tfb -tfb -tfb -tfb -cmU -aaa -aeo -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -acm -alm -aeU -cmU -cmU -ctE -ckk -aaa -aaa -ckk -aov -ckk -aaa -aaa -ckk -ctE -cmU -fEH -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aLZ -aLZ -aLZ -aLZ -aLZ -aeu -aeu -amR -bop -biO -bjS -bqv -bsY -tLn -cuw -cux -cuy -nPc -cLI -euW -ajd -eGa -cqi -eOn -oXV -cxj -prX -aer -crm -cSj -aat -ana -bIT -abp -cIX -cJd -abp -cJz -cfS -aat -aeu -aeu -aeU -aUz -cmU -ctQ -cAM -cAM -cAM -cAM -cAR -cLs -cLs -cLs -cLs -cPy -cmU -aaa -acm -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aeu -aeU -aeU -cmU -mCl -mCl -mCl -mCl -mCl -ctE -mCl -mCl -mCl -mCl -mCl -cmU -cwp -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwq -aLZ -kTR -xjU -aLZ -aLZ -aeu -aeu -amA -bos -csz -bjT -cuk -cru -amR -amA -amA -vYo -amR -amR -crP -ajd -aer -ajd -ajd -aer -kdl -ajd -ajd -ajd -ajd -aav -anu -cIT -cbK -bAk -cJe -aaG -cJA -cfW -aav -aeu -aeu -aeu -aeU -cmU -uxS -uxS -uxS -uxS -uxS -cAR -uxS -uxS -uxS -uxS -uxS -cmU -aUz -acm -acm -aeo -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alm -aeu -aeu -aof -aUz -cmU -akH -akR -akR -akR -akR -aov -asE -asE -asE -asE -cri -cmU -ocn -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwq -aLZ -wvp -aLZ -aLZ -aLZ -aeu -amA -amA -amA -cqT -lBm -amA -amA -amA -rij -gNy -rut -hBc -amR -crP -crP -vcT -aer -taL -wxY -cLP -aLp -ajd -aeu -aeu -aav -aav -bJB -abp -abp -cJf -abh -abp -cfZ -aat -aeu -aeu -aeu -aeU -cmU -cmU -cmU -cmU -cmU -aDS -ckj -bFI -cmU -cmU -cmU -cmU -cmU -aeU -acm -aaa -aeo -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -cmU -nmJ -nmJ -nmJ -nmJ -nmJ -aov -nmJ -nmJ -nmJ -nmJ -nmJ -cmU -cwp -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aeu -aLZ -aLZ -ksO -amA -amR -cuR -bko -amA -azg -blq -boM -bpc -amA -amR -amA -amA -amR -amA -amA -amA -ewq -ajd -ajd -ajd -wtx -bOW -nRc -bSF -aeu -aeu -aat -afJ -cca -cIY -cbc -cJq -cJB -cgg -aav -abp -abp -chl -aeU -aeU -aeU -aeU -aeU -aeU -aDS -cEY -bFI -aeU -coy -aeU -aeU -aeU -aeU -aeU -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -aeU -aUz -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -cmU -cmU -cmU -cmU -cmU -aDS -ctE -bFI -cmU -cmU -cmU -cmU -cmU -cwp -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -rJG -cwp -aeu -aeu -aLZ -xTz -ecj -tkI -fUk -juf -qod -nWU -xvQ -bsW -mHG -amA -bJv -bJv -bJv -bJv -qFm -bJv -bJv -bJv -bJv -bJv -ajd -bzO -bOX -nRc -bSF -adf -aeu -aav -bJF -bJN -bZG -cbd -cds -cej -kQp -vvq -pmj -pYh -cMC -aeU -coy -aeU -aeU -aeU -aeU -aDS -cAR -bFI -aeU -aeU -aeU -aeu -aeu -aeU -aeU -aeU -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -cui -aeU -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -xom -aeU -aUz -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -coy -aeU -aDS -asD -bFI -aeU -aeU -aeU -aeu -aeu -cwp -cwp -cwp -cwp -cwq -jBV -cwp -cwp -cwq -cwp -cwp -cwp -aeu -aeu -aeu -pii -amR -amA -amA -tYt -cpX -amA -blF -aEw -hBO -amA -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -ajd -bJX -bMS -nRc -bSF -cnR -cLW -aav -bLj -agu -bZH -aaG -aeC -cJC -aeB -abh -abh -abp -cmU -cmU -cmU -aeU -aeU -aeU -aeU -aDS -cAR -bFI -aUz -aeU -aeu -aeu -aeu -aeu -ckn -aeu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -xom -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -coy -aDS -aov -bFI -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwq -aAJ -cwG -amA -cAB -cvj -cwW -edu -amR -aeu -aeu -aeu -aeu -aeu -aeu -amA -hKU -bhk -biS -cnL -bqy -fAK -vTn -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -rLh -jpy -nAE -aer -aeu -aeF -cLX -idU -wNR -bYq -bZJ -cJg -aez -afL -cJG -cJK -cJM -cJP -acm -acK -cmU -aeU -aUz -aeU -aeU -vVv -xmx -cnN -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -aeU -aeU -aeU -aeU -xom -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aDS -aov -bFI -aeu -aeu -cwq -cwq -rPU -cwq -rPU -cwq -cwp -aBG -cdx -amR -cgm -cHK -ahg -cvz -amA -amR -amA -amA -amR -amA -amA -amA -xvu -aEw -amA -cnL -amA -xFy -amA -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -ajd -man -aer -ajd -aeu -aeu -cLX -idU -bNj -bYr -bZN -cJh -aez -cJD -cJH -cJL -cJM -cnU -aaQ -acK -cmU -aeU -aeU -aeu -aeu -vVv -mcZ -cnN -aeu -aeu -aeu -aeu -aeu -aeu -ckn -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -gYw -ggq -ctB -aeu -aeu -cwq -rJG -rJG -rJG -rJG -xrI -cwq -qxa -laJ -amA -cvd -dVC -cHS -cvA -amA -cwP -qdX -iqp -qIq -pRP -cAg -cAt -bgm -cIe -amA -cSo -amR -bte -amA -jVu -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -sQy -ajd -bMw -bCt -ajd -aeu -add -cnR -aat -abp -bNi -bZO -abh -aez -ahb -aVp -bXh -aeC -aez -cJQ -aer -veI -veI -veI -ajd -cnN -cnN -hin -cnO -cnN -aeu -aeu -aeu -aeu -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -aeU -aeU -cui -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aUz -aap -aeu -aeu -aeu -aeu -aeu -aeU -gYw -vvP -ctB -aeu -aeu -rPU -rJG -rJG -rJG -rJG -rJG -etV -dyz -ofY -amA -cve -fXV -amA -cvB -amA -cvG -bxp -cqk -naH -cpI -amA -cAv -cqm -cAA -fVI -aaO -esF -btj -csr -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -cIS -bMU -bSv -nRc -bSF -aDQ -cMa -asO -bRD -coH -bZR -abp -aDg -aFy -aHL -bWo -bXM -cJI -aer -ajd -czZ -bMX -cnl -hun -cnO -cpZ -oIj -cPA -cnN -aeu -aeU -aeU -aeU -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -aeU -aeU -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -ctA -ctB -vIR -ctB -ctB -aeu -rPU -rJG -rJG -rJG -rJG -rJG -cwp -lVE -hkI -amR -cHE -cHM -cvu -cvC -amA -cvH -amR -amA -vys -cqb -amR -cAw -crE -cAA -fVI -abJ -esF -btt -csr -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -cIS -bMU -bOZ -nRc -bSF -cog -cLX -idU -bXn -bYt -bZS -cbi -cdv -cem -hAc -aKo -bYk -cJr -bBs -lYe -cMG -clW -cnm -bNl -cnN -crf -fzV -cse -coB -aeU -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -aeU -aUz -xom -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -ctB -aoj -tnz -aqs -ctA -aeu -cwq -cwp -cwq -cwp -cwq -cwp -cwp -rrd -cyq -amA -cHF -cwV -cwB -aPw -tSN -aTz -cnr -aSZ -bmw -bda -hFa -bgq -csk -cAA -fVI -bKl -esF -crg -csr -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -cIS -bMV -bSB -nRc -bSF -cnR -aeu -aat -agc -cig -bZT -cJi -aDM -aGN -cgk -aKp -spa -cJI -bMy -ajd -ajd -cme -cIP -aer -cnN -cqf -fgf -cMF -cnP -aUz -acm -acm -acm -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aap -aeU -aeU -aeu -aeu -aeu -aeu -aeu -ctA -avf -hQb -cLv -ctB -aeu -aeu -cwp -aOg -ayH -azf -azi -cwf -aDd -aEJ -nZU -cHG -cHO -cHN -cvE -amA -aTI -aUK -mGW -pJY -cuV -amA -cAC -csg -csl -amR -cSo -amA -btu -amA -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -bJv -aer -bMW -bDn -ajd -aeu -cBD -aeu -aav -bTm -cwH -bZU -cJj -afK -ahd -cgl -cJr -cJr -cJr -ccL -bWK -ajd -dxh -ajT -ajd -cnP -cnX -yhx -cnP -coB -aeU -coy -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -bVv -xom -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aUz -aeu -aeu -cwp -cwq -cwp -ctC -amL -kxV -aqz -ctD -cwp -cwp -cwp -aPJ -ayZ -azU -aCi -sFw -aDi -cwy -amR -cvi -cvp -cvx -cvF -amR -crr -bxq -crq -kLk -cnr -amR -amR -amA -amR -amA -css -amA -iGD -amA -awD -aQU -aQU -pjA -aQU -aQU -pjA -aQU -aQU -awD -ajd -vky -ajd -ajd -aeu -cBL -cMg -aav -bWr -adl -bZY -aav -cJr -cJr -cJI -cJI -bTL -bEJ -cjL -bMR -csa -dHR -eoo -qMC -dvh -nxz -qhP -ajd -aeu -aeu -aeU -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -xom -xom -xom -xom -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -xom -xom -aaa -aaa -aeU -aeU -aeU -xom -aeU -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwp -cvY -cxd -ctD -ctC -ilN -cun -ctC -apU -cAs -cwq -aQz -azd -aAB -aZk -aSf -aDn -cwS -amA -amA -amR -amA -amA -amA -cnh -aRP -aTk -crr -cIc -crP -bcY -liV -hYA -crH -csv -fQF -btN -csB -aSL -awD -aWH -bab -bxR -bzI -bab -bBw -aSL -awD -bKN -bMw -bEk -aer -aeu -aeu -cMa -add -aav -auW -bZZ -aav -bMO -cJE -cgr -wdA -chS -ciO -eul -ckD -iXc -iIt -ckF -bNm -clh -clq -bzO -ajd -aer -ajd -anZ -cmt -agw -aoc -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwq -cwY -cxe -cyd -cxt -pLP -mZM -cyu -cxS -aNk -cwq -cwy -cwp -pYl -cwq -cxy -aDq -aEM -aKH -aHQ -aLr -aNX -aPz -aRh -aTM -aRh -aWa -gnH -bdj -bgs -biT -bxp -bsC -bul -bwE -bxp -btO -awD -awD -dRS -aYX -bxo -bxU -bzQ -bzR -bER -iHd -awD -aer -bNd -cus -ajd -ajd -aer -cMh -ajd -ajd -bTn -cab -wdA -bXK -cen -cgs -agS -agS -agS -aey -agS -clj -agS -agS -agS -agS -clr -cKA -xaB -cKL -agy -aaa -aaa -aaa -aod -acK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwp -cvX -bGQ -cwF -iWD -efs -gHf -cwp -atb -aue -awa -azh -azV -aAE -aCn -cLF -cgP -aMg -aPc -aPa -aPc -aSo -aPc -aPc -aPa -aOZ -aOZ -tTO -aOZ -aOZ -crg -amR -amA -amA -amR -amA -btP -aSL -bKD -byX -bLm -bLF -bKQ -bKQ -bLD -bLR -bMb -bMd -bMk -ssh -bPa -bRg -cnM -bzO -cMi -cMA -wdA -bYv -caf -aer -cdy -bsD -cdy -agS -ahe -aRb -bMQ -clm -cng -cln -cmn -ajR -agS -cls -cmf -crD -cKM -qSN -aaa -aaa -aaa -cLp -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aUz -aeU -xom -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -cwp -cwq -cwp -rOf -cwp -cwp -cxC -tTQ -cwp -cxt -cxy -awb -awe -cyl -aPA -aPA -aZw -aPA -aPA -aPa -aON -aQm -kTk -aOV -aQn -aUL -aPC -aSp -aYM -aPL -aPy -cuW -cLH -cLI -biX -cnr -crQ -btS -awD -alI -byZ -bLm -bLN -bLW -bLC -bLK -bGs -bHb -qwY -bJV -kSo -bJx -ajT -cnQ -cBN -cMj -bRS -agX -aUQ -bZi -agX -bpS -bWH -bMA -aey -aMK -aSI -ahZ -aiL -aiL -aiL -cnt -ajS -bOO -clt -cta -xaB -cmf -agy -aaa -aaa -aaa -aod -acK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -cwp -aol -ade -cwo -cxr -cxv -cxD -fQc -arE -atg -avZ -axE -awQ -aPA -aZw -aBs -aVI -aPB -uWi -aOZ -jpU -aOO -aQv -aIh -aTP -aUR -aUU -aWy -aYO -aPW -aOZ -bdl -csi -amR -bja -bdg -blJ -btV -uJI -aoL -bzc -bLO -bLw -bLV -bMa -bLL -bGu -bMr -awD -afm -xZT -akh -aag -agX -agX -agX -aag -agX -adV -bZo -agX -agX -aag -agX -agS -aog -aSV -aia -cBu -aiG -cyK -cnt -cKp -agS -aer -ajx -ajx -akl -ajx -anZ -cmt -aob -aoe -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -bVu -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwp -avl -cxa -wmJ -oEO -cxw -aar -aqG -aNG -aNG -hNJ -aOL -aNG -aPA -azZ -aAI -aCq -aDw -aEQ -aFT -aHY -aHZ -aIf -aRi -aRj -aZN -aPC -bnf -aTa -aOZ -aOZ -mMP -aQP -aQN -amR -amA -uxj -cni -awD -apV -byX -bLm -bLx -bGO -bLf -bLM -bGu -bMg -awD -afy -vCl -glL -tDS -aai -aeI -aaT -bWp -ajZ -bTp -bVY -bQy -anL -bQz -dCe -agP -aKv -aTH -aix -ajc -aiH -amS -cnt -ajV -avM -cKy -ccv -bPg -cze -nxE -aUz -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -bVv -bVv -bVv -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwq -aUb -cxb -cxn -uZr -cxw -cxN -aqO -aNG -ajY -auj -aFb -aKV -auF -aWj -agj -aOX -aPp -aPU -ahc -aOz -aQq -aQT -aLy -aRp -aQH -aPC -aPI -aSA -aOZ -eVw -bdp -aUs -aQN -ude -jeG -bqE -rbL -awD -bKn -bzm -bAQ -bBJ -bCq -bDH -bFr -bGx -bMx -aSL -afz -ksk -aer -aef -cwN -aaA -agq -bWs -abO -adn -aej -aeY -afn -aeY -bYc -btJ -aKL -aUX -aic -aiY -aiI -amS -cnw -cnI -coO -cpF -eEz -csY -cOO -nxE -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -cuj -aeU -xom -xom -xom -xom -xom -bVv -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cwp -cvX -cwT -cxo -cwp -cxx -cxG -aqP -aOL -aOa -aul -aOC -aOm -abl -abm -agj -raM -aPq -aPV -aOZ -aPF -aPR -aRx -aOi -aTQ -aQI -aQI -aQL -aQI -aQI -wep -bdq -bcU -aQN -gir -fit -tHt -amA -aSL -awD -qeh -nFw -bvO -bIg -bJs -bFu -bLX -bMj -awD -csN -bPf -bPr -aef -aef -bEE -aef -aef -bXm -ado -afC -afE -ahn -afE -cJJ -bCv -cvL -amc -aib -ajc -aiJ -amS -cnD -agS -cmO -cqj -cmP -cmP -cmP -cmO -acm -acm -acm -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -cwp -cwq -cwp -cwp -cwq -cwq -cwp -cwp -cwq -cwy -rdX -aNG -aOb -aum -aOE -aOq -abl -uvA -agk -agI -vly -abl -ahc -aPx -aPx -aOZ -aPD -aRD -aQJ -aCs -aWr -baT -aQI -shg -bdt -aUv -aQN -dMm -dMm -jTx -leB -ouK -kSm -awD -awD -awD -bIH -bKB -bFw -awD -awD -aSL -csS -cBI -bPt -avb -aal -aeI -aaT -bWu -abY -adp -ael -aaT -aef -aef -aeg -agS -aQS -bxw -aib -aiy -aiK -ajf -cKf -agS -afV -cqn -als -alJ -fws -cmP -cmP -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -cwp -cwq -aht -eac -cyY -adv -czj -aku -cwq -cwp -aoZ -cLB -aNG -akq -auo -awc -aOc -afD -xIU -agl -aRd -mxg -abl -aSW -aOH -fsa -aOZ -aRg -aRE -aQI -aKy -aWI -aVL -aQI -ayr -oLe -mUQ -hMz -kPP -teH -lvr -txU -xLb -wkP -dTD -nao -ais -bJb -bKE -bFE -alZ -bKT -oUf -cBv -cBy -bPt -avb -cwR -bkT -ags -bWs -abO -ady -aeg -cch -qoa -vOv -crt -anw -aLe -bxw -aib -aiz -ruq -cJZ -cKg -cpJ -cpL -cqy -czQ -czQ -czS -bkU -cmP -aeU -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -cwp -abu -ahy -cyS -fMR -czl -czk -akx -bgN -cwp -apb -ail -aNt -aWm -aNx -qrv -aNx -aPA -abl -agH -abl -afD -afD -qfY -axN -aye -gnG -aRB -aRF -aQJ -aQQ -aWM -aVV -aQL -wIV -eeQ -rLS -wsS -dMm -fPd -kkG -iva -nWP -rLz -brD -brD -brD -bJh -bKF -bFH -brD -bLn -brD -cBw -csN -bPw -aef -aef -bJA -aef -aef -bXp -adz -qrw -cdp -xOK -cnB -crz -iFa -aLi -bxS -bPI -cac -cmo -cmw -crn -agS -akp -cqu -cKF -cKG -cKN -keC -kRA -aeU -aeU -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aUz -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -cwq -cwp -cyH -pcW -oVb -bES -eyF -czx -qow -alF -cwq -apd -aDB -aDB -aOl -aPe -awj -aNM -aNx -aNR -aOj -aOp -aPE -aNQ -aFp -aQF -aRt -aSz -xYR -aRL -aQJ -aVC -aWP -bar -aQI -aQN -aVl -aQP -aQN -jrN -jrN -qIN -jrN -kdu -gzX -brD -cIr -aiB -bKs -bKG -bFO -aon -bKU -svr -cBx -cBv -bPt -avb -aan -aeI -aaT -bWv -abY -aek -aaT -iZe -akT -dNq -iSM -agP -aMx -bzu -cxJ -agS -agS -cmy -hue -agS -cmP -qqL -crs -cKH -toF -cOL -kRA -aeU -aUz -aeU -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -cwq -cyE -cyQ -ahD -cyU -czb -czh -czm -akz -cvJ -jxZ -apf -aDB -and -apW -aBi -awl -aNS -aNG -aOe -aJW -aOh -aPj -aFl -aFC -aHG -ffC -rGc -aRV -aUY -aQI -aQJ -aWT -aQJ -aQI -aRq -kzC -bhS -aVs -ajm -tUn -dFM -jrN -jrN -jrN -ftr -bLn -brD -bKu -bKX -cPc -bKk -bKk -bKk -bKk -cBI -bPt -avb -cwR -aaC -aaW -bWA -acb -mrE -aef -aef -aef -aeg -aef -agS -agP -bDl -agP -agS -akJ -cmK -cai -bAd -cpM -cuJ -cKF -cKI -cOJ -cOM -kRA -aeU -aeU -aeu -cke -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -cwp -crB -cyJ -ahy -ahM -ahM -ahM -ahM -akx -czM -cwy -apg -aNt -aNJ -aqo -aMd -awm -auA -aOL -aOd -aNT -aCt -aDJ -aPt -aQa -aQy -aSE -aSO -csP -aWd -aWp -aWt -mcE -aXM -aYQ -bat -bdC -bgv -aUA -aTx -asW -nJu -aoV -leS -cOP -afe -bLk -bEO -kxz -gbX -mnY -hof -geM -pog -rOv -cBw -bPB -aeg -aef -bEE -aef -aef -ani -anm -aeg -cdA -aEz -oWj -ahr -bTr -bVy -chT -aig -aKZ -aiO -cwx -cnT -coP -cqo -cuU -crM -csZ -cub -cuO -agO -aeU -aeU -aeU -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -cwq -cyC -cwu -akc -alg -ang -apF -ang -arT -alG -nhs -aqR -aNt -aaK -atl -aus -awo -axI -azk -aAb -aAK -aCI -aNW -aeP -aQc -aQl -aQB -aQB -aWA -aTu -beF -bbg -aXv -bey -akF -bfA -bfD -bgC -aUB -aTx -aoV -hQv -aoV -dPm -aVh -aoH -bEu -puu -mbo -lYi -jaY -bKk -kKb -dvl -rOv -csS -bPt -avb -adS -aaS -aaT -bWB -bSR -byA -gEa -ces -glD -cpw -crL -ifR -akm -chU -ciU -cOF -aiP -cwK -bzw -bAr -cqx -anC -cKD -alN -amp -amH -cmP -aeu -aeU -aeU -aeU -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -cwp -cwq -cvy -aUW -ahN -ahU -aiC -aiC -akE -alK -cwp -cLg -aDB -aDB -aOx -aPu -aWf -aNV -aNx -aFr -aNY -aDH -aPh -aNQ -ayB -aQo -aTO -aTS -aSu -aRA -aQb -bbh -aXC -aWq -akP -aRs -aqW -bgG -aRJ -aTx -aTy -tvm -aoV -eaj -aoV -afe -bIV -bFb -fOe -xky -bKL -bKk -kdL -dvl -rOv -cBv -bPt -avb -cwX -aaA -abc -bWs -abO -bYz -cbv -fzK -coF -cqg -coV -bTr -bVz -chW -ciV -cOF -aiQ -cwK -crw -aka -aka -aka -amX -seX -aka -amX -aka -aeu -aeu -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -cwp -cwq -czz -cyX -acQ -cvb -czn -czu -cwp -cwq -cLl -aiM -asi -aNN -asi -aVj -asi -aNH -aVH -aNO -aFt -aNL -aNL -aQd -aQo -aSX -aQb -aNm -aQb -aNn -aQV -rZL -aRn -aQW -aQW -aPf -bgI -bAN -afe -aUC -wSj -bqA -nJf -cIq -afe -bIW -bFv -hpQ -kUH -gDG -vkl -vLp -dvl -rOv -csS -bPC -aef -aef -bJC -aef -aef -bXq -bYD -rBA -aet -coN -cqh -aEh -aef -ayi -ciP -ayi -aaj -clo -cPS -crA -aka -akV -azo -alv -cez -aEX -bIS -anG -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aUz -aeU -aeU -aeU -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -cwp -cwp -cwq -cwq -cwp -cwp -cxt -cwp -cyI -cLo -aiN -cAf -aVY -aWe -aIB -aWu -aNL -viV -ijF -aFx -aJU -aNO -aQh -aQX -aQb -aRa -bfv -jWy -aNn -aRU -aXH -aYb -aZm -baw -bAN -bgK -avP -aUP -aTl -rMI -aVg -nVj -agm -atK -bIX -bFA -jTL -xlm -bJy -bKk -bKk -bKk -cPX -cBI -bPt -avb -aas -aaS -aaT -bWG -aft -bYF -cbv -anv -coU -cqA -ctf -aFv -ahp -ciR -cja -cOF -aiS -cwK -crF -aka -akC -akZ -cbp -alQ -amr -cnq -amX -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aeU -aeU -aaa -aaa -aeU -aeU -aeU -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alm -aeu -aeu -aeu -aeu -aeu -cwp -czH -akS -aoN -aoQ -cLq -aqS -arH -atm -aut -awr -aWv -aNL -aBA -aOI -aOv -aWo -aNP -cHv -cHv -aNn -ayC -aRH -aSd -aNn -aSi -aYi -aYY -aZu -bay -aQu -bgL -bhr -bht -goI -dTZ -jJR -xmY -aUy -afe -bIY -bGp -fnG -dOW -caL -bIV -bkw -boW -siS -cBv -bPt -avb -cwX -aff -aiZ -bWs -abO -bYI -aef -ajw -bPz -cqW -ctv -bTr -bYm -ciS -cOE -cOF -aiT -cwL -cOG -cOH -cOI -cqz -alx -aCz -ams -fom -aka -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aUz -aeU -aeu -aeu -aeu -cwp -cwp -ukm -cxI -cwp -afY -ajh -aNu -aVZ -aWg -aws -aWw -aNP -aVK -aOK -aOB -aPr -aNL -aYB -aYB -aNn -acT -avH -aWl -aNn -aQW -aTY -aTw -aTF -bfb -bAN -aTD -aVD -bAN -aUV -cuH -aUD -aVA -aVW -aoH -bIZ -bGp -nBU -ssS -bJL -uUp -bkB -brb -siS -cBy -cxi -aef -aeg -bEE -aef -aef -bXr -bYO -aef -cgv -cgv -chJ -cgv -aef -avD -ahT -bYC -aaj -ajQ -cwZ -coa -coR -cpN -cqE -aly -alS -ams -amM -aka -aeu -aeu -aeu -cke -cxE -aaa -aaa -aaa -aaa -aaa -aaa -alm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -lEq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -bVu -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aeU -aeu -aeu -abP -akW -cxX -aWG -bsm -aWG -aNC -aWb -aWh -aww -aWz -aNL -aNL -aPd -aOG -aPG -aME -aQp -aQZ -aRT -aSY -aSY -aYC -aTv -aNZ -aUF -bdO -beA -bfg -bAN -bAN -aUJ -bAN -aVR -blX -aoH -afe -afe -afe -bJa -bGA -mMy -odV -bIV -bLu -bIV -bsR -bIV -csN -bPt -avb -adY -aaS -aaT -bWI -acf -jyo -cbw -cgV -chY -jLK -cOR -cOS -cOT -cOU -aio -jLN -aiV -cwK -bzx -aka -alE -crN -ctc -cud -cuh -lFa -amX -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aaa -aaa -aaa -acm -pnQ -aaa -aaa -aaa -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -acK -onW -akX -cxY -onW -azF -btb -aNu -atp -auu -awy -axJ -azs -aAe -aAO -aPn -aPO -aPX -aQw -aQr -aQD -cgN -aQk -aRe -aTG -aRn -aRG -aRN -beC -aTW -bgE -aPf -biD -blB -bsE -buw -bpp -bpz -byY -uwc -bBu -bGE -qPV -gNJ -bJL -hOb -bkI -buH -bLu -cht -bPE -avb -cwR -aff -abr -bWN -acp -yfP -avJ -agE -ahq -cjO -crC -ujk -cxM -bHT -cjM -ckG -clp -cza -cob -amN -alP -anF -cdF -ceE -aFh -cLa -aka -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -jzy -acm -lml -pnQ -cok -aUz -aeu -aeu -aeu -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -acK -hlX -ala -axy -brp -bsS -btc -aNu -aWc -aWk -arI -avs -aWE -aNu -aAP -aNI -aVT -aVU -aaE -aQs -aRf -aTA -aVx -aRZ -aSl -aza -aSw -aRO -baR -aTX -bhT -aUJ -aTh -aTi -bmC -bpa -iEt -bqX -bpD -bIV -bQE -bJi -rpB -wPH -bFR -bIV -ble -buY -bIV -afz -uKq -agX -aag -agX -diX -eDs -ejX -hqg -eDs -aef -acH -aEW -aef -aef -bMC -bYu -cjN -aaj -ama -cJU -coc -aka -aka -amN -aWK -jKv -aka -aka -aka -aeu -aeu -aeu -cke -aeu -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aUz -acm -lml -rDk -aUz -aeU -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeU -aUz -aeU -aeu -aeu -aeu -adQ -jRR -cAU -aWG -btg -aTb -aNu -aNu -aNC -arM -avK -aWF -aNu -aNL -aNP -aNL -aNL -nHc -aQt -aQr -aVu -aRC -aSR -aYF -aWx -aVv -aYu -bdr -aUx -biK -bAN -aTi -bnN -btv -aPf -bAN -bqY -bvc -bIV -bJd -bJi -sUZ -dOW -bJK -bIV -bLu -bIV -bIV -afA -sHw -aer -gOR -bVq -diX -lWy -iZm -ouJ -uHO -rVx -agF -bWL -apq -aef -aGE -fTJ -cjP -aaj -bpE -cJX -cod -bTJ -cbF -cBo -cdR -ceY -bFK -aad -aeu -aeu -aUz -aeU -acm -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aFJ -aFJ -jnt -dAv -jnt -dAv -jnt -aFI -aFI -aeu -aeu -aeu -aeU -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -alm -aeu -aWG -aWG -aWG -bsm -aWG -aWG -alC -ace -aWG -bsT -aAH -aak -btp -aWG -btA -aVn -btA -bwX -aVr -bxh -btA -btA -aSy -aMP -aRW -aSH -aaF -aSN -aNn -aQW -aWx -aQW -aSg -aAc -aSg -bAN -bAN -bAN -bAN -bAN -bpo -bra -bve -bLu -bJe -bJj -thf -wix -bJR -xjp -blj -bln -bIV -ajd -jUb -afm -bMR -bVt -tJb -tJX -hMv -fze -jFg -eDs -anj -ano -agY -aeg -bpX -cjd -cjR -afc -apH -coe -coS -cpP -cqG -crO -ctd -cue -cKa -wvy -aeU -aeU -aeU -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aFI -aFJ -oUa -myf -jyu -iha -dxw -gzZ -qvn -aFJ -aFJ -aeu -aeu -aeU -aeU -aeu -ciQ -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -bsm -acE -cgY -cAi -cAl -aWG -alL -cAW -aWG -bsV -btf -btk -btq -aWG -arQ -aKX -axL -atw -bxB -bwY -byc -btA -aEB -aEB -aIQ -cHT -aEB -cHX -boC -acC -biG -boC -acY -apJ -atO -bmB -bpt -bjK -bpM -boC -boC -prh -boC -bIV -bIV -ccW -eBH -wVd -bIV -bIV -bKa -bKj -bLu -czP -lVf -bEI -crp -cyy -diX -wlO -qpB -wJx -sPo -eDs -afR -agr -aju -aef -bSh -cjf -cjS -caO -cmu -cKh -cKi -cKq -cKq -cKz -cKq -cKJ -bFL -aaf -akK -hfv -bwu -acm -bUG -aaa -aaa -aaa -aaa -aaa -bUG -nqP -lHW -wMU -pda -wMU -wMU -gOe -skk -hSq -uSt -nqP -aeu -aeU -aeU -uIb -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aWG -adU -bAD -cAj -aiD -pvT -anf -alM -qjm -aph -aqV -arJ -att -auB -awB -axK -ayf -bwZ -bxP -bwZ -btZ -byd -ada -aKJ -bcK -cha -rpb -aTJ -aSe -aYx -bjY -bil -bjY -blP -bnt -bjY -bpI -bjL -bxG -blY -bpY -bAC -bEc -bfS -aYD -bsG -gKY -sec -bCH -bIV -bIV -bIV -bIV -cAe -vlJ -rGm -dfO -bzO -diX -izz -fRw -fze -iIW -eDs -afS -ain -apr -agX -aHp -fTJ -cjT -aaf -awk -bBF -akG -akQ -amJ -cuv -auD -aCF -amy -amO -bgc -cLh -anh -hfv -bVn -aaa -aaa -aaa -aaa -aaa -acm -aFI -ddX -snA -yld -qqU -hGB -wBl -weM -mqL -ffi -aFI -aeu -aeu -aeU -aeU -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -bsm -aWG -czG -bua -cAn -cAp -alc -cBa -bsm -bsX -bts -ajg -atv -aWG -bwm -awA -azu -azD -aAU -azD -aDP -aFV -aKr -aIz -aOo -aOP -aRX -aTR -aUZ -cOX -cOX -baA -cOX -cOX -cOX -cOX -aSP -bjg -blu -bqH -btW -bjg -bwj -bzn -cPd -cPe -mRh -emD -bCL -bEz -bCL -bGg -boC -pGA -ajd -cAb -cQA -rml -diX -kTW -mKD -tHG -diX -tJb -agX -agX -agX -agX -bYn -cmC -cjU -aaf -aaf -aad -aaf -aad -aaf -bIn -aad -aaf -amO -bGD -mUm -jav -fPg -dPU -hEh -aaa -aaa -aaa -aaa -aaa -acm -jnt -ePt -ybl -iKH -qKw -joS -cXu -xbm -uSt -gWk -jnt -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -bsm -bsm -aWG -aWG -aWG -ale -acL -aWG -bsZ -aWG -bsm -avY -aWG -beG -bwC -bxe -bwY -bxY -bwY -bxE -bxJ -aGn -aIA -aLB -chc -bdU -aSb -aTN -aYz -bih -aZx -bjZ -bmX -bnw -bih -bhw -bsH -byf -lHd -aHF -aHN -aJD -bzo -bAZ -bBS -kbG -hVo -cOX -cOX -cOX -bHa -bGZ -bHh -ajd -aer -cwO -kjr -tJb -diX -vnh -diX -diX -bmz -bBq -arq -bEo -bEF -ciJ -cdk -cjV -bEF -cpG -aHO -aJa -cKr -awS -cuz -aKt -anh -cup -amQ -iJV -cLj -anh -akK -hfv -aaa -aaa -aaa -aaa -aaa -acm -aFI -hjz -uSt -qGT -egL -psT -egL -vLS -xmM -uSt -aFI -aeu -aeu -dZt -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -adH -adA -asR -adH -abN -alf -cEZ -aWG -bta -btC -btm -bty -bxT -cdw -bwG -bxj -bwZ -bwN -bwZ -bxF -bxJ -aGI -aIA -aJi -ahw -btE -btK -btF -btE -aPK -bjM -btE -buC -buC -bgV -bhy -buC -buE -rve -iUy -fja -iUy -rve -prh -boC -bCe -bEK -bEh -bEB -bEW -bHD -bHJ -bNE -bHH -ajd -ajd -cQA -mPF -cou -czF -bZh -ajd -bpl -bBr -cdj -bEA -bEG -bEA -cLT -cjZ -cjp -clA -cjk -coT -cpS -cqH -crR -cte -cuo -cOD -cLb -mcj -cLk -akK -acm -bUG -aaa -aaa -aaa -aaa -aaa -bUG -nqP -kpS -xmM -icz -iuX -iIv -rxv -xmM -gWk -rbv -aFI -aFI -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -adH -aea -czi -adQ -cAF -ali -adH -bsm -aWG -aWG -bvT -btz -aWG -btA -cBh -btA -bxa -bxg -bxu -bwP -btA -bsx -aIA -aaJ -btE -btE -bvi -bub -buu -aPQ -blR -mhj -bvK -eax -bgW -bjh -bvU -bvu -rve -hbS -uVg -prn -rve -bBa -aoh -aoh -bEM -aoh -aoA -bFo -bEB -bIK -bNG -bHI -bOQ -ajd -ajd -hfm -eDt -gJa -wTt -qMC -jWG -qMh -oqx -oqx -ihk -iar -cOC -bHZ -bIi -bIj -cof -bIh -bIu -aDG -akK -akK -akK -bGv -bGS -bIP -cno -anh -akK -hfv -aaa -aaa -aaa -aaa -aaa -acm -aFI -ePt -yld -spx -dUr -dUr -dlt -uSt -onA -onA -nOB -aFI -aeu -aeu -aeu -hAZ -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -adQ -ahO -sch -adH -adH -any -cBc -cAF -cBg -aWG -bto -btD -aWG -bwo -alU -bwX -btA -bxf -bxt -bxX -btA -nxv -aIJ -cfa -btE -aTB -btT -buc -bug -bvf -bng -buv -buC -rRJ -bgY -bjk -bvl -bvb -rve -mfB -kjh -lNV -kuq -bqQ -apl -bxk -bEP -aoR -aoA -aoA -aoA -bHc -bHD -bHJ -bHI -vvm -ajd -aer -ajd -lzb -cBm -aaY -bws -bBk -bBk -aaY -aaY -cjY -cdk -cnG -bHU -aMA -cnF -bFa -bFa -bET -bCw -bFM -uuM -bGw -bHS -xCH -opF -oZU -fQn -fTT -bUU -aaa -aaa -aaa -aaa -acm -jnt -hLs -dSs -dSs -uSt -ybl -uhc -gWk -yld -uSt -wwc -aFI -aeu -oHZ -oHZ -dJG -oHZ -cNN -acm -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aeu -adH -aqn -ahX -cAx -adQ -all -adQ -cBf -adH -bsm -aWG -qEW -aWG -bwq -alY -bwR -bye -bxi -asT -bxH -bxJ -aGI -aIA -cfb -btF -aqg -btU -buy -bvE -bvq -bup -aTe -bfJ -btM -pge -bjp -bjq -bvd -bwa -lOI -cZb -ncf -rve -bqT -aoh -aok -bEY -cIB -aoX -aoy -aoA -bHd -bHl -bPc -bHJ -bRu -pPN -ajd -bWR -cAe -aaY -aaY -qqq -abU -paP -cnK -aaY -ckQ -cdk -cnG -bXV -cpK -aIR -hZI -aZD -cKw -bRT -cKE -aDG -bGy -bHY -bPN -bUz -anh -hfv -bVn -aaa -aaa -aaa -aaa -aaa -acm -aFJ -dEp -dSs -dSs -yld -uhc -uSt -uSt -ijD -kxQ -kYv -ulN -stp -pWt -vtv -hBZ -hBZ -iKb -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -adQ -cAo -ahY -aiE -lqM -aln -alo -are -are -alT -arS -aEc -btA -uRZ -amT -aqp -aqr -arx -atJ -bxI -bxJ -aGI -aIX -aQM -aqf -cHV -cHW -buG -ann -bum -bvM -aWB -buE -but -bvp -cIf -bjR -cIm -rve -rve -kuq -rve -rve -lig -apl -bCs -bEZ -qyD -cIH -abf -apl -bFl -bHA -bHK -bRo -bRw -bRb -ajd -bws -qfd -aaY -cap -cbJ -cdT -ceu -cgy -chb -cib -cnV -cOA -cOB -bNy -bIl -bFa -bFa -bET -bET -bFa -akK -akK -bwu -akK -bwu -akK -acm -bUG -aaa -aaa -aaa -aaa -aaa -bUG -nqP -nak -xmM -nbN -uSt -uSt -uSt -lSg -uSt -uhc -cvO -xAG -tKW -lBY -hBZ -hBZ -hBZ -iKb -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -adH -cAq -cEo -bpk -cAH -cAT -alW -cBk -adH -ajr -arW -art -bwX -bwr -bwJ -bwT -bxD -pkl -byb -btA -btA -aGR -aLz -aRc -aqf -cHW -cHY -buG -aoU -bun -cPf -aWC -buE -buL -bvp -cIg -blZ -cIn -buC -opu -brT -buC -kIL -bzM -aoh -aoq -aoP -aoS -aUT -adc -aoh -boC -bHX -boC -bvJ -bSa -bBj -bOU -abz -abB -aBJ -acr -cJk -cJs -ack -arp -bBk -ckT -cdk -cpW -axF -axF -bBB -bFa -aFM -aFM -aFM -aIG -aFM -aFM -aFM -aFM -aFM -aIG -aIG -aFM -aFM -aaa -aaa -aaa -aaa -aFJ -aFI -iNn -jfl -euU -ozK -wkm -joa -ilP -xWA -icz -lSx -ulN -stp -pWt -mxX -hBZ -hBZ -iKb -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -adQ -cAr -cAy -cns -adQ -bsf -uWd -cBc -adH -cFZ -nLC -cFd -btA -qok -dnA -bwU -bxD -aAD -bxz -bxJ -cdN -aGI -aIA -cgb -btF -aRM -aYW -aZW -bbo -bbo -cPg -aWD -bfJ -buM -bvr -cIh -bmt -bqO -aSr -bpG -bse -buC -bzH -asF -asG -asF -akL -asF -asF -asG -asF -aos -bPb -avu -bLI -bRB -bRd -bOU -abA -asC -aaY -acz -cJl -lmn -acl -bCd -bBk -ckW -bYW -cqU -bFa -dhv -bRT -bET -aFM -aGk -aDz -aDz -aFM -bIU -aDC -aVF -aFM -aDE -aMY -aMY -aFM -bUW -acm -aaQ -aeo -aFJ -eZv -mIo -cii -egL -tXq -ijD -nTH -xmM -lKm -uyM -hSj -aFJ -acm -oHZ -oHZ -dJG -oHZ -cNN -acm -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -adQ -adH -adQ -adH -adH -bxN -amd -crT -adQ -cGa -atx -atz -btA -bwt -bwL -bky -bxM -bwU -bwH -aAW -cdO -aGI -aLU -cfa -btE -aWL -aYt -bap -aVb -aYt -cPh -cPi -buC -fvH -buM -buX -noi -bsF -bvA -bpH -bsh -bvK -bqQ -asG -adu -aaP -bMn -aql -asl -asN -abG -bKW -bPA -bVs -bLS -bVo -bRf -bOU -aaY -ach -aaY -bAJ -cJm -cJu -acq -arr -abT -cJN -cjr -cJR -bFa -bFa -bFS -bFa -aIG -aDz -ivX -aML -aFM -aDC -tjb -aMO -aFM -aMY -gtQ -aMY -bFP -pgv -bUZ -aFJ -jnt -aFJ -nsx -luC -fbZ -nhV -vGg -fbZ -vsj -ihm -tFe -vIS -pBF -eSJ -gsi -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aUz -aeu -aeu -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -adH -cEK -crI -crW -wuo -cGb -cGx -atD -bwX -btA -bwW -cHk -cHp -aCN -bxC -bxJ -cdP -aGI -aIA -cfa -btE -aXm -btX -bva -aVe -btX -buz -btE -buQ -btE -buO -btE -btE -buC -bvK -buC -buC -buC -bqQ -asG -aow -arB -atc -avy -asm -asw -asP -bOt -bov -auP -bLY -bVo -bSV -bZr -aaY -aaY -bws -aaY -aaY -aaY -bws -aaY -aaY -ckX -cjw -csp -bFa -ant -bGG -bET -aFM -aGU -aGV -aGW -aIG -aGX -aGY -aGZ -aFM -aHa -aHb -aHc -bSt -cjm -aDk -aFI -xIr -qzB -lKW -gzE -dKP -wLg -fFH -npj -szu -uDj -iBE -uMM -tVA -aFJ -aaa -aeo -aeo -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -agt -acM -alm -aeu -coy -aUz -aeu -alm -acm -aaQ -aeo -aeo -aeo -acm -alm -acm -aaQ -aeo -aeo -aeo -aeo -acm -alm -aeu -aeu -aeu -aeu -aeu -aeu -adQ -cEL -crS -csf -rxK -cGc -cAF -atE -cGW -bwX -bwX -gAM -btA -btA -bwX -btA -ago -aHq -aIA -cfa -btH -aXp -btY -bvk -bvE -bvH -bus -buA -bcN -buR -bsd -bvx -btE -aLl -bqN -buh -bvw -bwl -bzM -asF -asY -ask -aaV -aWO -aoT -bMz -bNq -bOw -api -auP -bMl -bRO -bSZ -bZx -bQU -tLr -bLQ -bMG -cgO -bBy -bMY -cgA -axF -clx -cjx -ckH -nEM -clD -cBr -bFa -aIG -aMT -umJ -aVP -aFM -aMT -umJ -bqi -aFM -bwx -umJ -bwx -bUK -vLJ -cyo -aFI -nUE -nSf -egL -mpS -tJx -aFI -qxK -aFI -kEP -umZ -hYN -aFI -nbp -aFJ -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -cmU -cmU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -acm -aaa -acm -aaa -acm -aaa -acm -aaa -aaa -aeo -aaa -aaa -acm -aUz -coy -aeu -aeu -aeu -aeu -adH -cEM -cFa -csj -bsf -anY -adQ -qRO -auO -cHs -cHt -cIK -cKb -cHs -auO -cKl -iBG -qwt -xsZ -cgc -btI -aXr -cAk -bue -aVi -bvI -bvN -aPT -bvP -bvR -bsU -bvs -buQ -aLD -bqQ -asF -asF -asG -asF -asF -asF -asu -auI -atf -auK -bMI -ccR -apa -api -auP -auP -bPk -bUu -bZx -bQV -axF -bZV -bMH -bMM -hkX -bMZ -cgB -odk -cie -cka -cya -bFa -clH -bGU -bET -awu -brZ -acm -bGb -acm -brZ -acm -bGb -acm -bUL -acm -bUL -cBq -vFX -aDk -aFI -vMd -nSf -eJp -snc -sPw -aFI -geZ -vXe -mox -dcH -tDM -vPH -vtX -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cmV -aeu -aeu -aeu -aeu -ceF -ceF -ceF -ceG -ceF -ceF -ceF -acm -aaa -acm -aaa -aeo -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -aeU -aUz -aeu -adH -adQ -adH -adH -adQ -adH -cGc -cGy -atH -ati -auH -cdD -cdD -cdI -cdD -cdD -aCD -ago -bdf -aKf -aRY -btK -btE -jCs -cCR -aVk -bvC -buo -btE -bxW -bvS -bvY -buF -btE -bpq -bqQ -asG -aeM -bnZ -apw -aaD -asG -aou -bIp -bKK -bLg -bMN -avr -apc -apj -bSH -auP -bPn -bVo -bZA -bOU -axF -cag -cbh -cia -bBB -cqX -cuq -axF -clB -cdk -cyk -bFa -clJ -bEV -aBY -bwv -bGo -kZk -bUM -bUS -bUX -kZk -bUM -cwj -cxR -kZk -cxT -cBH -cif -aDl -dDp -tmQ -nSj -egL -qFp -spo -aFI -uTY -oHZ -vku -rKY -wZQ -oHZ -gBe -aaQ -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -asZ -asZ -aAg -asZ -asZ -aAg -aAg -asZ -asZ -ceG -ceF -akN -adE -bpK -cil -ceG -ceF -ceF -ceF -aaa -acm -aaa -aaa -aaQ -aaa -aaa -acm -aaa -aaa -acm -aeU -aeU -adQ -aeW -chj -aEV -anp -are -arN -aty -auG -cBf -cdD -cdD -ahC -aYw -vGF -cdD -cdD -ago -aZs -aKl -bei -atZ -buQ -btE -btE -mXX -btE -buQ -buQ -buq -cAa -bjP -bvz -btE -aLQ -bqT -asF -aoo -aao -arL -asQ -aUf -brc -bBf -bBT -bCE -bFd -bKi -bKS -bPo -bSS -cOY -cOZ -cPa -bUq -caV -axF -axF -axF -axF -axF -axF -axF -axF -clK -cfi -cnG -bFa -clL -bGG -awu -bmV -ayG -aEF -aGo -cYJ -cut -aEF -cuX -oeI -xsn -aEF -pvy -iyc -eDo -erU -kwq -gqk -vVz -egL -ioF -wDs -aFI -otw -oHZ -wjW -fnA -vUr -qPv -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aAg -asZ -asZ -asZ -aAg -asZ -asZ -asZ -asZ -aAg -ceF -axB -atX -adI -adO -pLY -lDm -fmG -nOv -meR -alp -alp -cdX -cdX -alp -cdX -cdX -alp -cdX -cdX -alp -alp -alp -lyz -iSJ -mCc -fup -anq -adH -adQ -mOS -mOS -adH -cdI -axi -azx -aAf -aAV -aUN -cdS -abj -aHC -aKn -lCh -kRQ -uXz -wUn -jRN -ohy -bpq -amg -btE -btE -aTL -mXX -buQ -btE -aLT -bqZ -asG -abe -avU -aaz -asV -avc -auR -bBh -avn -ast -abn -bHp -bLy -bPD -bST -asF -bPs -cOV -cOW -caX -aBM -caD -cbC -cbI -cbO -cbR -cdf -cbR -cmE -cdk -czA -bFa -cmz -cmF -aBY -bEm -aLY -aSk -qEi -ctk -bdk -bdu -kLZ -lWd -bNu -bND -cLt -cLw -nEe -ers -wRE -vzB -xVm -shR -jfK -aFI -aFI -acK -oHZ -oHZ -tkH -oHZ -oHZ -acm -aaQ -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -asZ -asZ -aAg -aAg -asZ -asZ -umc -asZ -asZ -aAg -asZ -ceF -acJ -auf -bmD -ccl -adZ -wKz -chO -agf -ceF -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -adH -adH -adQ -gxB -kvd -adQ -ciZ -bSp -bSp -cGX -cdD -ceL -ceW -cfk -aCp -aCE -aET -aJX -aMX -aOf -bwV -ahx -aox -aSv -aTT -wzE -tnu -wUn -utg -qPc -mMg -rwM -iNu -hKM -iwU -acN -eso -ajK -aqQ -aqQ -avz -asF -asG -asF -arn -arn -atn -arn -aur -arn -arn -asF -asF -kjX -bDq -bYj -bYo -cNo -cNp -cao -ccb -cNq -cNq -cNq -cNq -ckP -czC -bET -bFa -cmG -awu -cKs -caP -caW -bmY -ctm -ccQ -ccQ -cfj -yhG -cfv -ccQ -bFm -aGx -jZR -sei -tWV -eBT -pTs -pdn -lWC -jnt -aaa -acK -eRK -oHZ -wze -oHZ -cko -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -asZ -asZ -fHr -tPb -avA -muN -cHL -qwq -sQL -tRW -asZ -adg -azv -cfu -azv -adg -aeb -chD -chD -chD -chI -aaa -acm -acm -acm -acm -aaQ -aeo -alm -aaQ -aeo -aeo -acm -aeo -alm -acm -adQ -kMy -adH -adH -cGd -cGz -cGe -cGY -cdD -ceM -ceX -aQi -cfx -adG -cfX -aIs -aIc -aIA -cgq -aXu -aox -aMi -cir -aOu -aox -amx -akM -apX -bkj -bmK -boy -apX -gfq -bAm -asF -brS -bsp -btQ -avQ -aUg -buj -asq -arn -cII -cIN -cIQ -bOu -bHu -atC -bIL -atu -bRG -bDr -cbl -bSP -bXJ -cbE -caB -cbP -cbT -cdh -cdr -cdr -cmL -czD -bFa -bGG -cmM -hwC -coW -cpT -cqO -pPX -mHQ -aLj -aGg -aHJ -utw -jGf -yfX -ntr -xHG -fDt -hXb -aFJ -aFI -aFJ -aFJ -aFI -aFI -aaa -aaa -cko -cNN -aGc -cNN -cko -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -asZ -aAg -asZ -uRO -htx -qOB -qOB -uzQ -dnQ -eNl -wvq -jYA -adT -aHw -cgp -chE -adg -aec -aeQ -ciG -ayS -cis -ccP -ccY -bzS -cdt -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -mOS -ami -mOS -bSp -cGe -bSp -cGN -bSp -cdD -cdI -aqX -cfm -kSk -cdD -cdD -adP -aTK -aKx -aLV -aaX -aox -apX -civ -aSq -aox -apX -aox -aox -apX -apX -aox -aox -ftx -boX -asG -arK -avv -apP -bvv -aUd -bvj -aUk -atn -cIJ -len -cIR -ape -asU -bPO -ark -bsN -bRI -cNg -cbn -bCM -bHV -bCM -caZ -bJl -bCM -bHV -bEL -bHm -bFa -uzB -bFa -bGG -csc -aFA -bFx -bFy -aIl -csb -aIp -aIM -aIP -aIS -buV -rfS -bEd -aGt -aGy -vdr -aFJ -vGE -aFM -aIG -aFM -aFM -aFM -aaa -aaa -aaa -aaa -aob -aob -aoe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -xom -xom -xom -aaa -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -ciQ -aeu -aAg -asZ -uKt -lBs -eFX -cdY -cdZ -cAO -cdY -iWh -eot -kjx -adg -byD -cgJ -chC -alV -aed -aeR -afU -afw -cit -ciw -bAf -acm -aaa -cev -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -adH -aml -adH -ccZ -cGf -cGA -cGO -ccZ -cHc -cdD -cdD -cdD -cdI -cdD -ago -cjg -aIk -ajJ -aIA -cgU -aIV -aox -vET -apX -aox -aeE -afh -aLW -aeE -afh -aeE -aox -nId -aox -atT -atP -atT -atT -atP -atT -iol -atT -atT -atj -bHW -bIf -bJZ -bNI -bPO -ark -bsO -bRI -bDt -cbo -bCM -bCZ -bDw -cbD -bDK -bDO -bmb -bCD -bmb -bFs -bYL -bFa -aRQ -cNt -awu -awu -aBY -aCW -csd -aMR -aDk -aDk -aJC -aIU -aGL -aIt -aHr -aGT -jSd -aJI -ckE -cBz -aHd -aMZ -aFc -aFM -acm -aaa -aaQ -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ciI -cmS -asZ -asZ -mTX -fTU -pIP -cdY -gTN -hJs -ceq -jYA -gxx -lcC -lJC -vfG -eXl -nJz -adR -fzy -afg -agh -aiR -ajD -aZh -cdV -cel -cel -cel -ceD -chQ -ciK -chQ -chQ -chQ -chQ -chQ -ciK -chQ -alq -amo -alq -apk -arg -apk -apk -apk -awG -axO -iEu -aAi -aIm -aLX -aSM -aYk -byC -cjh -cjj -aOs -aKe -rbX -aeE -aeE -bed -aYo -aYo -aYo -bdW -aYo -bgP -bjs -bjt -cOf -isw -bvL -jUW -aqJ -aTm -aev -bwA -adJ -bnP -atj -avV -bIo -bJZ -atr -bPO -arD -bsP -bRI -cNg -cbq -bCM -aIe -bUv -bDD -bDL -bDP -bCC -bDU -bDX -bFs -cJT -ckJ -cmA -cOz -cKj -awu -aGw -aAT -cso -azc -aDk -aGu -aII -azT -vbU -aIx -aHv -aHs -wNI -vyW -acm -umJ -aHe -nbZ -aFc -caK -acK -acm -cow -aaa -cow -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xom -xom -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -anH -aeu -asZ -aAg -uqF -nlp -mma -cdZ -cdY -cXb -cdY -mdX -tYu -qdC -adg -ceH -dgV -adM -chX -aei -cij -ahz -cio -ciu -ciy -bAf -acm -aaa -chM -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -adH -amt -adQ -azO -aAL -aBt -aEO -aFk -aKi -aLA -cHm -afu -aNp -ago -aDf -acA -aba -cgw -cdd -aOt -aKe -rbX -afh -app -arl -arl -uSd -uSd -bha -arl -bgQ -ihX -isw -atP -atT -bzz -bwI -asn -awd -awd -bBc -arP -aqZ -atj -auY -bIJ -bKm -sOI -bVC -ceI -bZe -bRG -cNg -cbq -bHn -aIw -bVa -bDE -bDM -bWP -mdI -bEa -bDY -bFz -bFU -ckK -bFZ -bRT -cKk -awu -fLn -aEI -cso -aGz -bxm -brl -aIo -aGs -aAt -brm -aHA -aHu -xNI -wNX -clu -cBB -aHf -bDR -aFc -aFM -acm -aaa -cow -aaa -cow -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -asZ -asZ -asZ -oel -wCR -xLC -uPY -mYv -uPY -uPY -fdH -jYA -adT -acD -lrU -adN -adg -aen -apx -cip -asK -chL -ccX -cdl -bzS -cdu -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -aaa -acm -aaa -mOS -amu -mOS -ciY -ciZ -ahh -ahh -ahh -ajC -ahh -ahh -ajC -ahh -cfM -cfM -cfM -cfM -cfM -cFr -aOw -aKg -rbX -aeE -arl -arl -boi -byH -bza -bzr -vYW -bhE -isw -bnF -dgj -aqi -bzA -bwM -aqL -bBl -kXb -srL -tBP -ara -atj -asp -bKt -bIs -izF -ath -ata -atG -bRI -cNg -cbq -bHV -bDp -bVd -bDF -bEj -aMJ -bDI -bDW -bDZ -bFs -cxL -clC -aRQ -cny -bEV -aBY -aCZ -xQf -csd -aGA -aMk -brl -aGF -aKQ -aJd -brm -aHB -aGy -kwa -aDl -acm -aFM -cMy -aFM -cMS -aFM -alm -acm -aaQ -acm -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -asZ -aAg -vEd -gjC -mSx -vUt -tgW -vjA -oDF -sCZ -asZ -alV -azv -oRr -chV -adg -aeq -ciM -chI -chI -chI -aaa -acm -acm -acm -aaQ -aeo -aeo -alm -aeo -aeo -aaQ -aeo -aeo -alm -acm -adQ -kMy -adH -adH -ahh -ajC -hgJ -xou -nXw -iYx -tIl -jHZ -gRp -dZa -ivw -udH -tun -cfM -cHy -aOD -aKP -arl -arl -bha -byN -byE -byJ -bzf -aZK -bzd -cOd -auy -brf -aqc -cWR -bvQ -bwQ -aqM -bEN -sfu -bHB -erC -auc -atj -atj -bNB -atA -atj -atP -atT -atT -bRM -cNg -cbq -bIq -bDu -bXQ -bDG -bDN -bDS -bmb -bmb -bCD -bFs -bFa -ckd -bFa -cnz -bFS -aBY -caQ -aEY -csd -ofm -aDk -brl -aIo -aKW -aGQ -brm -aHv -cjQ -pTV -aJI -ckE -cBz -aHg -aNa -aFd -aFM -acm -aaa -cow -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aAg -asZ -asZ -asZ -aAg -asZ -umc -asZ -aAg -asZ -asZ -cfY -acF -frH -adr -adD -aex -aee -cfY -aaa -acm -aaa -aaQ -aaa -aaa -aeo -aaa -aaa -acm -aaa -aaa -acm -aUz -aeu -aeu -aeu -adH -amv -anr -agx -ahh -vuq -mES -nmR -lit -fNq -nVX -nxB -hNt -cgu -fcH -voZ -plA -aCV -cNI -aOF -chu -bwp -ciX -cdc -byq -byG -byK -byS -oOw -uGi -bgQ -isw -lEF -aqc -aBk -aqx -aqD -aqN -aqI -bBY -bCJ -bFe -bGd -bGB -bHk -bNJ -bKr -bfR -bxy -bXt -aLC -bSf -bVi -cbr -bCM -uXi -bCM -aDK -bCM -bHV -bCM -amP -aEU -bEH -bFc -ckg -ckO -cnA -cnC -awu -aMV -aGi -csd -aGl -aIK -aIy -aJf -aMr -aHD -cfH -aHE -clv -wNI -vyW -acm -umJ -aHh -kcv -aFd -ccT -acK -aaa -cow -aaQ -cow -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -asZ -aAg -aAg -asZ -asZ -aAg -asZ -asZ -aAg -asZ -cfY -duV -wgC -cLR -dmP -rYG -hBS -cga -acm -aeo -aaa -aeo -aaa -aaa -aeo -aaa -aaa -acm -aaa -aeU -adQ -adQ -adH -adH -adQ -adH -cFb -ans -agA -ajC -pZL -wmL -kAm -kAm -mfu -trE -ncQ -gsh -eMH -eMH -mCg -dzx -jKx -cNJ -xKb -aPS -aTV -aVy -aYr -aYs -bnU -byP -byT -teM -aeE -bgQ -isw -bnX -pkg -cce -aqc -hzG -asd -bzi -bzN -bzP -bCI -bHN -bHO -bIc -bNL -cOk -cOl -cOm -bRU -bTb -bVj -bYh -cOn -iNK -bJE -hzX -bCU -haG -bML -jXh -ccr -chm -bYw -hlD -ckL -cBp -bET -bFY -awu -aDk -crU -cst -aDl -aDk -aDk -aJS -aMs -aHH -aIE -uWf -clI -szQ -wNX -clu -cBB -aHi -bFG -aFd -aFM -acm -aaa -acm -aaa -cow -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -asZ -aAg -aAg -asZ -asZ -aAg -asZ -aAg -asZ -cga -cfY -acU -las -lzH -idp -cfY -cfY -aaa -aeo -aaa -acm -aaa -aaa -aaQ -aaa -aaa -acm -aUz -adH -adH -cEd -cEp -cEt -cED -adH -adQ -any -cBc -ahh -asc -lZB -cdq -cdL -xog -xjE -oMO -uHA -jpx -iST -sIM -por -cfM -aRv -aOQ -chw -byj -cje -cdc -cEW -byI -aZH -byU -pVn -uGi -bgQ -isw -pjH -brL -aBU -aqy -aqE -asg -aqI -bCa -aGG -bka -auv -asa -asy -bPS -bIt -bIC -bJI -bKI -bpU -bSk -bVX -cbt -bmc -pUT -bCQ -bCW -bmc -bmc -bmc -aqd -chn -aHV -bFa -ckM -bGK -bFa -ngm -awt -aJg -aGC -byl -cbZ -ccS -gCH -cmq -cpc -cpe -cpf -cpg -cpj -sOZ -aMk -acm -aFM -cMz -aIG -cMT -aFM -ciQ -acm -cow -acm -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -coy -aUz -aeU -aeu -alm -aeu -aUz -cDz -aeu -aeu -aeu -aeu -cfY -cga -cfY -cfY -cfY -cga -cfY -acm -acm -alm -aaQ -aeo -aeo -aeo -acm -acm -aaQ -alm -aeu -adQ -cDW -cEe -nAG -cEu -ajG -alr -rDF -anz -agC -ahh -dYQ -son -xuB -xuB -ifj -nfx -esU -pJL -gul -gul -faW -lhW -cfM -aRw -aOS -aLg -arl -arl -arl -bAw -byR -bas -bzg -bzb -bze -cOe -auy -brv -aqc -eJM -bvV -bxb -awh -bBm -lpS -atj -aHU -auc -atj -atj -cIs -atj -atA -atj -atT -atT -bVc -bWh -cOp -cOs -bNa -bCR -bDh -bDd -cOv -bCQ -avq -pHU -bET -cin -ckN -bFC -aHV -jJe -aJe -aJh -aGH -csy -bpw -aEA -aMp -aMD -aMu -aMG -aIu -aHI -coG -cLG -aJI -ckE -cBz -aHj -aNb -aVG -aFM -acm -aaa -cow -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -ciI -cmU -cmU -cmU -aeu -vkK -aeu -aeu -aeu -aeu -aeu -ccz -aeu -aeu -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -adH -cDX -cEf -cEr -cEv -cEE -cEO -cFc -ans -cFL -ahh -rKl -hrG -irF -fjj -wKv -fNP -iZu -skc -cgu -pGh -lhw -lWm -cfM -aRy -aOT -aLk -rbX -aeE -arl -arl -byM -byL -bzj -cNT -uGi -bhY -isw -bnY -bsi -aqk -bzJ -bxd -aqL -arY -xKh -uuw -kRZ -afT -atj -aun -cIv -apK -aUj -arw -bfp -bRV -bTd -bmP -bYj -bCK -bWa -bWC -bDy -cex -cOw -bmc -cgC -cik -cim -cjA -awN -awN -awL -wlb -sqF -fUp -aCw -csA -aDr -aCw -aDk -aMH -vAI -bBt -bFj -aHR -coM -ctZ -gjN -acm -umJ -aHk -sKq -aFe -ctr -acK -acm -cow -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -anH -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -alm -acm -aaQ -aeo -acm -alm -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -adH -cDY -cEg -aoa -apI -ajH -alt -amD -anA -cFM -ahh -ahh -cyf -gqG -tdz -qCf -hRS -ltJ -fUZ -cgu -xpm -iBL -kDT -cfM -cET -aOt -aKe -rbX -afh -app -bha -arl -aZQ -bau -arl -arl -bhY -ihX -isw -atP -atT -bzL -bxd -aEC -bzB -bzB -bCn -bCP -ard -atA -apv -cIz -bMo -bIy -bMo -aQR -sri -bVh -bWh -cOq -cOs -bOG -bCT -bDA -bDe -ceA -dpz -che -bGG -bEV -bFg -awN -kla -aCx -hPe -rQr -ryk -aSj -csC -cto -aMm -aDl -aMU -aFw -aFz -aFE -cer -cph -bwy -aKm -clu -cBB -aHl -bId -aFe -aFM -acm -aaa -aaQ -aaa -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aUz -aeu -aeu -aeU -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -adH -adQ -cEh -cEs -cEw -cEF -adH -cFd -any -adH -cAF -ajC -ahh -ajC -ahh -ahh -ahh -ahh -ajC -cfU -cfM -cfM -cfM -cfM -cEU -aOU -aKe -rbX -aeE -aeE -bed -aYZ -vYp -qUC -bev -bfk -bjm -bfk -cNY -cPb -isw -bvX -vbF -byg -bmx -auX -cwE -bCX -bnQ -atj -avF -cOg -bOS -apL -apQ -biA -bRV -bVe -cOo -cbx -aBm -bQA -bCS -bDB -bCS -bDx -bmc -chf -awN -awN -awL -awN -aCk -auS -aBQ -aCr -ryk -aHT -gpz -ctp -cKQ -aDk -awv -bNQ -aDp -aJo -aDp -aJt -aJx -aMt -acm -aFM -cMy -aFM -aFM -aIG -cke -acm -aUz -aeU -cke -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeU -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aeu -aeu -aeu -cDC -cDC -cDD -cDC -cDC -cDD -cDD -cDC -cDD -cDD -cDC -cFe -aps -arh -arO -arO -auJ -auQ -aXW -kXA -dke -fhk -yjz -yiS -wVh -qcC -ago -lcD -cEV -aJi -aLE -aox -vET -aox -aox -afh -aeE -aOk -afh -aeE -afh -aeE -cOb -baa -atT -atT -atP -bzY -asx -bxx -asx -bEs -asx -asx -aui -cOj -bKx -bLl -bMp -boN -axm -bVh -bWh -cOr -cOs -bCO -bCV -cew -ckV -bYM -bmc -chg -awN -aBL -aBT -cJV -aCl -aBV -aBW -awM -pvZ -aGf -cPk -nrE -jkf -wPa -vCg -qRW -iyh -wIr -kSl -pXV -aJy -bIb -ckE -cBz -aHm -aNc -aFf -aFM -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeU -aeu -aeu -aeu -cDC -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDC -baH -baH -aXW -aXW -baH -baH -auU -baH -oup -qkB -rgm -qiW -wqY -gBE -mnl -dWH -vyf -aIA -cfb -aox -aox -aiF -akw -apX -aox -apX -aox -apX -apX -aox -aox -cOb -bcq -aem -auw -akb -bAa -asx -aqY -bxO -bFf -aop -atd -aui -apO -bKy -cjv -bqf -cjy -bRV -bVg -bWl -cbz -bmc -bmc -bmc -cOy -bDg -bmc -bmc -tkx -awL -axe -aYl -bid -axx -aCo -aCo -bUr -ryk -aCT -cPl -cts -cKS -aMk -aDv -put -aHS -aMb -aJP -qNc -aJz -ilT -acm -umJ -aHn -bIw -aFf -aIG -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aUz -aeu -aeu -aeu -cDD -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDD -cFf -cFt -cFN -cGg -cGB -aXW -aNE -baH -nXQ -fSF -tFU -eky -dne -gxt -iWI -ddd -vQT -odB -aPP -wzb -aSJ -aUe -aUe -aYv -aZb -baF -beB -bhc -cNX -aZR -vET -cOb -bcv -agQ -agZ -ahv -bAe -avg -bsj -bzT -bFk -arR -bEe -aui -aui -eoh -aup -aui -aui -aui -bVM -cNh -caX -bQk -caD -cbG -cbM -cbM -cbW -cdi -chi -aCg -aBR -aYp -bif -bqa -cmN -coi -coY -jIr -crX -cPm -ctt -aMn -aMo -aMq -aMv -aDy -aMS -xHI -xFI -aJA -bIe -clw -cBC -aHo -aFf -aFf -aIG -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aeo -aeU -aeu -aeu -aeu -aeu -cDC -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDD -cFg -cFu -cFO -cGh -cGC -baH -cHg -aXW -qcC -toU -jga -qiW -vpZ -gBE -aCC -sxU -iOR -wWo -aox -aox -aSK -ajq -akM -ajt -bwi -eRk -eRk -ajt -ajt -qwu -apX -cOc -bcF -bzy -auZ -alj -bAo -apA -cIt -cIw -bAj -bAE -bGe -hhY -tYn -bHv -bIv -bPU -aox -bOU -bVN -cNi -bYj -deL -cNo -cNp -cNq -cNq -cNs -ccm -chk -aCg -aBS -aBZ -aCf -bss -cmT -bQm -bWW -ryk -ayY -cee -sqT -cKT -aCw -aJn -aDm -aJO -aJT -dld -hkK -ciA -aJH -cok -aFM -aFM -aIG -aFM -aFM -aeu -agt -aEg -cko -cko -cke -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aeU -aeu -aeu -aeu -aeu -cDC -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDC -cFh -cGh -cFP -cGi -cGD -cDF -cHq -avO -igC -glu -ydA -kBg -wKB -fgW -qcC -sFL -iIr -cHQ -aGh -aGh -aSQ -aFS -aGh -ajt -aBc -bmH -boJ -bqg -ajt -bic -aox -apX -aox -aox -aox -aox -bAx -asx -aqK -azC -bHG -cIE -cIL -asx -asx -bOM -bKM -bqZ -aox -bPM -bQr -cNj -cbA -bSY -bXJ -cbH -cbN -cbQ -cbY -bED -cho -awN -awN -bHq -aSs -bqD -cmX -xHo -tSG -ign -aDj -aKw -bJP -aKB -aKD -aKF -aMj -aJM -aMy -mjI -gfl -cgG -aJH -aeu -aDT -clX -clY -clX -clz -clz -clz -clz -clz -clz -aEs -aeu -agt -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alm -aeu -aeu -aeu -aeu -aeu -cDD -cDE -cDE -cDE -cDE -cDZ -cDE -cDE -cDE -cDE -cDC -cFi -anT -cFQ -gZs -ase -mAL -anl -dST -qcC -hqN -igC -qcC -qcC -qcC -qcC -rzN -cZG -aRY -aGh -cpk -aSS -bqm -ezV -ajt -aLa -bnr -boT -beM -kUb -bie -bpq -aHX -bsk -bpR -byy -bvD -bAA -asx -uVx -cIx -bHG -cIF -eAa -mOy -apA -bpq -bNU -bRW -xQx -cOt -cOu -cNl -cbB -axF -axF -bhF -bBn -axF -ccs -cdk -chs -bHo -aCc -bII -bEx -bdv -cmZ -mpa -gKq -awH -awF -aKz -cct -cuB -aKE -awt -eTX -dqA -awu -awu -pZM -aJE -aJL -aeu -aDU -aDY -aEd -aEi -aEm -aEk -aEf -aEr -aEf -aEr -aEt -aeU -ckf -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -cDC -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDD -cFj -cFw -cFR -cGk -cGE -baH -arb -kaw -loR -amj -oAH -sxL -cPT -kUd -uBe -gle -fgo -lrk -aGh -aKT -aST -brd -bqV -bwi -aTC -pfR -bqc -beN -afd -bij -apX -bqb -ted -aIN -aox -bvZ -bAB -apA -bwd -uaD -bHM -cIG -cIG -arF -asx -bAb -bNW -bFB -aox -bQd -bVo -cax -auE -aJZ -auE -auE -auE -auE -ceC -cfi -chv -cix -cyn -caC -ckS -clM -cna -oFz -joJ -aKw -cqP -csD -ctw -cAu -awH -aIF -cpB -azy -aMw -axa -gJC -nFV -cDA -aEg -aDU -aDZ -aEe -aEj -aEn -aEp -aEf -aEj -aEf -aEj -aEu -aeU -ckf -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aap -aeu -aeu -aeu -cDD -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDC -cFk -cFx -cFS -baH -aXW -baH -aXW -vwC -baH -ban -ban -akB -bao -ban -ban -cHB -aLb -cfa -aGh -aPZ -aAX -bac -bqW -ajt -aUM -bou -bqd -beO -bwi -bik -baF -bip -bog -bsv -buJ -bxA -bwk -asx -omq -bCz -seE -epd -xlT -brU -asx -bAp -bNZ -apX -aox -bRX -cNc -caA -awq -aKd -bBd -bBR -bCl -bCA -ceK -cgE -azM -aGO -bEv -axM -ciB -aSB -cnW -cnb -bEw -ckh -cpi -cqK -cuA -cJY -awH -aJm -ayI -azz -aMQ -axS -vPD -axa -aDO -cMb -aDV -aEa -aEf -aEj -aEm -aEq -aEf -aEj -aEf -aEj -aEt -aeU -ckf -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeu -aeu -aeU -aeu -aeu -aeu -cDD -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDE -cDD -aXW -cDF -sLV -aXW -apo -cGP -cDF -awK -axr -ban -aAS -aBC -aTE -bes -ban -aIZ -aLb -abb -aGh -bdn -aSU -aUi -bbr -ajt -aVq -box -bqe -beP -ajt -ajt -icZ -ajt -aZd -aZd -bmM -jKG -aZd -asx -asx -apA -asx -asx -asx -apA -asx -bKR -bQh -aox -qyb -bQr -axn -bYj -bYl -ceB -bZb -cba -ccu -cdU -ceN -cgF -ciF -cmH -cyn -aBq -cBR -baZ -cKc -com -coA -cKx -aDj -aKw -suk -awZ -awH -aLS -bfe -bxL -azK -axS -cfz -axa -git -axS -axa -git -axa -aEk -aEn -aEi -aEf -aEr -aEf -aEr -aEu -aeU -alm -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeU -aeU -aeU -aeu -aeu -cDC -cDE -cDE -cDE -cDE -cEa -cDE -cDE -cDE -cDE -cDC -cFl -cFy -azW -cGl -cGF -cGF -avi -awY -xJk -bao -aBu -aBE -aZJ -aRz -oTH -aJb -aLb -adC -aGh -aGh -aGh -aUl -aGh -ajt -ajt -boI -ajt -beR -ajt -bqs -aED -bnn -bjn -bmE -bns -bnp -bnD -bnS -boc -wDp -upu -ixz -aZd -aZd -bIx -bKY -bAt -aox -bMD -bRY -cNe -caJ -awq -cNm -bBM -bCh -bCo -awq -ceR -cgI -csE -bHs -aCc -aCu -bEy -bhx -aIi -con -chx -axS -cdz -cek -cwv -cKU -axa -azX -ayK -bxZ -axa -axa -tqY -chy -cjq -cjI -cjW -cxF -axS -aEl -aEo -aEo -aEo -aEo -aEo -aEo -aEv -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aap -aeu -aUz -aeu -aeu -cDD -cDC -bTj -gKM -cDR -cDD -cDR -gKM -cEx -cDC -cDD -cFm -cFn -cFn -cFm -cGG -cGQ -auC -axd -aXW -ban -aAp -aBI -aCS -aSh -oTH -aJb -aLc -cgR -bsc -bqK -aWn -aUn -bre -brB -brC -aeA -ajt -brV -aDu -bqq -aEN -aHy -aZd -bqh -bst -bnu -bnG -bGz -bnI -bys -cIA -bnT -bor -bmM -ikm -pLi -aZd -aox -bvJ -bSa -bBj -auE -auE -cNn -bBN -bCi -bCp -awq -ccs -cgZ -csF -awN -awN -aGv -aSt -aGv -buT -cop -aGv -axa -boF -cey -ctN -cPp -axa -ghJ -itT -dcl -oVx -hag -jhb -oVx -gfG -oVx -oVx -wck -aAQ -mIm -mIm -axa -axS -cko -cpY -ckr -cke -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cDD -bsJ -ajs -cDS -aDF -cEi -ctx -ajn -cDD -aeO -cFm -cFz -apu -cGm -cGH -cGR -cFo -axf -ayg -pGc -aAq -aBN -auq -avE -oTH -aJb -aLb -cgR -bna -bqL -bno -aUo -brj -brk -brE -brs -brQ -brY -bmO -boA -aGr -bkF -bjn -bmG -bsu -bny -bnJ -bny -bnW -mHo -bzt -bAs -bBQ -boq -bIz -bMF -aZd -bIA -bRl -bSg -bYG -awq -aKa -aKh -bBP -bCj -bCx -awq -ceS -cjx -aCd -aIb -btG -awT -axc -aPs -bGt -coq -bXI -axb -byF -hrw -ctO -cBd -axW -hRC -ayJ -aAh -utW -cpz -cBQ -cLM -cPq -cMc -cMm -ptQ -aAR -cBS -cML -cNd -axa -axS -agt -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cDC -cDJ -ake -agJ -cld -cDT -cDU -cDV -cDC -baH -cFn -cFA -apy -puc -asf -cGS -avo -axg -cHh -ban -aqT -aBO -avk -bet -ban -aJr -aLb -cgS -bna -aWi -boe -baf -bjB -bjB -bjI -brM -bmA -aDh -bmR -dWN -aGJ -bmL -bmF -bcX -bsL -bny -bnJ -bny -bnW -bny -bzC -boS -bCF -bFW -bJw -boz -aZd -bIB -bZM -bOi -bYK -bQI -aVw -aYV -bji -bkp -bpT -bQI -ceV -ayk -aCy -aKk -cyp -aYq -bpA -bpA -bGM -cor -bYU -axb -bBx -aIq -ayD -ayF -ctP -vrN -azj -azE -brn -aLF -cxh -cxh -cxh -aLG -cMn -pqh -cBi -xKF -cMU -cNf -cPt -axa -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -coy -aUz -aeu -aXW -baH -baH -aeu -cDD -cDK -cDP -ahl -cEb -cEj -aie -cEy -cDD -cEP -cFm -cFB -azY -cFC -asj -atM -avw -bam -aZS -aZS -aYH -oNK -aYH -aYH -aZS -aJB -aMl -aMf -beL -aQe -aTc -baM -brP -brA -brH -brr -ruL -bqk -fnv -ntO -aGM -boV -bjn -bqG -bsu -bny -bnJ -bny -bod -bpe -byW -bAg -bAl -bFJ -bFX -aZd -aZd -bBU -bXv -bOi -bYT -awq -aKc -byQ -caR -bCk -caq -auE -cff -cNv -cjn -awN -vlt -aYI -axp -axs -axt -cky -cpy -cqR -csK -ctG -ctR -cKV -cLe -aAd -azl -aMa -bro -axT -cxk -cxk -cLy -axU -cMo -czo -axW -cmv -cmx -cmx -cmx -axa -aeu -aeu -aeu -aeU -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -vlD -aXW -anU -aXW -baH -cDD -cDL -dbd -jmB -cEc -pBH -pBH -cDD -cDC -awf -cFm -cFC -cFm -cFm -aso -baH -avx -aZS -cHi -waG -bhC -aCK -saU -bak -aZS -bOL -aLb -cfV -beL -aXz -aZz -beo -brW -brX -brr -brw -qQu -bql -bqj -bqn -aGS -bpb -bol -bqI -buS -bny -bnd -bnV -bof -boj -bzW -gkY -bFV -bGk -bmM -aZd -bGh -bZI -car -bSj -bYV -aJZ -auE -auE -bAV -auE -aJZ -auE -axF -lRF -axF -awN -hFT -bFt -ckC -ckY -clN -coz -caI -bHe -aBP -aBp -ctS -cKW -axW -cvc -azn -axT -aLH -aLu -cxW -cxW -cLz -axU -cMp -czp -aLK -aBx -aAM -irY -azw -axa -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aca -aji -gAZ -mVe -upB -mhc -cki -iwj -rPC -cBK -aiU -akD -cEl -aif -cEz -cEG -abZ -cFo -cFD -apz -arm -atN -cGI -avB -aZS -aXi -amm -aRR -aCR -aZT -bdd -aYH -aJK -aLb -cgT -cly -aXG -brt -beV -bsb -brq -brF -brG -ajt -jkA -boH -bqo -aGP -bqP -bnj -bqM -aJN -aJQ -bnB -brN -brO -bnO -bAn -boa -boh -bon -aZd -bGh -bZz -bsn -bIO -bOi -bYX -cBF -bRL -bNS -bTF -bNX -bNK -coX -bEC -cNy -bOj -awL -rBs -ckm -bKp -awW -axl -cox -caY -axb -aAa -aLq -vKS -cKX -axS -cjH -azp -aLs -ayP -aLv -cgQ -cgQ -cgQ -axT -cMq -czs -axW -aBz -gJw -aAZ -aMW -axS -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -alB -cDH -cDH -eDw -cDH -cDF -sVe -xjC -puz -ahE -ahP -aih -aiX -gHd -alu -pKA -anE -apB -aXk -aXk -aWY -aWY -aZS -azN -aAo -aBw -aHM -pmX -bgB -bez -aJV -aLb -aaR -bmy -bmy -aTg -bhD -brx -bry -ato -nhu -bwi -ajt -bmA -ejG -rpO -bmZ -aZd -bqS -cIp -bnC -bnc -aZd -bnq -bnH -bnR -bob -bRc -bZy -bZp -bKZ -bOe -bQi -bQx -bSl -bYY -bQF -cdg -bNN -bOa -bNY -bNK -coZ -cea -awX -awX -awX -cjD -ckq -cjD -awX -cne -coI -cne -axV -axa -axS -ctV -aBv -axa -cuZ -azq -lVh -ayn -sCF -ayn -azm -ayn -axX -cMr -czt -axW -aBf -hbY -chH -aLN -axa -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -bwe -bbx -apt -bfs -alB -cDG -cDM -alB -alB -bwe -alB -alB -alB -bwe -alB -alB -nCI -apC -aWY -aFs -aqq -jqH -aXj -aXg -apG -kuT -aHP -aEP -wqi -aYH -aJK -aLb -cgU -auh -bmy -bmy -bhK -xim -bna -bna -bmy -bnv -bfH -boG -bux -bpJ -byr -bpV -bsa -bsK -byh -bAW -bnv -bPl -bPv -bPy -bPV -bXv -bLb -chN -bOE -bOK -bTh -bZE -cOa -bYZ -bQG -bNP -bNR -bTB -bZl -dEN -ccI -cfn -awX -awx -mUk -kSt -cks -czB -awV -axY -coJ -axQ -ayQ -cne -aab -cuC -cdE -aFB -cvf -kQQ -aLt -cgh -aLw -lCI -lCI -lCI -aLH -cMs -czJ -axW -cmv -cmx -aBa -aNf -axa -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -alB -aWJ -ayv -aWJ -alB -alB -alB -alB -bbx -aAA -bfs -aWR -bbx -aUI -bfs -bwe -tvN -apD -aWY -bde -aXo -aXO -atq -aXt -apS -aBe -aIr -jKR -bQW -frg -axo -aLb -aMh -chq -beu -bcm -bhU -bjx -bnA -boZ -aXL -bpQ -bgg -biz -bAX -bAX -bnz -bBZ -bsB -bGW -bGW -bIM -brz -bCg -chN -bGj -bJD -chN -bOk -bZs -bLc -bPm -bID -bZP -bOi -bZa -bQH -bOf -bNV -bZg -bOA -bNK -bMT -cfo -awV -fHV -iod -sIc -fNE -ckZ -clO -axZ -coK -fTc -cqS -ctF -ctL -rGL -czT -axW -cvg -azB -axU -aLI -aLx -cxZ -cxZ -cLN -axU -cMt -hHu -aLK -sXu -aAM -aBb -cmx -axa -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -alB -bfq -aWJ -bhj -aWR -bhv -pGQ -aWR -bhu -ayv -aWJ -bwn -aWJ -ayv -bhu -alB -aeN -apC -aXk -aWV -aXb -aXS -atq -ijA -aqU -auk -aDs -aXP -aKM -bbQ -aKb -aPi -aTj -aUp -nfk -cHz -cPv -aVN -bTy -bTy -bTy -bTy -beX -bhe -bTy -bjA -boL -bqJ -buK -bTy -byk -bAF -bBv -bFn -bDc -bEt -bEt -bHr -bHC -bHP -bnv -bnv -bnv -ayO -bTw -bNA -bNM -bNM -bNM -bNM -bOd -bNM -bNM -cfr -awV -awP -aPg -awz -ckx -cJW -clO -bZq -coL -aCm -aym -cne -ays -cPn -ayz -axW -cvg -azJ -bCG -bFh -axU -cLx -cLx -cLx -axT -cMu -czK -axW -flG -stD -gJw -gJw -axa -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -alB -alB -alB -alB -alB -alB -afG -afG -afG -bwn -bbk -acB -aWR -bfq -aWJ -bft -bhn -bfq -aWJ -bft -alB -aeT -apN -aWY -aXU -bdb -bdS -bah -wBz -bad -aBr -aAF -aYA -aLm -aZS -aiv -axG -cgX -chr -uHR -bia -bkG -bbH -bnM -bpC -bpC -bpW -bff -bZK -bBp -bBA -bEf -bEf -bEf -bHf -bsw -bIN -bvB -bPu -bPx -bnv -bjX -bkz -bOv -bHQ -bjW -bGr -bEg -azb -bVk -bNC -bOo -bTM -caE -bZQ -caF -ccd -bNM -cfs -awX -awp -aQx -axq -jZB -aBn -aUh -bKw -cps -cKt -axP -cne -ayE -ecD -ayz -axW -cvk -cvm -cvr -bFh -aLF -cxh -jHR -cxh -aLF -cMt -czY -cBl -cMe -cMU -cNr -cPu -axS -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -alB -bbx -aax -bfs -bwe -aeV -afr -afx -bfV -aWR -beY -adx -aWR -aii -ahF -aii -aWR -ajW -ajM -ajW -alB -cQJ -apT -aWY -aXc -aLO -aYj -bah -bai -bah -aXj -bai -aYP -bai -aZS -aZr -ajL -ajL -cAX -aJJ -ayU -aAj -bbU -aYf -eCk -aYK -aYd -bfl -bpd -bpF -bpL -bxc -bpZ -bsr -bxl -bsy -blf -blf -blg -blf -blf -blQ -bkL -bZw -bkQ -bjW -bAv -bOC -bME -bMc -bSs -pHc -bUg -caG -caH -biQ -ccf -bmp -cfw -awX -awX -awX -aPM -ckB -iLZ -awX -aya -bZt -bZu -awC -aLL -jZq -dtl -cKY -aGq -iYv -uzM -cvR -cBj -cPs -cLA -cLA -cPr -cMd -cMv -cAd -cjt -cMK -qUP -cNu -axa -axa -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -bwe -bgD -bfo -aWN -alB -aeX -fSW -pXw -afF -ars -bfZ -bgU -aWR -aaL -ahG -alw -cqw -bgT -ahG -cER -alB -kob -stt -aWY -alO -atV -ayT -bdc -bdR -aTr -aZv -aEE -aZG -aZB -aOM -aZr -bdJ -bdJ -aZr -aYd -aYK -aZL -bch -aYd -oOk -aZj -aYd -kRk -cbk -bhI -bhX -bhs -biM -bLG -bhX -bsz -blf -bkm -bkJ -blG -blf -asI -puw -bkH -bkS -bjW -bAz -bEg -bMP -bOi -bZd -bNM -bSm -bOr -bOy -caM -cjz -bNv -cfC -bOb -bGH -awV -awX -awV -awX -awX -axa -axa -axS -axa -axa -axa -rJm -axS -axa -ryM -cBt -npS -cBt -cwe -cwI -wow -cyN -cyO -xDv -cAJ -axa -eCH -mIm -axS -axa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -alB -aWJ -bfU -bfy -ary -afl -bgx -afM -bfP -aVt -paO -bgt -agz -afB -bgt -bdI -bgH -bdI -vJJ -cKB -aeX -cuG -cKn -aWY -asr -aub -avC -azt -aAn -aAr -aBy -aTn -bax -biU -cKP -aMz -aMN -aNi -bcZ -aYe -aXn -aZn -bcG -bmi -bnK -tFu -aYd -bfu -bne -bhJ -bhZ -ats -aJY -bjo -bjw -bCc -blg -bkx -biW -blt -blg -bkk -bmf -bnk -bkR -bhL -bOl -drL -bLZ -bQn -bZf -gRQ -bWb -bOs -biN -bNM -cot -bNw -cfE -bEg -chz -bSJ -bSI -bGH -bGr -bEg -bAT -bOC -cmB -bOb -cmh -cmg -cpA -cKZ -axa -sKe -xgq -wzh -nuu -cwA -axV -axb -cAV -axV -axa -axa -axS -ctM -ckk -aEg -cnd -cnu -cnd -cnd -cnu -cnd -cnu -alm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -bwe -bfY -bdD -vQC -sVa -iKn -qSG -afO -age -agn -aho -aho -ahQ -agR -age -hMC -ajk -bgX -anK -apZ -aqa -cHA -mCU -aro -ass -atQ -avG -axj -ayq -azQ -aAs -aBX -aCX -aCX -aFq -aCX -aCX -aNj -aZo -aZV -bae -bag -baN -bbe -bcO -bdy -bgr -bfw -bhf -dCF -aKA -bjG -bsQ -buZ -bvm -byo -bAG -bBz -blm -blv -bIF -blU -bni -bmg -bma -bNt -bOm -bEg -bNp -bQB -bZk -jGo -caw -qdi -aIH -bWd -cJn -bNw -cfI -cfJ -chA -cNA -cNB -cNB -cgK -xNq -ciE -bOb -bEg -cli -bAT -bGr -bOR -bOb -axa -axS -axa -axa -axS -axa -axa -axa -cBM -axa -axS -cnc -bEg -bOC -bEg -bEg -cnu -coQ -cqv -csn -bPi -bPW -cvP -acK -acK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -alB -aWJ -bho -bfy -ayL -afl -bfK -agb -beW -aha -bgo -bfT -alk -agT -bgo -bgA -bgO -bVA -ajX -cKC -afp -ads -anQ -ayw -anI -ayu -avI -aNl -bgk -aWW -aZv -aXw -aXE -aXI -aYR -beD -bbj -aPk -bel -aZi -aZE -aXY -bdX -arc -bdG -bdT -aGj -bfM -aTp -biR -bjy -kbi -boU -bpf -bwc -bCy -blf -bBE -bIE -blx -blf -blT -bGI -bHw -bnm -bkP -bOn -bEg -bNO -bQX -bZm -bNM -caz -bVW -bLt -bOH -bON -bNw -bNz -aEK -chF -bSN -bOb -bAT -cmp -bSI -cjJ -cNA -cla -cfJ -cNA -cnj -csV -cNA -bUk -cgK -cNB -ctY -cNA -cua -xLg -cxp -nLA -fdP -kTl -nhO -xpS -cmR -czN -cBJ -cnd -cCb -cqQ -csq -cnu -cuL -cnd -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeu -aeu -alB -aWJ -bfo -aWS -alB -afp -bfN -aXa -anb -sVy -acv -bgz -aWR -aje -vaL -bgM -bgF -cEQ -ahH -cKK -alB -cFE -kLn -cGn -aZF -aZF -avL -aZF -bdi -aVJ -amV -aDb -aXF -aXX -aYS -aZt -bbl -aPk -bep -aYe -aXQ -aXZ -bdY -aZe -bfx -bfO -aYf -bfQ -bhN -bhI -cvZ -bpj -biZ -bvh -bpB -bCN -bwz -blg -bBo -blg -blf -bjX -bGJ -bHE -bkV -bjW -bOp -bOC -bOB -bQY -bZn -bNM -bOo -cgd -bNM -bNM -aVM -bNx -bSr -bSr -fbL -bSr -bWT -bSr -bSr -bSr -cKd -bEg -bOC -bEg -bUw -bUw -bEg -bUw -bUp -bEg -bOC -bEg -cLr -cLu -cju -cms -cxQ -cmQ -cju -bOC -rbY -cmh -bOb -ufe -sUl -iwg -ucx -csu -cty -cNP -fkh -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -alB -bfq -beZ -bft -alB -afa -afv -bfi -bgu -aWR -beY -aew -bwn -aja -ahJ -aja -aWR -amF -akd -amF -alB -cFF -aKS -ajz -aZF -adX -avT -lyU -bdi -pxJ -rxn -aVJ -aVJ -aYN -aYT -aYS -bbJ -bcB -bgj -aYe -bpO -aYa -aZp -aUm -bdM -bsg -aYd -gsG -aCb -aCb -big -bpn -big -aCb -bpN -btl -bhQ -bkn -bmd -bly -bmr -bmu -bGP -bIm -bHR -bNg -bOx -bEg -bQe -bQZ -bkE -bRz -bRN -bSU -bWe -bZW -bWw -bWD -bSL -cur -cMY -bTa -bTS -cyG -czE -bSr -bSr -bOC -pmf -gtB -fFS -fFS -bSy -kOF -iBp -kZU -shX -bEg -bOC -cju -cju -akn -cyb -cjB -cju -bOb -sjo -pWX -rNq -fAd -coC -cNF -hAA -csH -cnu -cnu -cnd -alm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -alB -alB -bwe -bwe -alB -alB -aga -aga -aga -aWR -bgw -nbF -aWR -bbx -aWJ -bfs -bhn -bbx -aWJ -bfs -alB -baQ -aqe -ajO -baL -atR -ayo -smw -ayt -azR -aAu -fLN -aVJ -aVJ -aYU -beE -bbl -bcE -cLc -aDI -aDI -biB -aYg -aDI -aIa -aYd -aYd -bfX -bhG -pSs -oIJ -bps -boO -big -bqp -btr -fDf -bvG -bwB -bjj -bld -blW -bGT -bHF -buI -bhQ -bOF -bEg -bQf -bSo -bTk -bTy -bTy -bUm -bVb -chN -chN -ciH -wYO -cMR -jsL -cNa -cNb -bWq -cbL -cAc -bWT -aeu -sSP -kBN -kBN -kBN -qul -kBN -kBN -kBN -qMF -aeu -aeu -akn -ckc -cxA -cyc -clV -cju -cma -bEg -cMZ -rOU -cNx -cnd -cpb -vRG -cnd -cnd -cmU -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sbY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -alB -bgR -aWJ -bfs -bwn -bhg -wVz -aWR -aWJ -ayv -aWJ -aWR -bhu -ayv -aWJ -alB -anN -cFU -ajU -aZF -aXR -bcx -aWU -bdi -obe -aAw -egC -xot -aVJ -aVJ -aZX -bbL -aPk -bhm -baU -aTo -aQG -bdZ -bdH -bbb -bdz -baQ -bgb -aCb -bir -bjJ -bpu -boP -big -bqr -bqu -bAH -bBG -bAH -bDj -bFp -sZd -bGV -bHx -bHx -fer -bOJ -bEg -bnv -bPd -bOh -bSx -bRP -bVS -bVr -caj -cas -cau -cav -cuM -cuN -cww -bSr -bWz -lDa -cAE -bSr -aeu -vHl -kBN -kBN -kBN -kBN -kBN -kBN -kBN -oNC -aeu -aeu -cju -cwJ -cxB -cye -cym -akn -bEg -cku -clk -pUx -ckv -vOH -cqp -iVr -vTv -aeU -cmU -aeU -ciQ -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -alB -aWJ -ayv -aWJ -aWR -xAx -urI -bwn -bfq -aLR -bft -aWR -bfq -aYh -bft -alB -aCh -bkd -cGo -aZF -qIy -gHi -bcH -bdi -fcB -aAv -qyX -lgh -djy -aVJ -anx -bbM -bcW -aPl -aQf -aTq -aRI -bea -bfa -baV -bdE -bbf -cbk -bhG -bhO -aqH -biI -bjc -uEe -bjH -bqC -bkq -bkA -bke -vOm -bkY -oPm -bls -bPj -bmo -bhQ -bOP -bAT -bRF -bPe -bPH -bPe -bOc -bVf -bWt -bXL -bXx -bPe -bOc -bRF -bOc -bOc -bOc -bWT -skC -bSL -bWT -bSr -bQa -kBN -kBN -kBN -kBN -kBN -kBN -kBN -shF -gDD -aeu -bzG -cjo -bzG -bMK -clT -bzG -aeu -ckU -cmY -umb -cNk -cnu -cnu -nKN -cnu -aeU -cmU -cmU -cnf -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -bwe -bfq -aAy -bft -alB -bhl -wGN -alB -bwe -alB -alB -alB -alB -bwe -alB -alB -anO -cbj -aki -aZF -baJ -dXf -baJ -bdi -bcV -kGp -aGa -aKu -aMe -bfB -amV -bfr -aNo -aTU -bcD -amW -bco -beb -bfc -bbb -bdN -bfm -bgd -aCb -bhP -nup -biJ -bjd -big -bjE -byt -blO -blL -bke -blK -bke -xDN -bme -bmh -bhQ -bhQ -bOR -bGc -bOc -bTi -bSu -bTX -bRm -bSW -bWy -bTI -bUs -bWi -bSC -bXz -bTe -bXA -bWO -bYE -fgl -uHy -lfo -svN -xLa -kBN -kBN -kBN -kBN -kBN -kBN -kBN -euI -bKl -aeu -bzG -cjB -clG -clS -clZ -bzG -aeu -clb -cAQ -fQJ -cvh -ckU -aeu -aeU -aeu -aeU -aeU -aeu -anH -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -alm -aeU -aeu -alB -bwe -alB -alB -alB -aRK -air -cbk -abv -cmW -abx -cDI -cEA -cEH -cbk -cFp -cMJ -cFV -cGp -aZF -baL -aZF -aZF -bdi -bdi -flF -neC -nkn -uGD -aXq -aVJ -bcL -aPo -bbG -bbN -bba -baY -biB -bba -bbd -bbc -bbc -cMH -aCb -aCb -big -big -bom -aCb -bjF -byu -bkl -bli -bnh -blz -bkY -xDN -blN -bml -bjF -bMJ -bOR -bGi -qwi -bLa -bQo -bQL -bPe -bQJ -bYf -bWj -bPe -bWE -bXg -bXs -bXF -bTf -hIu -bTA -eEr -bTY -bUf -lfx -lfx -kBN -kBN -kBN -kBN -kBN -kBN -kBN -eum -cke -aeu -bzG -cjC -clg -clP -cmI -bzG -aeu -ckU -cAG -iKD -cPG -clb -aeu -aeU -aeU -aeU -aeU -aeU -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aUz -aeu -aeu -aeu -bkd -abi -cDI -cDN -bEq -abw -ahK -aNK -axu -ayX -ayX -ajF -aNK -anP -aqh -itE -aqm -aNK -arv -cFV -ctI -bdi -bdi -amV -aVJ -aXf -aVJ -aVJ -baK -aPo -bbY -bcs -bxn -bbO -bef -beJ -ben -bct -bbc -cMI -bok -bhQ -bio -byw -bjf -bAh -dNd -byv -bkf -blb -bkf -bli -bkZ -jFx -jBp -bmj -bjF -bEg -bOT -bGl -bOc -bPh -bQp -bQj -bQu -bRC -cad -bot -bSe -bQK -bYe -taZ -bSQ -bXB -bPe -bYN -vkF -bXc -bIr -lfx -qjY -kBN -kBN -kBN -kBN -kBN -kBN -kBN -shF -aeu -aeu -cjo -cjF -clE -clQ -cmb -cjo -aeu -ckU -ckU -mAI -ckU -ckU -aeu -aeU -aeU -aeu -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aDT -agw -akA -beK -bkd -ava -bkd -agv -agV -gYt -ahs -vNZ -cbk -abE -cEB -akf -ako -cFq -cFG -ctI -edy -cGJ -bkd -asv -aNK -avW -ayj -aXl -aXA -aKO -aXx -baD -baE -bbm -aQg -bdF -baS -baY -bbP -beg -beS -bck -ber -bbc -cMJ -cbj -bhQ -bsq -biL -bjD -boK -isD -byx -bkr -blA -blp -bku -jpg -jFT -vuk -bms -bhQ -bNs -bQs -bAv -bOc -bOc -bOc -bPe -bXx -bVJ -cae -bYd -bRF -bPe -bOc -bSE -bYi -bOc -bOc -bTN -usl -vgJ -bUh -iNC -pin -kBN -kBN -kBN -kBN -kBN -kBN -kBN -shF -aeu -aeu -cjo -cjG -clF -clR -cmc -bzG -aeu -aeu -ckU -qmB -qPE -aeu -aeU -aeU -aeU -aeU -aeU -aeU -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeU -aeU -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -aDU -aaa -aaa -aaa -agy -bsA -evd -agB -cDO -bkd -bkd -ikt -cEm -cEn -cEn -jWX -kAD -cEn -cEm -cEn -cGr -kwY -ava -bkd -bkd -avX -ayl -awi -aXB -aKY -pZr -aSm -aTZ -sMV -aTs -aUt -aUw -aZl -aZZ -bee -baz -jEW -baG -bbc -cMM -boo -bhR -bhW -bmN -bjQ -bhH -bhH -bjV -bkh -bkv -bmq -bkM -jWt -blk -xOW -bmm -bhQ -bNT -bSz -bVw -bWJ -bHi -bRF -bQO -bSD -bSX -cat -bWm -bWx -bWF -bWV -bXw -bXS -bTZ -bTo -bTC -hlp -bWY -bUi -lfx -pNM -kBN -kBN -kBN -kBN -kBN -kBN -kBN -qMF -aeu -aeu -bzG -cjX -cpD -ciW -cmd -bzG -aeu -aeu -ckU -mFA -qPE -aeU -aeU -aeU -aeU -aeu -ciQ -aeu -alm -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -acy -aaa -aaa -aaa -pxN -btR -agg -agD -abt -bkd -cDI -cEH -cEm -aim -aip -akj -alA -ayh -cFH -cEn -cGs -bIG -cGT -cGZ -cHd -cMI -cHn -awi -aES -aMC -tLb -aFN -aGe -jVe -aNq -qVq -bbN -bba -bex -bem -beT -jEW -beI -bbd -cMN -bhH -bhH -biH -bpv -bjU -bjv -bhH -bhQ -ksX -ksX -bjF -bkN -ncT -bki -xaq -blH -bhQ -bEg -bOC -bEg -bYp -bZB -rBf -bZF -cMP -cMQ -ccw -cak -cmj -cmj -cmj -bXu -bXT -bYg -bYx -bTD -bWU -bUb -bUf -lfx -lfx -kBN -kBN -kBN -kBN -kBN -kBN -kBN -ixO -cke -aeu -bzG -bzG -bzG -cjo -bzG -bzG -aeu -aeu -aDS -cPE -bFI -aeU -aUz -aeU -aeu -aeu -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -acK -aDU -aaa -aaa -aaa -agy -btR -evd -abs -ava -ava -yge -bkd -cEn -ahR -ait -alD -alX -cEC -cES -cEm -eOe -cGM -qsW -nMj -cHe -ayx -ayp -aXl -auL -bbS -dWb -bcc -bce -nar -aNr -bbW -bbN -bbT -bcp -beq -bga -beh -bcu -bbc -cMO -bhH -eYG -bjN -bpx -bkb -bkK -bhR -acm -aaa -acm -ksX -bkO -jmR -bhQ -uEG -blI -ksX -acm -aaQ -xCM -bTg -bTH -bOc -bQQ -bRp -bRE -cMV -cal -cmr -aWs -crl -bXC -bXU -bYg -sUq -bTO -mNl -dNK -lfo -yjr -xLa -kBN -kBN -kBN -kBN -kBN -kBN -kBN -fHX -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aDS -cPE -bFI -aeU -coy -aeU -aeU -aeU -acm -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aeZ -aob -akA -bhq -ava -bkd -bkd -ava -bkd -oGL -oGL -vKD -cEn -cEn -aiu -amG -anV -jtP -cFI -cEn -akI -ava -bkd -bkd -axv -ayy -cHo -akk -rHn -bbn -hRi -bbB -bbE -xlY -aNs -bcd -bcD -bba -bba -biY -bba -bbc -bbd -bbc -bge -wjm -gVj -aXh -baI -bmk -bju -wjX -acK -acK -bUG -blE -maQ -xQc -fAU -tqq -fok -bmn -bUG -acK -bEg -bEg -bEg -bOc -bWO -bPe -bRF -cMW -cal -cmr -bRA -crl -bXD -bXW -bYg -bYy -bYP -bZv -bWT -bSr -bWT -bQa -kBN -kBN -kBN -kBN -kBN -kBN -kBN -nnc -dfL -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aUz -aDS -cPH -bFI -aeU -aeU -aeU -coy -aeU -aaQ -aeo -aeo -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -ava -oGL -oGL -oGL -cEm -aik -aiA -ajv -anW -anX -ayR -cEn -cbj -cbk -atS -axu -bgb -ava -bkd -bbi -bbi -bbu -bbi -bbi -bbi -hJn -aNw -bcf -bbN -bci -bcy -tEz -aVS -anS -bbN -bbp -bgf -bhH -ojg -bis -baO -aPN -blh -bhH -aaa -aaa -aaa -aaa -aaa -bnb -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -uPv -bfC -swi -bvo -bPe -bVp -cal -cmr -bSn -crl -bRt -bXY -bWM -bPe -bZC -bPe -bOc -aeu -aeu -tfj -kBN -kBN -kBN -kBN -kBN -kBN -kBN -qoA -kFb -aeu -aeu -aeu -aeU -cmU -cmU -cmU -cmU -cmU -aDS -ckA -bFI -cmU -cmU -cmU -cmU -aaa -aaQ -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -bkd -oGL -oGL -oGL -cEn -aiq -ajl -cEJ -cEX -ayM -ayV -cEm -arA -bVG -gQQ -bkd -cHf -ava -acm -aXs -aXK -baX -bby -nZA -bby -wHS -aNy -bcg -beH -bcR -bdV -nrl -baC -cbe -bcD -cMH -bkd -bhR -bhH -bhW -bcT -bhW -bhR -bhH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -bOc -bfE -bVE -bXi -cIU -bVO -bRZ -cmr -bRA -crl -bXy -bXH -bXN -bTG -bYH -bTR -bRF -aeu -tFM -uTN -kBN -kBN -kBN -kBN -kBN -kBN -kBN -kYS -xlV -aeu -aeu -aeu -aUz -cmU -nqj -nqj -nqj -nqj -nqj -cPE -nqj -nqj -nqj -nqj -nqj -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -bkd -oGL -oGL -oGL -cEn -cEn -cEm -cEn -cEm -cEn -cEn -cEm -amB -xMZ -bym -ayX -aCa -cHj -acK -aXs -aXN -hay -qSl -jaX -idk -hNV -aNB -bcj -bgy -aYc -rYO -fpf -kNx -bpg -bbN -cBO -evd -acm -wjX -bit -bje -bjl -wjX -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -uPv -bfF -bVZ -bRs -bPe -bVp -bSb -cmr -cJv -cro -bRt -bXZ -cJO -bTt -bYQ -bZL -bRF -aeu -aeu -skM -tIt -kBN -kBN -kBN -kBN -kBN -eLB -mia -aeu -aeu -aeu -aeU -aeU -cmU -cPz -cPB -cPB -cPB -cPB -cPE -cPJ -cPJ -cPJ -cPJ -cPM -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -bkd -oGL -oGL -oGL -bkd -aeu -aeu -aeu -aeu -aeu -aeu -cFW -cFW -nXJ -cGV -cFW -aCh -cGr -acm -swY -baq -bbw -lev -xTw -bby -aYn -aND -cHU -beH -bbI -bcb -ria -bbN -cbf -bbN -cNC -evd -acm -wjX -biu -xXJ -gvq -wjX -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -bRF -bfG -bWc -nMX -bRH -jXg -bSc -cmD -cpu -cmD -bXE -rPF -bzl -lnV -bYS -bXf -bOc -aeu -aeu -nIV -vgl -vgl -vgl -bTV -hPA -hPA -hPA -qkH -aeu -aeu -aeu -aeU -cPR -cmU -frJ -frJ -frJ -frJ -frJ -cPE -frJ -frJ -frJ -frJ -frJ -acm -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cmJ -aUz -ava -ava -bkd -ava -bkd -aeu -aap -aeu -aeu -aeu -aeu -cFX -axD -vwd -axA -cFW -aCh -bkd -ava -bbi -bbu -bbi -bbi -bbi -bbi -bbu -dSv -bbi -awi -bbN -baC -baC -bcD -cbg -cbk -cND -bkd -bUG -bin -wjX -hPj -wjX -bkc -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -uPv -bfI -bSA -tvv -bPe -iRr -bWn -bWn -bSq -bWn -bXG -rqs -bPe -mNb -bYJ -bTU -bRF -aeu -aeu -bUj -bRv -bRv -bRv -bRv -bRv -bRv -bRv -bWT -aeu -aeu -aeU -aeU -cmU -cmU -ckA -ckk -aaa -aaa -ckk -cPE -ckk -aaa -aaa -ckk -ckA -aaa -aaa -aaQ -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -cui -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -bJY -acm -acm -acm -bUG -dnu -jIo -dnu -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -uqt -cmJ -aeU -aeU -aeu -aeu -aeu -aeu -aUz -aap -aeu -aeu -aeu -cFY -cGu -lXd -cPP -cFW -aCY -aLn -aNK -aNK -bgd -cHr -bEq -aER -aFF -cbk -aVO -aZc -bbq -eVi -bbv -bbz -bbR -cAN -eVi -kin -ava -aaa -aaa -aaa -aIv -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -bOc -uPv -uPv -sYk -bTx -cVk -uPv -uPv -tcD -uPv -uPv -cVk -bRF -cVk -uPv -uPv -bOc -aeu -aeu -acm -acm -acK -acK -acm -acK -acK -acm -acm -aeu -aeu -aeU -aeU -cmU -nqj -nqj -nqj -nqj -nqj -ckA -cPE -ckA -nqj -nqj -nqj -nqj -nqj -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -coy -aaa -acm -dnu -ozC -dnu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -hdo -cmJ -aeU -aeu -aeu -aeu -aeU -aeU -cui -aeu -aeu -aeu -cFX -asH -uQk -aud -cHb -bkd -ava -bkd -aAG -aNU -aPv -xmV -aTt -aNK -aUE -aYy -cbj -aLP -auz -cHZ -cIa -ctX -cuf -cbm -xyd -bkd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -acm -acm -uPv -gHx -bPe -uyS -uPv -acm -acm -acm -uPv -gHx -bPe -mAs -uPv -acm -aeu -aeu -aUz -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aeU -aeU -aeU -aUz -cmU -cPz -cPB -cPB -cPB -cPB -cPD -cPI -cPK -cPL -cPL -cPL -cPL -cPN -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -bVu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -abq -act -act -act -dnu -dnu -abq -nHh -act -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeU -aeU -aap -aeu -aeu -cFX -cFX -nrL -cFX -cFX -aeu -aeu -bkd -aze -bWk -caN -cFV -cHu -aGm -cHI -ava -bkd -bkd -ava -evd -evd -bkd -nuj -ava -xbK -bkd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -acm -acm -uPv -xkU -bOc -eRp -uPv -aaa -aaa -aaa -uPv -xkU -bRF -eRp -uPv -bUG -acm -acm -acm -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aeU -aaa -acm -aaa -cmU -frJ -frJ -frJ -frJ -frJ -ckA -cPE -ckA -frJ -frJ -frJ -frJ -frJ -acm -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -cuj -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -abq -bqw -aac -abq -xtQ -cCr -cCD -tox -dja -abq -dnu -cDw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aap -coy -aeu -aeu -aeu -aeu -aeu -cFX -wQa -cFX -aeu -aeu -aeu -bkd -cFE -bXa -cHn -ava -evd -aHz -evd -bkd -aeu -aeu -aeu -acm -aaa -acm -aaa -bkd -lpF -ava -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acK -aaa -acm -uPv -iEs -bPe -iEs -uPv -aaa -aaa -aaa -uPv -iEs -bPe -iEs -uPv -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -acm -aaa -ckA -ckk -aaa -aaa -ckk -ckA -ckk -aaa -aaa -ckk -ckA -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -aoB -bqF -aae -aam -gsO -asS -cCk -sVq -cDc -cDm -cDt -cDm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cFX -emk -cFX -aeu -aeu -aeu -bkd -bUT -bXR -cei -bkd -cmi -cmi -cHJ -ava -aeu -alm -acm -aaQ -aeo -aeo -acm -acm -acK -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -bUG -uPv -bSM -bTl -bXe -uPv -bUG -aaa -bUG -uPv -bXe -bTl -bXe -uPv -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeo -aeo -aeo -acm -aeo -acm -nqj -nqj -nqj -nqj -nqj -cPE -nqj -nqj -nqj -nqj -nqj -acm -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -pQp -qmv -aah -asJ -yjt -cCt -cCF -xQe -pfV -oZQ -mhv -iKE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aDS -cjl -bFI -aeu -aeu -aeu -ava -bkd -cbV -ceT -ava -agy -jQv -agy -bkd -aeu -aeU -aaa -acm -aaa -acm -aaa -acm -acK -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bRQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cmJ -aaa -aeo -aaa -cPz -cPB -cPC -cPB -cPB -cPE -cPL -cPL -cPL -cPL -cPN -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -abq -juT -xPT -hac -wFY -pTT -meb -qua -hAd -cDe -cDo -cDv -cDo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aDS -cjl -bFI -aeU -aeu -aeu -aeu -bkd -bkd -ava -beK -aaa -aaa -aaa -bhq -aeu -aUz -aaa -aaQ -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeo -acm -aeo -acm -frJ -frJ -frJ -frJ -frJ -cPE -frJ -frJ -frJ -frJ -frJ -acm -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -abq -asB -cVi -bKd -bZj -cCj -cCv -cCH -mja -cDf -act -dnu -cDy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alm -aeu -aeU -aUz -coy -aeU -aeU -aDS -cqe -bFI -aeU -aUz -aeU -aeu -aeu -aeu -aeu -akA -aaa -aaa -aaa -akA -aeu -aeU -aaa -aeo -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -acm -aaa -acm -aaa -cPE -aaa -acm -aaa -acm -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -asJ -buD -asJ -act -cCk -cCw -cCI -mja -cDg -dnu -acm -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeU -cmU -cmU -cmU -cmU -cmU -aDS -cGw -bFI -cmU -cmU -cmU -cmU -cmU -aeu -aeu -aDU -aaa -aaa -aaa -aod -aeu -aeu -aeU -acm -aaa -acK -acm -acK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aeo -aeo -aeo -aeo -acm -acm -cPF -acm -aaQ -acm -aeo -aeo -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -abq -act -auT -bwb -bKe -buD -cCl -cCx -cCJ -mja -cDh -dnu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeU -cmU -dcv -dcv -dcv -dcv -dcv -cjl -dcv -dcv -dcv -dcv -dcv -cmU -aeU -aeu -aeZ -aob -cHD -aob -aoe -aeu -aeu -aeu -alm -acm -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aeo -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -amC -sBY -cwQ -qWc -mhh -mnA -dBM -vOC -eqs -cDh -act -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -cmU -amI -aor -anJ -anJ -anJ -cjl -crb -crb -crb -crb -crj -cmU -aeU -aof -bUG -acK -acm -acK -bUG -aeu -aeu -aeu -aeu -aaa -acm -aaa -acm -aaa -aaa -bUG -acm -acK -acK -acK -acm -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aeo -aeo -aeo -acm -acm -aeo -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -amZ -cCI -kQv -bKg -cdH -cCn -rbQ -act -cCT -asJ -abq -act -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -acm -cmU -eyC -eyC -eyC -eyC -eyC -cGw -eyC -eyC -eyC -eyC -eyC -cmU -aeU -aeU -aaQ -aaa -aaa -aaa -acm -aeu -aeu -aeu -aeu -aaa -aeo -aaa -acm -acm -acm -aaQ -aeo -aeo -acm -aeo -aeo -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -abq -aom -rMw -bUV -bKh -cgx -cCo -wnl -asJ -cCU -cDi -cDp -act -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -aaa -cGw -ckk -aaa -aaa -ckk -cGw -ckk -aaa -aaa -ckk -cGw -cmU -cmU -aUz -alm -aeo -aeo -aaQ -alm -aeu -aeu -aeu -aeu -aeu -aeo -aaa -acm -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeo -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -abq -vNc -asJ -bKq -act -mlx -mZu -wmW -gij -cDj -cDq -dnu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -acm -acm -aaQ -dcv -dcv -dcv -dcv -dcv -cGw -cjl -cGw -dcv -dcv -dcv -dcv -dcv -cmU -aeU -aaQ -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aaQ -aaa -acm -acm -aaQ -aeo -aeo -acm -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -cCo -xUK -bRq -abq -cCq -cCC -buD -klA -cDk -cDr -dnu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -amI -anJ -anJ -anJ -anJ -axC -cqY -crc -crb -crb -crb -crb -crj -cmU -aeU -aeo -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -acm -aaa -acm -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -xPK -uPE -bSi -act -abq -act -act -cCX -cDl -cDs -abq -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aeo -acm -eyC -eyC -eyC -eyC -eyC -cGw -cjl -cGw -eyC -eyC -eyC -eyC -eyC -cmU -aeU -aeo -aaa -aaa -aaa -aaa -aeu -aeu -aeu -alm -acm -acm -aaa -acm -aaQ -aeo -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -act -dLt -cvt -dVI -act -aeu -aeu -act -abq -act -act -act -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -cGw -ckk -aaa -aaa -ckk -cGw -ckk -aaa -aaa -ckk -cGw -cmU -cmU -aeU -acm -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeU -aaa -acK -acm -acK -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -bJS -cmU -cmU -cmU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -acm -aaQ -aeo -acm -dcv -dcv -dcv -dcv -dcv -cjl -dcv -dcv -dcv -dcv -dcv -cmU -aeU -aeU -alm -acm -aaQ -aeo -acm -alm -aeu -aeU -aUz -aaa -acm -aaa -aaQ -acm -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeU -cmU -bJU -cmU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -amI -anJ -anJ -anJ -anJ -cjl -crb -crb -crb -crb -crj -cmU -coy -aof -aeu -aeu -aaa -aaa -aaa -aeu -aeu -aeU -aaa -aaa -acm -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeU -coy -aeU -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aeU -aeU -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -acm -aaQ -acm -eyC -eyC -eyC -eyC -eyC -cjl -eyC -eyC -eyC -eyC -eyC -cmU -aUz -aeu -aeu -aeu -aeU -aaa -aaa -aeu -aaa -aaa -aaa -aaa -acm -aaa -aeo -acm -aeo -aaQ -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -cuj -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -aaa -acm -aaa -acm -aaa -cjl -aaa -cmU -cmU -cmU -cmU -cmU -aeu -aeu -aeu -aeu -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -arz -aeU -aeU -aeU -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -aeo -aaQ -aeo -aeo -aaQ -cPO -acm -acm -acm -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaB -aaa -aaa -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -cui -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aoz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aeo -aaa -acm -aaa -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aUz -apm -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeo -aeo -acm -acm -acm -aeo -acm -alm -aeu -aeu -aeu -aeU -aap -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -bVu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeU -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aoz -gQt -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aeu -aeu -aeu -aUz -amq -aeU -aeu -aeu -alm -acm -aaQ -aeo -aeo -aeo -aaQ -aeo -acm -acK -acm -acK -acm -aaQ -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aoz -cui -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aeu -aeu -aeu -aeu -aap -aeu -aUz -aeu -aeu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aeo -aeo -acm -aaQ -alm -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -xhk -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeU -aeu -aeu -aaa -aaa -aeu -aeu -aeu -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeU -aoz -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aUz -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaB -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aaa -aaa -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aeo -acm -aaQ -aeo -aeo -aeo -acm -acm -acm -alm -aeu -alm -acm -aeo -aeo -aaQ -aeo -aeo -aeo -acm -acK -acm -acK -acm -aeo -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aUz -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -coy -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -coy -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bVu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -acm -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aeu -alm -aeU -aUz -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aeU -wEN -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -coy -aeU -aeU -aeU -aeU -aeU -aeU -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -coy -aaa -aaa -aaa -aeU -aeU -aeu -aeu -aUz -aeU -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeU -aeU -aeU -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -cuj -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -alm -aaQ -aeo -aeo -acm -acK -acm -acK -acm -aeo -aeo -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -acm -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -acm -aaa -aaa -aaa -aaa -aaQ -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ufG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaQ -aaa -aaa -aaa -aaa -aaQ -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeo -aaa -aaa -aaa -aaa -aeo -aaa -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeo -aaa -aaa -aaa -aaa -aeo -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeu -aeu -aeu -aaa -aaa -acm -aaa -aaa -aaa -aaa -acm -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -coy -aeU -aeu -aeu -aeu -aeu -aeu -aaa -aeo -aaa -aaa -aaa -aaa -acK -acm -acK -acm -aeo -aaa -aaa -aaa -aeU -aUz -aeU -aeu -ciQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aeo -aaa -aaa -aaa -aaa -aaQ -aaa -acm -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -acm -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -acm -aaa -aaa -aaa -aaa -acm -aaa -acm -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -coy -ciQ -acm -aeo -aaQ -acm -aaa -acm -acm -aaQ -aeo -ciQ -aeu -aeu -aeu -aeU -aaa -aeo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -acm -aaa -acm -cbU -ccB -cbU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -coy -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeu -aeu -aeu -aUz -aeu -cci -cbU -ccC -cbU -bVI -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aaa -aeU -aeU -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bVu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -cbU -cbU -ccp -ccD -ccJ -cbU -cbU -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeU -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -coy -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -bVH -bVH -ccj -ccq -ccx -ccK -ccO -bVH -caT -aeu -aeu -aeu -aeu -aeU -aUz -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cbU -cbX -cck -ccx -ccE -ccx -ciz -cIb -cbU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -caT -bVH -ccn -ccy -ccF -ccM -ciL -caT -bVH -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aap -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cbU -cbU -ccA -ccG -ccN -cbU -cbU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -amq -aeU -coy -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cco -cbU -ccH -cbU -bVL -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aUz -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aeU -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -cbU -bVH -cbU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeU -aaa -aeu -aeu -aeu -aeu -aeu -bVu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aUz -aeu -aeu -aeu -aap -aeu -aeu -aap -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -coy -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aUz -aeU -aeU -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aaa -aaa -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -aeu -aaa -aaa -aaa -aaa -aaa -aaa -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bVu -aaa -aaa -aaa -aaa -aaa -aaa -bVu -aeu -aaa -aaa -aeu -aeu -aeu -aaa -aeu -aeu -aeu -aaa -aeU -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aUz -aeU -aeu -aeu -aeU -aeu -aeu -aeu -aeu -aeU -aUz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeU -bVu -aUz -aeU -aeu -aeu -bVu -aeU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -bUG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} - -(1,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,2) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} diff --git a/_maps/map_files/Omegastation/job_changes.dm b/_maps/map_files/Omegastation/job_changes.dm deleted file mode 100644 index 7a44aaa9b316..000000000000 --- a/_maps/map_files/Omegastation/job_changes.dm +++ /dev/null @@ -1,22 +0,0 @@ -#define JOB_MODIFICATION_MAP_NAME "OmegaStation" - -/datum/job/New() - ..() - MAP_JOB_CHECK - supervisors = "the captain and the head of personnel" - -/datum/outfit/job/New() - ..() - MAP_JOB_CHECK - box = /obj/item/storage/box/survival/radio - -/datum/job/assistant // Here so assistant appears on the top of the select job list. - - -//Medbay - -/datum/job/paramedic/New() - ..() - MAP_JOB_CHECK - total_positions = 1 - spawn_positions = 1 diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm deleted file mode 100644 index d33dc5b8a034..000000000000 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ /dev/null @@ -1,112786 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space, -/area/space) -"aac" = ( -/turf/open/floor/plating/asteroid/airless, -/area/asteroid/nearstation) -"aad" = ( -/turf/closed/mineral/random/labormineral, -/area/asteroid/nearstation) -"aae" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aaf" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space, -/area/space/nearstation) -"aag" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space, -/area/space/nearstation) -"aah" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/asteroid/nearstation) -"aai" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aaj" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aak" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"aal" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aam" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aan" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aao" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aap" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaq" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aar" = ( -/obj/machinery/computer/crew, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aas" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/wrench, -/obj/item/multitool, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aat" = ( -/obj/machinery/computer/communications, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aau" = ( -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aav" = ( -/obj/machinery/computer/cargo/request, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaw" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aax" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aay" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"aaz" = ( -/obj/machinery/computer/card, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaA" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/keycard_auth{ - pixel_x = -8; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "bridgewindows"; - name = "Bridge View Blast doors"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaB" = ( -/obj/machinery/computer/security, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaC" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaD" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaE" = ( -/obj/item/folder/red, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaG" = ( -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaH" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaI" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/computer/rdconsole, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaK" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = 32 - }, -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaL" = ( -/obj/machinery/computer/monitor, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaM" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Fore Port"; - dir = 4; - name = "command camera" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaN" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aaO" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"aaP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"aaQ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command{ - name = "Council Chambers"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aaR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaS" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge) -"aaT" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge) -"aaU" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/item/storage/secure/briefcase, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Fore Starboard"; - dir = 8; - name = "command camera" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aaV" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid, -/area/asteroid/nearstation) -"aaW" = ( -/obj/item/stack/ore/iron, -/turf/open/floor/plating/asteroid, -/area/asteroid/nearstation) -"aaX" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/bridge) -"aaY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aaZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aba" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command{ - name = "Council Chambers"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"abb" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abc" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hop) -"abd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"abe" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/detectives_office) -"abf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"abg" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abh" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"abi" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"abj" = ( -/turf/open/floor/plating/asteroid, -/area/asteroid/nearstation) -"abk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abm" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abn" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/curtain, -/obj/machinery/door/window/brigdoor/southleft{ - name = "Shower" - }, -/obj/item/soap/deluxe, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hop) -"abo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abs" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"abt" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/starboard) -"abu" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"abv" = ( -/turf/closed/wall, -/area/security/detectives_office) -"abw" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain/private) -"abx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Prison Hallway"; - network = list("ss13","prison") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aby" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"abz" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"abA" = ( -/turf/closed/wall, -/area/bridge) -"abB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"abC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"abE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"abF" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/item/melee/chainofcommand, -/obj/item/stamp/captain, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"abG" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"abI" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain/private) -"abJ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"abK" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/toy/figure/hop{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/toy/figure/ian, -/obj/machinery/camera{ - c_tag = "Bridge - Head of Personnel's Quarters"; - dir = 2; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"abL" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"abM" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"abN" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/maintenance/starboard) -"abO" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"abP" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"abQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"abR" = ( -/obj/structure/lattice, -/turf/open/space, -/area/asteroid/nearstation) -"abS" = ( -/obj/item/stack/ore/glass, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"abT" = ( -/turf/closed/wall, -/area/asteroid/nearstation) -"abU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"abV" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/curtain, -/obj/machinery/door/window/brigdoor/southleft{ - name = "Shower" - }, -/obj/item/soap/deluxe, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/security/detectives_office) -"abW" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"abX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/curtain, -/obj/machinery/door/window/brigdoor/southleft{ - name = "Shower" - }, -/obj/item/soap/deluxe, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"abY" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/heads/captain/private) -"abZ" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/structure/displaycase/captain{ - req_access = null; - req_access_txt = "20" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"aca" = ( -/obj/structure/dresser, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"acb" = ( -/obj/structure/bed, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/bedsheet/captain, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"acc" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "captainspace"; - name = "Captain's Space Shutters Control"; - pixel_x = -8; - pixel_y = 24; - req_access_txt = "20" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/storage/secure/briefcase, -/obj/item/storage/secure/safe{ - pixel_x = 32; - pixel_y = 24 - }, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"acd" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"ace" = ( -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"acf" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"acg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ach" = ( -/turf/open/floor/carpet/blue, -/area/bridge) -"aci" = ( -/obj/item/beacon, -/turf/open/floor/carpet/blue, -/area/bridge) -"acj" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ack" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"acl" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"acm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"acn" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aco" = ( -/obj/structure/bed, -/obj/item/bedsheet/hop, -/obj/effect/landmark/start/head_of_personnel, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"acp" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"acq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acr" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start/head_of_personnel, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hop) -"acs" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"act" = ( -/obj/structure/closet/secure_closet/hop, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"acu" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig1"; - name = "Cell 1" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acv" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"acw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acz" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"acA" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acD" = ( -/obj/item/pickaxe/emergency, -/turf/open/floor/plating/asteroid, -/area/asteroid/nearstation) -"acE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acF" = ( -/turf/open/floor/plating, -/area/asteroid/nearstation) -"acG" = ( -/obj/structure/door_assembly/door_assembly_mhatch, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/asteroid/nearstation) -"acH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acI" = ( -/obj/structure/dresser, -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office - Quarters"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"acJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acK" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acL" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/detectives_office) -"acM" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/security/detectives_office) -"acN" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/fore) -"acO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=3.1-AtriumNW"; - location = "2.2-BridgeWest" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"acR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acS" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"acT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"acV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=4.2-HoP"; - location = "4.1-BridgeEast" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acX" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"acY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"acZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"ada" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"adb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/ai_monitored/nuke_storage) -"adc" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"add" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ade" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adf" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adg" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5.1-EnteringCargo"; - location = "4.2-HoP"; - name = "Billy Herrington memorial navigation beacon" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adi" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adj" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig2"; - name = "Cell 2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adk" = ( -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hop) -"adl" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"adm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/mob/living/simple_animal/hostile/retaliate/bat{ - desc = "A fierce companion for any person of power, this spider has been carefully trained by Nanotrasen specialists. Its beady, staring eyes send shivers down your spine."; - emote_hear = list("chitters"); - faction = list("spiders"); - harm_intent_damage = 3; - health = 200; - icon_dead = "guard_dead"; - icon_gib = "guard_dead"; - icon_living = "guard"; - icon_state = "guard"; - maxHealth = 250; - max_co2 = 5; - max_tox = 2; - melee_damage_lower = 15; - melee_damage_upper = 20; - min_oxy = 5; - movement_type = 1; - name = "Sergeant Araneus"; - real_name = "Sergeant Araneus"; - response_help = "pets"; - turns_per_move = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adn" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"ado" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"adp" = ( -/obj/machinery/status_display/supply, -/turf/closed/wall, -/area/quartermaster/storage) -"adq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"adr" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/hallway/primary/starboard) -"ads" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"adt" = ( -/obj/structure/girder, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"adu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/central) -"adv" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"adw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/biogenerator, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ady" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"adz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adA" = ( -/obj/structure/closet/secure_closet/detective, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"adB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5.3-LeavingCargo"; - location = "5.2-Cargo" - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"adE" = ( -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/security/detectives_office) -"adF" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"adG" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/bed/dogbed/birdboat, -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"adH" = ( -/turf/closed/wall, -/area/crew_quarters/heads/captain/private) -"adJ" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/heads/captain/private) -"adK" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"adL" = ( -/obj/machinery/computer/arcade{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port) -"adM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"adN" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai) -"adO" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"adP" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"adQ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"adR" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/nuke_storage"; - dir = 1; - name = "AI Vault APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"adS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"adT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adU" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"adV" = ( -/obj/structure/bed/dogbed/ian, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/mob/living/simple_animal/pet/dog/corgi/Ian, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"adW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"adX" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"adY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey."; - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adZ" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Cargo Bay North" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "cargounload" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aea" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"aec" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aed" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aee" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS"; - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aef" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain/private) -"aeg" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aeh" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/machinery/door/poddoor{ - id = "cargounload"; - name = "supply dock unloading door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aei" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "secinterior"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aej" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aek" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ael" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"aem" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aen" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aep" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Unisex Shower" - }, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/plasteel, -/area/security/prison) -"aeq" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "secexterior"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aer" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain/private) -"aes" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"aet" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore"; - dir = 8; - name = "Fore Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/fore) -"aeu" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck/syndicate{ - icon_state = "deck_syndicate_full"; - pixel_y = 6 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aev" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1.2-BrigNorth"; - location = "1.1-BrigCentral" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aew" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Emergency Escape"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"aex" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "captainhall"; - name = "Captain's Hall Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain/private) -"aey" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/item/storage/box/lights/mixed, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aez" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmless{ - fan_out_items = 1; - lootcount = 3; - lootdoubles = 0 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeA" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"aeB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeC" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/item/aiModule/core/freeformcore{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/core/full/asimov{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeE" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeF" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/westright{ - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmful{ - fan_out_items = 1; - lootcount = 2; - lootdoubles = 0 - }, -/obj/item/aiModule/supplied/oxygen{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aeG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aeH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"aeI" = ( -/obj/item/grenade/barrier{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 3; - pixel_y = -1 - }, -/obj/item/grenade/barrier{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeJ" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_access_txt = "58" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aeK" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aeL" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aeM" = ( -/obj/structure/filingcabinet/security, -/obj/item/folder/documents, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aeN" = ( -/obj/structure/table/wood, -/obj/item/storage/box/silver_ids{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/ids, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/heads/hop"; - dir = 1; - name = "Head of Personnel Quarter's APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aeO" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/keycard_auth{ - pixel_x = 24; - pixel_y = 38 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28; - pixel_y = 24 - }, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aeP" = ( -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeQ" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aeS" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeT" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeU" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aeW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aeX" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aeY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeZ" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 9; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 20 - }, -/turf/open/space/basic, -/area/space) -"afa" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/soap/nanotrasen, -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afd" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"afe" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aff" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/central) -"afg" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"afh" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/detectives_office"; - dir = 1; - name = "Detective's Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"afi" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hos"; - dir = 4; - name = "Head of Security's Office APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"afj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"afk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/suit_storage_unit/captain, -/obj/effect/turf_decal/stripes/end, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain/private) -"afl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"afm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"afn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"afo" = ( -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Captain's Intercom"; - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Captain's Office"; - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_x = 5 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-15"; - pixel_x = -6; - pixel_y = 12 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/heads/captain/private) -"afp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"afq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"afr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"afs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/item/aiModule/supplied/protectStation{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aft" = ( -/obj/machinery/porta_turret/ai{ - installation = /obj/item/gun/energy/e_gun/turret - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"afu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/central) -"afv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/central) -"afw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/central) -"afx" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"afy" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"afz" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"afA" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Head of Personnel's Office"; - dir = 8; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"afB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"afC" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"afD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"afE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"afF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"afG" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"afH" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "cargounload" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"afI" = ( -/obj/machinery/button/door{ - dir = 2; - id = "cargounload"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = 8 - }, -/obj/machinery/button/door{ - id = "cargoload"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"afJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"afK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"afL" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"afM" = ( -/obj/item/stack/ore/iron, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"afN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink{ - dir = 8; - icon_state = "sink"; - pixel_x = -12; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/security/prison) -"afO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"afP" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/camera/detective, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"afQ" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"afR" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/fore) -"afS" = ( -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"afT" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Detective's Office"; - departmentType = 0; - name = "Detective RC"; - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office - Desk"; - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"afU" = ( -/turf/closed/wall/r_wall, -/area/security/detectives_office) -"afV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"afW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain/private) -"afY" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Bridge - Captain's Office"; - dir = 2; - name = "command camera" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"afZ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"aga" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/item/toy/figure/captain, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"agb" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"agc" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"agd" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/obj/item/extinguisher/mini, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"age" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"agf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"agg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/safe, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/book{ - desc = "An undeniably handy book."; - icon_state = "bookknock"; - name = "A Simpleton's Guide to Safe-cracking with Stethoscopes" - }, -/obj/item/clothing/neck/stethoscope, -/obj/item/stack/sheet/mineral/diamond, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agh" = ( -/obj/machinery/computer/upload/ai, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agi" = ( -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"agj" = ( -/obj/machinery/computer/upload/borg, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agk" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"agn" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/eastleft{ - dir = 1; - name = "Access Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/window/westright{ - dir = 2; - name = "Access Queue" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"ago" = ( -/obj/machinery/computer/robotics{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"agp" = ( -/obj/machinery/vending/cart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"agq" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/stamp/hop, -/obj/machinery/light, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/heads/hop) -"agr" = ( -/obj/machinery/pdapainter, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ags" = ( -/obj/structure/chair/office/dark, -/obj/machinery/light_switch{ - pixel_x = 42; - pixel_y = -42 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/heads/hop) -"agu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"agv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"agw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"agx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"agy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard) -"agz" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"agA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"agB" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"agC" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"agD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"agE" = ( -/obj/item/stack/ore/silver, -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"agF" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"agG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"agH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"agI" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"agJ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/fore) -"agM" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"agN" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agO" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain/private"; - dir = 8; - name = "Captain's Quarters APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain/private) -"agP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"agQ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agR" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Oxygen to Airmix" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agS" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agT" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Atmospherics Central"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "captainhall"; - name = "Captain's Hall Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain/private) -"agW" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Nitrogen to Airmix" - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"agX" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/reset{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/aiModule/supplied/freeform, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"agY" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"agZ" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/supplied/quarantine, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "AI Vault"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aha" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/radio, -/obj/item/radio, -/obj/effect/turf_decal/bot, -/obj/item/flashlight/flare/signal, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ahb" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ahc" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ahd" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ahe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ahf" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ahg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"ahh" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"ahi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahl" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ahm" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Cargo Bay South"; - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ahn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/conveyor{ - dir = 5; - id = "cargoload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aho" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "External Waste Ports to Filter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahp" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ahq" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/machinery/door/poddoor{ - id = "cargoload"; - name = "supply dock loading door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"ahr" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"ahs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aht" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"ahu" = ( -/turf/closed/wall/r_wall, -/area/asteroid/nearstation) -"ahv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ahw" = ( -/obj/machinery/door/window/eastright{ - dir = 4; - name = "Theatre Stage" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"ahx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/seeds/ambrosia, -/obj/item/seeds/carrot, -/turf/open/floor/plasteel, -/area/security/prison) -"ahy" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 9; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = -4; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"ahz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ahA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ahB" = ( -/obj/structure/table/wood, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/item/clipboard, -/obj/item/stack/packageWrap, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/hand_labeler, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ahC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"ahD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"ahE" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "detectivewindows"; - name = "Privacy Shutters"; - pixel_x = 26; - pixel_y = -26; - req_access_txt = "4" - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = -26 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/item/folder/red, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"ahF" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"ahG" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ahH" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ahI" = ( -/obj/machinery/computer/communications{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24; - pixel_y = -24 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"ahK" = ( -/obj/machinery/computer/security/wooden_tv, -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "captainhall"; - name = "Captain's Hall Shutters Control"; - pixel_y = -24; - req_access_txt = "20" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"ahL" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"ahM" = ( -/obj/machinery/shieldwallgen, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"ahN" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ahP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"ahQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"ahR" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ahS" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahT" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_x = 64; - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ahU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahV" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/lootdrop/aimodule_neutral{ - fan_out_items = 1; - lootcount = 3; - lootdoubles = 0 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"ahW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahY" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ahZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.5-Dorms"; - location = "9.4-EnteringDorms" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aib" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Locker Room" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aic" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"aid" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoload" - }, -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aie" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aif" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoload" - }, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aig" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aih" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aii" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aij" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"aik" = ( -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"ail" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aim" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ain" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Armoury - Internal" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"aio" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aip" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/security/brig) -"aiq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/sustenance{ - onstation = 0 - }, -/turf/open/floor/plating, -/area/security/prison) -"air" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"ais" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/turf/open/floor/plasteel, -/area/security/prison) -"aiu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aiv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aix" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.4-EnteringDorms"; - location = "9.3-Engi" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aiA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aiB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aiC" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Foyer" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aiD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aiE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aiF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aiG" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.2-DeparturesN"; - location = "6.1-EnteringDepartures" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aiH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiI" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aiJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/mob/living/simple_animal/pet/fox/fennec/Autumn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aiK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aiL" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/conveyor_switch/oneway{ - id = "cargoload" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aiM" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/multitool{ - pixel_x = 6 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aiN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiO" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aiP" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiQ" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiR" = ( -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aiS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aiU" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"aiV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/rnd/production/techfab/department/armory, -/turf/open/floor/plasteel, -/area/security/brig) -"aiW" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/maintenance/port/central"; - dir = 1; - name = "Central Port Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aiX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aiY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aiZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/central) -"aja" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/port/central) -"ajb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"ajc" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aje" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ajf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ajg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ajh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Fore"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aji" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ajj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ajk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ajl" = ( -/obj/machinery/photocopier, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"ajm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ajn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/window/northright{ - name = "Bar Door"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ajo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ajq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ajr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ajs" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ajt" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopline"; - name = "Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aju" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ajx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ajy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"ajB" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"ajC" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"ajE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajF" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ajG" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"ajI" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajJ" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway North"; - dir = 2 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/fore"; - dir = 1; - name = "Fore Primary Hallway APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajK" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ajM" = ( -/obj/machinery/requests_console{ - department = "Cargo Office"; - departmentType = 0; - name = "Cargo Office RC"; - pixel_x = 32 - }, -/obj/machinery/computer/bounty{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajO" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajP" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopline"; - name = "Queue Shutters" - }, -/obj/effect/turf_decal/loading_area, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ajQ" = ( -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"ajR" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ajS" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig1"; - name = "Cell 1 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajT" = ( -/obj/machinery/flasher{ - id = "brig1"; - pixel_y = 26 - }, -/obj/structure/chair, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Security - Cell 1" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ajU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"ajV" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajW" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajX" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ajZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"aka" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway 2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"akb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"akd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ake" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"akf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"akg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"akh" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS"; - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aki" = ( -/obj/machinery/computer/cargo/request{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akj" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akk" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akm" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ako" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"akr" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aks" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akt" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aku" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akv" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 4" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/supply/hydroponics{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aky" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/brig) -"akz" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 3" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akC" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"akD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akF" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/supply/hydroponics{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akK" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/central"; - dir = 1; - name = "Central Primary Hallway APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akL" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"akM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"akN" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akO" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"akP" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"akQ" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akR" = ( -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 3"; - dir = 2 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"akS" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"akT" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/brig) -"akU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Division Access"; - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/brig"; - dir = 8; - name = "Security Office APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"akY" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ala" = ( -/turf/closed/wall, -/area/security/brig) -"alb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"alc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/library) -"ald" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"ale" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter) -"alf" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleportershutters"; - name = "Teleporter Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"alg" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"alh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library) -"ali" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/wood, -/area/library) -"alj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"alk" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"all" = ( -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/medical{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/primary/central) -"alm" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"aln" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"alo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"alq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/nanite_programmer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"alr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"als" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"alt" = ( -/obj/structure/sign/directions/supply{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/primary/fore) -"alu" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"alv" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"alw" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"alx" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"aly" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"alA" = ( -/obj/structure/table/reinforced, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -32 - }, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/pen/red, -/obj/item/stamp/denied{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/stamp, -/obj/machinery/camera{ - c_tag = "Cargo Bay Entrance"; - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"alB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - dir = 2 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"alC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"alD" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) -"alE" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/research) -"alF" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - dir = 4; - name = "Cargo Bay APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"alG" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"alH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"alK" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8; - icon_state = "airlock_unres_helper" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"alL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"alM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"alN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alO" = ( -/obj/machinery/camera{ - c_tag = "Security Checkpoint - North"; - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"alP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alQ" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/aft"; - dir = 2; - name = "Aft Primary Hallway APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"alR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"alS" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"alT" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"alU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"alV" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light/small, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"alW" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"alX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"alY" = ( -/obj/machinery/shieldwallgen, -/obj/machinery/button/door{ - id = "teleportershutters"; - name = "Teleporter Shutters"; - pixel_x = -26; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"alZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"ama" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"amb" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"amd" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ame" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"amg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"amh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ami" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"amj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"amk" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aml" = ( -/obj/structure/closet/emcloset, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"amm" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/teleporter) -"amn" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"amo" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"amp" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"amq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"amr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"ams" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil/white, -/obj/item/multitool, -/obj/machinery/button/door{ - id = "evashutters"; - name = "E.V.A. Shutters"; - pixel_x = 26; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"amu" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"amv" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amw" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amx" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amy" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"amz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"amA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/port) -"amB" = ( -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/obj/item/stack/packageWrap, -/obj/item/stack/cable_coil/white, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amC" = ( -/turf/closed/wall, -/area/quartermaster/miningdock) -"amD" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"amE" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"amF" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"amG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"amH" = ( -/obj/effect/landmark/start/research_director, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"amI" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig2"; - name = "Cell 2 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amJ" = ( -/obj/machinery/flasher{ - id = "brig2"; - pixel_y = 26 - }, -/obj/structure/chair, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Security - Cell 2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"amK" = ( -/obj/machinery/camera{ - c_tag = "Security - Central"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amM" = ( -/obj/machinery/camera{ - c_tag = "Surgery Operating"; - dir = 1; - pixel_x = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical) -"amN" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"amO" = ( -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"amP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/teleporter) -"amQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"amR" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"amS" = ( -/obj/machinery/camera{ - c_tag = "Locker Room Toilets"; - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/restrooms"; - dir = 4; - name = "Restrooms APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"amT" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amU" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery Theatre"; - req_access_txt = "45" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"amV" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/radio, -/obj/item/radio, -/obj/item/gps, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"amW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"amX" = ( -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"amY" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/teleporter) -"amZ" = ( -/obj/machinery/vending/snack/random, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"ana" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"anb" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"anc" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"and" = ( -/obj/structure/closet/firecloset, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"ane" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"anf" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ang" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"ani" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"anj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"ank" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"anm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/quartermaster/storage) -"ann" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"anp" = ( -/obj/structure/sign/warning/nosmoking/circle, -/turf/closed/wall, -/area/quartermaster/miningdock) -"anq" = ( -/obj/structure/closet/secure_closet/miner, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"anr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"ans" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningdock"; - dir = 4; - name = "Mining Dock APC"; - pixel_x = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 26 - }, -/obj/structure/closet/secure_closet/miner, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"ant" = ( -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"anu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"anv" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"anw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"anx" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"any" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"anz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"anA" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"anB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"anC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"anD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"anE" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Hall" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"anF" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 North"; - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"anI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anJ" = ( -/obj/machinery/door/airlock{ - name = "Toilet Unit" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"anK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anL" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "RCD Storage"; - pixel_x = 1; - req_access_txt = "19" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/closet/crate/engineering, -/obj/item/hand_tele, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"anM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"anN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/teleporter) -"anO" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anP" = ( -/obj/machinery/teleport/station, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"anQ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Security Desk" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"anR" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"anS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"anT" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 North-East"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anU" = ( -/obj/structure/closet/crate/rcd{ - pixel_y = 4 - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "RCD Storage"; - pixel_x = 1; - req_access_txt = "19" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"anV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"anW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"anX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anY" = ( -/turf/closed/wall/rust, -/area/ai_monitored/storage/eva) -"anZ" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Quarters"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"aoa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aob" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aoc" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Office"; - req_access_txt = "27" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"aod" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/camera{ - c_tag = "Bridge - Teleporter"; - dir = 4; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aoe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aof" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aoh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"aok" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aol" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/pickaxe, -/obj/item/storage/toolbox/emergency, -/obj/item/shovel, -/obj/effect/turf_decal/bot, -/obj/item/stack/ore/silver, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aom" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Mining Dock External"; - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aoq" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aor" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"aos" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aov" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aoB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"aoC" = ( -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"aoD" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"aoE" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"aoF" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aoG" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"aoH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aoI" = ( -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aoJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"aoK" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"aoL" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"aoV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/rack, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/rods{ - amount = 25 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/central) -"aoW" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aoX" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aoY" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aoZ" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/toy/figure/hos, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apd" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"ape" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"apf" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aph" = ( -/turf/closed/wall, -/area/medical) -"api" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/mining_medic, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"apl" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"apn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"apo" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical) -"app" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/delta; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"apq" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/door/window/southleft, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"apr" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/door/window/southright, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"aps" = ( -/obj/structure/window/reinforced, -/obj/machinery/clonepod, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"apt" = ( -/obj/machinery/camera{ - c_tag = "Genetics Cloning"; - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"apu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/mineral/ore_redemption{ - input_dir = 4; - output_dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"apv" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"apw" = ( -/obj/machinery/computer/cloning{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"apy" = ( -/obj/machinery/vending/security, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"apC" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apI" = ( -/turf/closed/wall, -/area/storage/primary) -"apJ" = ( -/turf/closed/wall/r_wall, -/area/storage/primary) -"apK" = ( -/obj/machinery/shieldwallgen, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"apL" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"apM" = ( -/obj/machinery/power/apc{ - areastring = "/area/teleporter"; - dir = 2; - name = "Teleporter APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/teleporter) -"apN" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"apO" = ( -/obj/machinery/shieldwallgen, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"apP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apY" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aqb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/crate{ - name = "emergency supplies crate" - }, -/obj/item/storage/toolbox/emergency, -/obj/item/tank/internals/oxygen, -/obj/item/tank/internals/oxygen, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight/flare/signal, -/obj/item/flashlight/flare, -/turf/open/floor/plasteel, -/area/maintenance/starboard/central) -"aqc" = ( -/obj/structure/table/reinforced, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/wrench, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -28 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aqd" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aqe" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 2; - name = "E.V.A. Storage APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aqg" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel{ - amount = 15 - }, -/obj/item/stack/sheet/rglass{ - amount = 30; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/clothing/shoes/magboots{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aqi" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aqj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aqk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aql" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical) -"aqm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aqn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"aqp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aqq" = ( -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aqs" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aqt" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"aqv" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/closet/crate, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight/flare/signal, -/obj/item/flashlight/flare, -/obj/item/stock_parts/cell/high, -/obj/item/crowbar/red, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aqw" = ( -/turf/closed/wall/rust, -/area/medical) -"aqx" = ( -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/beakers, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Medbay West"; - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel, -/area/medical) -"aqz" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aqA" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"aqC" = ( -/obj/machinery/meter, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/manifold/green/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aqD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/medical/clone/cloning2{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aqE" = ( -/obj/machinery/meter, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aqF" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aqH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aqJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aqN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/l3closet/security, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aqT" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - dir = 8; - name = "Primary Tool Storage APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"aqU" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/item/multitool, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/storage/primary) -"aqV" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/gps, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Primary Tool Storage"; - departmentType = 0; - name = "Primary Tool Storage RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"aqW" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/oil, -/obj/structure/extinguisher_cabinet{ - pixel_y = 26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"aqX" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"aqZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/central) -"ara" = ( -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"arb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/bar/atrium) -"arf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS"; - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/crew_quarters/bar/atrium) -"arh" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ari" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"ark" = ( -/obj/machinery/mineral/equipment_vendor, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"arl" = ( -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"arr" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2o{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"art" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aru" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical) -"arv" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"arw" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"arx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ary" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Distro" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"arA" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"arD" = ( -/turf/closed/wall, -/area/security/prison) -"arF" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"arG" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"arL" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Security Desk" - }, -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"arO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/primary) -"arP" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"arQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"arR" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"arS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/storage/primary) -"arT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"arU" = ( -/obj/machinery/holopad, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"asb" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"asf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"ask" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"asl" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"asn" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical) -"asq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/medical) -"asr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"ass" = ( -/obj/machinery/mineral/mint, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"ast" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard"; - dir = 1; - name = "Starboard Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"asu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"asv" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos) -"asw" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"asx" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"asy" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -38 - }, -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"asz" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"asB" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"asC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"asD" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"asF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"asG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/supply/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"asH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics North East"; - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"asK" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/vest{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Security - Gear Room"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asL" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asM" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/brig) -"asN" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asP" = ( -/obj/structure/table/reinforced, -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/machinery/newscaster/security_unit{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asQ" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asR" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security - Front Desk"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asS" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/light/small, -/obj/machinery/newscaster/security_unit{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asZ" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ata" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical) -"atb" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atc" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port/central) -"ate" = ( -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/structure/closet/crate/internals, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"atg" = ( -/turf/open/floor/plating, -/area/maintenance/port/central) -"atj" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Aft"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"atk" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical) -"atr" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/chemist, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"ats" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical) -"att" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/effect/turf_decal/stripes/line, -/obj/item/wrench/medical, -/turf/open/floor/plasteel, -/area/medical) -"atu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/pill_bottle/mannitol, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/medical) -"atv" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"atw" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"atx" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"aty" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Oxygen to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"atz" = ( -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = 32 - }, -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"atD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"atH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"atJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical) -"atK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"atL" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atM" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"atQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Engine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"atS" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"atT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"atU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 2; - name = "Port Bow Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atY" = ( -/obj/structure/musician/piano{ - icon_state = "piano" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"aua" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"aub" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aup" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical) -"auq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aus" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"auv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"auy" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/wardrobe/miner, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"auA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 8 - }, -/obj/machinery/meter/atmos/distro_loop, -/turf/open/floor/plasteel, -/area/engine/atmos) -"auB" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"auC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"auE" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"auF" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"auG" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port/fore) -"auT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"auU" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"auW" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"auX" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"auY" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/central) -"auZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"ava" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"avc" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"ave" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/fedora, -/obj/item/clothing/mask/cigarette/pipe, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"avt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/meter/atmos/atmos_waste_loop, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"avu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"avv" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"avw" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard) -"avx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"avz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"avA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"avB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"avC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"avD" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/black{ - dir = 4; - icon_state = "tile_corner" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"avE" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/engine/atmos"; - dir = 4; - name = "Atmospherics APC"; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"avG" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"avO" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"avP" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avR" = ( -/obj/structure/sign/directions/supply{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/science{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/primary/starboard) -"avS" = ( -/obj/structure/table, -/obj/item/clothing/under/rank/security, -/obj/item/restraints/handcuffs, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"avT" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"avU" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"avX" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"avY" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"avZ" = ( -/obj/machinery/vending/tool, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"awa" = ( -/obj/machinery/vending/assist, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"awb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"awc" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods{ - amount = 25 - }, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"awd" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"awe" = ( -/turf/closed/wall, -/area/maintenance/port/central) -"awg" = ( -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"awh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/theatre) -"awj" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aww" = ( -/turf/closed/wall, -/area/maintenance/starboard/central) -"awy" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical) -"awz" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical) -"awA" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos) -"awC" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"awE" = ( -/obj/item/retractor, -/obj/item/hemostat, -/obj/structure/table/reinforced, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -26; - use_power = 0 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"awF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"awG" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"awH" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"awI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"awJ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"awK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"awL" = ( -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/surgical_drapes, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"awQ" = ( -/turf/closed/wall, -/area/crew_quarters/dorms) -"awR" = ( -/obj/structure/table/wood, -/obj/item/soap/nanotrasen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"awS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"awT" = ( -/obj/structure/table/wood, -/obj/item/gun/ballistic/revolver/russian, -/obj/machinery/camera{ - c_tag = "Central Diner 2"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"awZ" = ( -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"axd" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"axf" = ( -/turf/closed/wall/rust, -/area/hallway/primary/starboard) -"axg" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/starboard) -"axh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"axi" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"axk" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"axm" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"axq" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axs" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axt" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axu" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/camera{ - c_tag = "Atmospherics Monitoring"; - dir = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axv" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/plaques/atmos{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axx" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"axy" = ( -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"axz" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"axA" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"axH" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket/letterman_nanotrasen, -/obj/item/clothing/suit/toggle/lawyer, -/obj/item/clothing/under/maid, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"axI" = ( -/obj/structure/dresser, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"axJ" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/purple, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/item/clothing/under/geisha, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"axK" = ( -/obj/structure/dresser, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"axL" = ( -/obj/item/circular_saw, -/obj/item/surgicaldrill{ - pixel_y = 5 - }, -/obj/structure/table/reinforced, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"axM" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"axT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"axU" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"axV" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/medical) -"axW" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"axX" = ( -/obj/structure/sign/warning/pods{ - name = "MINING POD" - }, -/turf/closed/wall, -/area/quartermaster/miningdock) -"axZ" = ( -/obj/machinery/defibrillator_mount/loaded{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aya" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"ayb" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"ayc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"aye" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"ayg" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"ayh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ayk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ayl" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aym" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ayn" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ayo" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ayp" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ayq" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ayr" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"ays" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"ayz" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"ayA" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/bedsheet/blue, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"ayB" = ( -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"ayC" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/bedsheet/red, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"ayD" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"ayE" = ( -/obj/structure/table/wood, -/obj/item/instrument/violin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"ayP" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/hallway/primary/starboard) -"ayV" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ayW" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/exit"; - dir = 8; - name = "Departure Lounge APC"; - pixel_x = -25 - }, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/radio, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ayX" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ayY" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ayZ" = ( -/obj/structure/chair, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aza" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"azb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"azd" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical) -"azg" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"azh" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"azi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/library) -"azj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"azk" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical) -"azm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"azo" = ( -/turf/closed/wall/r_wall/rust, -/area/security/prison) -"azt" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"azx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azz" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"azD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"azE" = ( -/obj/structure/table/wood, -/obj/item/staff/broom, -/obj/item/clothing/head/witchwig, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"azF" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/theatre) -"azG" = ( -/obj/machinery/vending/autodrobe, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/theatre"; - dir = 1; - name = "Theatre Backstage APC"; - pixel_y = 23 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"azH" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"azK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/brig) -"azQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/wrench, -/obj/item/wirecutters, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"azT" = ( -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/obj/machinery/camera{ - c_tag = "Prison Cell 2"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"azV" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"azX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aAa" = ( -/obj/structure/bed, -/obj/item/bedsheet/prisoner, -/obj/machinery/camera{ - c_tag = "Prison Cell 1"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aAc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/prison) -"aAd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/instrument/harmonica, -/obj/item/storage/pill_bottle/dice, -/obj/item/toy/cards/deck, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/prison) -"aAf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"aAg" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"aAh" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aAi" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aAj" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aAl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aAm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAo" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine, -/area/engine/engineering) -"aAp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAq" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAr" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to External Air Ports" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAv" = ( -/obj/machinery/door/airlock{ - name = "Cabin" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAB" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aAH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAI" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAK" = ( -/obj/structure/sign/poster/random, -/turf/closed/wall, -/area/crew_quarters/theatre) -"aAL" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"aAM" = ( -/obj/machinery/door/airlock/engineering{ - name = "Technology Storage"; - req_access_txt = "23" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"aAZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aBa" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics South East"; - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aBb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aBc" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aBi" = ( -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aBj" = ( -/obj/structure/sign/warning/radiation{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aBl" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aBn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aBo" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aBp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"aBq" = ( -/obj/structure/girder, -/turf/closed/mineral/random/labormineral, -/area/asteroid/nearstation) -"aBr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"aBt" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"aBu" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aBy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aBE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aBF" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aBH" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aBI" = ( -/obj/machinery/computer/atmos_control{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = -24 - }, -/obj/machinery/button/door{ - id = "atmoslock"; - name = "Atmospherics Lockdown Control"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "24" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aBJ" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/machinery/requests_console{ - department = "Atmospherics Office"; - departmentType = 0; - name = "Atmospherics RC"; - pixel_x = 30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aBP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aBR" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aBT" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/dorms) -"aBV" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/clown{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/toy/figure/mime, -/obj/machinery/requests_console{ - department = "Theatre Backstage"; - departmentType = 0; - name = "Theatre RC"; - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Theatre Storage" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aBW" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/theatre) -"aBX" = ( -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"aCe" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aCm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aCn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aCp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/cola{ - onstation = 0 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aCq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aCt" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aCu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aCz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"aCA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"aCB" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aCC" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"aCD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aCE" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aCF" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor/southright{ - dir = 1; - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/red, -/obj/item/radio, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aCG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aCH" = ( -/obj/structure/sign/departments/minsky/engineering/atmospherics, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aCI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aCK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aCM" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/port) -"aCP" = ( -/obj/structure/table/wood, -/obj/item/instrument/eguitar, -/obj/item/toy/crayon/spraycan/lubecan{ - charges = 5 - }, -/obj/structure/sign/poster/contraband/clown{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aCQ" = ( -/obj/structure/dresser, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aCW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/engine/atmos) -"aDd" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aDe" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aDg" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aDj" = ( -/obj/docking_port/stationary{ - dheight = 0; - dir = 4; - dwidth = 11; - height = 18; - id = "emergency_home"; - name = "OmegaStation emergency evac bay"; - width = 30 - }, -/turf/open/space/basic, -/area/space) -"aDp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/prison"; - dir = 4; - name = "Prison Wing APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aDr" = ( -/obj/structure/sign/warning/nosmoking, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aDs" = ( -/obj/structure/sign/warning/fire, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aDu" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aDv" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aDw" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aDx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/engine/atmos) -"aDz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/foyer) -"aDB" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/plasteel/checker, -/area/engine/foyer) -"aDC" = ( -/obj/structure/table/reinforced, -/obj/item/airlock_painter, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aDH" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/bedsheet/brown, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"aDI" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/bedsheet/black, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"aDJ" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aDK" = ( -/obj/effect/landmark/start/mime, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"aDS" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/structure/closet/crate/wooden/toy, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aDU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "48;50" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aEa" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aEb" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/arcade{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aEe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aEf" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aEh" = ( -/obj/machinery/door/airlock/engineering{ - name = "Technology Storage"; - req_access_txt = "23" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"aEi" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison) -"aEj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aEn" = ( -/obj/machinery/shieldgen, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Engineering Secure Storage"; - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aEt" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aEu" = ( -/obj/machinery/computer/monitor{ - name = "Engineering Power Monitoring Console" - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aEv" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"aEw" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/fullycharged, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"aEx" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aEy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aEz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aEA" = ( -/turf/closed/wall/r_wall, -/area/engine/foyer) -"aEB" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/foyer) -"aEC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"aED" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Engine Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aEE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"aEO" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/purple, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/item/clothing/under/lawyer/female, -/obj/machinery/light/small, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"aEP" = ( -/obj/structure/dresser, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/dorms) -"aEQ" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/black, -/obj/item/clothing/head/fedora, -/obj/item/clothing/under/blacktango, -/obj/machinery/light/small, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"aER" = ( -/obj/structure/dresser, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"aET" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 5 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"aFd" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"aFe" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aFj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aFk" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aFm" = ( -/obj/machinery/suit_storage_unit/security, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aFo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/security/prison) -"aFq" = ( -/obj/machinery/power/emitter, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aFt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aFu" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aFw" = ( -/obj/machinery/door/poddoor{ - id = "engstorage"; - name = "Engineering Secure Storage Lockdown" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aFy" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aFB" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aFF" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4; - icon_state = "connector_map-1" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/foyer) -"aFM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/security/prison) -"aFX" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aGc" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"aGe" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"aGf" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aGh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aGl" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aGm" = ( -/obj/structure/closet/radiation, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aGo" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aGr" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4; - icon_state = "connector_map-1" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/foyer) -"aGt" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Engineering Foyer"; - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/foyer"; - dir = 2; - name = "Engineering Foyer APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aGu" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aGv" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aGy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/closed/wall, -/area/hallway/primary/starboard) -"aGz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"aGA" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"aGF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aGJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aGK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aGY" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aGZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/medical/chemistry/chemical2{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aHa" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/morgue) -"aHb" = ( -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 1"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8.2-AftSE"; - location = "8.1-AftNE" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHe" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aHg" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator Room"; - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aHh" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aHr" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aHs" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aHt" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aHx" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aHz" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Monitoring"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aHA" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aHB" = ( -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/medical{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/engine/engineering) -"aHG" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) -"aHJ" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aHK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aHM" = ( -/turf/closed/wall, -/area/hydroponics) -"aHP" = ( -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aHX" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aHY" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aIc" = ( -/turf/open/floor/circuit/green, -/area/engine/gravity_generator) -"aId" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aIf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"aIk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIm" = ( -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Control"; - pixel_y = -24; - req_access_txt = "24" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aIs" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods/fifty, -/obj/item/wrench, -/obj/item/storage/box/lights/mixed, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aIz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"aIB" = ( -/turf/closed/wall, -/area/janitor) -"aIC" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aIE" = ( -/obj/item/crowbar/red, -/obj/item/cultivator, -/obj/item/shovel/spade, -/obj/item/hatchet, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 12; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/closet/crate/hydroponics, -/obj/effect/turf_decal/delivery, -/obj/item/wrench, -/obj/item/wirecutters, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aIF" = ( -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 0; - name = "Hydroponics RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/chem_master/condimaster{ - name = "BrewMaster 3000" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aIG" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/stripes/line, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIH" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"aII" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIJ" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIK" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIN" = ( -/obj/machinery/vending/hydronutrients, -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aIV" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aIZ" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/primary/starboard) -"aJa" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Privacy Shutters" - }, -/obj/machinery/door/window/southleft{ - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aJb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"aJd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/lab) -"aJe" = ( -/obj/structure/table/glass, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aJg" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/obj/effect/landmark/start/geneticist, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aJh" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aJi" = ( -/obj/machinery/gravity_generator/main/station, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aJj" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"aJl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aJn" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/power/smes/fullycharged, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aJp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Engineering Lockdown Shutters" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aJq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"aJs" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aJt" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aJu" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aJw" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aJx" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/item/multitool, -/obj/item/clothing/head/welding, -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - dir = 2; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"aJA" = ( -/obj/structure/filingcabinet/security, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aJC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical) -"aJD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"aJE" = ( -/obj/item/scalpel, -/obj/item/cautery, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"aJF" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Engineering Monitoring"; - dir = 2 - }, -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aJH" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/computer/apc_control{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aJI" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/mousetraps{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/mousetraps, -/obj/item/restraints/legcuffs/beartrap{ - icon_state = "beartrap0" - }, -/obj/item/restraints/legcuffs/beartrap{ - icon_state = "beartrap0" - }, -/obj/item/restraints/legcuffs/beartrap{ - icon_state = "beartrap0" - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/requests_console{ - department = "Custodial Closet"; - departmentType = 0; - name = "Custodial RC"; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aJL" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aJN" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/camera{ - c_tag = "Medbay South"; - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aJO" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Engineering Lockdown Shutters" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/window/westright{ - dir = 2; - name = "Engineering Desk"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aJP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJQ" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJU" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Engineering Lockdown Shutters" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aJY" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -31 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aJZ" = ( -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"aKa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aKb" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"aKc" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aKd" = ( -/obj/effect/spawner/structure/window/reinforced/tinted/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aKg" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"aKh" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/hallway/secondary/exit) -"aKl" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xeno1"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aKm" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/curtain, -/obj/machinery/door/window/brigdoor/southleft{ - name = "Shower" - }, -/obj/item/soap/deluxe, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/chapel/main) -"aKo" = ( -/obj/structure/bookcase, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Chapel South"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aKv" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"aKx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aKz" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aKA" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" - }, -/obj/machinery/airalarm/engine{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aKB" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 8 - }, -/turf/closed/wall, -/area/hallway/primary/starboard) -"aKC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aKD" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aKE" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aKF" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/hallway/primary/port) -"aKG" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/hallway/secondary/exit) -"aKL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/engivend, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aKP" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/orange, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aKR" = ( -/obj/structure/janitorialcart, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aKT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/biogenerator, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKW" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKX" = ( -/obj/structure/table/glass, -/obj/item/crowbar/red, -/obj/item/cultivator, -/obj/item/shovel/spade, -/obj/item/hatchet, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 12; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKY" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez{ - pixel_x = 3 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKZ" = ( -/obj/structure/table/glass, -/obj/item/watertank, -/obj/item/reagent_containers/spray/pestspray, -/obj/item/grenade/chem_grenade/antiweed, -/obj/item/grenade/chem_grenade/antiweed, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aLc" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/pestspray, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 16; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/seeds/wheat, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/effect/turf_decal/bot, -/obj/item/book/manual/wiki/hydroponicsplants, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aLd" = ( -/obj/structure/table/glass, -/obj/item/seeds/sugarcane{ - pixel_x = 3 - }, -/obj/item/seeds/poppy/geranium{ - pixel_y = 6 - }, -/obj/item/seeds/banana{ - pixel_x = -6 - }, -/obj/item/seeds/tower, -/obj/effect/turf_decal/bot, -/obj/item/book/manual/wiki/hydroponicsguide, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aLi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/starboard) -"aLj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aLk" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"aLo" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"aLp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLv" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xeno4"; - name = "Containment Control"; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aLw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLy" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aLz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLA" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aLB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLC" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aLD" = ( -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aLE" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aLH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aLI" = ( -/obj/structure/closet/radiation, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/item/clothing/glasses/meson/engine, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aLO" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLQ" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/supermatter) -"aLR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aLS" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLU" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aLW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Engineering Lockdown Shutters" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"aLX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"aMa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aMe" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/lightreplacer, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aMf" = ( -/obj/effect/landmark/start/janitor, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aMg" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aMh" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"aMi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMm" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMn" = ( -/obj/effect/landmark/start/botanist, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMq" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMr" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Animal Pen"; - req_access_txt = "35" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aMs" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/turf/open/floor/grass, -/area/hydroponics) -"aMu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"aMv" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"aMw" = ( -/turf/closed/wall/r_wall/rust, -/area/science/research) -"aMx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aMy" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aMz" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMA" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMC" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aMD" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xeno5"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aMJ" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"aMN" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"aMQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/chapel/main) -"aMR" = ( -/obj/machinery/camera{ - c_tag = "Supermatter Chamber"; - dir = 2; - network = list("engine"); - pixel_x = 23 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aMS" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"aMT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aMU" = ( -/turf/open/floor/engine, -/area/engine/supermatter) -"aMV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aMW" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"aMX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aMY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/airless, -/area/asteroid/nearstation) -"aNa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/airless, -/area/asteroid/nearstation) -"aNg" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aNj" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aNm" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"aNn" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/bot, -/obj/item/storage/box/disks_plantgene, -/obj/item/toy/figure/botanist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aNq" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNr" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat"; - req_access = list(61) - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aNu" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/mob/living/simple_animal/chicken, -/turf/open/floor/grass, -/area/hydroponics) -"aNw" = ( -/mob/living/simple_animal/cow, -/turf/open/floor/grass, -/area/hydroponics) -"aNx" = ( -/obj/structure/sink/puddle, -/turf/open/floor/grass, -/area/hydroponics) -"aNA" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aNB" = ( -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aNC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/xenobiology) -"aND" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aNE" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 2; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aNG" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/pen/red, -/obj/item/stamp/denied{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/stamp, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNH" = ( -/obj/structure/closet/crate, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNI" = ( -/obj/structure/closet/crate, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNJ" = ( -/obj/structure/closet/crate, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNK" = ( -/obj/structure/closet/crate, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNO" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/chapel/main) -"aNP" = ( -/obj/structure/bodycontainer/crematorium{ - id = "cremawheat" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNQ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"aNW" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"aNX" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 8; - network = "tcommsat" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aOa" = ( -/obj/machinery/power/supermatter_crystal/shard/engine, -/turf/open/floor/engine, -/area/engine/supermatter) -"aOb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"aOd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aOe" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/janitor) -"aOh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"aOk" = ( -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/chapel/main) -"aOl" = ( -/obj/machinery/button/crematorium{ - id = "cremawheat"; - pixel_x = -26; - req_access_txt = "27" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Crematorium"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aOm" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOq" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOr" = ( -/obj/structure/sign/directions/supply{ - dir = 4 - }, -/obj/structure/sign/directions/science{ - pixel_y = -8 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 8 - }, -/turf/closed/wall, -/area/hallway/primary/central) -"aOx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aOy" = ( -/obj/structure/table/wood/fancy, -/obj/item/flashlight/lantern, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aOB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"aOC" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"aOD" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"aOE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"aOG" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aOH" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"aOI" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aOK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aOQ" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/chapel/main) -"aOW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/lounge) -"aPg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aPq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"aPr" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aPs" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPy" = ( -/obj/structure/table, -/obj/item/storage/briefcase, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aPA" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase, -/obj/item/restraints/handcuffs, -/obj/item/grenade/smokebomb, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aPB" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/head/fedora, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aPC" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aPG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) -"aPK" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aPO" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"aPP" = ( -/obj/structure/rack, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"aPU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "48;50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPV" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aPW" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Chaplain's Quarters"; - dir = 2 - }, -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aPY" = ( -/turf/open/floor/wood, -/area/chapel/main) -"aPZ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/plaques/kiddie/badger{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/chapel/main) -"aQa" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/chapel/main) -"aQc" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/chapel/main) -"aQe" = ( -/obj/structure/table/wood/fancy, -/obj/item/flashlight/lantern, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aQf" = ( -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aQi" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aQA" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 4"; - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aQB" = ( -/obj/structure/table/wood, -/obj/item/crowbar/red, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/detective, -/obj/item/camera/detective, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"aQC" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aQE" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aQF" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQM" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aQN" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aQQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aQW" = ( -/turf/closed/wall, -/area/library) -"aQY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aRa" = ( -/obj/structure/sign/plaques/kiddie/library, -/turf/closed/wall, -/area/library) -"aRb" = ( -/turf/closed/wall, -/area/medical/morgue) -"aRc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/lab) -"aRd" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/paramedic, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aRf" = ( -/turf/closed/wall, -/area/medical/chemistry) -"aRg" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"aRh" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"aRi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/lab) -"aRp" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/landmark/start/chaplain, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aRq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aRr" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"aRt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/medical) -"aRy" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aRz" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"aRD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aRE" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aRH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aRK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aRU" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aRV" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/vending/games, -/turf/open/floor/plasteel/dark, -/area/library) -"aRW" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/plasteel/dark, -/area/library) -"aRX" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aRY" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"aSa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"aSb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"aSc" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aSd" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aSe" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aSj" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/closet/secure_closet/medical1, -/obj/item/storage/box/beakers, -/obj/item/storage/box/pillbottles, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aSk" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry Lab APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/camera{ - c_tag = "Chemistry"; - dir = 2 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aSl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/storage/bag/chemistry, -/obj/item/storage/pill_bottle/mutadone, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aSm" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aSn" = ( -/obj/machinery/chem_dispenser, -/obj/machinery/button/door{ - id = "chemistbot"; - name = "Chemistry Shutter Control"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "33" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aSo" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aSq" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aSr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/chemistry) -"aSu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/disk/tech_disk{ - pixel_x = -6 - }, -/obj/item/disk/tech_disk{ - pixel_x = 6 - }, -/obj/item/disk/tech_disk{ - pixel_y = 6 - }, -/obj/item/toy/figure/scientist, -/obj/machinery/button/door{ - id = "rndlab1"; - name = "Research Shutters Control"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "7" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"aSv" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ - pixel_y = 6 - }, -/obj/item/flashlight/flare/signal{ - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aSz" = ( -/turf/closed/wall, -/area/science/lab) -"aSB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aSD" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aSH" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard) -"aSL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/lab) -"aSN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/tcommsat/server) -"aSP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aSQ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"aSR" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/plasma, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering) -"aSU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/emitter/anchored{ - dir = 8; - state = 2 - }, -/obj/structure/cable/white, -/turf/open/floor/engine, -/area/engine/engineering) -"aSV" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering) -"aSW" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access_txt = "22" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aSY" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = -5 - }, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering) -"aTc" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/library) -"aTe" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aTf" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/storage/pill_bottle/dice, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aTg" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/red, -/turf/open/floor/plasteel/dark, -/area/library) -"aTi" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/plasteel/dark, -/area/library) -"aTj" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aTm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aTo" = ( -/obj/machinery/door/poddoor/preopen{ - id = "rdxeno"; - name = "Xenobiology Containment Door" - }, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aTp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/chemistry) -"aTq" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/vending/wardrobe/chem_wardrobe, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aTr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aTs" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aTt" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aTu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/chem_master, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aTv" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aTw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/research/research{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aTy" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aTz" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/artist, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aTA" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/machinery/camera{ - c_tag = "Arrivals Lounge"; - dir = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aTB" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aTC" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aTG" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"aTK" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aTM" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aTQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aTR" = ( -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"aTV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"aTX" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aTY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aTZ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aUa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"aUj" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark, -/area/library) -"aUk" = ( -/obj/structure/bodycontainer/morgue, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aUl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUn" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUo" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway 2"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUp" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"aUq" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUr" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/chemistry) -"aUs" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aUt" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aUu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"aUw" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Medbay Recovery Room"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical) -"aUx" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/psychiatrist, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aUy" = ( -/turf/open/floor/carpet, -/area/crew_quarters/lounge) -"aUz" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/clerk, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aUA" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aUD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aUE" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/multitool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aUO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aUP" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"aUQ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aUR" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space, -/area/asteroid/nearstation) -"aUS" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space, -/area/asteroid/nearstation) -"aUT" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aUU" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aUV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/curator{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aUX" = ( -/turf/open/floor/wood, -/area/library) -"aUY" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/library) -"aVb" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVc" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aVe" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/paramedic, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"aVj" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aVk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aVl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aVm" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology North"; - dir = 4; - pixel_y = -5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aVq" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/lounge) -"aVt" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 8; - name = "Research and Development Lab APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aVz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical) -"aVA" = ( -/turf/closed/wall, -/area/science/research) -"aVE" = ( -/turf/closed/wall/r_wall/rust, -/area/science/robotics/lab) -"aVK" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aVL" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aVN" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/books, -/obj/item/taperecorder, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVR" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/plasteel/dark, -/area/library) -"aVS" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVT" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/library) -"aVU" = ( -/obj/structure/bookcase/random/adult, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVV" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/plasteel/dark, -/area/library) -"aVX" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aVY" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWb" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Central"; - dir = 4; - pixel_y = -5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aWe" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWf" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 3 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aWh" = ( -/obj/structure/table/glass, -/obj/item/clothing/glasses/science{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/science, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"aWn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWz" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space, -/area/asteroid/nearstation) -"aWA" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aWD" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/library) -"aWE" = ( -/turf/open/floor/plasteel/dark, -/area/library) -"aWF" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aWG" = ( -/obj/machinery/bookbinder, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aWH" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 2; - name = "Morgue APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"aWI" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/medical/morgue) -"aWK" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWL" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical) -"aWP" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aWQ" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aWS" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aWT" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"aWW" = ( -/obj/structure/sign/warning/nosmoking/circle, -/turf/closed/wall, -/area/science/lab) -"aWZ" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"aXc" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/asteroid/nearstation) -"aXe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"aXg" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/plasteel/dark, -/area/library) -"aXh" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aXj" = ( -/obj/structure/bookcase/random/reference, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"aXk" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/plasteel/dark, -/area/library) -"aXt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aXx" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint"; - dir = 4; - name = "Security Checkpoint APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aXF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/table/wood, -/obj/item/phone/real, -/obj/structure/fireaxecabinet/bridge/spare{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"aXK" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"aXM" = ( -/obj/effect/landmark/start/librarian, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/library) -"aXN" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/wood, -/area/library) -"aXO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aXR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aXT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYa" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"aYk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"aYm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYn" = ( -/obj/machinery/recharge_station, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"aYv" = ( -/obj/structure/kitchenspike, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aYB" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYG" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8.3-AftSW"; - location = "8.2-AftSE" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYM" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"aYP" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aYQ" = ( -/turf/closed/wall/r_wall/rust, -/area/science/robotics/mechbay) -"aYX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/security/detectives_office) -"aZa" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"aZb" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"aZc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"aZe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"aZh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/nosmoking/circle{ - pixel_y = -28 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical) -"aZi" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"aZo" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port) -"aZq" = ( -/obj/structure/table/wood, -/obj/item/clothing/gloves/color/black, -/obj/item/taperecorder, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aZr" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"aZt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) -"aZz" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"aZA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aZC" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aZI" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/modular_computer/telescreen/preset/engineering{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aZM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aZQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"aZR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"aZU" = ( -/obj/machinery/recharge_station, -/obj/effect/landmark/start/cyborg, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/science/robotics/mechbay"; - dir = 1; - name = "Mech Bay APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"aZW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"aZX" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"aZY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"aZZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bac" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bad" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/robotics_cyborgs, -/obj/item/storage/belt/utility/full, -/obj/item/circuitboard/mecha/ripley/main, -/obj/item/circuitboard/mecha/ripley/peripherals, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bae" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"baf" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white, -/obj/item/stack/cable_coil/white, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"baj" = ( -/turf/closed/wall, -/area/maintenance/port) -"bak" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bal" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/maintenance/port) -"ban" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bao" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bap" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bar" = ( -/turf/open/floor/plating, -/area/maintenance/port) -"baA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"baG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/vending/wardrobe/robo_wardrobe, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"baJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"baK" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"baT" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"baV" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical) -"baW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical) -"baY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"baZ" = ( -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bbe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bbf" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bbj" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/twohanded/rcl/pre_loaded, -/obj/item/twohanded/rcl/pre_loaded, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bbm" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bbr" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/reagent_containers/autoinjector/medipen, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical) -"bbR" = ( -/turf/open/floor/wood, -/area/maintenance/port) -"bbY" = ( -/obj/machinery/computer/security/telescreen/entertainment, -/turf/closed/wall, -/area/maintenance/port) -"bca" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port) -"bcc" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bcd" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"bce" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"bcg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bcm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"bcn" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bcp" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bcs" = ( -/obj/machinery/door/poddoor/shutters{ - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bcu" = ( -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bcz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bcA" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bcB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bcC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/aug_manipulator, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bcD" = ( -/obj/structure/rack, -/obj/item/weldingtool, -/obj/item/assembly/voice, -/obj/item/clothing/head/welding, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bcF" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bcG" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/maintenance/port) -"bcK" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/plating, -/area/maintenance/port) -"bcL" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcN" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bcO" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bcP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bcQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bcS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bcT" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/head/welding, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port"; - dir = 4; - name = "Port Maintenance APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bdb" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/clothing/shoes/jackboots, -/obj/item/radio, -/obj/item/storage/secure/briefcase, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bdd" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bde" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - pixel_x = -8; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bdg" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bdh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"bdk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bdo" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bdp" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/science/robotics/mechbay) -"bdr" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bds" = ( -/turf/closed/wall/rust, -/area/science/robotics/lab) -"bdt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bdv" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/cautery, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bdw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bdx" = ( -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bdy" = ( -/obj/structure/table/reinforced, -/obj/item/retractor, -/obj/item/hemostat, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bdz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"bdC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bdD" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/open/floor/plating, -/area/maintenance/port) -"bdE" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/port) -"bdF" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port) -"bdI" = ( -/obj/structure/table/wood, -/obj/item/wrench, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/briefcase, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bdP" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"beb" = ( -/obj/machinery/door/poddoor/shutters{ - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/obj/machinery/button/door{ - id = "mechbay"; - name = "Mech Bay Shutters Control"; - pixel_y = -24; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bec" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bee" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"beh" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bei" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"bej" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"beo" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/structure/sign/departments/medbay/alt{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bep" = ( -/obj/machinery/computer/operating{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"beq" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"ber" = ( -/obj/structure/table/reinforced, -/obj/item/scalpel{ - pixel_y = 16 - }, -/obj/item/circular_saw, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bes" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bet" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/packageWrap, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"beu" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle, -/turf/open/floor/plating, -/area/maintenance/port) -"bev" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bew" = ( -/obj/structure/table/wood, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_x = 6 - }, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_x = -6 - }, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_y = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bey" = ( -/obj/structure/table/wood, -/obj/item/newspaper, -/obj/item/clothing/head/bowler, -/turf/open/floor/plating, -/area/maintenance/port) -"bez" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beA" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"beB" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Theatre Stage" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"beF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"beG" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"beH" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"beJ" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"beM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"beN" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar/red, -/obj/item/clothing/mask/gas, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bfd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bff" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/syringe, -/obj/machinery/door/window/westleft{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"bfg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"bfn" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bfp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bfs" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel/main) -"bft" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 2; - name = "Starboard Quater Maintenance APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bfu" = ( -/turf/closed/wall, -/area/chapel/main) -"bfw" = ( -/obj/structure/bonfire, -/obj/item/reagent_containers/food/drinks/bottle/orangejuice{ - desc = "For the weary spacemen on their quest to rekindle the first plasma fire."; - name = "Carton of Estus" - }, -/obj/item/nullrod/claymore/glowing{ - desc = "Don't tell anyone you put any points into dex, though."; - force = 10; - name = "moonlight greatsword" - }, -/obj/effect/decal/remains/human, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/chapel/main) -"bfy" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway 3"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bfz" = ( -/obj/machinery/door/airlock/grunge{ - name = "Mass Driver Room"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bfF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/maintenance/port) -"bfG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"bfP" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bfZ" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"bga" = ( -/obj/structure/sign/plaques/kiddie/badger{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"bgb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/closed/wall, -/area/chapel/main) -"bgd" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bgl" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"bgm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgu" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tea, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgv" = ( -/obj/machinery/biogenerator, -/obj/item/wrench, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgw" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgy" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgz" = ( -/obj/machinery/seed_extractor, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgA" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/poppy, -/obj/item/reagent_containers/food/snacks/grown/cherries, -/obj/item/shovel/spade, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bgC" = ( -/obj/structure/table/wood/fancy, -/obj/item/book/granter/spell/smoke, -/obj/item/nullrod, -/obj/item/organ/heart, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bgF" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/rust, -/area/chapel/main) -"bgI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"bgL" = ( -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"bgM" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bgP" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"bgQ" = ( -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bgT" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bgU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bgV" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bgX" = ( -/obj/structure/sign/directions/supply{ - dir = 1 - }, -/obj/structure/sign/directions/science{ - dir = 1; - pixel_y = -8 - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = 8 - }, -/turf/closed/wall, -/area/hallway/secondary/entry) -"bgY" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bgZ" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"bha" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bhb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bhg" = ( -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"bhi" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bhj" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bhk" = ( -/turf/open/floor/plating, -/area/maintenance/starboard) -"bhp" = ( -/obj/machinery/door/morgue{ - name = "Relic Closet"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bhL" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"bhM" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bhO" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bhS" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bhT" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/harebell, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/cultivator, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bhU" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bhV" = ( -/obj/machinery/hydroponics/soil, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bhW" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bhX" = ( -/obj/machinery/hydroponics/soil, -/obj/item/reagent_containers/food/snacks/grown/tea, -/obj/item/hatchet, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bhY" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tower, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"biS" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "chapelprivacy"; - name = "Chapel Privacy Shutters"; - pixel_y = -24 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"biX" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xeno2"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"biZ" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bja" = ( -/obj/machinery/processor/slime, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bjc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"bjd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/xenobiology) -"bjf" = ( -/obj/structure/dresser, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bjh" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/chapel/main) -"bjj" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/fourcolor, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjk" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapelprivacy"; - name = "Chapel Privacy Shutters" - }, -/turf/open/floor/plating, -/area/chapel/main) -"bjp" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bjs" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bjv" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Kill Room"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bjw" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"bjx" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"bjz" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjA" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjE" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bjF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bjH" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bjI" = ( -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/xenobiology) -"bjJ" = ( -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjK" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/noticeboard{ - desc = "A board for remembering the fallen of the station."; - dir = 1; - name = "memorial board"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjL" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/requests_console{ - department = "Chapel Office"; - departmentType = 0; - name = "Chapel RC"; - pixel_y = -32 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"bjR" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 1 - }, -/obj/machinery/light, -/obj/machinery/requests_console{ - department = "Xenobiology Lab"; - departmentType = 0; - name = "Xenobiology RC"; - pixel_y = -32; - receive_ore_updates = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"bjS" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bjT" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/xenobiology"; - dir = 4; - name = "Xenobiology Lab APC"; - pixel_x = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bjY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bkj" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bko" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bkt" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bku" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bky" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bkz" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bkB" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bkC" = ( -/obj/item/beacon, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bkE" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bkU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"bkX" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"blb" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"blc" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"blk" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bll" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Escape Arm Airlocks"; - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"blm" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway"; - dir = 2 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"blq" = ( -/obj/machinery/telecomms/broadcaster/preset_left/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bly" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Port Primary Hallway - South"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"blC" = ( -/obj/machinery/mass_driver{ - id = "chapelgun" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/chapel/main) -"blF" = ( -/obj/structure/fans/tiny, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/chapel/main) -"blG" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Chapel Mass Driver"; - dir = 8 - }, -/obj/machinery/light/small, -/obj/machinery/button/massdriver{ - id = "chapelmassdoor"; - name = "mass driver blast door button"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/button/massdriver{ - id = "chapelgun"; - pixel_x = 24; - pixel_y = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"blI" = ( -/obj/machinery/door/poddoor{ - id = "chapelmassdoor"; - name = "Chapel Launcher Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/chapel/main) -"blK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"blR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"blY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"blZ" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bmb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"bmC" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"bmY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bnu" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/mineral/random/labormineral, -/area/asteroid/nearstation) -"boJ" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bpn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bpB" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bpD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"bqR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"bsk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bsJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bta" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"btl" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"btv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"btx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/science/lab) -"btE" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/reflector/box/anchored{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"btL" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"bus" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"buw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"buC" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"buH" = ( -/obj/machinery/telecomms/bus/preset_one/birdstation, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/server"; - dir = 8; - name = "Telecomms Server Room APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"buI" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"buJ" = ( -/obj/machinery/telecomms/server/presets/common/birdstation, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"buK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"buL" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"buN" = ( -/obj/machinery/announcement_system, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"buO" = ( -/obj/machinery/telecomms/receiver/preset_left/birdstation, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"buP" = ( -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms, -/area/tcommsat/server) -"buQ" = ( -/obj/machinery/telecomms/processor/preset_one/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"buS" = ( -/obj/machinery/ntnet_relay, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"buU" = ( -/obj/machinery/camera{ - c_tag = "Telecommunications Server room"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"buW" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bvd" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"bvg" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/asteroid/nearstation) -"bvh" = ( -/obj/structure/closet/emcloset{ - anchored = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bvo" = ( -/obj/structure/girder, -/turf/open/floor/plating/airless, -/area/asteroid/nearstation) -"bvI" = ( -/obj/item/pickaxe/emergency, -/turf/open/floor/plating/asteroid/airless, -/area/asteroid/nearstation) -"bwz" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"bxa" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"bxu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering) -"bxB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/teleporter) -"bxF" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"bxV" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bxW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bxZ" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"bye" = ( -/turf/closed/wall/rust, -/area/maintenance/fore) -"byo" = ( -/turf/closed/wall, -/area/security/checkpoint) -"bys" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint) -"byC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"bzF" = ( -/obj/structure/girder, -/turf/closed/wall, -/area/maintenance/port) -"bzP" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bzU" = ( -/obj/machinery/door/airlock{ - name = "Bar Access"; - req_access_txt = "25" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bAa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"bAi" = ( -/obj/effect/turf_decal/sand/plating, -/obj/item/pickaxe/emergency, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"bBw" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bDf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/flask, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"bDn" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bGm" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Storage"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bGK" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bGL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bGS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ - dir = 2 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"bGY" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bHI" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bIG" = ( -/turf/open/floor/plating/asteroid/airless, -/area/maintenance/port) -"bIV" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"bJd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bJX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bKQ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bLJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bLX" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bLZ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/botany{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bNM" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bNO" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/storage/box/deputy, -/obj/machinery/camera{ - c_tag = "Head of Security's Office"; - dir = 2 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"bNT" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"bNW" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/theatre) -"bOf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bOz" = ( -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bPu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bPK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/security, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bQc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQh" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bTr" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -40 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bTM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"bUc" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bWr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bXg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bYE" = ( -/obj/structure/sign/warning/fire, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bYK" = ( -/obj/machinery/door/airlock{ - name = "Primary Restroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bYS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bZq" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"cbs" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/wood, -/area/library) -"cdT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/medical) -"cex" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"cff" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"cfo" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/light{ - dir = 2 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cfz" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"cgV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"chJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ciq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"cjr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/bridge"; - dir = 2; - name = "Bridge APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"clF" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Research Lab"; - departmentType = 0; - name = "Research RC"; - pixel_y = 32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cmh" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"cnY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coL" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"coQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"coR" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/smartfridge/disks{ - pixel_y = 2 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"cps" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"csl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ctt" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/detectives_office) -"ctu" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/dry_ramen{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ctH" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cul" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cuq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "permabolt1"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"cuw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cva" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cvS" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"cwl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cwD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cxk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"cxN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/central) -"cxU" = ( -/obj/machinery/light, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms"; - dir = 2; - name = "Dormitories APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.6-LeavingDorms"; - location = "9.5-Dorms" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cxW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics South West"; - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cyc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"czh" = ( -/obj/effect/landmark/start/librarian, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"cBS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cBU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cCd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cCp" = ( -/obj/machinery/door/poddoor{ - id = "auxincineratorvent"; - name = "Incineration Chamber Vent" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cCv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cEq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cGv" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"cHA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/mob/living/simple_animal/bot/cleanbot/medical{ - on = 0 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"cHM" = ( -/obj/structure/closet/crate, -/obj/item/crowbar/red, -/obj/item/stack/sheet/mineral/plasma{ - amount = 20 - }, -/obj/item/gps/engineering{ - gpstag = "ENG0" - }, -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cJk" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/central) -"cLg" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/security/brig) -"cMD" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cNl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"cNX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cQe" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Robotics Lab Maintenance"; - req_access_txt = "29" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cQr" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 4 - }, -/obj/structure/transit_tube_pod, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cRn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = -24; - pixel_y = 24; - req_one_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"cRr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cRL" = ( -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cSP" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"cTB" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_access_txt = "48;50" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cTX" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"cUY" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/storage/firstaid/o2, -/obj/item/crowbar, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"cVd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"cWv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cWU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cXY" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 8; - name = "Robotics Lab APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cYe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cYQ" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/detectives_office) -"cZr" = ( -/obj/item/reagent_containers/food/snacks/mint, -/obj/machinery/oven, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"cZv" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dak" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port) -"dbw" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dbF" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/janitor) -"dcc" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dcF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dcJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"ddn" = ( -/obj/machinery/suit_storage_unit/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ddE" = ( -/turf/closed/wall, -/area/engine/engineering) -"ddI" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"ddM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ded" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dev" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/theatre) -"dfI" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"dgK" = ( -/turf/open/floor/plating, -/area/maintenance/disposal) -"dht" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"dhC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"diG" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"dlp" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"dlB" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"dmh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/central) -"dmF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Engineering Suit Storage"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"doe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dol" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dpf" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"dpI" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"dqj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dqJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/arrows{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"dri" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bar Maintenance"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"drs" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dsR" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"dtb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dtq" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "incinerator_airlock_interior"; - name = "Incinerator Interior Airlock" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dxo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/engine/engineering) -"dxu" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"dyw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dBc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/central) -"dBV" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"dCF" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"dDj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"dEO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dFW" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/small, -/obj/machinery/atmospherics/miner/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"dGc" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dGx" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/computer/secure_data, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"dId" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dIr" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 1; - name = "Service Hall APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dIv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "AI Core - South"; - dir = 2; - name = "core camera"; - network = list("rd") - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/ai, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dIQ" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"dLl" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dNe" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atrium 2"; - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 30 - }, -/obj/effect/turf_decal/arrows{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"dNl" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"dNZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dPr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dQj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dRN" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dTh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"dTG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"dVI" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"dVS" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"dVX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dWa" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"dWg" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dWp" = ( -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"dWX" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dXf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dXg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/modular_computer/console/preset/command/hos{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"dYW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"dZa" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"dZq" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atrium 1"; - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -31 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"dZR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dZZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"eaf" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eaH" = ( -/obj/machinery/requests_console{ - department = "E.V.A. Storage"; - departmentType = 0; - name = "E.V.A. RC"; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Bridge - E.V.A. Storage"; - dir = 8; - name = "command camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ebn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ecm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ecI" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ecS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/fore) -"edi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"eed" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"eeR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"efT" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/aisat_interior) -"ehE" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"eil" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"ekD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"eli" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"elq" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"elr" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"elz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"eos" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"eoB" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"eoY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"epF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/central) -"erR" = ( -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"esM" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"esS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"ewp" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ewr" = ( -/obj/machinery/rnd/production/techfab/department/service, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"ewA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"exJ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"exK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"exP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"eyT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"ezi" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"eAo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"eBn" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"eBt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"eBO" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "incinerator_airlock_exterior"; - name = "Incinerator Exterior Airlock"; - req_access_txt = "32" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"eCe" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"eCn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hydroponics) -"eCw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"eDI" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"eGN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/fireaxecabinet/bridge{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"eIa" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"eJL" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"eLe" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"eMc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"eMh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"eMm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eMo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"eMH" = ( -/obj/structure/table/reinforced, -/obj/item/lighter, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ePo" = ( -/obj/machinery/camera{ - c_tag = "Medbay Morgue"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ePQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"eQu" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"eQA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eQC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical"; - dir = 8; - name = "Medbay APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white, -/area/medical) -"eQX" = ( -/obj/machinery/vending/boozeomat, -/turf/closed/wall, -/area/crew_quarters/bar) -"eRR" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - req_one_access_txt = "48;50" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"eSd" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"eSg" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eTd" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"eVe" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"eVU" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"eWA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"eWO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"eWX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"eYg" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"eZd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eZg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/ai/server_cabinet/prefilled, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"fav" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"faQ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"fbb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"fbm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"fbH" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/fireaxecabinet{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"fdP" = ( -/obj/item/stack/ore/silver, -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"feH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ffn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Disposals Access"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"fgG" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/crew_quarters/lounge) -"fhv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/central) -"fhF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fhG" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"fiE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"flX" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fmy" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"fnn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical) -"fnp" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"fom" = ( -/obj/structure/lattice/catwalk, -/obj/item/wrench, -/turf/open/space, -/area/space/nearstation) -"fqD" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"fqZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"frh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"frI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=7.1-StarboardQuarter"; - location = "6.4-LeavingDepartures" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fsi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"fsl" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 2; - height = 16; - id = "arrivals_stationary"; - name = "omega arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/omega; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"ftv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ftC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ful" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"fuM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"fvd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fvg" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fDj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"fDM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"fDX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"fEt" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fEM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"fFw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fFI" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fHy" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"fHT" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"fHZ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"fIN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fIW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"fJk" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fJE" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"fJZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/lounge"; - dir = 1; - name = "Lounge APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fKx" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"fKM" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"fLm" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/table, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"fLr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fMD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"fMP" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"fNr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fND" = ( -/obj/structure/sign/warning{ - desc = "An infuriatingly uncentered warning sign."; - pixel_x = 30; - pixel_y = 3 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"fOx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.1-EnteringDepartures"; - location = "5.3-LeavingCargo" - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fOL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fPe" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"fPr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"fPv" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"fQn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"fQB" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"fSO" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Air to Distro" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"fSS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"fTS" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/chief) -"fUk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"fVm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fVA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"fWx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/library) -"fWz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"fYx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fYS" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/bar"; - dir = 4; - name = "Bar APC"; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"fYY" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/toxin{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/toxin{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/southleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"fZc" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"gaE" = ( -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 0; - name = "Security RC"; - pixel_x = -32 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/pickaxe/drill, -/obj/item/pickaxe/drill, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"gbS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"gen" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"gfP" = ( -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"ggc" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light/small, -/obj/machinery/atmospherics/miner/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"ggq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ggx" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ggK" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "permabolt2"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ghD" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/lightreplacer, -/obj/item/clothing/glasses/meson/engine, -/turf/open/floor/plasteel, -/area/engine/engineering) -"giT" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/bin{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Bar - Backroom"; - dir = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"gjP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"gjV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"gle" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"glt" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"glM" = ( -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"gni" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.4-LeavingDepartures"; - location = "6.3-DeparturesS" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"gnX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"goT" = ( -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gpP" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"grq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"grB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"grD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"grW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/storage/firstaid/brute{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northright{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"gsk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera/all{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"gsA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"gsZ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"guW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gwL" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"gwS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gxc" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"gxA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hydroponics) -"gyS" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gzM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"gAo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"gAt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"gAN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gCL" = ( -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"gDm" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"gDN" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"gDQ" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"gEi" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"gEW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gGF" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gHf" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"gHP" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"gHQ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"gIb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"gIU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"gJx" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"gKt" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"gKL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"gLK" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Medbay Foyer"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gMq" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"gMY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gNk" = ( -/obj/structure/table/wood, -/obj/item/cartridge/detective, -/obj/item/storage/secure/briefcase{ - pixel_x = -2 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_x = -30 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"gPR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"gQy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"gRb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"gRr" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"gSf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gSx" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"gSI" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"gTq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"gUn" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"gUU" = ( -/obj/machinery/requests_console{ - department = "Chemistry Lab"; - departmentType = 0; - name = "Chemistry RC"; - pixel_x = 32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"gVc" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain/private) -"gVm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"gVt" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"gVX" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gXa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical) -"gXX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"gYo" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"gZr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"han" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"hau" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/chief_medical_officer, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"hbL" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"hct" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hdh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison Common Room North"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"heh" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"hev" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hfM" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"hgb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/lab) -"hhb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"hhR" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"hhZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hih" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"hiR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"hje" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"hjS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Atmos to Loop" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"hkr" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"hks" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/central) -"hkN" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"hmf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"hmk" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"hnk" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway 3" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hnC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/central) -"hnP" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/lab) -"hqX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hsk" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"hsn" = ( -/obj/machinery/door_timer{ - id = "brig1"; - name = "Cell 1"; - pixel_x = 32 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"hsC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"hsE" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hsJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"hta" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"htR" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"huj" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"hwR" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"hyT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre) -"hzT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"hAS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"hCT" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel, -/area/medical) -"hEz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"hEN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hFf" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"hFB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"hHo" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/chapel/main"; - dir = 1; - name = "Chapel APC"; - pixel_y = 23 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"hHL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"hHQ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hIV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hKA" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hLc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"hLh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"hMg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hMr" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"hNf" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"hNh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"hNL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hNO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"hOa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance"; - req_one_access_txt = "24;10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"hOC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"hPr" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"hPw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"hPA" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"hPI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"hQk" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/departments/minsky/supply/mining{ - pixel_y = -32 - }, -/obj/machinery/vending/modularpc, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"hQl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"hRM" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/that{ - throwforce = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hSa" = ( -/turf/closed/wall/rust, -/area/ai_monitored/turret_protected/ai) -"hSR" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/security/detectives_office) -"hTw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"hUm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"hUx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"hUC" = ( -/obj/machinery/camera{ - c_tag = "R&D"; - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"hUG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hUL" = ( -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hUU" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/security/brig) -"hWi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_one_access_txt = "10" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"hWy" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"hWW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/nanite_chamber, -/turf/open/floor/plasteel/dark, -/area/science/research) -"hXn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/pipedispenser, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hXw" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hXB" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"hZw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"iaj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ibv" = ( -/turf/closed/wall, -/area/science/xenobiology) -"icA" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"idf" = ( -/obj/machinery/computer/prisoner, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"idM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"ieg" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"iey" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ieS" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"igx" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 1; - name = "Server Room APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/science/server) -"ihx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ihJ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ihW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"iiw" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"iiS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"iiY" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"ijc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"ijV" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ikA" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"ilf" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"ils" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"imf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"inQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard) -"ioA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ioF" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"ipt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/chem_master/condimaster{ - desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; - name = "HoochMaster Deluxe"; - pixel_x = -4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ipu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"iqC" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"iqG" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"irh" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"irO" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hydroponics) -"isf" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "5" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/morgue) -"isz" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/miner/n2o, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"itl" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"itz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"iuE" = ( -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = 8; - pixel_y = -36 - }, -/obj/machinery/button/door{ - id = "turbinevent"; - name = "Turbine Vent Control"; - pixel_x = -8; - pixel_y = -36; - req_access_txt = "12" - }, -/obj/machinery/button/door{ - id = "auxincineratorvent"; - name = "Auxiliary Vent Control"; - pixel_x = -8; - pixel_y = -24; - req_access_txt = "12" - }, -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "incineratorturbine" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/checker, -/area/maintenance/disposal/incinerator) -"iwy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ixk" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ixr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/library) -"ixB" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aicoredoor"; - name = "AI Core Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/highsecurity{ - id_tag = "ai_core_airlock_exterior"; - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"iye" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"iyq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"iyA" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/meson{ - pixel_y = 10 - }, -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, -/obj/item/cartridge/atmos, -/obj/item/stock_parts/cell/high/plus, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"iyD" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"iyF" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/miner/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"izv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"izQ" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"iDg" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"iDj" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"iDH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 2"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"iDR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"iEM" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/storage/primary) -"iER" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"iFS" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iHa" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iHU" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/library) -"iIj" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iIY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"iJa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"iJz" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/fullgrass, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"iJF" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/central) -"iJY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iKp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iKq" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"iMp" = ( -/obj/machinery/igniter{ - id = "Incinerator" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"iMx" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - dir = 4; - name = "Kitchen APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"iMH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/obj/machinery/camera{ - c_tag = "Server Room"; - dir = 2; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/rnd/server, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"iML" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"iMR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/security/security{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iNn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"iNt" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"iOH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"iOW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"iPl" = ( -/obj/structure/closet/secure_closet/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"iPr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"iSP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"iTc" = ( -/obj/structure/tank_dispenser, -/obj/structure/sign/directions/engineering{ - desc = "A handy sign praising the engineering department."; - icon_state = "safety"; - name = "engineering plaque"; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iTV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"iUq" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/library) -"iUM" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"iWn" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"iWq" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/vending/autodrobe/capdrobe, -/obj/machinery/camera/motion{ - c_tag = "Armory External"; - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"iWN" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"iXF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"iZx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"iZQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 2 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"jbP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jbQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"jcz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"jcC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"jcW" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"jdD" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xeno3"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"jdU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"jep" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jfG" = ( -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Central Hallway East"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"jgp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"jgC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jhn" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/camera, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"jik" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/laser_pointer{ - pixel_x = 3 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -26 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/taperecorder, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/library) -"jit" = ( -/obj/structure/table, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "AI Core - North"; - dir = 2; - name = "core camera"; - network = list("rd") - }, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jiI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"jkl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jky" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jkz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jkO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jkP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"jkX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"jlB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"jnK" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/destructible/cult/tome, -/obj/item/book/codex_gigas, -/turf/open/floor/wood, -/area/library) -"joc" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"joh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"jqa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"jqu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jsC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"jtZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"juT" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"juZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"jvH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/rag{ - pixel_x = 5; - pixel_y = 15 - }, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/item/reagent_containers/food/drinks/shaker{ - pixel_x = -9 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 5; - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jvR" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"jwi" = ( -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/medical{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/primary/fore) -"jwB" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"jwC" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hydroponics) -"jxd" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"jxp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"jxE" = ( -/obj/vehicle/ridden/janicart, -/obj/item/storage/bag/trash, -/obj/item/key/janitor, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/janitor"; - dir = 1; - name = "Custodial Closet APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor) -"jyW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"jzC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"jzD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"jAV" = ( -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"jBp" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 1 - }, -/turf/open/space/basic, -/area/engine/engineering) -"jCK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"jDd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"jDk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"jDT" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"jEr" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"jEw" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"jED" = ( -/obj/structure/closet, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/wrench, -/obj/item/vending_refill/cigarette, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jFr" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 4; - name = "Port Primary Hallway APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"jIf" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jIj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"jIJ" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"jIW" = ( -/obj/machinery/button/massdriver{ - id = "trash"; - pixel_x = 26; - pixel_y = -6 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jJg" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"jJS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/central) -"jKr" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Cold Room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"jKS" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Robotics Lab"; - departmentType = 0; - name = "Robotics RC"; - pixel_y = 32; - receive_ore_updates = 1 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stack/sheet/plasteel{ - amount = 15 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/wrench, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"jKU" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"jLg" = ( -/obj/structure/barricade/wooden, -/obj/structure/girder, -/turf/open/floor/plating/asteroid/airless, -/area/maintenance/port) -"jLw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"jLG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jMs" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/justice, -/obj/item/clothing/head/helmet/justice/escape{ - name = "justice helmet" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/maintenance/port) -"jOn" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -31 - }, -/obj/machinery/computer/rdconsole/production{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"jPF" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jPH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"jPN" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"jPT" = ( -/obj/machinery/computer/ai_server_console{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/science/server) -"jQD" = ( -/obj/machinery/conveyor{ - dir = 9; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jSv" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"jTO" = ( -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"jVf" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"jWh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"jWo" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"jWR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"jXs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"jXu" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -26; - use_power = 0 - }, -/obj/effect/landmark/start/captain, -/obj/structure/sign/plaques/golden/captain{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"jXM" = ( -/obj/structure/table/wood/fancy, -/obj/item/storage/book/bible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"jXX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"jZd" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jZe" = ( -/obj/machinery/camera{ - c_tag = "Telecommunications Control room" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"jZX" = ( -/obj/machinery/door/morgue{ - name = "Curator's Study"; - req_access_txt = "37" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"kaA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"kaL" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"kaU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"kbD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kcd" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"kdr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"kdE" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/turf/open/floor/engine, -/area/engine/engineering) -"ked" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/landmark/start/head_of_security, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"keY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"khF" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/o2{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical) -"kiv" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kiw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kiQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kiZ" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/mixbowl{ - pixel_x = 1; - pixel_y = 4 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"kje" = ( -/obj/effect/landmark/observer_start, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kjp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"kjs" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"kkh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance"; - req_one_access_txt = "24;10" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"klc" = ( -/turf/open/floor/engine, -/area/engine/engineering) -"kld" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"klf" = ( -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"klB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"klF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/security/brig) -"knZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"koo" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/phone/banana, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"koV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"kpg" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"kpH" = ( -/obj/structure/girder/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"kqf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"kqI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"krF" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ksb" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"ktC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kuN" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kxQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"kzp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/obj/item/camera, -/obj/item/storage/box/fancy/candle_box, -/turf/open/floor/wood, -/area/library) -"kzS" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"kzU" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"kBr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/public/glass{ - name = "Service Hall" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"kCU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kCV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"kDD" = ( -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"kEs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kFw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"kFS" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/fore"; - dir = 4; - name = "Starboard Bow Maintenance APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/fore) -"kGp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"kHh" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kHk" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kHA" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"kIm" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kIA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/medical/medical2{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"kJw" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/miner/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"kJB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - dir = 2 - }, -/turf/open/floor/plasteel, -/area/medical) -"kKr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Kill Room"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/xenobiology) -"kKQ" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - id = "trash"; - name = "disposal bay door" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"kMH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"kNA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"kNX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"kOw" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"kPp" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"kPQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"kQt" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"kRC" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"kSk" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/quartermaster/storage) -"kVk" = ( -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"kVp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/command/ce{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"kVM" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"kWn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"kXG" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"kYC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Waste to Filter" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kYH" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lac" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"laE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"laW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "engstorage"; - name = "Engineering Secure Storage Control"; - pixel_y = 24; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"lcy" = ( -/obj/machinery/cell_charger, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"ldh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ldx" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ldA" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ldL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ldP" = ( -/obj/machinery/button/door{ - id = "supplybridge"; - name = "Shuttle Bay Space Bridge Control"; - pixel_y = 27 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bridge Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"leI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"lgS" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/barman_recipes{ - pixel_y = 5 - }, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/gun/ballistic/shotgun/doublebarrel{ - pixel_y = -5 - }, -/obj/item/gun/ballistic/shotgun/doublebarrel{ - pixel_y = -5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lhM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lhT" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/science/robotics/lab) -"ljj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ljE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) -"ljG" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lkg" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"lkl" = ( -/obj/machinery/rnd/server, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"lmo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"lmz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"lpX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"lqz" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"lqJ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Gas to Cooling Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"lqV" = ( -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lrg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"ltG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"luP" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"lvj" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/science/research) -"lvw" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"lvB" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"lwi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lwM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"lxq" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"lxt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/departments/minsky/research/robotics{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"lxA" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 1; - name = "Engine Monitor"; - network = list("engine"); - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lzd" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"lzY" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"lAs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics North West"; - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"lAP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"lBL" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"lCg" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"lDw" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"lDZ" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lHl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"lHE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"lHG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"lHH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"lIM" = ( -/turf/closed/wall/rust, -/area/crew_quarters/lounge) -"lJI" = ( -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"lJY" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/warrant, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lKx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"lLI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"lMl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"lMv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lMY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lNt" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"lNL" = ( -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "hydrodesk"; - name = "Hydroponics Privacy Control"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "35" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"lOn" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lOA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"lOZ" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lPJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"lQj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/computer/nanite_chamber_control{ - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"lQs" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"lRw" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"lRJ" = ( -/obj/structure/table/wood, -/obj/item/gun/ballistic/automatic/toy/pistol/unrestricted, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"lRX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"lTp" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 1; - filter_type = list(/datum/gas/nitrogen) - }, -/turf/open/floor/engine, -/area/engine/engineering) -"lTY" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"lUs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"lUu" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light/small, -/turf/open/floor/engine/air, -/area/engine/atmos) -"lUz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plating, -/area/maintenance/disposal) -"lUS" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"lVu" = ( -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/rnd/production/techfab/department/medical, -/obj/machinery/bounty_board{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical) -"lVC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Aft"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"lWc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"lXc" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"lXj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"lXk" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft) -"lXA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "rdxeno"; - name = "Xenobiology Containment Door" - }, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/research/xenobiology{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"lZR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"mae" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mai" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"mba" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"mbW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - dir = 8; - name = "Incinerator APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/disposal/incinerator) -"mdy" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"mfa" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"mgs" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"mip" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/medical) -"miq" = ( -/turf/open/space, -/area/space) -"miv" = ( -/obj/machinery/light{ - dir = 2 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -31 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"miM" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Engineering Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"miN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/library) -"mkF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding{ - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mkN" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mlC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5.2-Cargo"; - location = "5.1-EnteringCargo" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mlD" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"mlT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mlY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"mmc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"mnD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"moj" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"moW" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "trash" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"mpl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mqg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"mqF" = ( -/obj/machinery/door/poddoor{ - id = "turbinevent"; - name = "Turbine Vent" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"mqL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"mrh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"msJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"msN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"msP" = ( -/obj/structure/bed/dogbed/renault, -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"mtk" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hydrodesk"; - name = "Hydroponics Counter Shutters" - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/window/westright{ - name = "Hydroponics Desk"; - req_one_access_txt = "30;35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"mww" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mwE" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Filter" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"mxu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"mzX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/checker, -/area/maintenance/disposal/incinerator) -"mAW" = ( -/obj/machinery/camera{ - c_tag = "Bridge - Port Access"; - dir = 8; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mCl" = ( -/obj/machinery/camera{ - c_tag = "AI Core"; - dir = 2; - name = "core camera"; - network = list("rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aicoredoor"; - name = "AI Core Access" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"mCq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/central) -"mCH" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"mDi" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/mob/living/simple_animal/pet/dog/corgi/borgi, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"mDL" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"mDU" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"mFj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"mHd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"mIn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"mIL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical) -"mKK" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"mLy" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"mNr" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"mNR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"mOq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"mQe" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mQm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"mQx" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"mQZ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"mRb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"mRd" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"mTv" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mTM" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos) -"mTT" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Fuel Pipe" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mUg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"mVd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"mVD" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mXs" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"mYt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"mYY" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/central) -"mZo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mZw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"nbm" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"nbn" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to Pure" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nbJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"ncW" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/hydroponics) -"ndg" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"neI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nfa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"nfB" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/toy/figure/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"ngP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"nhs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical) -"niE" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - icon_state = "vent_map_on-1" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"niM" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"nlo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nmh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"nmA" = ( -/turf/closed/wall/rust, -/area/science/server) -"nmL" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"nmN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"nnZ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"noF" = ( -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/paper/monitorkey, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"npf" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"nqi" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"nra" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"nrR" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nti" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ntp" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ntO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"nvw" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/rdconsole{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/posialert{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"nwr" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/stasis{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"nws" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nwW" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nyd" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"nyw" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nzp" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "secexterior"; - name = "Security Exterior Doors Control"; - normaldoorcontrol = 1; - pixel_x = 38; - pixel_y = 24 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "secinterior"; - name = "Security Interior Doors Control"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = 24; - pixel_y = 38; - req_access_txt = "63" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = 38 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"nCc" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/engine, -/area/engine/engineering) -"nEo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"nEu" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"nEE" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"nEV" = ( -/turf/open/floor/plasteel/white, -/area/science/lab) -"nFn" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"nFG" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nFL" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nGI" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"nGU" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"nHh" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) -"nHS" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"nIT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"nKi" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 10 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"nLf" = ( -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"nMc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"nNA" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atrium 3"; - dir = 2 - }, -/obj/machinery/computer/slot_machine{ - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nOb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"nPK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"nPN" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"nQT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"nSy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"nTa" = ( -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 2"; - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.1-Library"; - location = "8.4-AftNW" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"nTi" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/xenobiology) -"nTC" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"nUk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"nUC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"nUI" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"nUS" = ( -/obj/effect/landmark/event_spawn, -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"nUZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"nVa" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"nVf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"nVh" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"nVk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"nWd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/yogs/network_admin, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) -"nWn" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/camera{ - c_tag = "Central Hallway North-East"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"nWT" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"nXh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"nXw" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8.4-AftNW"; - location = "8.3-AftSW" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"nXQ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/central) -"nYD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/black{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nYY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"nZf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"oat" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology South"; - dir = 1 - }, -/obj/item/book/manual/wiki/xenobiology, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"oaV" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"obM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"oci" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ocn" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "secexterior"; - name = "Security Exterior Doors Control"; - normaldoorcontrol = 1; - pixel_x = 38; - pixel_y = 24 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "secinterior"; - name = "Security Interior Doors Control"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = 24; - pixel_y = 38; - req_access_txt = "63" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = 38 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/landmark/start/warden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ocU" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oeG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/security{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ofV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ohv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"oiq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oiL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ojq" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/bedsheetbin, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"oju" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/gifts, -/turf/open/floor/plasteel/dark, -/area/library) -"okm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ole" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/port/central) -"ols" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"olV" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"omm" = ( -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = -8 - }, -/obj/structure/sign/directions/security{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"omq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"ood" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"oql" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ork" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"otn" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ouy" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"ouA" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ovq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ovG" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=1.1-BrigCentral"; - location = "9.6-LeavingDorms" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oxa" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"oxn" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 4; - luminosity = 2 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"oyC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"oyD" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"oyF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"oyZ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"oAu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oAJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/airlock/research/glass{ - name = "AI Server Control"; - normalspeed = 0; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/server) -"oBt" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"oBH" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"oBS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"oBZ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"oCa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oDj" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/aft) -"oDF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"oEs" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oEX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"oFe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"oFt" = ( -/obj/item/beacon, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/lounge) -"oFy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"oGc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oGK" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"oIf" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"oIu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"oIG" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"oJp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oJK" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"oKI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"oKZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Port Hallway 2"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oMi" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"oMM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"oNa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port) -"oNW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"oOd" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = -24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"oOk" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"oPo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/lizardwine, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"oSY" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"oTm" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"oUR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"oVO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"oWd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"paK" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port) -"paT" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pbx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/maintenance/starboard/central"; - dir = 4; - name = "Central Port Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pbL" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pcl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ - dir = 2 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"pdu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"pdD" = ( -/obj/structure/dresser, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"pdR" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"pfb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pgL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"pgS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"pjU" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"plw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"plE" = ( -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"plF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"pnx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"pnJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"pon" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"pou" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"poQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=2.2-BridgeWest"; - location = "2.1-Teleporter" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"pqk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pqs" = ( -/obj/machinery/power/turbine{ - dir = 8; - luminosity = 2 - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"pqt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"pqJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"prd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"prM" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"psq" = ( -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"psS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ptU" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/medical) -"pvg" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pvw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - state = 2 - }, -/obj/structure/cable/white, -/turf/open/floor/engine, -/area/engine/engineering) -"pxr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pxu" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Access"; - req_access_txt = "30" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plating, -/area/science/server) -"pyf" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/mineral/random/labormineral, -/area/asteroid/nearstation) -"pyJ" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/gun/energy/temperature/security, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/card/id/departmental_budget/sec, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/gun/syringe, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"pyL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"pzi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/holopad/secure, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"pzw" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"pAu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"pAL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pBj" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"pBV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"pCG" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"pDq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pDu" = ( -/obj/structure/table/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"pEA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"pFd" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"pGs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching Prison Wing holding areas."; - name = "Prison Monitor"; - network = list("prison"); - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pGz" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"pGE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research) -"pHA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"pHR" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/central) -"pJz" = ( -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room"; - req_access_txt = "30" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/server) -"pNf" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/closet/secure_closet/captains, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain/private) -"pNj" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8.1-AftNE"; - location = "7.1-StarboardQuarter" - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"pNv" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"pNw" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar/atrium"; - dir = 8; - name = "Atrium APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"pNE" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"pOw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"pPL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/engine, -/area/engine/supermatter) -"pQe" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"pRA" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Gravity Generator Entry"; - dir = 2; - pixel_x = 23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/gravity_generator"; - dir = 1; - name = "Gravity Generator APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"pRV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"pTj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"pUl" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"pUF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pVm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"pVs" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"pXW" = ( -/obj/machinery/door/airlock/public{ - id_tag = "ai_core_airlock_interior" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"pYn" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"pYD" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/ai/server_cabinet/prefilled, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"pZe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"pZU" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"qbq" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical) -"qbw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"qcg" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"qcQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qdt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"qfi" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/bridge) -"qgn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qgC" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"qiu" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qiE" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Detective's Office Maintenance"; - req_access_txt = "4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qjr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"qjD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal) -"qjJ" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qjX" = ( -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "ceblast"; - name = "Engineering Lockdown Control"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "10" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console{ - department = "Engineering"; - departmentType = 0; - name = "Engineering RC"; - pixel_x = 64 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qka" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plating, -/area/security/prison) -"qkm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"qkH" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"qlf" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"qlH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"qoT" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Nitrogen to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qpw" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering"; - dir = 4; - name = "Engine Room APC"; - pixel_x = 24 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/engine, -/area/engine/engineering) -"qpM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"qql" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"qry" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departure Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"qsc" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"qsV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"qtq" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"qtC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"qui" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Distro to Waste" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qvl" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qvD" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qxy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"qxL" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"qxQ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/lab) -"qzk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port) -"qzT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1; - external_pressure_bound = 120; - internal_pressure_bound = 1000; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qAm" = ( -/obj/machinery/computer/security/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"qAw" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/black{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/black{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qAK" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/library) -"qBF" = ( -/obj/item/clothing/head/cone{ - desc = "This cone seems to almost always land in the corner of the room... Strange."; - name = "Corner Cone"; - pixel_x = 6; - pixel_y = -3 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"qCx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_one_access_txt = "10" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qCI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/item/pipe_dispenser, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qEh" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai"; - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 3; - pixel_y = -23 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 4; - pixel_y = 33 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aicoredoor"; - name = "AI Core Access" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"qEl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qEo" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qFw" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"qGb" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"qGH" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/turf_decal/bot, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/obj/item/storage/firstaid/hypospray/deluxe/cmo, -/obj/item/storage/belt/medical, -/obj/item/storage/belt/medical, -/obj/item/clothing/neck/stethoscope, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel, -/area/medical) -"qGR" = ( -/obj/structure/bed, -/obj/effect/landmark/start/detective, -/obj/item/bedsheet/brown, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"qHv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"qHJ" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"qHU" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"qJl" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/bed/dogbed/runtime, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"qJO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"qLz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"qLE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/lab) -"qMk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"qMr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qMC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"qNe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qOO" = ( -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Engineering Lockdown Shutters" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qOV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"qQx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"qQJ" = ( -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qRe" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS"; - pixel_x = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qSa" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -24 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qTa" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qTI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"qTR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qUh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qVD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"qVF" = ( -/obj/machinery/recycler, -/turf/open/floor/plating, -/area/maintenance/disposal) -"qVR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"qWr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qWR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"qXM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qYx" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qYY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qZh" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qZG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"qZX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"rad" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "Gas to Cooling Loop" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"rbq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/cryopod{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"rbC" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"rcB" = ( -/obj/machinery/door/airlock/grunge{ - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"rdd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"rde" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"rdv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"rdH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Departures Hallway"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"rel" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"rhZ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"rin" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"riW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"rjo" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"rjQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rkJ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"rkU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/storage/firstaid/fire{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/southright{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"rnd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"rnO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rov" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rqx" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"rra" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rrm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"rrP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"ruc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical) -"rvh" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"rvR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/bombcloset/security, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"rwU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"rxy" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway North-West"; - dir = 2 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/supply/cargo{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"rzn" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/starboard) -"rzq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rAl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"rAy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"rBE" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"rBK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"rDr" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"rDy" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: South of Arrivals"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"rEx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rEI" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"rER" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"rEW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/chapel/main) -"rFq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"rGD" = ( -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"rHJ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"rHV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"rIZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"rJH" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/landmark/start/mime, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"rJZ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/camera{ - c_tag = "Library 2"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"rLg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rMO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Locker Room" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"rNb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"rOv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"rPc" = ( -/turf/closed/wall, -/area/science/server) -"rPY" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating/airless, -/area/asteroid/nearstation) -"rQL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/medical) -"rRu" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Foyer" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"rRH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"rRS" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"rSt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"rTF" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"rVj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"rVs" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 2 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"rVN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rVY" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rWa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/engine/engineering) -"rWl" = ( -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - dir = 8; - network = list("ss13","rd") - }, -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"rWK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"rYq" = ( -/obj/item/bedsheet/dorms, -/obj/structure/bed, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"rYR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"sak" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"saG" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/camera, -/obj/item/paicard, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"saT" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/virologist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/lounge) -"saX" = ( -/obj/machinery/door/airlock/external{ - name = "External Docking Port"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"scc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"scl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"scz" = ( -/obj/machinery/camera{ - c_tag = "Port Primary Hallway"; - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"scD" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"scJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"scS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"sdL" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"sdX" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"see" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"sej" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sel" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sem" = ( -/obj/machinery/light/small, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/syringe{ - pixel_y = 5 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"sep" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"sfP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"sgv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"sgB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"shC" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"sjb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sjj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"sjr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"sml" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"smH" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"sna" = ( -/turf/closed/mineral/random/labormineral, -/area/maintenance/port) -"snV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"soA" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/syndicatefake, -/obj/item/clothing/head/syndicatefake, -/obj/effect/decal/cleanable/cobweb, -/obj/item/toy/syndicateballoon, -/obj/item/clipboard, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"spg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"spl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Nanite Laboratory"; - req_one_access_txt = "7;47;29" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"spw" = ( -/obj/machinery/computer/bank_machine, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"sql" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=6.3-DeparturesS"; - location = "6.2-DeparturesN" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sqr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sqt" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"sqz" = ( -/turf/closed/wall, -/area/hallway/primary/starboard) -"srh" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "CO2 to Pure" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"srD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"srR" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 2 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"ssl" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Atrium 4"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"ste" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/computer/rdservercontrol{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/server) -"sua" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"suX" = ( -/obj/structure/closet, -/obj/item/clothing/under/pj/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"svL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"swe" = ( -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"sws" = ( -/obj/docking_port/stationary{ - dheight = 1; - dir = 8; - dwidth = 12; - height = 17; - id = "syndicate_sw"; - name = "southwest of station"; - width = 23 - }, -/turf/open/space, -/area/space/nearstation) -"swv" = ( -/turf/closed/wall/r_wall/rust, -/area/bridge) -"swy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"swz" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/hop) -"swA" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/fore) -"swC" = ( -/turf/closed/wall/r_wall/rust, -/area/crew_quarters/heads/captain/private) -"swF" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/asteroid/nearstation) -"swG" = ( -/turf/closed/wall/rust, -/area/security/detectives_office) -"swL" = ( -/turf/closed/wall/rust, -/area/quartermaster/storage) -"swM" = ( -/obj/machinery/status_display/supply, -/turf/closed/wall/rust, -/area/quartermaster/storage) -"swZ" = ( -/turf/closed/wall/r_wall/rust, -/area/security/brig) -"sxc" = ( -/turf/closed/wall/r_wall/rust, -/area/asteroid/nearstation) -"sxC" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai) -"syh" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"syC" = ( -/turf/closed/wall/r_wall/rust, -/area/teleporter) -"syD" = ( -/turf/closed/wall/rust, -/area/quartermaster/miningdock) -"syE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical) -"syS" = ( -/turf/closed/wall/rust, -/area/crew_quarters/toilet/restrooms) -"syT" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/storage/eva) -"szq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Port"; - dir = 4; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"sAc" = ( -/turf/closed/wall/rust, -/area/storage/primary) -"sAi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sAq" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sAx" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"sAz" = ( -/turf/closed/wall/r_wall/rust, -/area/storage/primary) -"sAA" = ( -/turf/closed/wall/rust, -/area/crew_quarters/bar/atrium) -"sAY" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"sBs" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"sBy" = ( -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"sBA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"sBW" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"sBY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"sCS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/black{ - dir = 8; - icon_state = "tile_corner" - }, -/obj/effect/turf_decal/tile/black{ - dir = 4; - icon_state = "tile_corner" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sDl" = ( -/turf/closed/wall/rust, -/area/crew_quarters/dorms) -"sDq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/tank/internals/air, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"sDP" = ( -/turf/closed/wall/rust, -/area/hallway/secondary/exit) -"sEl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"sEE" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sEQ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/maintenance/starboard) -"sFn" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/circuitboard/computer/cloning{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/circuitboard/machine/clonepod, -/obj/item/circuitboard/machine/clonescanner, -/obj/item/circuitboard/computer/med_data{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFp" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/closet/crate/solarpanel_small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFq" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/crowbar/red, -/obj/item/aicard, -/obj/item/analyzer, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFO" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"sFR" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/circuitboard/machine/autolathe{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/circuitboard/machine/microwave, -/obj/item/circuitboard/computer/secure_data{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/smoke_machine{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFU" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"sFX" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"sFY" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line, -/obj/item/crowbar, -/obj/item/crowbar, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"sGc" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"sHm" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/library) -"sHB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"sHV" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/engineering) -"sHZ" = ( -/turf/closed/wall/rust, -/area/crew_quarters/theatre) -"sIe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sIu" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/gravity_generator) -"sIB" = ( -/turf/closed/wall/rust, -/area/hydroponics) -"sIC" = ( -/turf/closed/wall/rust, -/area/crew_quarters/kitchen) -"sIG" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/newscaster{ - pixel_y = -30 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"sIK" = ( -/turf/closed/wall/rust, -/area/janitor) -"sIN" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/rust, -/area/maintenance/starboard) -"sIO" = ( -/turf/open/space/basic, -/area/space/nearstation) -"sIP" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"sIU" = ( -/obj/machinery/door/poddoor/shutters{ - id = "supplybridge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"sJb" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical) -"sJq" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/turf/closed/wall, -/area/maintenance/starboard) -"sJA" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"sJG" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/supermatter) -"sJI" = ( -/turf/closed/wall/rust, -/area/library) -"sJL" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"sJN" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard) -"sJO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"sJP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"sJT" = ( -/turf/closed/wall/rust, -/area/medical/morgue) -"sJV" = ( -/turf/closed/wall/r_wall/rust, -/area/tcommsat/server) -"sKf" = ( -/turf/closed/wall/rust, -/area/science/research) -"sKj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sKn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sKx" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/port) -"sKB" = ( -/turf/closed/wall/rust, -/area/security/checkpoint) -"sKE" = ( -/turf/closed/wall/rust, -/area/maintenance/port) -"sKK" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"sKL" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/port) -"sKZ" = ( -/turf/closed/wall/r_wall/rust, -/area/science/xenobiology) -"sLc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"sLf" = ( -/turf/closed/wall/rust, -/area/chapel/main) -"sLg" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"sLm" = ( -/turf/closed/wall/rust, -/area/hallway/secondary/entry) -"sLy" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLA" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"sLF" = ( -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLL" = ( -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 30; - pixel_y = 30 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLP" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"sLQ" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 1; - listening = 1; - name = "Common Channel"; - pixel_x = -27; - pixel_y = -7 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -27 - }, -/obj/item/radio/intercom{ - anyai = 1; - broadcasting = 0; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 27; - pixel_y = -7 - }, -/obj/machinery/button/door{ - id = "aicorewindow"; - name = "AI Core shutters control"; - pixel_x = 24; - pixel_y = -22; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "aicoredoor"; - name = "AI Chamber entrance shutters control"; - pixel_x = -23; - pixel_y = -23; - req_access_txt = "16" - }, -/obj/machinery/ai/data_core/primary, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sLR" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"sLS" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLT" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_one_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"sLV" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sLZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sMa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sMc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sMg" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"sMj" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"sMn" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"sMo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"sMq" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"sMr" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"sMv" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/disk/holodisk/tutorial/AICore, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sMx" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 23; - pixel_y = -7 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 23; - pixel_y = 7 - }, -/obj/structure/table, -/obj/item/mmi, -/obj/item/wrench, -/obj/item/crowbar, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"sMD" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"sME" = ( -/turf/closed/wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"sMG" = ( -/obj/machinery/teleport/hub, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMH" = ( -/obj/machinery/teleport/station, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMI" = ( -/obj/machinery/computer/teleporter, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"sML" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sMO" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sMP" = ( -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sMQ" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sMT" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMU" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"sMV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Access"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 9; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = 3; - pixel_y = 33 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "ai_core_airlock_exterior"; - idInterior = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 5; - pixel_y = 36 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNc" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/aisat_interior) -"sNf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sNh" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ - dir = 8; - name = "Waste Ejector" - }, -/turf/open/floor/plating/airless, -/area/ai_monitored/turret_protected/aisat_interior) -"sNv" = ( -/obj/machinery/camera{ - c_tag = "AI Satellite - Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNx" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"sNB" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sNC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - name = "AI Satellite turret control"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Antechamber"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNF" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/aisat_interior) -"sNG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNI" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 20 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 2; - name = "MiniSat APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/flashlight/flare/signal, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 10 - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNJ" = ( -/obj/machinery/recharge_station, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNM" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"sNP" = ( -/obj/structure/transit_tube, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"sNQ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"sNS" = ( -/obj/machinery/porta_turret/ai{ - installation = /obj/item/gun/energy/e_gun/turret - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sNT" = ( -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/glass{ - amount = 20 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/mmi, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/structure/table, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sOb" = ( -/obj/structure/transit_tube, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"sOj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing, -/turf/open/space/basic, -/area/space/nearstation) -"sOk" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/space/nearstation) -"sOr" = ( -/obj/structure/transit_tube, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/plating, -/area/bridge) -"sOs" = ( -/obj/machinery/door/airlock/command{ - name = "MiniSat Access"; - req_access_txt = "65" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"sOt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"sOu" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/bridge) -"sOv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"sOw" = ( -/obj/effect/turf_decal/bot, -/obj/structure/transit_tube/station/reverse{ - dir = 8; - icon_state = "closed_terminus0" - }, -/turf/open/floor/plating, -/area/bridge) -"sOx" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"sOA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"sOB" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"sOD" = ( -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/nuke_storage) -"sOM" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"sON" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) -"sOY" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"sPa" = ( -/obj/effect/landmark/start/janitor, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/janitor) -"sPq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"sPY" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sQu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "External Bypass" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"sRl" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8; - icon_state = "airlock_unres_helper" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical) -"sSy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"sTu" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"sUU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"sWu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"sWU" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sXH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sXM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"sYc" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"sYw" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "secexterior"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"sZi" = ( -/obj/machinery/camera{ - c_tag = "Security - Departures Starboard"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sZo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"sZA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"sZD" = ( -/obj/machinery/vending/autodrobe{ - req_access_txt = "0" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Locker Room South"; - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"tac" = ( -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"tcd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"tcl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"tcm" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"tcy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"tcO" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance/three, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"tdN" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tfB" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"tgm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Waste" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tgp" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tgq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"thA" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"tjF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/instrument/guitar, -/obj/item/clothing/head/radiation, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/maintenance/port) -"tjI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"tkA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tnb" = ( -/obj/machinery/camera{ - c_tag = "Hydroponics South"; - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"tnJ" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/matches{ - pixel_y = 5 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"tnV" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating, -/area/asteroid/nearstation) -"top" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"tqk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Engineering Suit Storage"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"tqF" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"tra" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"try" = ( -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Bar"; - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - pixel_y = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"ttA" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ttC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"tua" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"txI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"tBE" = ( -/obj/machinery/button/door{ - id = "supplybridge"; - name = "Shuttle Bay Space Bridge Control"; - pixel_y = 27 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bridge Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"tCZ" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"tDm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"tDv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"tDy" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"tEa" = ( -/obj/machinery/camera{ - c_tag = "Kitchen - Coldroom"; - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"tEs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"tEZ" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/tcomms{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"tFv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"tFN" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS"; - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"tGF" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway West"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"tHc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/starboard"; - dir = 8; - name = "Starboard Primary Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"tHD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tHR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Desk"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tIV" = ( -/obj/structure/closet/radiation, -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tJU" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/maintenance/port) -"tKM" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"tLl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tMW" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"tND" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"tNY" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"tOE" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tOP" = ( -/turf/closed/wall/r_wall/rust, -/area/science/server) -"tPH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"tQD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"tQL" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tSq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tSv" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tTg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"tTl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"tTx" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"tTA" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tVa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"tVs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/landmark/event_spawn, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/engine, -/area/engine/engineering) -"tWh" = ( -/turf/closed/wall, -/area/crew_quarters/lounge) -"tXi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tYm" = ( -/obj/machinery/processor, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"tYE" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/autolathe, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"tYF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"tZe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"tZm" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 1; - name = "Research Division APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"tZB" = ( -/obj/machinery/computer/ai_resource_distribution{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/server) -"tZD" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"tZP" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "captainspace"; - name = "Captain's Space Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain/private) -"uaB" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ubI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"ucr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ucv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"udr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"udG" = ( -/obj/machinery/camera{ - c_tag = "Bridge - Starboard Access"; - dir = 4; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ueD" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ueG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"ufH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"ufM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/lounge) -"ugA" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"uhv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/central) -"uhz" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"uic" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Engineering Starboard"; - dir = 8; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"uiT" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ujb" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"ujg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ - dir = 2 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"ujw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ujG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ukJ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"ulj" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port) -"une" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/hydroseeds, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"uns" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/central) -"uok" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"uoy" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Plasma to Pure" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Atmospherics North" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"uoN" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"upX" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uqn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"urt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"urM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/heads/hop) -"urZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "0"; - req_one_access_txt = "10;24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"uug" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uuj" = ( -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/obj/effect/turf_decal/bot, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"uuJ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"uuU" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/lounge) -"uvP" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"uwe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"uwo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"uyI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"uAt" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"uCq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"uDv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"uDy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"uEE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"uFU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"uFY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"uGL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"uHe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uHq" = ( -/obj/structure/table, -/obj/item/clothing/suit/armor/reactive/teleport{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/holotool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel/dark, -/area/science/server) -"uHB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 2 - }, -/obj/structure/sign/barsign{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"uId" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"uJw" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"uJD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"uLo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"uMp" = ( -/obj/structure/table, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/nanite_scanner, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"uNd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"uNq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"uND" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"uOj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/burger, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"uOk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"uOt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"uOD" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=2.1-Teleporter"; - location = "1.2-BrigNorth" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"uPM" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/storage/lockbox/medal, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"uQd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/power/emitter, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"uQO" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"uSd" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"uTN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical) -"uVB" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uVJ" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uWh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"uXm" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/wrench, -/obj/item/clothing/glasses/welding, -/obj/effect/turf_decal/tile/purple{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"uXK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"uYd" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"uYW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) -"uZE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"uZY" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"val" = ( -/turf/closed/wall/rust, -/area/crew_quarters/bar) -"vds" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/janitor) -"vdX" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"vfE" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.2-EnteringEngi"; - location = "9.1-Library" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"vgs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"vhr" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"vhs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/central) -"viy" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vjN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vkl" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/machinery/camera{ - c_tag = "Locker Room East"; - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/dorms) -"vkN" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical) -"vkW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"vlH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"vmU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vnf" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/vending/autodrobe{ - req_access_txt = "0" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"voU" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/obj/item/storage/box, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"vpz" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vqf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"vqS" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vsf" = ( -/obj/effect/decal/cleanable/xenoblood/xgibs, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"vth" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"vtI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vtU" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"vtZ" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"vuh" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "N2O to Pure" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vuD" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"vuN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vwF" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "secinterior"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"vzq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"vzZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vAe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"vAG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Service Hall" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"vCk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"vCn" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Disposal APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"vCX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vDt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"vDA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"vEr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vFw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"vGr" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"vHJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"vJk" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vJt" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/space_heater, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"vLY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vMb" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"vMi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/library) -"vMp" = ( -/obj/effect/turf_decal/sand/plating, -/turf/open/floor/plating/asteroid/airless, -/area/maintenance/port) -"vNJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"vNM" = ( -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"vNR" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/clown, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"vOn" = ( -/obj/machinery/power/apc{ - areastring = "/area/library"; - dir = 8; - name = "Library APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/libraryscanner, -/turf/open/floor/wood, -/area/library) -"vQD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/central) -"vRe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"vRD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vRJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"vSf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"vSI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"vTb" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vUN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"vVS" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 2 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"wbV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/hydroponics/soil, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"wce" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv{ - pixel_x = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"wck" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"wcm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wdt" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"weC" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/port/fore) -"weG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"whw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wio" = ( -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/detectives_office) -"wjG" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wkG" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"wkO" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"wlH" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Arrivals - Starboard"; - dir = 1; - name = "arrivals camera" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"wlX" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"wml" = ( -/obj/machinery/computer/prisoner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"woe" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/bridge) -"woy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"woH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"woL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/library) -"woP" = ( -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/reagent_containers/food/snacks/breadslice/creamcheese, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"wqg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wqi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/bridge) -"wqm" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"wqJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"wqL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wqV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"wru" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"wwY" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "cloningfoyer"; - name = "Cloning Lab"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1; - icon_state = "airlock_unres_helper" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/medical) -"wxs" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"wxH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"wxK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"wzF" = ( -/obj/effect/landmark/start/scientist, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"wAU" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"wBq" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"wCt" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wDf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Quarters"; - req_access_txt = "57" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"wDh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wDn" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/crowbar, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/flashlight/flare/signal{ - pixel_y = -3 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"wEU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wFY" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 4 - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons from the safety of your own office."; - dir = 4; - name = "Engineering Monitor"; - network = list("engine","minisat"); - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"wHx" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/suit/space/paramedic, -/obj/item/clothing/head/helmet/space, -/turf/open/floor/plasteel/dark, -/area/medical) -"wIm" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/crew_quarters/dorms) -"wIy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"wIF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"wJP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"wKp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 2 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"wMx" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hydrodesk"; - name = "Hydroponics Counter Shutters" - }, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/pumpkin, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - name = "Hydroponics Desk"; - req_one_access_txt = "30;35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"wOt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"wOH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wOJ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway East"; - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wPC" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/button/door{ - id = "hopline"; - name = "Queue Shutters Control"; - pixel_x = -8; - pixel_y = -24; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hopblast"; - name = "Lockdown Blast doors"; - pixel_x = 8; - pixel_y = -24; - req_access_txt = "57" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/command/hop{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"wQs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "Serving Hatch" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"wQO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"wRo" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wTF" = ( -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"wTG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"wVd" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wVj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"wWj" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/fullgrass, -/turf/open/floor/grass, -/area/hallway/secondary/entry) -"wWA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"wWS" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=9.3-Engi"; - location = "9.2-EnteringEngi" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"wXv" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/candy, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"wXC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"wYs" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/lapvend, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wYt" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"wYD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"xbr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"xbZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"xcJ" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"xcP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals Port" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"xdN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/central) -"xej" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 2 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"xeu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xeC" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/library) -"xeD" = ( -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -6 - }, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"xgr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"xjT" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/hallway/secondary/entry"; - dir = 1; - name = "Arrivals APC"; - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"xky" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"xkS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"xlz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"xoj" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall/rust, -/area/ai_monitored/turret_protected/ai) -"xqK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xrf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xrm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"xug" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"xvJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Arrivals Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"xwl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xwu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/foyer) -"xwF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"xwZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"xyo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xzy" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "garbage"; - name = "disposal conveyor" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"xAj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xAq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xAu" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre) -"xAS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/library) -"xBF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"xDp" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"xDs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Cargo Maintenance"; - req_one_access_txt = "48;50" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"xDE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xEQ" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"xFl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"xFD" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xFK" = ( -/obj/machinery/door/airlock/grunge{ - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"xGc" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/door_timer{ - id = "brig2"; - name = "Cell 2"; - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"xGh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"xGO" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/lab) -"xHe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/shieldgen, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"xHk" = ( -/obj/machinery/vending/clothing, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"xIi" = ( -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xIm" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"xJv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/theatre) -"xJz" = ( -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"xJG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"xKb" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"xKf" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"xMA" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/bridge) -"xNi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xOb" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/autoname{ - dir = 2 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"xOj" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"xPI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"xRD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"xTn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"xUc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"xUk" = ( -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Fore"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/security/brig) -"xWk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_exterior"; - idSelf = "incinerator_access_control"; - name = "Incinerator airlock control"; - pixel_x = 22; - pixel_y = 22 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - layer = 3.1; - name = "Incinerator airlock control"; - pixel_x = -22; - pixel_y = 22 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"xWl" = ( -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"xWB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"xXN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"xXO" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"xXV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"xYc" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"xYE" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"xYW" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xZb" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"xZy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"xZJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"yaD" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/item/storage/secure/safe{ - pixel_x = 32; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"yaI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"yaM" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"yba" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ybK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ybM" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "CE Office APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ycR" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Vault Chamber"; - req_access_txt = "16" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"ydd" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/cargo{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"yek" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"yfs" = ( -/obj/machinery/light, -/obj/machinery/requests_console{ - department = "Mining"; - departmentType = 0; - name = "Mining Dock RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"yfz" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"ygz" = ( -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/lockbox/loyalty, -/obj/structure/table/reinforced, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Security - Office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"yhg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"yik" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"yiv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"yje" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"yjE" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab"; - req_one_access_txt = "7;29" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/lab) -"yjL" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/janitor) -"ylL" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/cooking_to_serve_man, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/crew_quarters/kitchen) -"ymj" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sNM -sNM -sNM -sNM -sNM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -fom -aae -aaa -aae -sNM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sNM -oIG -mqF -oIG -wkG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sNM -uhz -pqs -uhz -coQ -jbQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -uhz -uhz -oxn -uhz -uhz -lrg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aac -aac -aac -aac -aaa -uhz -iye -iMp -qgC -cCp -lrg -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aac -aac -aad -aad -aad -aad -aad -uhz -bpn -dtq -bYE -uhz -lrg -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -aad -aad -aad -aad -aad -uhz -xOb -xWk -fUk -uhz -aMY -aad -aac -aac -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aqz -aqz -aqz -aqz -aqz -aqz -aqz -uhz -bpn -eBO -dVI -uhz -aMY -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -aqz -aqz -ueG -ttA -chJ -vJt -fbH -lvw -mbW -mzX -cRn -iuE -uhz -aMY -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aqz -lAs -qTa -oJp -hUG -yhg -hUG -hUG -vqS -qMr -kiw -nUk -aKb -aNa -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -fEM -cWv -cWv -cWv -cWv -ldL -msJ -rjQ -rjQ -jtZ -xrf -bGL -vuN -jkl -bcP -cxW -aqz -ahu -aGe -aGe -sIu -aGe -aGe -aGe -sIu -aGe -abi -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -pNE -anx -anx -anx -otn -uuJ -tdN -oql -oql -ixk -oql -mkN -iKp -tgp -bcQ -fYx -aqz -aad -sIu -aHe -aBj -aCG -csl -aJh -aLD -aGe -agE -aad -aad -aad -aad -aad -aad -aad -aac -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -pNE -mTM -iZQ -tac -gVX -oiL -kCU -rzq -awI -uVJ -diG -mTv -avx -bcz -bcS -xyo -hNO -aad -aGe -aId -aIc -aJi -csl -aJl -aKv -sIu -afM -abu -afM -abi -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -pNE -kJw -iqC -aqA -kHA -oiL -mTT -tgm -vjN -hUL -diG -rEx -agJ -anx -anx -anx -uok -aad -aGe -aHg -aId -aHe -aHK -ajo -aLC -aMJ -sJV -aMJ -sJV -aMJ -aMJ -aMJ -sJV -aMJ -aMJ -aMJ -sJV -aMJ -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -pNE -mTM -bGS -oaV -srh -bZq -vtI -juT -vJk -nFG -nbn -vpz -agK -xIm -rVj -aAg -uok -mdy -aGe -aGe -aGe -sIu -aKx -mHd -aQY -aMJ -ugA -tEZ -rAy -aPG -sGc -aPG -aTX -buH -buJ -buO -sKn -aMJ -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -pNE -anx -anx -anx -ymj -bKQ -fIN -auq -hqX -wqL -diG -yba -agN -aqA -qsc -lUu -uok -iyA -wFY -klf -uND -aGe -pRA -ajq -iey -aMJ -jZe -bce -buC -aPG -sJO -aPG -aBn -aUO -buK -sKj -aBu -aMJ -abu -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -pNE -oOk -vVS -tac -xEQ -bKQ -bWr -mae -xeu -wqL -aAn -iJY -agK -xIm -mgs -aAg -uok -mKK -nSy -dVS -udr -dht -pdR -heh -hAS -sLT -jcz -nWd -aNV -hWi -aRD -qCx -aTY -aUP -buL -buP -buS -aMJ -acG -sxc -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -sws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -pNE -iyF -ddI -aqA -vmU -bKQ -fvd -mae -mkF -wqL -aAp -yba -agQ -anx -anx -anx -uok -adc -mqg -vlH -cfo -sIu -dlB -nFn -aLH -aMJ -aMN -aNW -cUY -aPG -sJP -aPG -aBo -buI -qzT -sKj -aBu -aMJ -afM -afL -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -pNE -oOk -xej -oaV -uoy -lqz -fFw -auq -hXn -wqL -iIj -iJY -agR -aAh -aBp -awA -uok -nVa -ybM -kVp -noF -aGe -aJn -ajr -aLI -aMJ -aNX -aBi -aNs -aPG -aRE -aSN -aTZ -blq -buN -buQ -buU -sJV -afM -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -pNE -anx -anx -anx -awC -bKQ -fFw -fEt -mnD -asx -aty -eMm -agS -aAi -axi -ggc -uok -fTS -mdy -mdy -mdy -aGe -aLE -ajs -aRy -aMJ -aMJ -sJV -aMJ -aMJ -sJV -aMJ -aMJ -aMJ -sJV -aMJ -aMJ -sJV -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -pNE -vMb -srR -tac -arr -bKQ -fFw -auq -qEl -wqL -aAp -yba -agT -aAj -blk -awA -uok -aEn -aFq -aEt -dxu -vRe -fSS -oBZ -rWa -szq -gnX -eMc -riW -eMc -dIQ -kFw -dYW -pyf -bnu -pyf -bnu -tnV -fdP -kpH -bnu -jBp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -abj -aaW -aad -aad -pNE -isz -fnp -aqA -viy -bKQ -dyw -gAN -qCI -tSq -ktC -bXg -agU -anx -anx -anx -uok -xHe -uQd -aEt -laW -aAo -aJq -aJq -oWd -kjs -wBq -mLy -kPp -gCL -rad -bxu -aUa -aUQ -aVK -aUQ -aXc -aad -abi -ahu -sxc -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -abi -abj -abi -abi -aad -pNE -vMb -ujg -oaV -vuh -asw -fvd -mae -hqX -wqL -auv -iJY -agW -aAh -aBr -asv -uok -jPH -aFt -aFw -aje -aIh -ouA -aKz -aLO -aOB -aOB -aOB -aLU -xBF -aRK -aSR -aEt -aUR -aVL -aUR -aUQ -bvo -aad -aad -aac -aac -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aac -aaa -aac -aad -aad -aad -abi -aik -aaW -abj -abj -abu -fLm -pNE -anx -anx -pjU -qFw -asw -fvd -mae -dcF -bpB -qoT -eaf -ahb -aAi -atx -dFW -uok -iNt -aFu -aFy -ajf -aIi -aJs -aKz -buW -aMR -aMX -aMX -sJG -sQu -aRK -kdE -aLk -aUS -aUU -aWz -aVL -bvo -ahu -aad -aad -aac -aac -aac -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aac -aad -aad -aad -aad -abj -abj -abS -abj -abj -acD -pNE -aoq -rVs -aqC -arv -asC -atK -auq -hqX -buw -diG -yba -ahc -aAj -aBt -asv -uok -xZb -cHM -aGf -ajg -aIf -aJt -buW -aLP -aMS -aMS -aOC -buW -oBS -sgB -niM -aLk -aUR -aUU -aWz -aUQ -bvg -sxc -aad -aac -bvI -aad -aac -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aah -aad -aac -aac -aad -aad -aad -aaW -abj -abu -aaV -abj -abS -aad -pNE -aor -apv -aqA -arw -oiL -fvd -ljG -atQ -cva -cva -pfb -ahd -dNl -dNl -dNl -nZf -dYW -nnZ -wVj -ajh -aIk -aJu -aKA -aLQ -aMT -aMT -aMT -aPK -joh -bNm -pvw -aLk -aUS -aUU -aWz -aVL -aad -ahu -bvg -bvg -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -aad -aad -abi -abu -abu -abj -abj -abj -abi -pNE -aoq -pcl -aqE -arx -azm -xYW -fLr -hqX -goT -axm -cBS -ahf -ayh -xAj -aCz -uok -aEu -aAl -aHz -jcW -mwE -pPL -aMU -izQ -aMU -aOa -aMU -bvd -fDM -ctH -btE -aEt -aUT -aUU -aUU -aUQ -aad -bvo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aad -aad -aad -aad -aad -abu -abj -abj -abj -abu -acF -pNE -anx -anx -aqF -ary -asF -fvd -ayk -sel -lwi -mww -kYC -ahi -cff -eZd -kaA -aDr -aEv -ijV -aGh -aji -aIm -bxa -aKC -aLS -aMV -aMV -aMV -aKD -lVC -cxk -aSU -aLk -aUS -aUU -aWz -aVL -bvg -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aad -aad -aad -aad -adv -abj -abj -qHJ -qHJ -qHJ -bko -cWv -cWv -cWv -fSO -asG -auC -auA -qui -awJ -axo -avt -ahj -oGc -awF -aCA -uok -aEw -aDw -lUs -hjS -aIj -aJt -aKD -aLT -aMW -aMW -aOD -buW -oBS -uyI -dxo -aLk -aUR -aUU -aWz -aUQ -bvo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abR -aac -aac -aad -aad -aad -aad -abi -ael -abj -abu -qHJ -dGx -aeK -gNk -rqx -huj -sAx -arA -asH -avE -auB -avG -awK -axp -avz -snV -aAq -aBy -aCC -jDd -aEt -aEt -aEt -ajj -aIo -aJw -aKE -buW -aMX -aMX -aMX -buW -gKL -klc -aSY -aLk -aUS -aUU -aWz -aVL -bvo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abR -aac -aac -aad -aad -aad -aad -abT -abi -aaV -ajQ -qHJ -idf -xug -adm -yaM -dXg -aqz -aqz -aqz -sAx -aqz -aqz -aqz -axq -avB -ahj -azx -aBy -jwB -aDs -aEx -aGm -bcd -ajf -aIo -aJw -aKE -aLU -aOE -aOb -aOE -aLO -blK -nCc -aSV -aEt -aUR -aUU -aWz -aUQ -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aac -aad -aad -aad -aad -aad -aad -aad -abu -qHJ -qAm -glt -jxp -mNR -wJP -aeJ -tPH -kxQ -agF -atL -atS -hOa -pAL -avC -ahk -aAr -aAZ -aCD -aED -aEy -aEz -aHA -fMD -vdX -nbJ -tVs -fQn -gXX -rwU -koV -lTp -aBl -lqJ -bxu -aUa -aUU -aUU -aUU -aVL -aad -aad -aOH -aZo -baj -sKE -bzF -aZo -sKE -baj -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aad -aad -aad -aad -abi -agE -aad -aad -aad -aad -qHJ -bNO -afi -ddn -iPl -azK -klF -rHV -xbZ -agF -atL -atT -aqz -axs -fvd -aho -aAs -aAm -aBa -aCE -aDu -miM -aFB -wAU -mVd -mxu -mxu -tgq -uic -qpw -sEl -lkg -fDX -dDj -sjj -aEt -aBq -aad -aOH -aMu -aOH -jLg -sKx -aZq -lRJ -ilf -adL -bdD -beu -sKE -aad -aad -aad -aad -aad -aac -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -swF -aad -aad -aad -aad -aad -aad -aad -afL -aaV -ajQ -agF -agF -agF -swZ -agF -agF -fQB -aeR -hkN -agF -auE -atU -aqz -sCS -fvd -ahs -aAt -aBb -aqz -aqz -aEt -aEt -aEt -aEt -aEt -aEt -aEt -tTA -aEt -aEt -aEt -aEt -aEt -iFS -aEt -aEt -adt -sna -sna -adG -ouy -bIG -ehE -bak -aPV -bak -bcG -bdE -bev -baj -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -aad -aad -aad -aad -aad -afL -agF -agF -agF -swZ -agF -aeI -ygz -gaE -wml -agF -aqN -aeV -feH -agF -auF -atT -aqz -qAw -avD -nYD -eQA -gMY -kkh -ayD -azj -aAf -aAf -aCM -aAf -urZ -rBK -gjV -pqk -rel -xPI -ddE -jVf -tXi -tIV -ddE -vMp -sna -ouy -bAi -ouy -ouy -aOH -aZr -amr -bbe -ulj -bcG -bcF -baj -aad -aad -aad -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -aad -aad -aad -aad -aad -aad -aad -abT -agE -swZ -aim -aiR -ajR -aky -glM -gDQ -gDQ -dZR -anv -rvR -aeV -bPK -agF -auG -pZe -aqz -bdk -aqz -azD -ahS -aBP -aqz -aEA -aEA -aEA -aEA -aEt -sHV -aEt -wDn -ajF -iTc -aEt -akd -ddE -qEo -lDZ -lqV -ddE -sKx -aOH -nYY -aMu -aOH -aOH -aOH -bca -sXM -baj -bbR -bar -bew -aZo -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aad -aad -aad -aad -aad -aad -aad -aad -afL -abj -swZ -ain -qpM -pGz -nVk -prd -eoB -kjp -ddM -oFy -xrm -uAt -asK -agF -asZ -atW -aqz -axu -ayl -iHa -ahU -xeD -aCH -aDz -aEB -aFF -aGr -aHx -aIs -aEt -wYt -tTA -aEt -aEt -ntp -dmF -hhZ -cnY -lhM -tqk -oNa -oNa -sep -sep -sep -oNa -sep -jsC -rTF -olV -bcG -bdF -bcK -baj -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -abO -abO -abO -abO -abO -abO -aad -aad -aad -afM -aaV -agF -aio -pyJ -ajX -akT -lHG -kzU -ocn -oeG -anR -arF -aeW -asL -agF -atb -avO -aqz -axv -ayn -azt -sua -xRD -tHR -wIF -ubI -spg -grD -qOO -wxK -tHD -cWU -cNX -qQJ -aEt -akd -ddE -prM -aZI -ded -ddE -aQW -aQW -aQW -aQW -sJI -sJI -aQW -bar -akd -sKL -bcK -aeu -sem -sKE -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -abO -adw -afN -ahx -ais -abO -azo -abO -abO -abO -agF -agF -aip -aiU -cLg -agF -ame -agF -anQ -aqt -agF -aoB -aeY -arP -agF -afV -avP -sAx -icA -ayo -bDo -ahW -aBE -aqz -ufH -rin -aiy -aGt -aEt -aJF -nfa -aSv -ajL -jOn -aEt -akd -ddE -ddE -ddE -ddE -ddE -aUV -aVN -aWA -aQW -jnK -kzp -aQW -bar -akf -baj -baj -sKL -baj -aZo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -abO -adx -aem -aem -ajb -arD -azT -aCq -arD -aCB -agF -aFm -agF -aiV -ajV -akW -alN -amK -anC -aov -apy -arG -nti -jzC -gRr -weC -axt -aqz -axx -ayp -azu -ahX -aBF -aCW -aEC -rin -aiA -aGF -aJp -aKL -pUF -bbj -bcg -lxA -sHV -ake -aPO -sJI -rJZ -uvP -vOn -omq -hQl -czh -jZX -aXM -jik -aQW -bar -amz -bal -bcL -bdI -bey -aZo -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aad -abO -hdh -aem -ahv -ajZ -uDy -mba -ttC -paT -hsC -cmh -jPN -qOV -ioF -wOt -ujw -itz -ked -eTd -ioF -gle -ieS -tEs -asN -agF -afW -bdb -aqz -axy -ayq -azw -ahY -aBH -aDv -aEE -eCw -xwF -aHh -aJO -aGY -ioA -kiv -aMa -cwl -ecI -akf -aPP -aQW -oju -aTc -alb -aUX -aVT -aWF -aQW -aXN -cbs -aQW -bar -amA -olV -bbe -bak -bez -baj -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aac -aac -aac -aac -bNT -aeo -qka -ahz -aAc -arD -cuq -aCt -arD -abq -aht -ahG -aij -aiN -acn -fav -alP -adi -alP -aiN -adT -apP -afa -asP -agF -agb -avS -aqz -axz -flX -azy -tOE -aBI -aDx -aDB -rIZ -aiB -aGu -aJV -qjX -dWX -kiQ -ucv -kYH -aEt -akp -aPq -aQW -aRV -aSa -alc -aUX -aVQ -aWD -iUq -aQW -aQW -sJI -bar -akd -bal -bcN -bcN -beA -baj -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aac -aac -aac -jxd -aeo -ajb -aeo -aAd -arD -arD -arD -arD -pGs -agF -ahH -agF -xUk -acq -hsn -hta -acq -xGc -pgL -adY -atj -afc -asQ -agF -eWX -avT -aqz -axA -ayr -azz -aAB -aBJ -aqz -xwu -rRu -aiC -xwu -aEt -tSv -aJH -dol -ghD -aNg -aEt -jkX -apd -aQW -aRW -aTe -alh -aUX -aVR -aVQ -aXg -aQW -dak -uDv -uDv -lKx -baj -bcO -bao -beB -sKE -aad -aad -aad -bfu -bfu -sLf -bfu -bfu -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aac -aac -aac -han -agG -agH -jgp -aFM -arD -aAa -aCu -arD -abx -agF -swZ -agF -aiU -acu -ala -aiU -adj -ala -vwF -aei -ala -afe -asM -agF -agm -avU -aqz -aqz -ays -ays -ays -aqz -aqz -aDC -srD -aiD -aGv -aHB -aEt -aLW -aLW -aLW -aEt -aEt -akr -aPr -aQW -aRX -aTf -alb -aUY -aVS -aWE -aXh -aQW -akd -sKE -baj -iyq -bbY -xky -bap -oBH -sKE -bfu -bfu -sLf -bfu -aPW -aRp -bjf -bfu -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aah -aac -aac -aad -abO -aep -aFo -rYR -hiR -juZ -wEU -uqn -ful -lWc -aEj -aEi -agF -ajS -jqa -ala -amI -jqa -hUU -fHy -aek -aoZ -boJ -asR -agF -oKZ -cCd -iNn -bNM -cCd -cCd -cCd -xXN -jfG -cCd -wck -wWS -gzM -oCa -hIV -cgV -hIV -hIV -bly -uHe -jgC -aPs -azi -tqF -aTg -kaU -vMi -hPw -nUC -qAK -aQW -akd -bca -soA -kVM -xUc -aZz -bbf -bbm -baj -aKm -aNO -aOk -aOQ -rEW -vUN -rFq -bfu -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aae -aac -aad -aad -abO -afb -ahA -aiq -aCp -arD -ggK -aCt -arD -aDp -aFj -aGl -swZ -ajT -fKx -ala -amJ -wxs -ala -bQu -aen -apC -nzp -asS -agF -cCv -hEN -blR -edi -edi -edi -ovG -ahZ -ipu -ipu -faQ -tGF -urt -ajk -dGc -jFr -dbw -ipu -bus -qtC -aks -vfE -iHU -iDg -thA -ali -sHm -aVU -aWE -aXj -sJI -rde -baj -pdD -vnf -baj -bbm -bbm -tjF -baj -bfu -bfu -bfu -bfu -bjh -anZ -bjh -bfu -sLf -bfu -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aad -aad -abO -abO -nUI -abO -abO -abO -abO -abO -abO -abO -arD -abO -agF -atM -atM -agF -atM -atM -omm -sYw -aeq -agF -arL -atM -agF -agu -rra -wIm -awQ -vDt -vDt -rMO -aib -vDt -vDt -awQ -awQ -ayV -ajm -aIB -aIB -aIB -aIB -aIB -aOe -hkr -uXK -xAS -fWx -miN -ixr -aUX -aVV -aVQ -aXk -aQW -akd -baj -baj -baj -sKE -bca -jMs -tJU -baj -bfw -bfu -bgC -bhp -aPY -aoa -sMj -aSQ -bjJ -bfu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aad -aad -aac -aac -aad -abv -acI -adA -adW -afd -afP -agI -ajl -aic -lJY -uOD -gyS -eeR -eeR -scz -iOW -aev -ucr -ucr -ukJ -nra -agv -bLX -awQ -tZD -rWK -rWK -top -aie -rWK -rWK -xHk -awQ -aKF -see -aIB -aJI -aKP -aMe -aNj -aIB -rAl -qZG -azi -aSc -aTi -xeC -fWx -woL -leI -woL -gYo -nqi -qzk -xZy -lLI -nQT -baj -baj -baj -baj -bfu -bfu -bfu -bfu -aPZ -aob -bjj -bjz -bjK -bfu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aaa -aad -aaa -aaa -aaa -wio -qGR -jDT -cYQ -hSR -woy -rbC -scJ -ctt -nXh -jWR -kCV -jzD -kCV -iMR -wXC -oAu -izv -wXC -yiv -wXC -ols -avX -sDl -irh -mDU -saG -mQZ -aig -pBj -bYS -dWa -awQ -aGz -aeG -aIB -jxE -sPa -bPu -vds -yjL -akt -mOq -aRa -aSd -aRU -aUj -aVb -aVX -aWG -aph -aph -aph -aph -aph -aph -jDk -hhb -sep -oNa -xPI -bfu -aNP -aOl -bfu -aQa -ils -bjk -bjA -bjL -sLf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aac -aac -aac -aac -aad -aad -swG -aYX -abd -aeb -abf -afQ -wce -ahC -aic -rov -acw -ald -oyD -syS -oyD -oyD -apI -apI -arO -afx -asf -arO -apI -awQ -nEu -mZw -wxH -cBU -nIT -moj -ewp -uSd -sDl -aGA -epF -nXQ -hUx -aJL -aMf -aMh -aIB -aku -dtb -aRb -aRb -sJT -aRb -aRb -aRb -aRb -aph -fYY -cHA -eQC -khF -aqw -bcc -bcT -bdP -aZo -anb -xFK -aNQ -dZZ -rcB -rdv -erR -sLf -bfu -bfu -bfu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aac -aac -aad -aad -aad -aad -abv -abv -acL -abe -abv -afg -afS -dlp -ahE -aic -cuw -tDm -oyD -alT -amO -anJ -aoC -apI -aqT -arQ -afy -ask -auT -avY -awQ -cYe -xlz -xlz -aAH -tND -hFB -dCF -sZD -awQ -eSd -hsk -aIB -dbF -aKR -aMg -aNm -aIB -akv -kEs -aHa -aSe -aTj -aUk -aVc -aVY -aWH -aqw -rkU -qTI -mIL -grW -aph -aph -aph -aph -aph -akd -bfu -bfu -bgF -bfu -aQc -aoc -bfu -blC -blF -blI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aah -aad -aad -aad -aad -aad -aad -abv -abV -acM -adE -abv -afh -afT -agM -ahF -afU -oMM -pHA -bYK -uoN -alV -oyD -oyD -sAc -aqU -arR -afz -asl -auU -avZ -awQ -awQ -awQ -sDl -rbq -tND -awQ -awQ -awQ -awQ -aeG -awe -sIK -aIB -aIB -sIK -aIB -aIB -aYm -uXK -isf -hje -ybK -hje -ftv -asu -aWI -aph -kJB -asB -avu -lVu -aph -awE -axL -aye -aph -akd -bfu -aNR -aOx -vFw -nTC -oOd -bfz -aSW -blG -aMQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -abv -abv -abv -abv -swG -qiE -afU -afU -afU -afU -eWA -acx -oyD -xYc -amQ -anJ -aoD -apI -aqV -arS -uYd -iEM -hFf -awa -sDl -axH -ayz -aAv -aAH -tND -aAv -jKU -aEO -sDl -aiW -aHM -aIE -qdt -aKT -aMi -aNn -aHM -akw -kEs -aHa -qJl -aqj -aqk -alj -psS -ePo -aph -qGH -aup -alU -axV -aph -awG -axU -hCT -aqw -gPR -tTx -lpX -aOy -jXM -aQe -aoe -bfu -bfu -bfu -sLf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aah -aad -aad -aad -aad -aad -aad -bye -abW -acN -adF -aet -ads -afR -agL -ads -adM -oiq -rHJ -oyD -bHI -amR -oyD -syS -apI -aqW -arT -afB -asz -auW -awb -awQ -axI -ayA -awQ -aAH -tND -awQ -aDH -aEP -awQ -aeG -aHM -aHP -aIL -aJS -lHl -lPJ -gxA -pyL -lRw -apd -aph -aph -aph -alm -ptU -aph -aph -aVz -aWZ -alW -aZh -aph -awH -aJC -amM -aph -ake -bfu -anA -bgI -ksb -aQf -aof -bjl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aad -aad -aad -aad -aad -abw -abw -abw -swC -abw -abw -aew -abw -swC -abw -vTb -acy -oyD -dBV -amS -anJ -aoE -apI -aqX -arU -afD -ate -auX -awc -awQ -awQ -awQ -awQ -aAI -cxU -awQ -awQ -awQ -awQ -aiY -sIB -cfz -aIM -aKX -aMj -aNu -aOh -akx -uJw -ape -aph -apq -apt -aln -asy -aRt -aqx -aru -atk -alX -nwr -aph -awL -aJE -amN -aph -ake -bfu -hHo -hNf -scl -btL -gSI -bjl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bwz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aad -aad -aad -aad -swC -abX -ace -jXu -adH -afk -afX -agO -pNf -abw -eQu -acA -alg -syC -alg -alg -alg -apJ -sAz -apI -see -apI -apI -apI -awQ -axJ -ayB -aAv -aAH -sFO -aAv -ayz -aEQ -sDl -aeG -aHM -aIG -aJP -aKW -aMk -aNr -aHM -akz -sXH -apf -aph -apr -aql -vkN -sjr -wwY -bpD -qxL -grq -eyT -axZ -aph -baV -baV -amU -aph -akd -bfu -bfZ -aOG -anB -aQi -aSq -bjl -aaa -aaa -aaa -aaa -aMx -eoY -aMx -aaa -aaa -aaa -aaa -aMx -eWO -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aaa -aah -aad -aad -abw -abY -aaO -adH -adH -adH -afY -agP -ahI -abw -sZo -acB -ale -alY -aod -anL -aoF -apK -alg -ieg -iJF -atg -auY -awd -awQ -axK -ayC -awQ -vkl -aBT -awQ -aDI -aER -awQ -aiZ -aHM -aIH -aJP -coR -aMk -aNr -aOh -akA -wcm -cTX -apo -aps -apw -aqi -asD -aRt -atD -atH -aus -alZ -ayc -ayg -azh -aJN -ana -aph -akd -sLf -bga -bgL -anB -aQE -biS -bfu -aaa -aaa -aaa -aaa -aMx -bkj -aMx -aMx -aMx -aMx -aMx -aMx -bkj -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aae -aad -aad -abw -abZ -aaP -iWq -aef -afl -afZ -abz -gVc -abw -hnk -acC -alf -rrP -anM -bxB -anM -apL -alg -see -atc -awe -atc -awe -awQ -awQ -sDl -awQ -awQ -awQ -sDl -awQ -awQ -awQ -aeG -sIB -aII -sak -uuj -aMm -aNq -aHM -akB -kEs -aRf -aRf -aTp -aUr -aTp -aRf -aRf -aqD -asn -ats -hau -nhs -ijc -ijc -ijc -ePQ -sLc -uFY -bfu -bgb -bgM -anD -aQF -aKo -sLf -aae -aae -aae -aae -bgP -pBV -bgU -sSy -lTY -wWj -qcg -bgU -shC -bgP -aae -aae -aae -aae -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aaa -aae -aaa -aae -tZP -aca -acQ -adJ -aef -afm -aga -abF -ahK -abw -oEs -acE -ale -wIy -amV -anN -aoG -apM -alg -mQx -hnC -cJk -ole -mCq -jJS -mCq -mCq -hnC -hnC -fhv -mCq -vhs -mCq -hnC -dBc -aHM -aIJ -aJQ -aKY -aMn -aNr -aOh -akA -sjb -aIz -aSj -aTq -aUs -aVj -aWf -aSr -aqH -ata -att -ama -ayc -awy -axk -aya -aUw -aph -lQs -xPI -bfu -bfu -anE -bfs -bfu -bfu -aMx -bgP -bgP -aNA -aMx -jAV -bgU -bkt -bky -bkB -bkE -bgU -jAV -aMx -aNB -sLm -aMx -aMx -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaf -aaf -aae -aaf -aaf -aae -tZP -acb -nOb -ujb -vtZ -bsJ -jLw -hfM -ahL -abw -sZo -poQ -cwD -uEE -amP -amP -amW -apN -alg -aeG -aAL -aAL -aAL -aAL -aAL -sHZ -aAL -aAL -aAL -aAL -sHZ -aAL -aAL -aAL -aja -aHM -aIK -aJP -aKZ -ajU -aHX -aHM -akD -dtb -aRf -aSk -aTr -aUt -aVl -aJe -aRf -ari -asq -atu -amb -atH -awz -apo -aVz -aVz -aph -aph -akd -aYM -bgP -mQm -kld -mai -mXs -qlH -iqG -eLe -qlH -qlH -aTQ -uNd -qlH -qlH -qlH -qlH -qlH -aTQ -qlH -knZ -aUq -blb -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -aaa -aaa -aae -aaa -aae -abw -acc -acS -aXF -aer -afo -msP -abH -uPM -abw -sZo -acH -ale -ahM -amX -anP -aoI -apO -alg -aff -sHZ -jhn -ava -xAu -awR -axM -ayE -azE -aAK -aBV -aCP -aDJ -koo -aAL -jkP -pHR -jCK -lMl -irO -eCn -hPI -bGY -wYD -krF -aRh -aSl -aTs -aUu -art -aWh -aRf -aGZ -atJ -fnn -qQx -ayc -awy -baW -ayb -wHx -aKg -aph -paK -sep -oyZ -nVh -anF -bfy -aSP -aTm -aTm -aTv -aTm -aTm -fbm -aUn -aTm -aTm -aTm -aTm -aTm -fbm -aUo -aUl -bkX -blc -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -wdt -swe -swv -xMA -aak -abw -swC -abw -abw -abw -abw -aex -abI -agV -abw -lOZ -acJ -alg -amm -amY -alg -syC -alg -alg -aeG -aAL -atY -auZ -awg -bxF -awg -axT -azF -aAL -aBW -aBX -aDK -aET -sHZ -aff -aHM -aIF -rSt -jwC -aMq -tnb -aOh -akE -sjb -aJa -aSm -aTt -elq -bmb -eBt -aHt -esS -rQL -mip -hLc -atH -azd -bbr -aRd -uTN -azg -aph -bfF -aZo -bgP -bzP -anH -bgP -aMx -aMx -aMx -bgP -aNB -aMx -kWn -bgU -bku -bkz -bkC -bkE -bgU -kWn -aMx -aNA -bgP -aMx -aMx -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -pQe -aaz -aaM -ebn -qRe -wqJ -wqJ -ljj -wqJ -wqJ -lHH -hOC -abJ -wqJ -woe -tkA -acK -alk -aae -aae -aoh -aoJ -xdN -cxN -tDy -hks -dev -xJv -vNR -eYg -rJH -gQy -hyT -rGD -dTG -eos -bNW -aDS -aAL -aiZ -aHM -une -tfB -gVm -aMr -aNv -aOh -akA -sjb -aIz -aSn -aTu -aqp -gUU -atr -atz -lUS -cdT -oyC -qJO -syE -ruc -qbq -sJb -gXa -aVe -aph -bfG -bgd -bgP -xjT -anI -aMx -aae -aae -aae -aae -aae -bgP -mDL -bgU -iJz -pEA -ezi -luP -bgU -hHQ -bgP -aae -aae -aae -aae -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aae -aae -aak -aaA -qjJ -fOL -uVB -vuD -xNi -acU -lNt -kXG -mAW -vzq -lmo -qYx -qfi -hLh -hct -alk -aae -aae -aoh -aoK -aey -aqZ -asb -aAL -aua -avc -awh -awS -awS -awS -ahw -aAL -azG -aCQ -ail -esM -aAL -aeG -aHM -aIN -aJT -aLc -aMs -aNw -aHM -akF -jIf -aRf -aJD -aRf -aJD -aRf -aJD -aRf -aph -aWN -alK -sRl -aWN -aph -aph -aWN -bff -azk -aqw -eBn -aLo -bgQ -iML -uCq -bgP -aae -aaa -aaa -aaa -aaa -aMx -btl -aMx -aMx -aMx -aMx -aMx -aMx -btl -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -wdt -nmL -aaB -aan -cjr -aak -abA -acd -aaQ -aak -aak -aak -aak -swv -aak -aak -drs -acO -jwi -amn -amn -tKM -aoL -aeG -sAA -ara -ara -aub -ave -awj -awj -awj -awT -ahD -aAL -aAL -aAK -air -aAL -aAL -nyd -aHM -lNL -aJU -aLd -aHM -aNx -aOh -akA -pqJ -nTa -vCX -ovq -ovq -ovq -xwl -ovq -iPr -xwl -alL -mIn -plw -kIA -whw -plw -plw -plw -xIi -gwS -nXw -lXc -tZe -anK -bgV -aae -aaa -aaa -aaa -aaa -aMx -msN -aMx -aaa -aaa -aaa -aaa -aMx -hev -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aaa -eil -aaq -aaC -aao -qNe -abm -ago -acf -aaR -adO -aez -aeD -agg -agX -ahP -sOx -pFd -acP -hsE -qHU -amZ -jJg -jJg -see -jJg -sUU -hih -lxq -lxq -lxq -lxq -lxq -lxq -lxq -ggx -iKq -lxq -gsA -ssl -pNw -lxq -aHM -mtk -wMx -ncW -aHM -aHM -all -dqj -qZX -ecm -kqf -qcQ -qcQ -tQD -ofV -qcQ -qcQ -ofV -aVk -exK -gLK -qcQ -qWr -qcQ -qcQ -qcQ -qcQ -gsZ -xAq -xcP -sfP -mlD -aMx -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aag -aae -aak -aar -aaD -aap -pVm -abo -abo -abD -uNq -acZ -adP -afr -afr -agY -agi -adO -aiX -acR -wRo -lZR -lZR -jJg -fPv -wKp -jJg -jlB -lxq -lxq -cvS -cvS -cvS -cvS -cvS -cvS -cvS -cvS -lxq -gsA -lxq -iaj -lxq -tua -lxq -lxq -lxq -nFL -arb -aOm -rNb -hWy -amg -fgG -aTy -aUx -aRq -saT -aWP -uuU -fVm -alM -byo -byo -aQM -bcm -bdd -bfg -byo -bys -anz -aWn -bgT -pRV -anO -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -xDp -aas -aaE -aax -mpl -ggq -ggq -ach -aaS -sOx -adR -sOB -agh -agl -vNM -sOx -ajJ -acT -alH -amh -vRD -jJg -sPq -lHE -jJg -nNA -lxq -lxq -qtq -wXv -aby -qtq -aIV -aby -qtq -qtq -lxq -gsA -iJa -hTw -vSf -vSf -vSf -vSf -vSf -byC -aFX -aGJ -akG -pCG -amg -aOW -aTz -aUy -aUy -ufM -aWQ -tWh -fVm -alM -sKB -aJA -aQN -bcn -bde -bec -beH -byo -anz -aWn -bfp -hMg -anS -aMx -aaa -aaa -aaa -fsl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -xDp -aat -aaF -aax -iSP -wqi -abC -aci -aaT -ada -aeA -sOA -spw -aeE -rOv -ycR -abU -dPr -bGK -fJk -gEW -vAG -hPr -obM -kBr -afj -afF -lwM -bDf -mmc -coL -woP -nlo -coL -nyw -ctu -hPA -oIf -jWh -oPo -lvB -hPA -hPA -gEi -hPA -jIJ -uLo -sWU -akH -kje -ami -aOW -aTA -aUy -aVq -oFt -kDD -tWh -iWN -alO -aYa -baJ -dTh -pnJ -oGK -kNX -ntO -tVa -ihx -aWv -bfp -gHQ -anT -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -xDp -aau -aaG -aax -mpl -ggq -ggq -ach -aaX -sOx -aeB -nEo -agj -afq -ahy -sOx -ajN -laE -qvl -uug -ndg -jJg -dIr -bAa -jJg -qbw -lxq -qVD -agw -cex -agA -agA -agD -agw -agw -agw -aih -vgs -iiS -uOj -svL -qVR -qVR -qVR -qVR -xTn -xGh -sqr -bQc -gDm -amk -aOW -aTB -aUy -aUy -aUy -aJg -lIM -fJZ -alQ -byo -baK -aXx -bcp -bdg -bee -beJ -byo -anz -aWK -bfp -hMg -anS -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -aaa -sdX -eli -eli -eli -eli -fMP -fMP -aaa -aaa -aaf -aae -aak -aav -aaH -aap -mZo -swy -swy -abE -aaY -adb -aeC -agi -agi -agi -amu -sOD -ajO -yaI -akC -ndg -ndg -jJg -uZY -ewr -jJg -xgr -lxq -lxq -lxq -bTM -lxq -lxq -lxq -lxq -lxq -lxq -lxq -lxq -aiu -tFv -lxq -lxq -fPe -fPe -fPe -gSx -arf -aOq -akI -sAq -amk -uuU -aTC -aUz -aQQ -qlf -aWT -fgG -fVm -alR -bys -byo -byo -byo -bdh -byo -sKB -byo -anz -aWK -bgV -sBs -anX -aMx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -rDy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -aad -aad -aad -aad -aac -aac -aac -eli -sdX -pZU -sdX -sdX -aaf -aaa -xMA -aaw -aaI -jSv -fNr -wkO -abG -ack -aaZ -adO -aeF -afs -agk -agZ -ahV -sOx -ajW -acV -als -aml -and -jJg -scc -jJg -jJg -dpI -cGv -lxq -klB -jvR -ldh -dqJ -kcd -kcd -kcd -kcd -dNe -jvR -bTM -oEX -lxq -fPe -hRM -tnJ -hXw -xXO -xXO -aOr -xkS -bDn -aqJ -rLg -pDq -pDq -eMo -pDq -pDq -uFU -ohv -vzZ -pDq -jkz -uFU -ltG -pDq -pDq -pDq -uFU -xqK -rnO -xvJ -fPr -gjP -aMx -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -aad -aad -aad -aad -aad -aad -sMD -sMD -kbD -sMD -eli -sdX -aaa -aaa -aaa -aaf -aaa -fqD -nmL -aaJ -aan -eGN -aak -abA -acd -aba -swv -swv -aak -aak -aak -aak -aak -aka -acW -alt -amy -amy -tKM -adu -apY -aww -aww -aCe -aCe -aCe -aCe -aCe -aCe -nPK -wQs -vHJ -vHJ -aCe -aCe -fJE -aiE -nWT -fHZ -pDu -jXX -aju -aJY -xXO -sJA -akJ -keY -aHb -aOK -aPg -aPg -aPg -aPg -aTw -alr -nmh -aWe -aWL -aWS -amE -aXt -aXO -aXR -aXT -anc -aYB -aYG -bfn -nVf -rVN -bgT -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -sMD -jbP -bsk -sNx -sNM -aae -aae -aae -aae -aaf -aae -aae -swv -aaK -oTm -gAt -ady -sqt -hUm -gTq -upX -xDE -udG -hUm -neI -hUm -gHP -cps -ocU -alk -aae -aae -aoh -mCH -dmh -uns -joc -aCe -afG -qvD -dfI -aCe -bIV -jTO -jTO -jTO -jTO -dZa -aCe -gVt -oEX -lxq -fPe -eMH -bXm -sBA -try -xXO -apd -akK -jPF -aRr -aRc -aRg -aRc -aRr -aRc -aRr -alw -qGb -aZa -aZa -aZa -amp -bcs -beb -aZa -aZa -ang -lXk -bgl -bgX -bhL -wlH -sLm -aae -aae -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -adQ -adQ -adQ -adQ -aad -aad -aad -sME -sMT -bUc -sMD -miq -miq -miq -aae -aaa -aaa -aae -aaa -iiY -aaL -aaU -iZx -tFN -qUh -iDR -tra -txI -iDR -abg -acm -ahe -ahR -ajc -akg -acX -alk -aae -aae -aoh -aoV -aqb -arh -afn -aCe -wjG -qvD -qvD -jKr -jTO -jTO -cSP -jTO -jTO -vtU -mYt -ihJ -wqV -qVR -qVR -ajn -cVd -aGK -jvH -xXO -apd -akN -keY -aJd -aSu -aTG -aUA -aVt -uXm -aSL -alx -cMD -aZb -aZU -aZc -eed -wQO -gAo -mDi -aZa -fVA -bfP -bfP -bfP -bfP -sKZ -bfP -bfP -bfP -sKZ -bfP -aNC -bfP -bfP -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -adN -adN -adQ -adQ -adN -adQ -adN -adN -sMq -sMr -sMU -aai -sMq -sMr -aaa -aaa -aae -aaa -aaa -aae -aaa -fqD -swe -aak -sOs -aak -abs -swz -abs -abs -aes -abh -aeH -abs -abt -abt -akh -acY -alu -amD -ane -alu -syT -alu -alu -afn -aCe -pzw -gfP -jEr -aCe -hhR -jTO -ylL -gxc -cZr -jTO -mYt -ihJ -bqR -lxq -uHB -xXO -eQX -bzU -xXO -xXO -apd -akQ -bQh -aJj -iDj -qxQ -oFe -wzF -hgb -yjE -nGU -oVO -aXe -aYn -amf -bae -bxV -amH -beh -aYQ -ani -bfP -bgm -bgY -bgm -ibv -bgm -bgY -bgm -ibv -bgm -bgY -bgm -bfP -aad -aac -aac -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -adQ -sLR -adQ -eZg -pYD -mqL -mqL -adN -sLR -sMr -sMG -sMV -tTg -aej -sMr -aaa -aaa -aae -aaa -aaa -aae -aaa -aaa -aaa -aak -sOt -sOv -swz -abK -act -adl -adV -abk -ahB -abs -abP -ajt -akl -sKK -alv -amo -anf -anU -aoW -aqc -syT -afu -aCe -aYv -tEa -aCe -aCe -rjo -bmk -kiZ -pYn -kVk -miv -aCe -kzS -bqR -lxq -lxq -xXO -lOn -rrm -hXB -ipt -apd -akS -pNj -aJd -pou -nEV -aSB -qHv -hUC -aSL -imf -jIj -yfz -lzY -qMk -sBY -mRb -cNl -bei -aZa -anj -sKZ -bgm -bgZ -bhM -ibv -bgm -bgZ -bhM -ibv -bgm -bgZ -bhM -sKZ -aad -aac -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adN -adQ -sLV -sLB -xWl -xWl -xWl -gJx -kMH -sLV -sMr -sMH -sMW -cQr -sNB -sNP -sOb -sOb -sOj -sOb -sOb -sOj -sOb -sOb -sOb -sOr -sOu -sOw -abs -aco -scD -wDf -qWR -urM -agp -age -abP -ajG -ako -rhZ -tDv -nPN -aoH -anV -anV -aqd -alu -afv -aCe -oMi -qvD -aCe -agc -vtU -uOk -agf -oDF -oDF -tjI -bOz -aIC -jWo -lxq -dZq -xXO -giT -tTl -vSI -lOA -sqz -acY -wDh -aRr -clF -qLE -xGO -hnP -gHf -aSz -iXF -iwy -aXe -aZX -amj -ban -bcu -bdo -bej -aZa -ank -bfP -aLp -bha -aLr -ibv -aLu -bjp -aLz -ibv -aLR -eCe -aLX -bfP -bfP -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -adQ -adQ -sxC -exP -sLC -sLJ -ahQ -abB -bjY -sMa -exP -sMr -sMI -sMX -aaj -sNC -sNQ -aaa -aaa -aae -aaa -aaa -aae -aaa -aaa -aaa -aak -swv -aak -abs -acp -abb -adU -aeL -abl -agq -ahh -abQ -ajG -ako -add -alv -qjr -aha -anW -aoX -aqe -alu -afn -sIC -qZh -qvD -aCe -gpP -lBL -iMx -eVe -nKi -tYm -aSb -aCe -lxq -aiF -lxq -lzd -xXO -lgS -jED -fYS -akb -sqz -akU -iiw -aJd -btx -aTK -aUE -sTu -lcy -aSz -aly -smH -aZa -aYk -amp -aYk -aYk -bdp -aYk -aZa -nwW -bfP -aKl -bhb -bhO -ibv -biX -fIW -bhO -nTi -jdD -bhb -bhO -agd -bfP -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adQ -adQ -jit -xWl -sLG -sLK -sLS -jkO -sLY -xWl -hSa -adN -adQ -sNQ -aal -sMr -sMq -sMr -aaa -aae -aaa -aaa -aae -aaa -aaa -aaa -aaf -aaa -aae -abs -yaD -rvh -adU -aeM -abp -agr -age -abP -ajG -ako -ade -amd -jiI -aqm -eaH -aqm -bdr -alu -afw -aCe -aCe -fmy -aCe -aCe -sIC -aCe -tcd -aCe -aCe -aCe -aCe -sUU -aiF -lxq -klB -xXO -xXO -val -xXO -dri -sqz -akV -uiT -aRr -aSz -aRi -aSz -aRi -aSz -aWW -alB -iIY -aUD -uwo -amq -kNA -aOI -aRH -aRY -aSo -ann -aTo -aTM -aTV -aUp -aVm -aUp -tcy -aUp -aWb -xJG -aZQ -gZr -oat -bfP -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adQ -adQ -kHk -xWl -adQ -qEh -adQ -adQ -vhr -sMc -adQ -sMv -adN -sMZ -aam -sNE -sNS -sMr -aad -aae -aaa -aaa -aae -aaa -aaa -aaa -aae -aaa -abs -swz -acs -abc -adX -aeN -ahT -ags -agn -acv -ajP -akl -adf -alv -ams -aos -anY -aoY -aqg -alu -mCH -dmh -mYY -ngP -pxr -pbx -dmh -ngP -oKI -ngP -ngP -rRS -sqz -arb -vDA -nws -arb -sqz -uhv -vQD -ngP -dpf -vRJ -jqu -lMY -iyD -bBw -bJX -gen -fsi -bJX -bJX -wru -vqf -lxt -eMh -sMJ -vNJ -vqf -kQt -qMC -gMq -mFj -lXA -kdr -xFl -bLJ -fZc -hmf -qxy -hmf -kRC -oyF -hKA -bjE -bjR -bfP -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adN -adQ -lJI -sLy -sLE -sLL -sLQ -adQ -dIv -eSg -pXW -dWg -ixB -npf -efT -sNF -sNT -sMr -aad -sOk -aae -aae -aaf -aaa -aaa -aaa -aae -aad -abs -abn -acr -adk -adX -aeO -afA -wPC -swz -acz -adr -ciq -adg -alu -alu -syT -alu -alu -alu -alu -sqz -sqz -sqz -sqz -axf -sqz -sqz -sqz -sqz -sqz -sqz -pbL -sqz -kGp -qTR -ekD -dEO -sqz -pbL -sqz -sqz -sqz -sqz -jLG -ueD -iyD -akY -pon -hZw -alo -pon -aNF -aOd -gDN -xcJ -aZe -aZe -amF -aZe -bds -aZe -aZi -gRb -bfP -aLv -kOw -aLA -ibv -aMD -aZM -aLA -nTi -biZ -bjs -bjF -bjS -bfP -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adQ -adQ -nMc -xWl -adQ -mCl -adQ -adQ -exJ -exP -adQ -sMx -adQ -sNb -kIm -sNG -aft -sMq -aad -aad -aaa -aaa -aae -aaa -aaa -aad -aah -aad -swz -abs -abs -abs -abs -swz -abs -abs -abs -sqz -sqz -nWn -adh -itl -wCt -xbr -dhC -mQe -iTV -hwR -iTV -iTV -fFI -iTV -rBE -iTV -gGF -mQe -iTV -iTV -sMo -nUZ -sWu -doe -iUM -fvg -qYY -wqg -okm -qSa -tHc -wOH -xbr -akX -kaL -sJL -pvg -sJL -lvj -spl -pGE -aVA -bJd -tcl -xcJ -aJx -aZW -amG -baG -cXY -baT -aZi -ani -bfP -aLq -aMv -aLs -ibv -aLw -aLy -aLB -ibv -bja -nLf -cZv -bjT -bfP -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -adQ -adN -sLF -sLA -sLG -sLM -sLS -jkO -sLZ -xWl -sMn -adQ -adQ -sNc -kHh -sMr -sMr -sMq -aad -aad -aaa -aaa -aae -aad -aad -aad -aad -aad -swA -abL -lac -kFS -nGI -cyc -xOj -fbb -ecS -cyc -yje -gSf -mlT -vEr -pOw -pqt -mlC -fOx -grB -iDH -qgn -woH -mVD -qgn -qgn -qgn -qgn -qgn -kPQ -qgn -dNZ -ewA -guW -fiE -syh -jky -hsJ -guW -oIu -lMv -uGL -qgn -pqt -jZd -qgn -bWU -oxa -aMw -lQj -lAP -fHT -aVA -kpg -gDN -lhT -bac -aZY -ood -aZR -rRH -qsV -cQe -hNh -bfP -bgm -bgm -bhS -ibv -bgm -bgm -bhS -ibv -aHs -gKt -bjH -bfP -sKZ -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adQ -adQ -sLP -eAo -iOH -sLN -dcJ -sLX -hNL -sMg -sMc -sMr -sMO -jcC -uWh -sNI -sMr -aad -aad -aad -aaa -aad -aah -aad -aad -aad -aad -abT -bxZ -abM -aay -adn -adn -adn -swL -xDs -adn -swL -adn -kSk -ado -adn -ado -adp -wDh -acY -avA -avR -ayP -rEI -sqz -sqz -aGy -sqz -sqz -akR -ahN -alS -aza -rzn -aEa -pUl -aiG -frI -aHY -aIZ -blm -ahN -aMy -aHY -rzn -aPy -aQA -sqz -sPY -sJL -hWW -gIU -alq -aVA -tYF -xKf -bds -bad -aZZ -cRL -bcA -bdv -beo -aZi -anu -bfP -vsf -bhg -bgm -ibv -psq -bgZ -bgm -bfP -bjc -bjv -bjc -bfP -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adQ -adN -sLV -sLI -uId -xWl -xWl -gJx -idM -sLV -sMr -sMP -yek -pNv -sNJ -sMr -aad -aad -aac -aaa -aad -aad -aad -aad -aad -aFd -aFd -aFd -aFd -ffn -adn -adZ -aeP -afC -ujG -bTr -ahg -aiI -pAu -akL -alA -amv -ahg -xYE -adz -aki -sqz -asr -afJ -aRz -avv -axg -bhk -sqz -sqz -eDI -axf -sqz -sqz -sqz -aKB -aiH -qry -sqz -sqz -sqz -fhG -sqz -sqz -sqz -aLi -aLi -axf -sPY -sJL -uMp -niE -rWl -sKf -elz -nmN -lhT -bac -baY -uaB -bxW -bdw -bep -aZi -ank -bfP -bgm -bhi -bgm -ibv -bgm -bhi -bgm -sKZ -bjd -bjw -bjI -bfP -aad -aad -aad -aad -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adQ -xoj -adQ -ork -xXV -xXV -xXV -adQ -sLR -sMr -sMQ -sNf -sNv -afp -sMq -aad -aad -aac -aaa -aaa -sOk -aac -aac -aad -aFd -aaN -jQD -vCn -oJK -adn -aea -aeQ -oci -pTj -dcc -eRR -mRd -vCk -ajE -afE -amw -amT -uQO -adB -akj -sqz -ass -afK -sJN -avw -bhk -azQ -aRz -wqm -cRr -cfm -hHL -inQ -sYc -axW -aiK -jdU -aKG -bvh -beM -uZE -sJN -aae -aae -aae -aae -aLj -nHh -sJL -sJL -aMw -sJL -aVA -tZm -alD -xcJ -baf -baZ -baA -bcB -bdx -beq -aVE -ani -sKZ -sKZ -bfP -bfP -bfP -sKZ -bfP -bfP -bfP -kKr -bjx -bjI -sKZ -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adQ -adQ -adQ -adQ -adQ -adN -adQ -adN -sMq -sMr -weG -sMq -sMr -sMr -aad -aad -aaa -aaa -aaa -sdX -aaa -aad -aad -aFd -qVF -eJL -dgK -lUz -swL -aed -aeT -mrh -afE -ahl -ahg -iWn -acg -tNY -ydd -amx -ahg -xYE -adz -akk -sqz -ast -afO -aRz -aRz -mNr -sJN -aRz -afJ -aSD -aRz -aRz -aRz -afJ -axW -aiP -vth -axW -sIN -aRz -ldP -sJq -aaa -aKd -aKd -aKd -sOM -bhW -sOM -sPY -tQL -qiu -sJL -pon -alE -xcJ -jKS -yik -nvw -bcC -bdy -ber -aZi -anw -aHG -sdL -bhj -wbV -sOM -aad -aad -aad -bfP -bfP -aNC -bfP -bfP -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -adQ -adN -adN -adQ -aad -aad -aad -aad -sNh -aad -aad -aad -aad -sOk -xKb -aaa -aaa -sdX -aaa -aaa -aad -aFd -eIa -eJL -dgK -hEz -adn -aec -aeS -tCZ -afE -ahm -adp -aiL -acj -akM -kqI -tYE -adn -rxy -fhF -akm -axf -sAY -mfa -uYW -inQ -ftC -hHL -cfm -fKM -aRz -sFn -sFR -sJN -afJ -axW -aiK -xJz -axW -aae -sIU -ajx -sIU -aae -aKd -aPA -aQB -sOM -pVs -bGm -sPY -rVY -rVY -sJL -fuM -alG -aZi -aVE -aZi -aZi -aVE -aZi -aZi -aZi -ani -sOM -bgu -sPY -bhT -sOM -aad -bvg -aac -aad -aac -aac -aac -aad -aad -aac -aac -aac -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -bvI -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aac -aad -aaa -aaa -xKb -sdX -sdX -aaa -sdX -aaa -aaa -xKb -aFd -jep -ldA -nHS -ihW -adn -aed -aeT -agx -afE -ahn -aid -aif -acl -aiJ -wTG -ajK -anm -aGo -adC -wYs -sqz -bhk -bhk -aSD -bhk -agy -bhk -aSD -bdt -aAM -sFo -sFS -aSH -afJ -axW -aiQ -qql -azb -sIO -sIU -ajx -sIU -aaa -aKd -aPB -aQC -sOM -sPY -sOM -sPY -xFD -xFD -sJL -pon -dLl -lmz -rdd -tLl -bmY -xWB -fDj -ljE -tLl -bLZ -sOM -bgv -sPY -bhU -aLj -bvg -aac -aaa -aaa -aaa -aaa -aac -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -aad -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -sdX -sdX -xKb -sdX -xKb -xKb -aFd -cul -nbm -dgK -dgK -adn -aee -aeU -afH -aeU -ahp -ado -aiM -sml -mRd -iER -rER -cTB -bOf -vLY -hQk -sqz -gwL -bhk -aRz -abN -agz -aRz -aRz -aRz -aRz -sFp -bdz -aEh -sgv -axW -aiK -jdU -axW -aae -sIU -ajy -sIU -aae -aKd -aPC -oDj -jXs -wlX -sOM -sPY -nrR -sPY -sML -scS -qLz -sJL -aFe -fND -sON -sOY -xZJ -sOM -sOM -any -sON -bgw -sPY -bhV -aLj -bvg -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aac -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xKb -aFd -moW -nbm -xzy -jIW -adn -aed -ajI -afI -ajI -ahp -adn -aiO -ajM -akP -alF -amB -anm -acv -adD -wOJ -sqz -voU -sDq -aRz -bvh -aTR -aRz -aad -aad -aSD -sFq -sFU -aRz -afJ -sDP -aiS -rdH -axW -axW -sJN -tBE -abN -aaa -aKd -aKd -aKd -sOM -sPY -sOM -htR -hbL -hbL -hbL -hbL -pJz -hbL -tOP -hbL -hbL -bcD -aYP -bes -sOM -aZt -dId -aZA -aZC -bhW -sON -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFd -kKQ -qjD -qjD -aFd -swM -aeh -agB -ado -agB -ahq -adp -adq -swL -adq -adn -amC -anp -apu -adK -axh -amC -amC -amC -aRz -aRz -sBy -sBW -aad -aad -sJN -aRz -aRz -aSD -afK -axW -aiK -jdU -sIG -axW -beN -rnd -aRz -aae -aae -aae -aae -sON -dsR -sOM -sON -tOP -qkm -vGr -pxu -dQj -tcm -nmA -uHq -hbL -tcO -bdC -bet -sOM -bft -sOM -bgy -sPY -bhX -aLj -bvg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ant -aeg -aeX -adp -agC -ahr -ant -aae -aae -aae -aae -syD -anq -akO -adS -aqq -ark -auy -amC -aac -bvg -rPY -bvg -aac -aad -aRz -aXK -bhk -nEE -ikA -axW -mlY -jyW -axW -axW -aKG -rDr -axW -aae -aaf -aaf -aae -sOM -aLj -sOM -aad -hbL -iMH -lkl -hbL -igx -sZA -oAJ -vkW -hbL -tOP -tOP -wTF -sON -sPY -sOM -bgz -sPY -sLg -aLj -bvg -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adq -aeh -lCg -adq -lCg -ahq -adq -aaa -aaa -aaa -aaa -aGc -anr -alC -plF -api -arl -yfs -amC -aac -aac -aac -aac -aac -aac -sEQ -axW -sDP -rEI -axW -axW -wWA -cEq -aKh -sIP -bmC -ajB -axW -aae -aaa -aaa -aaa -aaa -aaa -aac -aad -hbL -hbL -tOP -hbL -ste -lDw -rPc -uOt -cwv -tZB -tOP -qBF -sOM -sPY -sOM -bgA -aHJ -bhY -sON -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aeZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amC -ans -aok -apl -aqs -nfB -kuN -syD -aaa -aaa -gUn -aae -aaa -aac -bvg -aKa -sFX -aii -azH -sHB -aiS -oNW -blZ -sHB -blZ -ajC -sDP -aae -aaa -aaf -aaf -aaa -aaa -aaa -aad -aad -aad -aad -hbL -hbL -tOP -hbL -pzi -gsk -jPT -hbL -sOM -sON -qXM -sOM -sON -sOM -sOM -sOM -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amC -amC -aqn -atv -aqn -axX -amC -amC -aaa -aaa -aaa -aae -aae -bvg -bvg -aKa -sFY -elr -gbS -sAi -lXj -ldx -gbS -vAe -gbS -dRN -axW -aae -aae -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -hbL -hbL -hbL -hbL -hbL -suX -fqZ -bkU -sOM -aad -aad -aad -aad -aad -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aGc -aol -apn -dWp -aGc -aae -aae -aaf -aaf -aae -aae -axW -sDP -aKa -axW -axW -axW -azb -aiv -blY -btv -azb -axW -aKh -aPU -axW -axW -axW -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aad -aad -sOM -pdu -eVU -xwZ -sOM -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aJZ -aom -apn -aqv -aJZ -aae -aaa -aaa -aaa -aaa -aae -axW -ayW -azV -aBc -aCm -aDd -aEb -aiw -sIe -uwe -oSY -aHr -aND -bta -aMz -aNG -aKa -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aLj -ojq -mUg -rYq -sOM -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aGc -aGc -atw -aGc -aGc -aaa -aaa -aaa -aaa -aaf -aae -axW -ayX -gIb -awZ -aCF -aDe -aEe -oUR -nUS -uJD -beF -aJb -aNE -pgS -beF -aNH -axW -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aLj -aLj -sOM -sOM -sOM -aad -aad -aad -aad -aad -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -app -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aae -axW -ayY -aMA -axd -aCI -aDg -aFk -aix -aFk -aBR -beG -aJb -aND -sej -aMA -aNI -sDP -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aae -axW -ayZ -azX -frh -hmk -rkJ -sql -dVX -oBt -hMr -gni -hzT -aDU -tMW -bfd -aNJ -sDP -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -axW -aym -sEE -sZi -aCK -pnx -aEf -aEf -bll -aEf -aEf -pnx -aND -qkH -aMC -aNK -axW -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aae -sDP -aKa -aKa -saX -aCn -plE -aKa -aKa -aKc -aKa -aKa -plE -aCn -plE -aKa -aKa -axW -aae -aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaf -aae -aae -aae -axW -jEw -azb -wVd -axW -aae -aae -aae -axW -jEw -azb -wVd -axW -aae -aae -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKa -fWz -azb -fWz -aKa -aaa -aaa -aaa -aKa -fWz -azb -fWz -aKa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKa -lRX -aKa -lRX -aKa -aaa -aaa -aaa -aKa -lRX -aKa -dXf -aKa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aDj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 2ebcafad795d..3ad049299e52 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -1025,6 +1025,10 @@ /obj/structure/window/reinforced, /obj/effect/turf_decal/bot_white, /obj/structure/closet/secure_closet/contraband/armory, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "agj" = ( @@ -1034,6 +1038,10 @@ /obj/structure/window/reinforced, /obj/effect/turf_decal/bot_white, /obj/machinery/flasher/portable, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "agl" = ( @@ -1234,18 +1242,18 @@ /area/security/main) "ahb" = ( /obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, /obj/structure/disposalpipe/segment{ dir = 6 }, /obj/structure/cable{ icon_state = "2-4" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, /turf/open/floor/plasteel, /area/security/main) "ahc" = ( @@ -1637,6 +1645,10 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/security/brig) "ajK" = ( @@ -1654,8 +1666,11 @@ /turf/open/floor/plasteel/dark, /area/security/courtroom) "ajV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) @@ -1690,6 +1705,10 @@ /area/science/misc_lab) "akw" = ( /obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/ai_monitored/security/armory) "akx" = ( @@ -1726,9 +1745,7 @@ /turf/open/space/basic, /area/space) "akG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /turf/open/floor/plasteel, /area/security/processing) "akP" = ( @@ -2161,9 +2178,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plating, /area/security/main) -"ant" = ( -/turf/closed/wall/r_wall, -/area/security/processing) "anv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2423,6 +2437,10 @@ list_reagents = list(/datum/reagent/consumable/condensedcapsaicin = 100); name = "liquid pepper spray" }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "apo" = ( @@ -2438,6 +2456,10 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "apt" = ( @@ -2634,6 +2656,10 @@ "aqH" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "aqO" = ( @@ -2736,6 +2762,10 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "arE" = ( @@ -3718,9 +3748,6 @@ "ayG" = ( /turf/closed/wall, /area/clerk) -"ayH" = ( -/turf/open/floor/carpet, -/area/medical/psych) "ayK" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -4150,8 +4177,12 @@ /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) "aBz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 + dir = 1 }, /turf/open/floor/plasteel, /area/security/processing) @@ -4320,6 +4351,17 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/janitor) +"aCJ" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) "aCK" = ( /obj/machinery/light{ dir = 8 @@ -4722,8 +4764,11 @@ /area/ai_monitored/security/armory) "aEz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 1 }, /turf/open/floor/wood, /area/lawoffice) @@ -5243,10 +5288,6 @@ "aHr" = ( /obj/machinery/recharger, /obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "aHt" = ( @@ -5257,6 +5298,10 @@ /obj/item/clothing/glasses/sunglasses, /obj/item/clothing/ears/earmuffs, /obj/item/clothing/ears/earmuffs, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "aHu" = ( @@ -5276,6 +5321,10 @@ /obj/machinery/light{ dir = 4 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "aHA" = ( @@ -5572,6 +5621,10 @@ /obj/structure/sign/warning/securearea{ pixel_x = -32 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/security/main) "aIW" = ( @@ -5632,17 +5685,14 @@ "aJk" = ( /obj/machinery/light, /obj/structure/table, -/obj/item/reagent_containers/glass/bottle/ethanol{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/reagent_containers/glass/bottle/ethanol{ - pixel_x = -6; - pixel_y = 4 - }, /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 6 }, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, /turf/open/floor/plasteel/white, /area/medical/surgery) "aJq" = ( @@ -6550,11 +6600,6 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/plating, /area/maintenance/fore) "aOi" = ( @@ -6678,6 +6723,26 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"aOO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -16; + pixel_y = 5 + }, +/obj/item/folder/white{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/folder/white{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) "aPb" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/ramp_middle, @@ -6794,6 +6859,17 @@ "aPq" = ( /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"aPs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/security/main) "aPt" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -6949,17 +7025,12 @@ /mob/living/simple_animal/bot/secbot/beepsky, /turf/open/floor/plating, /area/security/processing) -"aPU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) "aPW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/wood, /area/lawoffice) "aQi" = ( @@ -7275,6 +7346,9 @@ /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower{ dir = 6 }, +/obj/structure/cable{ + icon_state = "1-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "aRQ" = ( @@ -7555,7 +7629,6 @@ pixel_x = -32 }, /obj/machinery/vending/wardrobe/law_wardrobe, -/obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/lawoffice) "aTq" = ( @@ -7572,8 +7645,8 @@ dir = 8 }, /obj/effect/landmark/start/lawyer, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 }, /turf/open/floor/wood, /area/lawoffice) @@ -7912,17 +7985,7 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/port/fore) -"aVs" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) "aVt" = ( -/obj/structure/disposalpipe/segment, /obj/machinery/power/apc{ areastring = "/area/lawoffice"; dir = 8; @@ -7932,6 +7995,15 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/wood, /area/lawoffice) "aVw" = ( @@ -7974,12 +8046,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"aVB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/lawoffice) "aVD" = ( /obj/structure/filingcabinet, /turf/open/floor/plasteel/grimy, @@ -8414,6 +8480,8 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/wood, /area/maintenance/fore) "aYQ" = ( @@ -8496,15 +8564,6 @@ "aZE" = ( /turf/closed/wall, /area/quartermaster/storage) -"aZH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/security/processing) "aZI" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -8665,6 +8724,8 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plating, /area/maintenance/fore) "baP" = ( @@ -9439,18 +9500,14 @@ dir = 4; sortType = 29 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, /obj/structure/cable{ icon_state = "1-8" }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, /turf/open/floor/plating, /area/maintenance/fore) "bfC" = ( @@ -9491,7 +9548,6 @@ name = "xenobiology lab shutters" }, /obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/science/xenobiology) "bfQ" = ( @@ -11145,9 +11201,9 @@ /turf/open/floor/plating, /area/maintenance/aft) "btY" = ( -/obj/vehicle/ridden/wheelchair, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/medical/psych) "bub" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -11425,12 +11481,17 @@ /turf/closed/wall, /area/security/checkpoint/supply) "bwo" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 10 +/obj/structure/window/reinforced/tinted{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "bwq" = ( /obj/machinery/shieldwallgen, /obj/effect/turf_decal/bot, @@ -12017,15 +12078,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/server) -"bAL" = ( -/obj/structure/toilet{ - cistern = 1; - dir = 1; - open = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) "bAO" = ( /obj/vehicle/ridden/janicart, /obj/item/key/janitor, @@ -12510,31 +12562,12 @@ /turf/open/floor/carpet, /area/crew_quarters/fitness) "bDB" = ( -/obj/structure/table, -/obj/item/roller{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/item/roller{ - pixel_x = 2; - pixel_y = 10 - }, -/obj/item/roller{ - pixel_x = 5; - pixel_y = 13 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 1 +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/carpet, +/area/medical/psych) "bDE" = ( /obj/machinery/electrolyzer, /obj/effect/turf_decal/bot, @@ -13014,23 +13047,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"bIJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "viropen"; - name = "Monkey Pen Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/virology) "bIT" = ( /obj/machinery/door/airlock/maintenance{ name = "Tool Storage Maintenance"; @@ -13050,6 +13066,9 @@ "bJe" = ( /obj/effect/turf_decal/bot, /obj/structure/closet/secure_closet/security/sec, +/obj/machinery/airalarm{ + pixel_y = 24 + }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "bJi" = ( @@ -13623,12 +13642,14 @@ /area/science/mixing) "bOL" = ( /obj/effect/mapping_helpers/teleport_anchor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 0; + sortTypes = list("13","28") + }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "bOQ" = ( @@ -13721,16 +13742,21 @@ pixel_x = 3; pixel_y = -12 }, +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ + dir = 8 + }, /obj/item/roller{ - pixel_y = 9 + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/roller{ + pixel_x = 2; + pixel_y = 10 }, /obj/item/roller{ pixel_x = 5; pixel_y = 13 }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 8 - }, /turf/open/floor/plasteel/white, /area/medical/paramedic) "bPm" = ( @@ -14093,15 +14119,19 @@ /turf/open/floor/plasteel/dark, /area/security/prison) "bSN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" }, +/turf/open/floor/plating, /area/maintenance/aft) "bTc" = ( /obj/structure/extinguisher_cabinet{ @@ -14190,24 +14220,13 @@ /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) "bUq" = ( -/obj/structure/table, -/obj/item/roller{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/item/roller{ - pixel_x = 2; - pixel_y = 10 - }, -/obj/item/roller{ - pixel_x = 5; - pixel_y = 13 - }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 9 +/obj/structure/chair/comfy/brown, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/carpet, +/area/medical/psych) "bUs" = ( /turf/open/floor/carpet, /area/crew_quarters/cryopods) @@ -14263,6 +14282,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bVm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) "bVC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -14352,15 +14379,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/cable{ icon_state = "2-4" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "bWQ" = ( @@ -15228,20 +15255,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"chD" = ( -/obj/machinery/door/airlock/wood{ - name = "Psychiatrists office"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/medical/psych) "chH" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -16189,11 +16202,6 @@ }, /turf/open/floor/plating, /area/clerk) -"csH" = ( -/obj/structure/bookcase/random/reference, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/wood, -/area/medical/psych) "csP" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -16242,6 +16250,8 @@ /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 1 }, +/obj/structure/closet/l3closet, +/obj/item/geiger_counter, /turf/open/floor/plasteel/white, /area/medical/storage) "ctE" = ( @@ -16311,6 +16321,9 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) "cum" = ( @@ -16489,7 +16502,6 @@ /turf/open/floor/plating, /area/maintenance/fore) "cwE" = ( -/obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "1-2" }, @@ -16497,6 +16509,9 @@ dir = 1 }, /obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "cwH" = ( @@ -16693,7 +16708,7 @@ dir = 9 }, /turf/open/floor/plasteel, -/area/security/prison) +/area/security/prison/hallway) "czK" = ( /turf/closed/wall, /area/vacant_room) @@ -16901,9 +16916,8 @@ /turf/open/floor/plasteel, /area/engine/atmos_distro) "cCv" = ( -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 +/obj/effect/turf_decal/trimline/secred/filled/line/lower{ + dir = 1 }, /obj/machinery/button/door{ id = "Biohazard"; @@ -16912,9 +16926,6 @@ pixel_y = 28; req_access_txt = "47" }, -/obj/effect/turf_decal/trimline/secred/filled/line/lower{ - dir = 1 - }, /turf/open/floor/plasteel, /area/security/checkpoint/science) "cCz" = ( @@ -17865,6 +17876,9 @@ /area/hallway/primary/fore) "cSC" = ( /obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) "cSQ" = ( @@ -17939,11 +17953,8 @@ /turf/open/floor/plasteel/dark, /area/hydroponics) "cTR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) @@ -18146,6 +18157,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"cZV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/wood, +/area/lawoffice) "cZY" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -18296,6 +18313,9 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "ddb" = ( @@ -18436,6 +18456,9 @@ /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower{ dir = 8 }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/dark, /area/tcommsat/computer) "dgV" = ( @@ -18611,10 +18634,10 @@ /turf/open/floor/plasteel, /area/crew_quarters/dorms) "dmc" = ( +/obj/effect/turf_decal/trimline/secred/warning/lower, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 + dir = 1 }, -/obj/effect/turf_decal/trimline/secred/warning/lower, /turf/open/floor/plasteel, /area/security/processing) "dmd" = ( @@ -18641,17 +18664,17 @@ /turf/open/floor/plating, /area/maintenance/aft) "dms" = ( -/obj/structure/bed, -/obj/structure/cloth_curtain{ - color = "#99ccff" +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych"; + name = "psychiatrist shutters" }, -/obj/item/bedsheet/medical, -/obj/machinery/vending/wallmed{ - pixel_y = -28 +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/medical/psych) "dmu" = ( /obj/machinery/camera{ c_tag = "Arrivals Lounge" @@ -18711,6 +18734,10 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/ai_monitored/turret_protected/ai) +"dno" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) "doM" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, @@ -18776,10 +18803,11 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"dph" = ( -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet, -/area/medical/psych) +"dps" = ( +/obj/item/pipe_dispenser, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/aft) "dpF" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -18936,9 +18964,6 @@ /turf/open/floor/engine, /area/maintenance/disposal/incinerator) "dug" = ( -/obj/structure/sign/departments/minsky/security/security{ - pixel_y = -32 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, @@ -18949,6 +18974,9 @@ icon_state = "4-8" }, /obj/effect/turf_decal/trimline/secred/filled/line/lower, +/obj/structure/sign/departments/minsky/security/security{ + pixel_y = -32 + }, /turf/open/floor/plasteel/white, /area/science/research) "dus" = ( @@ -19168,7 +19196,7 @@ dir = 4 }, /obj/machinery/door/airlock/highsecurity{ - id_tag = "ai_core_airlock_exterior"; + id_tag = "ai_core_airlock_interior"; name = "AI Core"; req_access_txt = "65" }, @@ -19546,6 +19574,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"dEY" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "dEZ" = ( /obj/machinery/shower{ dir = 8 @@ -19734,12 +19773,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) -"dJr" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/medical/psych) "dJF" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -19803,6 +19836,14 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) +"dKE" = ( +/obj/machinery/chem_master, +/obj/item/book/manual/wiki/chemistry, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) "dKN" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -19840,24 +19881,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"dLp" = ( -/obj/machinery/light_switch{ - pixel_x = -23; - pixel_y = 7 - }, -/obj/machinery/button/door{ - id = "psych"; - name = "Psych Office Shutters Control"; - pixel_x = -25; - pixel_y = -8; - req_access_txt = "5" - }, -/obj/effect/landmark/start/yogs/psychiatrist, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) "dLK" = ( /obj/effect/turf_decal/trimline/blue/filled/corner/lower, /turf/open/floor/plasteel/white, @@ -20302,9 +20325,6 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, /obj/machinery/door/airlock/hatch{ name = "MiniSat Antechamber"; req_access_txt = "65" @@ -20727,10 +20747,10 @@ /area/engine/engineering) "eff" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/security/main) "efg" = ( @@ -20813,6 +20833,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"egp" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) "egr" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/membrane, @@ -21027,7 +21054,7 @@ icon_state = "2-4" }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) @@ -21332,6 +21359,11 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"erg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line/lower, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) "erw" = ( /obj/effect/turf_decal/trimline/brown/filled/line/lower{ dir = 8 @@ -21527,12 +21559,6 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -21744,7 +21770,7 @@ pixel_x = 32; pixel_y = -40 }, -/obj/structure/disposalpipe/junction/flip{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, @@ -22312,11 +22338,6 @@ /turf/open/floor/plasteel, /area/hallway/primary/starboard) "eHY" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, /obj/effect/turf_decal/stripes/line{ dir = 9 }, @@ -22485,23 +22506,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"eKY" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Psychiatrist APC"; - pixel_x = -25 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = 27 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/wood, -/area/medical/psych) "eLF" = ( /obj/effect/landmark/start/security_officer, /obj/effect/turf_decal/trimline/darkblue/filled/line/lower{ @@ -23059,15 +23063,6 @@ /obj/machinery/light{ dir = 1 }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - dir = 1; - name = "Cargo Bay APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, /obj/effect/turf_decal/trimline/brown/filled/corner/lower{ dir = 4 }, @@ -23092,6 +23087,18 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"eYj" = ( +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/item/bedsheet/medical, +/obj/structure/bed, +/obj/effect/turf_decal/trimline/blue/filled/line/lower, +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) "eYk" = ( /obj/machinery/door/poddoor{ id = "Shuttle Construction Storage"; @@ -23207,18 +23214,17 @@ /turf/open/floor/plasteel, /area/engine/engineering) "faj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/trimline/blue/filled/corner/lower, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/wood, +/area/medical/psych) "fav" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 @@ -23563,16 +23569,17 @@ /turf/open/floor/plasteel, /area/clerk) "fju" = ( -/obj/machinery/iv_drip, -/obj/machinery/camera{ - c_tag = "Experimentor Lab Chamber"; - dir = 1; - network = list("ss13","rd") +/obj/structure/window/reinforced/tinted{ + dir = 1 }, -/obj/machinery/light, -/obj/effect/turf_decal/trimline/blue/filled/line/lower, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "fjz" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 4 @@ -23585,6 +23592,10 @@ /obj/effect/landmark/start/cyborg, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"fjX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet, +/area/medical/psych) "fjZ" = ( /obj/structure/plasticflaps{ density = 0; @@ -24229,17 +24240,6 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) -"fxA" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1 - }, -/turf/open/floor/wood, -/area/medical/psych) "fxX" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/pump, @@ -24423,7 +24423,7 @@ "fCl" = ( /obj/effect/decal/cleanable/cobweb, /obj/machinery/computer/atmos_sim{ - dir = 3; + dir = 2; mode = 1 }, /turf/open/floor/plasteel, @@ -24752,9 +24752,13 @@ /obj/machinery/light{ dir = 8 }, -/obj/structure/closet/wardrobe/pjs, +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, /obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 8 + dir = 10 }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) @@ -24865,8 +24869,8 @@ pixel_y = -3 }, /obj/machinery/button/door{ - id = "labdesk"; - name = "Research Lab Shutter Control"; + id = "rnd2"; + name = "South Research Lab Shutter Control"; pixel_x = -23; pixel_y = 1; req_access_txt = "47" @@ -25205,6 +25209,7 @@ name = "Station Intercom (Medbay)"; pixel_x = 30 }, +/obj/machinery/iv_drip, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "fOz" = ( @@ -25224,6 +25229,9 @@ dir = 8 }, /obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "fPU" = ( @@ -25357,6 +25365,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"fSy" = ( +/obj/structure/bed, +/obj/structure/cloth_curtain{ + color = "#99ccff" + }, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/trimline/blue/filled/line/lower, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) "fSF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -25392,6 +25409,31 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"fTO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ + dir = 4 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"fTW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) "fUf" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -25824,12 +25866,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"gdF" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/turf/open/floor/wood, -/area/medical/psych) "gdH" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -25858,6 +25894,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"gdY" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/maintenance/fore) "gdZ" = ( /obj/structure/window/reinforced{ pixel_y = 2 @@ -26060,11 +26102,20 @@ /turf/closed/wall, /area/quartermaster/warehouse) "gjv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/item/pen/fountain{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/clipboard{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/medical/psych) "gjC" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -26475,6 +26526,10 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, /turf/open/floor/plasteel, /area/security/brig) "gus" = ( @@ -27121,25 +27176,18 @@ /turf/open/floor/circuit/telecomms, /area/science/xenobiology) "gLY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/power/apc{ areastring = "/area/security/processing"; dir = 4; name = "Labor Shuttle Dock APC"; pixel_x = 24 }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 6 }, +/obj/structure/cable{ + icon_state = "0-8" + }, /turf/open/floor/plasteel, /area/security/processing) "gMD" = ( @@ -27737,9 +27785,6 @@ /turf/open/floor/plasteel, /area/quartermaster/office) "gYj" = ( -/obj/structure/chair{ - dir = 4 - }, /obj/machinery/light_switch{ pixel_x = -23; pixel_y = -1 @@ -27977,6 +28022,9 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/corner/lower{ + dir = 8 + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "hcE" = ( @@ -28580,10 +28628,10 @@ /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "hmN" = ( +/obj/effect/turf_decal/trimline/secred/filled/line/lower, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 + dir = 1 }, -/obj/effect/turf_decal/trimline/secred/filled/line/lower, /turf/open/floor/plasteel, /area/security/processing) "hmO" = ( @@ -29188,9 +29236,6 @@ /obj/machinery/airalarm{ pixel_y = 24 }, -/obj/machinery/light{ - dir = 1 - }, /obj/effect/turf_decal/trimline/brown/filled/corner/lower{ dir = 1 }, @@ -29458,11 +29503,8 @@ /turf/open/floor/plasteel/dark, /area/science/robotics/lab) "hDU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) @@ -29588,13 +29630,24 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 6 }, +/obj/machinery/light_switch{ + pixel_x = 29; + pixel_y = 7 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = 29; + pixel_y = -4; + req_access_txt = "47" + }, /turf/open/floor/plasteel, /area/security/checkpoint/science) "hIg" = ( /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 4 }, -/obj/structure/closet/emcloset, +/obj/vehicle/ridden/wheelchair, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "hIx" = ( @@ -29696,9 +29749,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "hKn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, /turf/open/floor/plasteel, /area/security/processing) "hKu" = ( @@ -29817,16 +29882,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"hMY" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft_starboard) "hNs" = ( /obj/effect/landmark/stationroom/maint/fivexthree, /turf/template_noop, @@ -30394,6 +30449,16 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"hWi" = ( +/obj/effect/turf_decal/trimline/secred/filled/line/lower, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) "hWv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -30892,21 +30957,6 @@ /obj/item/reagent_containers/food/drinks/soda_cans/cola, /turf/open/floor/carpet, /area/hallway/secondary/entry) -"igF" = ( -/obj/structure/table/wood, -/obj/item/folder/white{ - pixel_x = -7; - pixel_y = -3 - }, -/obj/item/folder/white{ - pixel_x = -2 - }, -/obj/item/folder/white{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/carpet, -/area/medical/psych) "igI" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment, @@ -30968,13 +31018,6 @@ /obj/machinery/light_switch{ pixel_x = 27 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, @@ -31023,7 +31066,6 @@ pixel_x = -28; req_access_txt = "55" }, -/obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/purple/filled/line/lower{ dir = 9 }, @@ -31057,6 +31099,7 @@ /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 6 }, +/obj/structure/closet/wardrobe/pjs, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "ijG" = ( @@ -31105,10 +31148,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"ilp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) "ilw" = ( /obj/effect/turf_decal/trimline/green/filled/line/lower, /turf/open/floor/plasteel/white, @@ -31855,18 +31894,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"izE" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "psych"; - name = "psychiatrist shutters" - }, -/turf/open/floor/plating, -/area/medical/psych) "izI" = ( /obj/structure/table/reinforced, /obj/item/multitool{ @@ -31930,9 +31957,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, /obj/structure/cable{ icon_state = "4-8" }, @@ -32309,15 +32333,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"iJl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) "iJt" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -32334,19 +32349,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"iJz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) "iJL" = ( /obj/structure/rack, /obj/item/tank/internals/emergency_oxygen, @@ -32667,8 +32669,23 @@ /obj/effect/turf_decal/stripes/corner{ dir = 8 }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"iPS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) "iQm" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -32726,12 +32743,15 @@ /turf/open/floor/plasteel, /area/quartermaster/miningdock) "iRr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/wood, +/area/medical/psych) "iRt" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -32834,6 +32854,11 @@ /obj/item/twohanded/required/pool/pool_noodle, /turf/open/indestructible/sound/pool, /area/crew_quarters/fitness) +"iSB" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/glowstick, +/turf/open/floor/plating, +/area/maintenance/aft) "iSP" = ( /obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, @@ -32863,25 +32888,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"iTE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/trimline/secred/filled/line/lower, -/turf/open/floor/plasteel, -/area/security/brig) "iUb" = ( /obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, @@ -33268,13 +33274,9 @@ /turf/open/floor/circuit/telecomms/server, /area/ai_monitored/turret_protected/ai) "jcS" = ( -/obj/machinery/camera{ - c_tag = "Prison Common Room South"; - dir = 4; - network = list("ss13","prison") - }, -/turf/open/floor/wood, -/area/medical/psych) +/obj/effect/landmark/stationroom/maint/fivexfour, +/turf/template_noop, +/area/maintenance/fore) "jda" = ( /turf/open/floor/plasteel/white/corner{ dir = 1 @@ -33635,7 +33637,7 @@ /area/crew_quarters/dorms) "jmH" = ( /obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, +/turf/closed/wall, /area/engine/engineering) "jna" = ( /obj/effect/turf_decal/stripes/line{ @@ -34076,6 +34078,15 @@ }, /turf/open/floor/plasteel/dark, /area/security/interrogation) +"jvu" = ( +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) "jvH" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 @@ -34510,6 +34521,18 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"jGD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) "jHi" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -34917,13 +34940,14 @@ /area/science/mixing) "jQB" = ( /obj/structure/rack, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/crowbar, /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) "jQY" = ( @@ -34977,7 +35001,7 @@ }, /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/maintenance/port/aft) "jSF" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 10 @@ -35019,6 +35043,21 @@ dir = 4 }, /area/crew_quarters/theatre) +"jTl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "jTD" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel/dark, @@ -35149,7 +35188,7 @@ }, /obj/machinery/button/door{ id = "rnd"; - name = "Shutters Control Button"; + name = "Research Lab Shutters Control"; pixel_x = -6; pixel_y = 24; req_access_txt = "47" @@ -35344,12 +35383,19 @@ /turf/open/floor/plasteel, /area/crew_quarters/locker) "kar" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/door/window/brigdoor/northright{ + name = "Filing Room"; + opacity = 1; + req_access_txt = "5" + }, +/turf/open/floor/wood, +/area/medical/psych) "kav" = ( /obj/machinery/firealarm{ pixel_y = 28 @@ -35381,7 +35427,7 @@ dir = 9 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 + dir = 9 }, /turf/open/floor/plasteel, /area/security/processing) @@ -36195,13 +36241,17 @@ /turf/open/floor/carpet/royalblue, /area/crew_quarters/heads/cmo) "kut" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 8 }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/open/floor/plasteel, /area/security/processing) "kuY" = ( @@ -36729,6 +36779,19 @@ /obj/structure/lattice/catwalk, /turf/closed/wall/r_wall, /area/engine/atmos_distro) +"kEV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) "kFk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -36742,11 +36805,6 @@ }, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"kGc" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/aft) "kGn" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -37556,6 +37614,9 @@ /obj/structure/closet/crate/secure/gear/donut, /obj/item/reagent_containers/food/snacks/donut, /obj/item/paper/guides/jobs/security/donut, +/obj/machinery/camera/motion/armory{ + dir = 1 + }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "kZl" = ( @@ -38062,6 +38123,16 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/medical/genetics/cloning) +"ljT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/lawoffice) "lkd" = ( /obj/structure/table, /obj/machinery/button/ignition{ @@ -39088,6 +39159,9 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "lFj" = ( @@ -39161,10 +39235,6 @@ /obj/item/mop, /turf/open/floor/plasteel/dark, /area/janitor) -"lHz" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/wood, -/area/medical/psych) "lHO" = ( /obj/item/stack/cable_coil, /obj/effect/decal/cleanable/dirt/dust, @@ -39674,14 +39744,6 @@ /obj/effect/turf_decal/trimline/blue/filled/line/lower, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"lTC" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) "lUd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -39790,18 +39852,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"lXH" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "psych"; - name = "psychiatrist shutters" - }, -/turf/open/floor/plating, -/area/medical/psych) "lXT" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -40297,14 +40347,14 @@ /turf/open/floor/plating, /area/maintenance/port) "mgc" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ +/obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 }, -/obj/effect/turf_decal/trimline/secred/filled/line/lower{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 }, /turf/open/floor/plasteel, /area/hallway/primary/fore) @@ -40480,7 +40530,9 @@ pixel_y = 25 }, /obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, /turf/open/floor/wood, /area/lawoffice) "mkg" = ( @@ -40553,18 +40605,18 @@ /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) "mkD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/trimline/blue/filled/corner/lower{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/corner/lower{ +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, /turf/open/floor/plasteel, /area/hallway/primary/port) "mkP" = ( @@ -40724,6 +40776,12 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) +"mop" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "moy" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -40957,6 +41015,17 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"msw" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/maintenance/fore) "msz" = ( /obj/structure/table/wood, /obj/item/melee/chainofcommand, @@ -41791,6 +41860,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/storage) +"mGt" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ + dir = 4 + }, +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) "mGG" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -42068,17 +42148,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"mNS" = ( -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) "mNZ" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -42114,12 +42183,6 @@ /obj/effect/landmark/start/shaft_miner, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"mOQ" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/storage/briefcase, -/turf/open/floor/carpet, -/area/medical/psych) "mOU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -42133,6 +42196,9 @@ /obj/effect/turf_decal/trimline/blue/filled/corner/lower{ dir = 1 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "mQf" = ( @@ -42567,18 +42633,6 @@ }, /turf/open/floor/engine/plasma, /area/engine/atmos_distro) -"nab" = ( -/obj/structure/table/wood, -/obj/item/taperecorder{ - pixel_x = 5 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/wood, -/area/medical/psych) "nam" = ( /obj/structure/cable/orange{ icon_state = "2-8" @@ -43548,6 +43602,9 @@ /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower{ dir = 5 }, +/obj/structure/cable{ + icon_state = "0-2" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "nuJ" = ( @@ -43826,10 +43883,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"nBt" = ( -/obj/structure/cable/white, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) "nBu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -43853,6 +43906,11 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"nCo" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/wood, +/area/medical/psych) "nCq" = ( /obj/effect/turf_decal/trimline/blue/filled/corner/lower{ dir = 8 @@ -44122,6 +44180,21 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"nHO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) "nHR" = ( /obj/machinery/light{ dir = 8 @@ -44359,6 +44432,27 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) +"nOe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "nOu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -44383,6 +44477,9 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) "nPD" = ( @@ -44630,6 +44727,12 @@ /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 1 }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, /turf/open/floor/plasteel, /area/hallway/primary/fore) "nUh" = ( @@ -44660,6 +44763,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 6 }, +/obj/structure/cable{ + icon_state = "2-4" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "nUx" = ( @@ -45000,7 +45106,7 @@ /obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/effect/spawner/structure/window/reinforced, +/obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/medbay/lobby) "obO" = ( @@ -45184,6 +45290,10 @@ "ogD" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/security/brig) "ogV" = ( @@ -45330,7 +45440,7 @@ }, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/maintenance/port/aft) "okh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 @@ -45487,13 +45597,6 @@ /obj/effect/turf_decal/trimline/secred/filled/corner/lower, /turf/open/floor/plasteel/white, /area/science/research) -"ong" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/chair/sofa/left, -/turf/open/floor/wood, -/area/medical/psych) "onr" = ( /obj/effect/turf_decal/arrows/white{ color = "#99ccff" @@ -45531,6 +45634,27 @@ /obj/machinery/atmospherics/pipe/simple/yellow/visible, /turf/open/floor/plating, /area/engine/atmos_distro) +"onZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Psychiatrist Office"; + dir = 4; + network = list("ss13"); + pixel_x = 1; + pixel_y = -4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/turf/open/floor/carpet, +/area/medical/psych) +"oom" = ( +/turf/closed/wall/r_wall, +/area/medical/psych) "oos" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer2{ dir = 8 @@ -46373,6 +46497,11 @@ /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) +"oER" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/aft) "oGg" = ( /obj/machinery/camera{ c_tag = "Theatre Storage" @@ -46454,10 +46583,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) -"oHO" = ( -/obj/structure/chair/sofa, -/turf/open/floor/wood, -/area/medical/psych) "oHU" = ( /obj/structure/sign/directions/security{ dir = 1; @@ -46495,12 +46620,10 @@ /turf/open/floor/plasteel/white, /area/medical/storage) "oIH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /turf/open/floor/plasteel, /area/security/processing) "oIJ" = ( @@ -46655,6 +46778,9 @@ /obj/effect/turf_decal/trimline/brown/filled/corner/lower{ dir = 1 }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/quartermaster/storage) "oLE" = ( @@ -46733,18 +46859,18 @@ /turf/open/floor/engine, /area/science/mixing/chamber) "oMX" = ( +/obj/effect/turf_decal/trimline/secred/filled/corner/lower, +/obj/effect/turf_decal/trimline/secred/filled/corner/lower{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 + dir = 4 }, /obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/trimline/secred/filled/corner/lower, -/obj/effect/turf_decal/trimline/secred/filled/corner/lower{ - dir = 4 + icon_state = "4-8" }, /turf/open/floor/plasteel, /area/security/processing) @@ -47133,6 +47259,11 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"oWj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/aft) "oWm" = ( /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 8 @@ -47363,6 +47494,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"pcz" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/aft) "pcF" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 6 @@ -47488,6 +47625,18 @@ "peX" = ( /turf/open/floor/carpet/royalblue, /area/crew_quarters/heads/cmo) +"pfb" = ( +/obj/structure/toilet{ + cistern = 1; + dir = 8; + open = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) "pfl" = ( /obj/machinery/light_switch{ pixel_x = 27 @@ -47750,6 +47899,14 @@ /obj/structure/closet/lasertag/red, /turf/open/floor/plasteel, /area/crew_quarters/fitness) +"pjk" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/medical/psych) "pjD" = ( /obj/structure/table, /obj/item/folder/red, @@ -48481,6 +48638,15 @@ /obj/effect/turf_decal/trimline/brown/filled/line/lower{ dir = 8 }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/storage"; + dir = 8; + name = "Cargo Bay APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, /turf/open/floor/plasteel, /area/quartermaster/storage) "pym" = ( @@ -48673,6 +48839,14 @@ "pAL" = ( /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) +"pBi" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "pBk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -48982,11 +49156,14 @@ /turf/open/floor/plasteel, /area/engine/engineering) "pHX" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/carpet, -/area/medical/psych) +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/turf/open/floor/plating, +/area/maintenance/fore) "pId" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -49015,15 +49192,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/office) -"pIr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) "pIA" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49109,9 +49277,6 @@ c_tag = "Labor Shuttle Dock South"; dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 8 }, @@ -49442,15 +49607,19 @@ /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "pTN" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych"; + dir = 4; + name = "Psychiatrist APC"; + pixel_x = 24 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/structure/cable, +/turf/open/floor/wood, +/area/medical/psych) "pUH" = ( /obj/structure/table, /obj/item/hand_tele, @@ -49766,9 +49935,6 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -49996,15 +50162,16 @@ /turf/open/floor/plasteel, /area/science/robotics/lab) "qgY" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 4 }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel, /area/security/processing) "qgZ" = ( @@ -50329,12 +50496,18 @@ /turf/open/floor/carpet, /area/crew_quarters/cryopods) "qns" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 8 +/obj/structure/chair/comfy/brown{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/obj/machinery/button/door{ + id = "psych"; + name = "Psych Office Shutters Control"; + pixel_x = -23; + pixel_y = 22; + req_access_txt = "5" + }, +/turf/open/floor/carpet, +/area/medical/psych) "qny" = ( /obj/structure/disposalpipe/trunk, /obj/machinery/disposal/bin, @@ -50508,7 +50681,6 @@ /turf/open/floor/plasteel, /area/hallway/secondary/service) "qqd" = ( -/obj/structure/closet/secure_closet/medical3, /obj/machinery/light_switch{ pixel_x = 15; pixel_y = 25 @@ -50516,6 +50688,7 @@ /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 1 }, +/obj/structure/closet/secure_closet/medical3, /turf/open/floor/plasteel/white, /area/medical/storage) "qrj" = ( @@ -50561,6 +50734,9 @@ /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "qtd" = ( @@ -50577,9 +50753,6 @@ }, /turf/open/floor/plasteel, /area/janitor) -"qtP" = ( -/turf/closed/wall, -/area/hallway/primary/aft) "qtR" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 @@ -50947,6 +51120,9 @@ req_access_txt = "61" }, /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "qCq" = ( @@ -51056,12 +51232,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"qFz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/psych) "qFC" = ( /obj/machinery/door/airlock/maintenance_hatch, /obj/effect/mapping_helpers/airlock/abandoned, @@ -52082,13 +52252,17 @@ /turf/open/floor/plasteel/dark, /area/engine/atmos) "qYx" = ( -/obj/effect/landmark/blobstart, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 +/obj/machinery/camera{ + c_tag = "Virology Monkey Pen"; + network = list("ss13","medbay") }, /obj/effect/turf_decal/trimline/green/warning/lower{ - dir = 8 + dir = 9 }, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/effect/landmark/blobstart, /turf/open/floor/plasteel/white, /area/medical/virology) "qZu" = ( @@ -52113,6 +52287,9 @@ /obj/effect/turf_decal/trimline/purple/warning/lower{ dir = 1 }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "qZK" = ( @@ -52137,9 +52314,6 @@ pixel_x = -12; pixel_y = 2 }, -/obj/machinery/light/small{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/official/cleanliness{ pixel_x = -32 @@ -52198,6 +52372,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/lobby) +"rbJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "rbR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -52690,12 +52879,6 @@ /turf/template_noop, /area/security/execution/transfer) "rnT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 8 }, @@ -52786,6 +52969,10 @@ /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel, /area/security/main) "rpY" = ( @@ -53012,13 +53199,6 @@ /obj/item/toy/figure/rd, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/hor) -"rvT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/trimline/green/warning/lower{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) "rwb" = ( /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower{ dir = 1 @@ -53060,6 +53240,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) +"rxA" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych"; + name = "psychiatrist shutters" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/psych) "rxB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed, @@ -53319,14 +53513,6 @@ /obj/effect/turf_decal/trimline/brown/filled/line/lower, /turf/open/floor/plasteel, /area/quartermaster/qm) -"rDb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/medical/psych) "rDf" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/plasteel/freezer, @@ -53350,6 +53536,9 @@ /obj/structure/cable{ icon_state = "2-4" }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "rEq" = ( @@ -53861,6 +54050,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"rOb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "rOh" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 8 @@ -54220,11 +54424,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"rUO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet, -/area/medical/psych) "rVr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -54244,12 +54443,6 @@ dir = 4; network = list("ss13","medbay") }, -/obj/structure/bedsheetbin{ - pixel_x = 2 - }, -/obj/structure/table, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 9 }, @@ -54357,13 +54550,6 @@ /turf/open/floor/plating, /area/maintenance/disposal) "rXG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 5 }, @@ -54842,9 +55028,20 @@ /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) "sia" = ( -/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plating{ - icon_state = "platingdmg2" + icon_state = "platingdmg3" }, /area/maintenance/aft) "siG" = ( @@ -55112,6 +55309,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) +"soS" = ( +/obj/item/chair/stool, +/turf/open/floor/plating, +/area/maintenance/aft) "soW" = ( /obj/machinery/portable_atmospherics/canister/toxins, /obj/machinery/light/small{ @@ -55260,9 +55461,6 @@ name = "Medbay Aft APC"; pixel_x = 24 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, /obj/structure/cable{ icon_state = "0-8" }, @@ -55316,11 +55514,11 @@ /turf/open/floor/plating, /area/ai_monitored/storage/satellite) "suo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 + dir = 6 }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) @@ -55400,6 +55598,10 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"swW" = ( +/obj/machinery/the_singularitygen/tesla, +/turf/open/floor/plating, +/area/engine/engineering) "sxj" = ( /obj/machinery/light{ dir = 8 @@ -55556,13 +55758,6 @@ /obj/machinery/light{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 4 }, @@ -56503,7 +56698,7 @@ /area/engine/atmos_distro) "sUu" = ( /obj/machinery/camera{ - c_tag = "Engineering West"; + c_tag = "SMES External"; dir = 1 }, /turf/open/space/basic, @@ -56555,15 +56750,6 @@ dir = 8; pixel_x = 24 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, @@ -57062,6 +57248,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"tcy" = ( +/obj/effect/landmark/start/yogs/psychiatrist, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) "tdw" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower, @@ -57278,12 +57471,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"thy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/medical/psych) "thI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -58112,18 +58299,6 @@ /obj/structure/sign/warning/docking, /turf/closed/wall/r_wall, /area/hallway/secondary/entry) -"tAC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) "tBb" = ( /obj/structure/window/reinforced, /turf/open/floor/engine, @@ -58284,11 +58459,6 @@ /turf/open/floor/plasteel/dark, /area/storage/tech) "tDS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -58439,6 +58609,13 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"tHV" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) "tHZ" = ( /obj/structure/chair/office/light{ dir = 1 @@ -58462,19 +58639,23 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/cable{ + icon_state = "2-8" + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "tJC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, /turf/open/floor/plating, /area/maintenance/fore) @@ -58600,6 +58781,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"tLN" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych"; + name = "psychiatrist shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/psych) "tLS" = ( /obj/machinery/light{ dir = 1 @@ -58798,12 +58993,6 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, /turf/open/floor/plasteel, /area/security/processing) "tPj" = ( @@ -59057,14 +59246,13 @@ /turf/open/floor/plasteel, /area/engine/engineering) "tTA" = ( -/obj/structure/closet/l3closet, /obj/machinery/airalarm{ pixel_y = 24 }, -/obj/item/geiger_counter, /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 1 }, +/obj/structure/closet/secure_closet/medical3, /turf/open/floor/plasteel/white, /area/medical/storage) "tTK" = ( @@ -59170,6 +59358,16 @@ }, /turf/open/floor/plasteel, /area/construction/mining/aux_base) +"tWp" = ( +/obj/effect/turf_decal/trimline/blue/filled/line/lower{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft_starboard) "tWQ" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -59700,10 +59898,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"uhS" = ( -/obj/effect/landmark/stationroom/maint/threexthree, -/turf/template_noop, -/area/maintenance/aft) "uhT" = ( /obj/effect/mapping_helpers/teleport_anchor, /obj/effect/turf_decal/trimline/engiyellow/filled/line/lower{ @@ -60048,10 +60242,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"upM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/carpet, -/area/medical/psych) "uqa" = ( /obj/effect/turf_decal/trimline/white/corner, /turf/open/floor/plasteel, @@ -60082,6 +60272,21 @@ /obj/effect/turf_decal/trimline/purple/filled/corner/lower, /turf/open/floor/plasteel/white, /area/science/research) +"uqQ" = ( +/obj/machinery/paystand/register{ + dir = 1; + name = "dusty unregistered pay stand"; + pixel_x = -6; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/pill_bottle/happy{ + name = "happy pills bottle"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) "uqW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -60163,6 +60368,14 @@ /area/medical/medbay/aft) "urv" = ( /obj/structure/table, +/obj/item/reagent_containers/glass/bottle/ethanol{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/ethanol{ + pixel_x = 5; + pixel_y = 6 + }, /obj/item/book/manual/wiki/surgery, /turf/open/floor/plasteel/white, /area/medical/surgery) @@ -60558,10 +60771,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"uBk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/medical/psych) "uBu" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/structure/cable{ @@ -60990,15 +61199,6 @@ /obj/structure/rack, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"uKT" = ( -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/obj/item/bedsheet/medical, -/obj/structure/bed, -/obj/effect/turf_decal/trimline/blue/filled/line/lower, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) "uLo" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible, /obj/effect/turf_decal/trimline/engiyellow/filled/corner/lower, @@ -61766,6 +61966,9 @@ pixel_x = 9; pixel_y = 5 }, +/obj/structure/disposalpipe/segment{ + dir = 2 + }, /turf/open/floor/plasteel, /area/science/xenobiology) "uZh" = ( @@ -61966,12 +62169,15 @@ "vcX" = ( /obj/structure/table, /obj/item/crowbar, -/obj/item/assembly/flash/handheld, /obj/effect/turf_decal/trimline/secred/filled/line/lower, /obj/item/radio/off{ pixel_x = 9; pixel_y = 1 }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/assembly/flash/handheld, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) "vdm" = ( @@ -62006,18 +62212,12 @@ /obj/machinery/meter{ target_layer = 2 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating, /area/maintenance/fore) "vdL" = ( @@ -62369,13 +62569,25 @@ /turf/open/floor/plating, /area/maintenance/port) "vmd" = ( -/obj/structure/closet/secure_closet/medical3, /obj/structure/sign/warning/nosmoking{ pixel_x = 32 }, /obj/effect/turf_decal/trimline/blue/filled/line/lower{ dir = 5 }, +/obj/structure/table, +/obj/item/roller{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/roller{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/roller{ + pixel_x = 5; + pixel_y = 13 + }, /turf/open/floor/plasteel/white, /area/medical/storage) "vmm" = ( @@ -62713,6 +62925,13 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/security/processing) "vvd" = ( @@ -62729,11 +62948,9 @@ /turf/open/space, /area/solar/port/aft) "vvr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 }, /turf/open/floor/plasteel, /area/security/processing) @@ -62939,6 +63156,15 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"vxU" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) "vyA" = ( /obj/machinery/button/door{ id = "aux_base_shutters"; @@ -63580,6 +63806,15 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"vJL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/brig) "vKb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -63718,8 +63953,10 @@ /turf/open/floor/plasteel/white, /area/science/nanite) "vNx" = ( -/obj/structure/disposalpipe/segment, /obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) "vNR" = ( @@ -63850,7 +64087,7 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/effect/spawner/structure/window/reinforced, +/obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/medbay/lobby) "vQx" = ( @@ -63884,10 +64121,6 @@ /area/security/checkpoint/science) "vQC" = ( /obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 1 }, @@ -64245,13 +64478,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) -"vXV" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet, -/area/medical/psych) "vYi" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, @@ -64656,24 +64882,20 @@ /turf/open/space/basic, /area/space/nearstation) "wfd" = ( -/obj/structure/table, -/obj/item/roller{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/item/roller{ - pixel_x = 2; - pixel_y = 10 +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = 15; + pixel_y = 4 }, -/obj/item/roller{ - pixel_x = 5; - pixel_y = 13 +/obj/machinery/computer/med_data/laptop{ + pixel_x = -4 }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 8 +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = 7 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/carpet, +/area/medical/psych) "wfs" = ( /obj/structure/transit_tube/diagonal{ dir = 4 @@ -64796,10 +65018,6 @@ }, /turf/open/floor/plasteel, /area/security/prison) -"wjG" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/medical/psych) "wjH" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -64859,11 +65077,6 @@ /obj/structure/extinguisher_cabinet{ pixel_x = -32 }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 0; - sortTypes = list("13","28") - }, /obj/structure/cable{ icon_state = "2-4" }, @@ -64984,6 +65197,10 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, /turf/open/floor/plasteel, /area/security/brig) "wmI" = ( @@ -65409,8 +65626,8 @@ /turf/open/floor/plasteel, /area/science/nanite) "wwp" = ( -/obj/machinery/door/airlock/medical{ - name = "Medbay Scondary Storage"; +/obj/machinery/door/airlock/wood{ + name = "Psychiatrists office"; req_access_txt = "5" }, /obj/machinery/door/firedoor/border_only{ @@ -65419,18 +65636,11 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower{ - dir = 1 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/trimline/blue/filled/line/lower, -/turf/open/floor/plasteel/white, -/area/medical/medbay/aft) +/turf/open/floor/wood, +/area/medical/psych) "wwt" = ( /obj/effect/turf_decal/trimline/darkblue/filled/line/lower{ dir = 4 @@ -65491,9 +65701,6 @@ /obj/structure/sign/poster/official/help_others{ pixel_x = -32 }, -/obj/structure/chair{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 1 }, @@ -65595,10 +65802,17 @@ /obj/effect/turf_decal/trimline/secred/filled/line/lower{ dir = 4 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/security/brig) "wys" = ( /obj/effect/turf_decal/trimline/engiyellow/filled/corner/lower, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "wyC" = ( @@ -65618,6 +65832,12 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"wzG" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) "wAc" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -65717,27 +65937,6 @@ /obj/effect/turf_decal/trimline/darkblue/filled/line/lower, /turf/open/floor/plasteel/dark, /area/bridge) -"wDm" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) "wDn" = ( /obj/machinery/camera{ c_tag = "Toxins Launch Room Access"; @@ -65843,21 +66042,23 @@ /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) "wFq" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 +/obj/item/assembly/flash{ + pixel_x = 3; + pixel_y = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 +/obj/item/flashlight/pen{ + pixel_x = -6; + pixel_y = -1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/item/laser_pointer{ + pixel_y = 9 }, -/obj/structure/cable{ - icon_state = "2-8" +/obj/item/assembly/flash{ + pixel_x = 7 }, -/turf/open/floor/plating, -/area/maintenance/aft) +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/medical/psych) "wFr" = ( /obj/machinery/light_switch{ pixel_y = -25 @@ -65890,9 +66091,6 @@ name = "Armory Door"; req_access_txt = "1" }, -/obj/machinery/camera/motion/armory{ - dir = 1 - }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) "wHf" = ( @@ -66048,24 +66246,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/science/research) -"wKO" = ( -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" - }, -/obj/item/storage/pill_bottle/dice, -/obj/item/storage/pill_bottle/psicodine, -/obj/item/storage/pill_bottle/lsd{ - name = "very happy pills bottle" - }, -/obj/item/storage/pill_bottle/happy{ - name = "happy pills bottle" - }, -/obj/item/storage/pill_bottle/happiness, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/wood, -/area/medical/psych) "wKP" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -66734,6 +66914,8 @@ /obj/effect/turf_decal/stripes/line{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plating, /area/maintenance/fore) "wZD" = ( @@ -66827,6 +67009,10 @@ name = "research lab shutters" }, /obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, /turf/open/floor/plating, /area/science/lab) "xcY" = ( @@ -67911,7 +68097,7 @@ /turf/open/floor/plasteel, /area/engine/atmos) "xBS" = ( -/obj/machinery/space_heater, +/obj/structure/closet/emcloset, /turf/open/floor/plating, /area/maintenance/aft) "xCk" = ( @@ -68031,8 +68217,26 @@ /turf/open/floor/plasteel/dark/telecomms, /area/ai_monitored/turret_protected/ai) "xFh" = ( -/turf/closed/wall/r_wall, -/area/medical/medbay/aft) +/obj/structure/closet/secure_closet{ + name = "psychiatrist locker"; + req_access_txt = "5" + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/storage/pill_bottle/happiness, +/obj/item/storage/pill_bottle/dice, +/obj/item/storage/pill_bottle/happy{ + name = "happy pills bottle" + }, +/obj/item/storage/pill_bottle/lsd{ + name = "very happy pills bottle" + }, +/obj/item/storage/pill_bottle/psicodine, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) "xFp" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/disposalpipe/segment, @@ -68045,6 +68249,9 @@ /obj/effect/turf_decal/trimline/engiyellow/filled/corner/lower{ dir = 8 }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "xFW" = ( @@ -68293,22 +68500,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"xMH" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Psychiatrist maintenance"; - req_one_access = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) "xML" = ( /turf/closed/wall, /area/hallway/primary/aft_starboard) @@ -68417,13 +68608,6 @@ /turf/open/floor/plasteel/white, /area/medical/sleeper) "xPA" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/effect/turf_decal/trimline/secred/filled/corner/lower, /obj/effect/turf_decal/trimline/secred/filled/corner/lower{ dir = 4 @@ -68571,10 +68755,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xSC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/medical/psych) "xSQ" = ( /obj/structure/sign/warning/radiation/rad_area{ pixel_x = -32 @@ -68840,17 +69020,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft_starboard) -"xXX" = ( -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance_hatch, -/turf/open/floor/plating, -/area/maintenance/aft) "xYc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/box, @@ -69125,17 +69294,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) -"ydS" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/medical/psych) "yeb" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 1 @@ -69251,7 +69409,7 @@ icon_state = "1-2" }, /obj/machinery/camera/motion{ - c_tag = "Captain's Quarters"; + c_tag = "Engineering SMES"; dir = 8 }, /turf/open/floor/plasteel/dark, @@ -69699,16 +69857,6 @@ }, /turf/open/floor/engine, /area/science/misc_lab) -"ylN" = ( -/obj/machinery/camera{ - c_tag = "Virology Monkey Pen"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/trimline/green/warning/lower{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) "ylY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -89891,7 +90039,7 @@ aZE jgC pyb oLA -riG +fTW rGf bjr rGf @@ -93202,15 +93350,15 @@ bdo arP bld aqR -aDR -aDR -aDR -aDR -aDR -aDR -aDR -aDR -aDR +arP +arP +arP +msw +arP +arP +arP +aqR +arP bZk aLE aOl @@ -93459,15 +93607,15 @@ bdC arP bld iSd -aDR -lHz -eKY -nab -dJr +uqQ +arP +omk +omk +omk jcS -dLp -fxA -izE +arP +aqR +arP keM ehE aOl @@ -93715,16 +93863,16 @@ aqR qGp bfq vTj -bfs -aDR -oHO -thy -vXV -ayH -igF -mOQ -gdF -lXH +aqR +gdY +arP +omk +omk +omk +omk +arP +aqR +arP eQR aLE aOl @@ -93973,15 +94121,15 @@ arP arP kmw arP -aDR -ong -thy -dph -ayH -pHX +arP +arP +omk +omk +omk +omk pHX -lTC -aDR +aqR +arP cHu aLE aOl @@ -94229,18 +94377,18 @@ baI arP bfs bld +aqR dgn -aDR -wjG -thy -upM -xSC -xSC -rUO -rDb -chD +arP +omk +omk +omk +omk +arP +aqR +arP mkD -dvH +aLE exY aPM pOw @@ -94486,16 +94634,16 @@ omk arP aXJ bld +aqR kzh -aDR -csH -pIr -qFz -ydS -uBk -sHf -wKO -aDR +arP +omk +omk +omk +omk +arP +aqR +arP yiu cSb kXW @@ -94719,8 +94867,8 @@ acd czC tQn rPO -aJt -aJt +gXs +gXs aaf aaa aaa @@ -94732,7 +94880,7 @@ vvr hmN amK oIH -iJl +vvr dmc aOf aPT @@ -94744,15 +94892,15 @@ arP eAN bld aqR -aDR -aDR -xMH -aDR -aDR -aDR -aDR -aDR -aDR +aqR +arP +arP +aCJ +arP +arP +arP +aqR +arP lkp wvx rRD @@ -94820,8 +94968,8 @@ eki bCq ckz ceY -ccw -ccw +bNq +cjJ cjJ vMZ cjJ @@ -94981,11 +95129,11 @@ qaO qaO hlB qaO -ant +qaO haD hKn aBz -vvr +iPS kut vuW qgY @@ -95002,9 +95150,9 @@ bfz blr jFC smE -tAC +jHS vdJ -iJz +jFC jHS jHS jHS @@ -95238,23 +95386,23 @@ eIu eIu jNQ bQS -ant +qaO fJZ oMX ihO sVN gLY -aZH +amK rXG xPA sAM aOh tDS -aPU -aVs -aPU -aPU -aPU +aqR +iSd +aqR +aqR +aqR tJC aqR gJz @@ -95334,8 +95482,8 @@ bHE mCg hQb bHE -ccw -ccw +bNq +bNq spL wvh hSa @@ -95495,14 +95643,14 @@ sTW wEg swc bQS -aiX +qaO aiX mbK aiX aiX aiX aiX -ant +aiX tPc afl aph @@ -95752,7 +95900,7 @@ gTA qlp voF bQS -agj +jAS qpf vKb agj @@ -96009,7 +96157,7 @@ arA bQS kSC bQS -agj +jAS mlo hVm ltp @@ -96022,7 +96170,7 @@ lFP aOi aPW aEz -aVA +ljT aph aph aph @@ -96279,8 +96427,8 @@ kUv aph sWI qyW -apS -apS +cZV +aVA ape aph avt @@ -96536,7 +96684,7 @@ kUv aOn bYj aTr -aVB +apS aYU aqf aph @@ -96614,7 +96762,7 @@ bCs bCs uzc ccw -wil +swW wil wil cfe @@ -96782,7 +96930,7 @@ sax tvs agj wpl -iTE +qQn ogD afL aez @@ -97798,7 +97946,7 @@ afc aga agJ qZY -bAL +aga acd pLj myr @@ -97811,7 +97959,7 @@ rrC agj mKD qQn -ogD +vJL afL uWQ ahU @@ -98055,8 +98203,8 @@ aiT aiT aiT aiT -aiT -aiT +pfb +acd mvz eDd tCP @@ -98073,7 +98221,7 @@ amu alx amR tsu -aKE +anQ kUv aOo aQi @@ -98313,7 +98461,7 @@ tev cGH aaZ aaZ -aiT +acd kbE hBX gpc @@ -98325,12 +98473,12 @@ naR uFo ajH wbI -ogD +vJL aqn rxB dHZ tsu -anQ +anz ykp aOp mMW @@ -98587,8 +98735,8 @@ agj agj aiX nUc -anz -kUv +vxU +hWi apd kmT kFK @@ -98839,7 +98987,7 @@ ewO mKD gmW qQn -ogD +vJL afL cRY ahU @@ -99353,7 +99501,7 @@ nrd ous lLO qQn -ogD +vJL aqn rxB dHZ @@ -99948,7 +100096,7 @@ vKp vKp vKp vKp -qtP +vKp iGh hAO gUd @@ -100111,7 +100259,7 @@ adl ahM adl kDS -akw +bVm mnj aEx aFF @@ -100368,7 +100516,7 @@ adl adl svu wGQ -akw +bVm oED alE aGK @@ -100625,7 +100773,7 @@ adl hMM wtN iMJ -akw +bVm jUA aeM nSl @@ -101394,10 +101542,10 @@ sFl lAX rKV hDU -lbD -lbD -lbD -lbD +aEv +aEv +aEv +aEv cTR aHr eff @@ -101656,10 +101804,10 @@ aqH aqH aqH ajV -aEv +lbD arD rpM -agX +aPs agY hTY adR @@ -101914,7 +102062,7 @@ aEv aEv acT aoH -ilp +eff thk eut ahH @@ -103309,7 +103457,7 @@ eoC mrK jXI kra -ccw +cig vwZ mvb cig @@ -103566,10 +103714,10 @@ uLO uLO uLO xhr -ccw +cig plE gha -ccw +cig aaa mXz aaa @@ -104300,8 +104448,8 @@ fLU rZt bvD bzs -liS -avy +nOe +xDQ avy soo soo @@ -104557,8 +104705,8 @@ rUj rZt vAD bzs -wDm -avy +liS +oWj avy ftv ozZ @@ -106100,7 +106248,7 @@ hPm mWy jdO liS -avy +dno avy clA iNp @@ -106357,7 +106505,7 @@ pjM lux jdO uMg -avy +mop avy avy avy @@ -106614,10 +106762,10 @@ ilL wpr mCl fni -bzs -ldW -ldW -uhS +pcz +iSB +soS +wdb avy mcT iuY @@ -106871,10 +107019,10 @@ cyU egz jdO kqw -jyo -ldW -ldW -ldW +bAw +pBi +xCv +dps avy ltM rwb @@ -107126,12 +107274,12 @@ jdO itu jdO jdO -jdO -liS -bzs -ldW -ldW -ldW +jhe +jTl +kEV +kEV +kEV +rOb avy pSb uhT @@ -107384,11 +107532,11 @@ dxC fQm aPS jhe -liS -bzs -bzs -xXX -bzs +xkZ +aSI +bAw +bAw +nHO avy pZl rwb @@ -107641,10 +107789,10 @@ tdV mzH gBy jhe -liS -bHX +oGk +egp xBS -aSI +bAw sia avy pZl @@ -107898,11 +108046,11 @@ rTQ ngi jaF jhe -liS -xkZ -xCv -bAw -xkZ +oom +oom +oom +oom +rbJ avy avy avy @@ -108154,11 +108302,11 @@ oIh jaT vbD vFJ -jhe +jdO wFq -pYm -pYm -pYm +dEY +tHV +oom bSN pYm pYm @@ -108406,19 +108554,19 @@ shN ejf qGf adK +jdO +jdO +jdO +jdO +jdO +jdO xFh -xFh -xFh -xFh -xFh -xFh -xFh -xFh -xDQ -kGc -bAw +tcy +dKE +oom +oER hEv -bHX +bAw bAw bAw bAw @@ -108665,19 +108813,19 @@ qxl adK rVt fHF -mNS -bKQ +aDR +onZ bUq wfd qns bwo -bNd -bNd +pjk +oom bNd bNd bNd bgu -xkZ +wzG bAw bzs eEO @@ -108921,21 +109069,21 @@ vYV wvD xjo uJd -ulL +fSy dms -bKQ +fjX bDB gjv btY fju -bNd -ylN +aOO +oom qYx rnx bNd bNd bNd -wdb +bAw rxM hxJ pYm @@ -109178,20 +109326,20 @@ gms fQn adK jrP -ulL xTZ -bKQ +dms +nCo faj iRr pTN kar -bNd +sHf +oom nTv -rvT cpO qbG uOh -xGG +bNd bNd bNd bNd @@ -109435,15 +109583,15 @@ ayu aJk adK kav -ulL -uKT -bKQ +eYj +aDR +rxA wwp -bKQ -bKQ -bKQ -bNd -bIJ +tLN +aDR +aDR +aDR +oom bXt xWw bNd @@ -109951,7 +110099,7 @@ oLf jMu uru eUA -vbU +jGD tJq bWN vbU @@ -110208,7 +110356,7 @@ hkO nwZ rfK xPQ -xPQ +jvu xPQ stl gTb @@ -110458,10 +110606,10 @@ fRD kKV haC fOb -xPQ -xPQ +fTO +fTO hIg -kKV +mGt ijC vGx vGx @@ -110710,7 +110858,7 @@ kiy kiy kiy ebl -hLI +erg mNn xAW acz @@ -112760,8 +112908,8 @@ jIl fvu fIu iXv +tWp iXv -hMY mnR wHs udM @@ -113093,7 +113241,7 @@ sPc fMm rlo cbd -nBt +sAu tTK cva cva diff --git a/_maps/map_files/YogsDelta/YogsDelta.dmm b/_maps/map_files/YogsDelta/YogsDelta.dmm deleted file mode 100644 index b0933a6a26bb..000000000000 --- a/_maps/map_files/YogsDelta/YogsDelta.dmm +++ /dev/null @@ -1,196346 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space, -/area/space) -"aac" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space, -/area/space/nearstation) -"aad" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aae" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"aaf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aag" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"aah" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aai" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aaj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aak" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aal" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aam" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aan" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"aao" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space, -/area/solar/starboard/fore) -"aap" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 1 - }, -/obj/structure/table/wood/poker, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"aaq" = ( -/turf/closed/wall, -/area/medical/paramedic) -"aar" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aas" = ( -/obj/docking_port/stationary/random{ - id = "pod_lavaland1"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"aat" = ( -/obj/docking_port/stationary/random{ - id = "pod_lavaland2"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"aau" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/turf/open/space, -/area/solar/starboard/fore) -"aav" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/paramedic) -"aaw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aax" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/fore) -"aay" = ( -/obj/structure/sign/departments/medbay/alt{ - name = "\improper PARAMEDIC" - }, -/turf/closed/wall, -/area/medical/paramedic) -"aaz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"aaA" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aaB" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aaE" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"aaI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"aaJ" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Dock - Fore"; - dir = 8; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aaM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aaN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aaO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aaP" = ( -/turf/closed/wall/mineral/plastitanium, -/area/hallway/secondary/entry) -"aaR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"aaS" = ( -/turf/closed/wall/mineral/plastitanium, -/area/construction/mining/aux_base) -"aaT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=engi2"; - location = "engi1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aaU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aaV" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"aaW" = ( -/obj/machinery/button/door{ - id = "construction"; - name = "Auxiliary Construction Shutters"; - pixel_x = -26; - req_access_txt = "32;47;48" - }, -/obj/machinery/light_switch{ - pixel_x = -38 - }, -/obj/machinery/camera{ - c_tag = "Auxillary Construction"; - dir = 4; - name = "engineering camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aaX" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/maintenance/solars/starboard/fore"; - dir = 2; - name = "Starboard Bow Solar APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aaY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aaZ" = ( -/turf/closed/wall, -/area/clerk) -"aba" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/clerk) -"abb" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/locker) -"abd" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abe" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abf" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"abg" = ( -/obj/machinery/light, -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abh" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abi" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"abj" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"abk" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abn" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/clerk) -"abo" = ( -/turf/open/floor/wood, -/area/clerk) -"abp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abq" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abr" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/locker) -"abs" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - name = "escape pod one loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"abt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"abu" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/electronic_marketing_den"; - dir = 2; - name = "Electronics Marketing APC"; - pixel_y = -23 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"abv" = ( -/obj/item/stack/cable_coil, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"abw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"abx" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"aby" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/clerk) -"abz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"abA" = ( -/obj/structure/table/wood, -/obj/item/a_gift, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/clerk) -"abB" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/landmark/start/head_of_personnel, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"abC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"abF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"abG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"abH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"abI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"abJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/clerk) -"abK" = ( -/obj/structure/closet/crate, -/obj/item/target/syndicate, -/obj/item/target, -/obj/item/target/alien, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/clerk) -"abL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"abM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/vending/autodrobe{ - req_access_txt = "0" - }, -/turf/open/floor/plasteel, -/area/clerk) -"abN" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/camera_film, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Gift Shop"; - dir = 4; - name = "clerk camera" - }, -/turf/open/floor/wood, -/area/clerk) -"abO" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Quarters"; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - name = "Escape Pod 1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/external{ - name = "Escape Pod 2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abR" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/emcloset/anchored, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"abS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"abT" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"abU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"abV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"abW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/library) -"abX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southright, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"abY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Game Room" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/grimy, -/area/library) -"abZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aca" = ( -/obj/structure/sign/warning/pods{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acd" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ace" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"acf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acg" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/clerk) -"ach" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/clerk) -"aci" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/box/fancy/donut_box, -/obj/item/storage/box/donkpockets, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Gift Shop Backroom"; - dir = 8; - name = "clerk camera" - }, -/turf/open/floor/plasteel, -/area/clerk) -"acj" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/clerk) -"ack" = ( -/obj/machinery/door/morgue{ - name = "Curator's Study"; - req_access_txt = "37" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"acl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"acm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/reagent_containers/food/drinks/bottle/gin, -/obj/item/reagent_containers/food/drinks/bottle/cognac, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/turf/open/floor/plasteel, -/area/clerk) -"acn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aco" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"acq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"acr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"acs" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"act" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acu" = ( -/obj/machinery/power/smes, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acv" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Solar - Fore Starboard"; - name = "solar camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acw" = ( -/obj/machinery/button/door{ - id = "giftshop"; - name = "Gift Shop Button"; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/clerk) -"acx" = ( -/obj/structure/chair/wood{ - dir = 1; - icon_state = "wooden_chair" - }, -/obj/effect/landmark/start/yogs/clerk, -/turf/open/floor/wood, -/area/clerk) -"acy" = ( -/obj/structure/chair/wood{ - dir = 1; - icon_state = "wooden_chair" - }, -/turf/open/floor/wood, -/area/clerk) -"acz" = ( -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/clerk) -"acA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"acB" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"acC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"acD" = ( -/obj/structure/table/wood, -/obj/item/a_gift, -/obj/item/key, -/turf/open/floor/wood, -/area/clerk) -"acE" = ( -/obj/structure/table/wood, -/obj/item/instrument/accordion, -/obj/item/instrument/guitar, -/turf/open/floor/wood, -/area/clerk) -"acF" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 4; - height = 17; - id = "arrivals_stationary"; - name = "delta arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/delta; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"acG" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"acH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"acI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"acJ" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle - Aft Port"; - dir = 8; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acL" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"acN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/fore) -"acO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/fore) -"acP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/fore) -"acQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space, -/area/solar/starboard/fore) -"acR" = ( -/turf/closed/wall/r_wall, -/area/engine/foyer) -"acS" = ( -/obj/machinery/vending/games, -/turf/open/floor/wood, -/area/clerk) -"acT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/c_tube, -/obj/item/stack/wrapping_paper, -/turf/open/floor/plasteel, -/area/clerk) -"acU" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"acV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acW" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle - Aft Starboard"; - dir = 4; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acX" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acY" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle - Fore Port"; - dir = 8; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/clerk) -"ada" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"adb" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Shuttle - Fore Starboard"; - dir = 4; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adc" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"add" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/mining_voucher, -/obj/machinery/camera{ - c_tag = "Auxillary Construction - Storage"; - dir = 4; - name = "engineering camera" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ade" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Auxiliary Construction Storage"; - req_one_access_txt = "10;32;47;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adf" = ( -/obj/structure/closet/secure_closet/miner/unlocked, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adg" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"adh" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/mining/aux_base"; - dir = 8; - name = "Auxiliary Construction APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adi" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"adj" = ( -/obj/machinery/power/solar_control{ - dir = 8; - id = "forestarboard"; - name = "Starboard Bow Solar Control"; - track = 0 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"adq" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"adr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ads" = ( -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"adt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adu" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"adv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adx" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ady" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"adE" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/science) -"adG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"adI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/fore) -"adJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"adL" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"adM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"adO" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"adQ" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"adS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"adZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aea" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aec" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aed" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aee" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aef" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aeg" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - Port"; - dir = 1; - name = "arrivals camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aeh" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aei" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aej" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aek" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ael" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aem" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aen" = ( -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aeo" = ( -/obj/machinery/camera{ - c_tag = "Arrivals - Starboard"; - dir = 1; - name = "arrivals camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aep" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/fore) -"aer" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aes" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxiliary Construction Zone"; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aet" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aeu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aev" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aew" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/fore) -"aex" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aey" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aez" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aeA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aeB" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/construction/mining/aux_base) -"aeC" = ( -/obj/machinery/requests_console{ - department = "Construction"; - name = "Construction RC"; - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aeD" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Dock - Aft"; - dir = 8; - name = "arrivals camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeE" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aeF" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aeG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aeH" = ( -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/beerkeg, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aeI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aeJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aeK" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aeL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aeN" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/fore"; - dir = 1; - name = "Starboard Bow Maintenance APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/bar, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aeO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aeP" = ( -/obj/machinery/door/airlock{ - name = "Auxiliary Storage Closet" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aeQ" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeR" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeT" = ( -/obj/machinery/door/airlock{ - name = "Auxiliary Office"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/vacant_room/office) -"aeU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aeV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeW" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/vacant_room/office) -"aeX" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aeZ" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afb" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afc" = ( -/obj/machinery/door/poddoor/shutters{ - id = "construction"; - name = "Construction Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"afd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"afe" = ( -/obj/structure/frame/computer, -/obj/item/stack/cable_coil/white, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"aff" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/assault_pod/mining, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"afg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"afj" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"afk" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Office Maintenance"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/office) -"afl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afm" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"afo" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afr" = ( -/obj/structure/frame/computer, -/obj/item/circuitboard/computer/secure_data, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/electronic_marketing_den) -"aft" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afw" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afx" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afy" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afz" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afA" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afB" = ( -/obj/structure/frame/computer, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"afC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"afE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"afF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afG" = ( -/obj/machinery/computer/camera_advanced/base_construction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"afH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"afI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"afJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"afK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"afL" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/folder/red, -/obj/item/lighter, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"afM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Customs Maintenance"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"afQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afR" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"afS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"afT" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afU" = ( -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"afV" = ( -/obj/item/beacon, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afW" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"afX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"afY" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"afZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"aga" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"age" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agg" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agi" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agj" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agk" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agl" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"agn" = ( -/obj/structure/door_assembly/door_assembly_mhatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ago" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"agp" = ( -/obj/machinery/door/airlock/external{ - name = "Auxiliary Base Airlock" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"agq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmospherics_engine) -"agr" = ( -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"ags" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmospherics_engine) -"agt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"agw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agA" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agB" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agC" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agE" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/port/fore) -"agH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"agK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"agN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agO" = ( -/obj/docking_port/stationary{ - dheight = 1; - dir = 8; - dwidth = 12; - height = 17; - id = "syndicate_ne"; - name = "northeast of station"; - width = 23 - }, -/turf/open/space, -/area/space/nearstation) -"agP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/vacant_room/office) -"agR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agS" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: Auxiliary Dock, Station-Fore"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"agT" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"agV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"agZ" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/item/clothing/glasses/meson{ - pixel_y = 1 - }, -/obj/item/clothing/glasses/meson{ - pixel_y = 1 - }, -/obj/item/clothing/glasses/meson{ - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aha" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahb" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahc" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/pipe_dispenser, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ahd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahe" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahj" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahk" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aho" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aht" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxiliary Construction Zone"; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ahu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahv" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/stack/rods/fifty, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ahw" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/starboard/fore) -"ahy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/starboard/fore) -"ahA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahB" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/vacant_room/office) -"ahC" = ( -/obj/machinery/newscaster{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahF" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/wrench, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ahG" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahH" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"ahI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"ahJ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ahK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahM" = ( -/obj/structure/table_frame/wood, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ahP" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ahQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Warehouse Maintenance"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ahR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahS" = ( -/turf/open/floor/wood, -/area/maintenance/port/fore) -"ahT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"ahU" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ahV" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/orange, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"ahW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plating, -/area/janitor) -"ahX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/janitor) -"ahY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/janitor) -"ahZ" = ( -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aia" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aib" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway - Fore"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aic" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aid" = ( -/obj/docking_port/stationary{ - dir = 1; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"aie" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aif" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aig" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aih" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aii" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aij" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aik" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ail" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aim" = ( -/obj/machinery/vending/snack/random, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"ain" = ( -/obj/machinery/vending/cola/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aio" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aip" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aiq" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"air" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"ais" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"ait" = ( -/obj/effect/turf_decal/bot, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aiu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aiv" = ( -/obj/structure/dresser, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/cafeteria, -/area/maintenance/port/fore) -"aiw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aix" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/lightreplacer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aiy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aiz" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aiB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aiD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aiE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiF" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"aiG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aiH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiJ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aiK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aiL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aiM" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"aiN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aiO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aiP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aiQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/electronic_marketing_den) -"aiR" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aiS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aiT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aiU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aiV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aiW" = ( -/obj/machinery/door/airlock/atmos{ - name = "Reflector Access"; - req_one_access_txt = "24;10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aiX" = ( -/obj/machinery/door/airlock/atmos{ - name = "Reflector Access"; - req_one_access_txt = "24;10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aiY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aiZ" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/maintenance/port/fore) -"aja" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/obj/item/mop, -/obj/item/mop, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"ajb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ajc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ajd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aje" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"ajh" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/hallway/secondary/entry) -"aji" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"ajl" = ( -/obj/structure/table_frame/wood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajm" = ( -/obj/item/chair/stool/bar{ - pixel_y = -8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajn" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajo" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajp" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajq" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajr" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"ajs" = ( -/obj/structure/table, -/obj/item/storage/briefcase, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aju" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/internals, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"ajv" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajx" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Warehouse"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajB" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Engine - Port"; - dir = 4; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ajC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ajD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ajE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ajF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ajG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ajH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"ajI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"ajJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/entry) -"ajK" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"ajM" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/customs"; - dir = 8; - name = "Customs Desk APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"ajN" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/food/snacks/meat/slab/human{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/meat/slab/human, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajO" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajP" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"ajQ" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ajR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/entry) -"ajT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajU" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ajV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ajW" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ajX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"ajY" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"ajZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_y = -27 - }, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmospherics_engine) -"aka" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ake" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"akf" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"akg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aki" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "Custodial Junction"; - sortType = 22 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akj" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akl" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"akn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/storage/toolbox/emergency, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ako" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"akp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akq" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"akr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aks" = ( -/turf/open/floor/plasteel/white/side, -/area/maintenance/starboard/fore) -"akt" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aku" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"akv" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white/side, -/area/maintenance/starboard/fore) -"akw" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/restraints/handcuffs, -/obj/item/clothing/mask/muzzle, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"akx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aky" = ( -/turf/closed/wall, -/area/vacant_room/office) -"akz" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/vacant_room/office) -"akA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/insectguts, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"akB" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akC" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/vacant_room/office) -"akD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akE" = ( -/turf/closed/wall, -/area/security/checkpoint/customs) -"akF" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint/customs) -"akG" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/customs) -"akH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"akI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akJ" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akK" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akL" = ( -/obj/machinery/vending/clothing, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akM" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akN" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akP" = ( -/turf/closed/wall, -/area/security/checkpoint) -"akQ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint) -"akR" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint) -"akS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"akT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"akW" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"akX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"akY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Warehouse Maintenance"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"akZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/wrap{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ala" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alb" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint"; - dir = 4; - name = "Security Checkpoint APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alc" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ald" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8; - icon_state = "connector_map-1" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ale" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/maintenance/starboard/fore) -"alf" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"alg" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ali" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/tank/internals/oxygen, -/obj/item/wrench, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alj" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"alk" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"all" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"alm" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aln" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"alo" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hallway/secondary/service) -"alp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"alq" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"alr" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/vacant_room/office) -"als" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/turf/open/floor/carpet, -/area/vacant_room/office) -"alt" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"alu" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/ids, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"alv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"alw" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/keycard_auth{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"alx" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/secondary/entry) -"aly" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/entry) -"alz" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alB" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"alC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"alD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"alE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"alF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"alG" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"alH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"alI" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/blood/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/blood/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alJ" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"alK" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alL" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/donkpockets, -/obj/item/kitchen/knife/butcher, -/obj/item/stack/packageWrap, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alN" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/apron/chef, -/obj/item/clothing/head/chefhat, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alO" = ( -/obj/structure/table, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alQ" = ( -/obj/structure/table_frame, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/maintenance/starboard/fore) -"alR" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/retractor, -/obj/item/hemostat, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"alS" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"alT" = ( -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"alU" = ( -/turf/closed/wall, -/area/crew_quarters/electronic_marketing_den) -"alV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"alW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"alX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"alY" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"alZ" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"ama" = ( -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"amb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"amc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ame" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"amf" = ( -/obj/structure/table/wood, -/obj/item/folder/blue{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"amg" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/vacant_room/office) -"amh" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/structure/frame/computer, -/turf/open/floor/carpet, -/area/vacant_room/office) -"ami" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal) -"amj" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"amk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"aml" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"amm" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8; - icon_state = "connector_map-1" - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"amn" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"amo" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/camera{ - c_tag = "Arrivals - Center"; - dir = 2; - name = "arrivals camera" - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"amp" = ( -/obj/structure/chair/comfy/brown, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"amq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"amr" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"ams" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"amt" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/plasma, -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"amu" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"amv" = ( -/obj/item/radio/intercom{ - pixel_x = -28; - pixel_y = -28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"amw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"amx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amz" = ( -/obj/structure/table/wood, -/obj/item/poster/random_contraband{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/poster/random_contraband{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/poster/random_contraband, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amA" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amB" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"amC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"amD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"amE" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"amF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"amG" = ( -/obj/structure/reflector/single/anchored{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amI" = ( -/obj/structure/reflector/box/anchored{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amJ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amK" = ( -/obj/structure/reflector/single/anchored{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amL" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"amM" = ( -/obj/structure/table/wood, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/obj/item/wirerod, -/obj/item/wrench, -/obj/item/clothing/under/waiter, -/obj/item/clothing/accessory/waistcoat, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"amN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"amO" = ( -/obj/structure/table/wood, -/obj/item/storage/box/matches{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"amP" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amQ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amR" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amS" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/item/taperecorder, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/electronic_marketing_den) -"amT" = ( -/obj/structure/table/wood, -/obj/item/electronics/firelock, -/obj/item/electronics/airlock, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amU" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amV" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/electronics/apc, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"amW" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"amX" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/fore"; - dir = 8; - name = "Port Primary Hallway APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"amY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"amZ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"ana" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/vacant_room/office) -"anb" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/carpet, -/area/vacant_room/office) -"anc" = ( -/turf/open/floor/wood, -/area/vacant_room/office) -"and" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"ane" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"anf" = ( -/turf/open/floor/carpet, -/area/vacant_room/office) -"ang" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/structure/frame/computer, -/turf/open/floor/carpet, -/area/vacant_room/office) -"anh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"ani" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"anj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"ank" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"anl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/customs) -"anm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"ann" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"ano" = ( -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"anp" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anq" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"anr" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tower, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"ans" = ( -/obj/structure/dresser, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"ant" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"anu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"anv" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"anw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"anx" = ( -/obj/machinery/computer/prisoner{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Arrivals"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"any" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"anz" = ( -/obj/machinery/computer/arcade, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"anA" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/electronics/airalarm, -/obj/item/electronics/airlock, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anB" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"anC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"anD" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"anE" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/syndicatefake, -/obj/item/clothing/head/syndicatefake, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"anF" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Bar" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"anG" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anJ" = ( -/obj/machinery/camera{ - c_tag = "Supermatter Engine - Fore"; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anM" = ( -/obj/structure/reflector/double/anchored{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"anN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"anO" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"anP" = ( -/obj/structure/table/wood, -/obj/item/clothing/neck/tie/red, -/obj/item/clothing/head/that, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"anQ" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/electronic_marketing_den) -"anR" = ( -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anS" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/electronic_marketing_den) -"anT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anU" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/electronic_marketing_den) -"anV" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/westleft{ - name = "Bar Delivery"; - req_access_txt = "25" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"anX" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anY" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"anZ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aoa" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet, -/area/vacant_room/office) -"aob" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/vacant_room/office) -"aoc" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aod" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aoe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aof" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aog" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aoi" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aoj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aok" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aol" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aom" = ( -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aon" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aoo" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aop" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aoq" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aor" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - pixel_x = -8; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aos" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aou" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aov" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aow" = ( -/obj/structure/table/wood, -/obj/item/toy/plush/carpplushie, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aox" = ( -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aoy" = ( -/obj/machinery/computer/arcade, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aoz" = ( -/obj/structure/table/wood, -/obj/item/coin/antagtoken, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aoA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aoB" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/toy/dummy, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aoC" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aoD" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aoE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/electronic_marketing_den) -"aoF" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"aoG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "foreport"; - name = "Fore-Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"aoH" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aoI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aoJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aoK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aoL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aoM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"aoN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoS" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aoT" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aoU" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"aoV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoW" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aoY" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoZ" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"apa" = ( -/mob/living/simple_animal/cockroach, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"apb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apc" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/vacant_room/office) -"apd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"ape" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"apf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"apg" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aph" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/security/checkpoint/customs) -"api" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"apj" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"apk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"apl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Service Hallway - Fore"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"apm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/melee/skateboard, -/turf/open/floor/plasteel/cafeteria, -/area/maintenance/port/fore) -"apn" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"apo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/security/checkpoint) -"app" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"apq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"apr" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aps" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apu" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"apv" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"apw" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"apy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"apz" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_x = 6 - }, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_x = -6 - }, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin"; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"apA" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/clothing/head/collectable/HoP, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"apB" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"apC" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/conveyor{ - dir = 5; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"apF" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "trash" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"apG" = ( -/obj/machinery/door/poddoor{ - id = "trash"; - name = "Disposals Launch Seal" - }, -/obj/structure/fans/tiny, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"apH" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apJ" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apK" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apM" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"apN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"apO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apP" = ( -/obj/structure/table/wood, -/obj/item/circuitboard/computer/arcade, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"apQ" = ( -/obj/structure/table/wood, -/obj/item/electronics/airalarm, -/obj/item/circuitboard/computer/med_data, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"apR" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"apS" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/electronic_marketing_den) -"apT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"apU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"apV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"apW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"apX" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/electronic_marketing_den) -"apY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall1"; - location = "hall15" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"apZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aqa" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqb" = ( -/obj/structure/table/wood, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aqc" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light/small, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aqd" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aqe" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/machinery/camera{ - c_tag = "Vacant Office"; - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/vacant_room/office) -"aqf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/vacant_room/office) -"aqg" = ( -/obj/machinery/power/apc{ - areastring = "/area/vacant_room/office"; - dir = 2; - name = "Auxiliary Office APC"; - pixel_y = -23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white, -/turf/open/floor/wood, -/area/vacant_room/office) -"aqh" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/machinery/light/small, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"aqi" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/vacant_room/office) -"aqj" = ( -/obj/structure/closet/secure_closet/contraband/heads, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aqk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aql" = ( -/obj/structure/filingcabinet/medical, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"aqm" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aqn" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aqo" = ( -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aqp" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aqq" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aqr" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aqs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqt" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aqu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aqv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aqx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aqz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4; - filter_type = list(/datum/gas/nitrogen) - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/janitor, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/janitor) -"aqB" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aqC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"aqD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqE" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aqF" = ( -/obj/machinery/button/door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access_txt = "12" - }, -/obj/machinery/button/massdriver{ - id = "trash"; - name = "Trash Ejector Control"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aqG" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage"; - name = "disposal conveyor" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aqH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aqI" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aqJ" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "foreport"; - name = "Fore-Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"aqK" = ( -/obj/structure/reflector/double/anchored{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aqL" = ( -/obj/structure/reflector/box/anchored, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aqM" = ( -/obj/structure/reflector/single/anchored{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aqN" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stack/cable_coil/white, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/circuitboard/machine/microwave, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"aqO" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"aqP" = ( -/obj/structure/table/wood, -/obj/item/poster/random_contraband{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/poster/random_contraband{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/poster/random_contraband, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/electronic_marketing_den) -"aqQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aqR" = ( -/obj/machinery/light/small, -/turf/open/floor/wood, -/area/crew_quarters/electronic_marketing_den) -"aqS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqT" = ( -/obj/machinery/light/small, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 2; - name = "Port Bow Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqU" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal) -"aqW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aqX" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"aqY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"aqZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ara" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"arb" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"arc" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"ard" = ( -/obj/structure/table/wood, -/obj/item/toy/talking/AI, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"are" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"arf" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"arg" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"arh" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"ari" = ( -/obj/machinery/mineral/stacking_unit_console{ - dir = 2; - machinedir = 8; - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"arj" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/turf/open/space, -/area/solar/port/fore) -"ark" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/emitter/anchored{ - dir = 1; - state = 2 - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"arl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"arm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"arn" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/janitor) -"aro" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway - Center"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"arp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"arq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"arr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmospherics_engine) -"ars" = ( -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/emitter/anchored{ - dir = 1; - state = 2 - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"art" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/crew_quarters/electronic_marketing_den) -"aru" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arv" = ( -/obj/item/plant_analyzer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/prison) -"arw" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"arx" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ary" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"arB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arC" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"arF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"arG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"arI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"arK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"arL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/atmos{ - name = "Turbine Generator Access"; - req_one_access_txt = "24;10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"arM" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"arN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"arO" = ( -/obj/machinery/vending/cola/random, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Arrivals - Aft"; - dir = 2; - name = "arrivals camera" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"arP" = ( -/obj/machinery/vending/snack/random, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"arQ" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"arR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"arS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"arT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"arU" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arW" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arX" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arY" = ( -/obj/structure/table/wood, -/obj/item/toy/talking/codex_gigas, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"arZ" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/regular/hipster, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"asa" = ( -/obj/machinery/computer/arcade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asb" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/coin/iron{ - icon_state = "coin_bananium_heads"; - name = "arcade coin" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asc" = ( -/obj/structure/table/wood, -/obj/item/gun/ballistic/automatic/toy/pistol/unrestricted, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/fore) -"asd" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ase" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 9; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"asf" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"asg" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ash" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/conveyor/inverted{ - dir = 6; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"asi" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"asj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"ask" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"asl" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"asm" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"asn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Cargo Maintenance"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aso" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"asp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmospherics_engine) -"ass" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor_switch/oneway{ - id = "cargodisposals"; - name = "Trash Filter Switch"; - pixel_x = -1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ast" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"asu" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Security Desk" - }, -/obj/item/folder/red, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"asv" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison) -"asw" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison) -"asx" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"asy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asz" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"asB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asC" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"asE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"asG" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"asH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"asI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"asJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asK" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"asL" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"asM" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asN" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"asO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"asP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/security/prison) -"asR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asS" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"asT" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"asU" = ( -/obj/structure/table, -/obj/item/shovel/spade, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 5 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez{ - pixel_x = -5 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics/garden/abandoned"; - dir = 2; - name = "Abandoned Garden APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"asV" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"asW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"asX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"asY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"asZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ata" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ate" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"ati" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"atj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/binary/valve, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"atl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"atm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"atn" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"ato" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"atr" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ats" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/deadmouse{ - pixel_y = 5 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/security/prison) -"att" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"atw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"atx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"aty" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/weldingtool, -/obj/item/assembly/voice, -/obj/item/clothing/head/welding, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atz" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atA" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"atB" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"atE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/recycler, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atF" = ( -/obj/machinery/door/window/eastright{ - dir = 4; - name = "Danger: Conveyor Access"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atH" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"atI" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space, -/area/space/nearstation) -"atJ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"atK" = ( -/obj/structure/sign/poster/official/help_others{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"atL" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "sink"; - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Bar Backroom"; - dir = 2; - name = "service camera" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"atM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atN" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"atO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"atQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"atR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"atS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"atU" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"atV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"atW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/janitor) -"atX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"atY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"atZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aua" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = -5 - }, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aub" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/maintenance/port/fore) -"auc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aud" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aue" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"auf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aug" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"auh" = ( -/turf/closed/wall, -/area/janitor) -"aui" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/computer/atmos_control, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"auj" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/auxiliary) -"auk" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/computer/atmos_alert, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aul" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aum" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -6 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"aun" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/atmospherics{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/book/manual/wiki/atmospherics, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"auo" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white, -/obj/item/pipe_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"aup" = ( -/obj/structure/chair/stool/bar, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"auq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aur" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aus" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"aut" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auu" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/orangejuice, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"auv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auw" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/cheesiehonkers, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aux" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"auy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auz" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"auA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"auD" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "justicechamber"; - name = "Justice Chamber Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/execution/education) -"auE" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "justicechamber"; - name = "Justice Chamber Blast door" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/execution/education) -"auH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"auI" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"auJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"auK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"auL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/security/prison) -"auM" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"auN" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxCabinA"; - name = "Cabin A"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"auO" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 2; - name = "Disposal APC"; - pixel_y = -23 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"auP" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"auQ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"auR" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"auS" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"auT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/spawner/xmastree, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"auU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Cooling to Unfiltered" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auV" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"auX" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"auZ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ava" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmospherics_engine) -"avb" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"avc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmospherics_engine) -"avd" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ave" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avf" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avi" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 8 - }, -/turf/open/space, -/area/engine/atmospherics_engine) -"avm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"avn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avo" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avq" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/crowbar/red, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"avr" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/head/rabbitears, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"avt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/security/prison) -"avu" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avv" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/port/fore) -"avw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/port/fore) -"avx" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"avy" = ( -/obj/machinery/door/poddoor/preopen{ - id = "justicechamber"; - name = "Justice Chamber Blast door" - }, -/obj/machinery/door/window/brigdoor/northright{ - dir = 2; - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/machinery/door/window/brigdoor/northright{ - name = "Justice Chamber"; - req_access_txt = "3" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"avz" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/item/storage/box/mousetraps{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/mousetraps, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"avA" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/jani_wardrobe, -/turf/open/floor/plasteel, -/area/janitor) -"avB" = ( -/obj/machinery/power/apc{ - areastring = "/area/janitor"; - dir = 1; - name = "Custodial Closet APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/obj/vehicle/ridden/janicart, -/obj/item/storage/bag/trash, -/obj/item/key/janitor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"avC" = ( -/obj/structure/closet/l3closet/janitor, -/obj/machinery/requests_console{ - department = "Custodial Closet"; - name = "Custodial RC"; - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Custodial Closet"; - dir = 2; - name = "service camera" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"avD" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/clipboard, -/obj/item/toy/figure/janitor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"avE" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/packageWrap, -/obj/item/crowbar, -/obj/item/hand_labeler, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"avF" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Turbine Access"; - dir = 1; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"avH" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"avI" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"avJ" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"avK" = ( -/obj/machinery/door/airlock{ - name = "Auxiliary Restroom" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"avL" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/science{ - dir = 2 - }, -/obj/structure/sign/directions/engineering{ - dir = 2; - pixel_y = 8 - }, -/turf/closed/wall, -/area/crew_quarters/toilet/auxiliary) -"avM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avN" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avO" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"avP" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 2 - }, -/obj/structure/sign/directions/security{ - dir = 2; - pixel_y = 8 - }, -/turf/closed/wall, -/area/quartermaster/warehouse) -"avQ" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"avR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"avS" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"avU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"avV" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/auxiliary"; - dir = 2; - name = "Auxiliary Restrooms APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"avW" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"avX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"avY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space, -/area/solar/port/fore) -"avZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"awa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"awb" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/closet/secure_closet/injection, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"awc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awd" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Loop" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awf" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"awg" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"awh" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"awi" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"awj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"awn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awo" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awp" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/suspenders, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"awq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"awr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aws" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"awt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/maintenance/port/fore) -"awu" = ( -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/maintenance/port/fore) -"awv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aww" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"awx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"awy" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/abandoned_gambling_den/secondary) -"awz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"awA" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"awB" = ( -/obj/effect/landmark/start/mime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"awC" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/prison) -"awD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awE" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"awF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awG" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"awH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"awJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/auxiliary) -"awK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/auxiliary) -"awL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"awM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Auxiliary Restroom"; - dir = 2; - name = "restroom camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/auxiliary) -"awN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/auxiliary) -"awO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"awP" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"awQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"awR" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/multitool, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"awS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"awT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"awU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"awV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"awW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/qm) -"awX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Cargo - Warehouse"; - dir = 2; - name = "cargo camera" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"awY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"awZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"axa" = ( -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/table, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axb" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axg" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axi" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axk" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"axn" = ( -/obj/machinery/status_display/supply, -/turf/closed/wall, -/area/quartermaster/storage) -"axo" = ( -/obj/item/stack/cable_coil, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"axp" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space, -/area/space/nearstation) -"axq" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/space, -/area/space/nearstation) -"axr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"axt" = ( -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"axu" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"axw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"axx" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"axy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"axz" = ( -/turf/open/floor/engine, -/area/engine/supermatter) -"axA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"axB" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"axC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Supermatter Chamber"; - dir = 2; - network = list("engine") - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"axD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"axE" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Filter to Gas" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"axG" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"axH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axJ" = ( -/obj/structure/rack, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axK" = ( -/obj/structure/table_frame/wood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"axM" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"axN" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axO" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/maintenance/port/fore) -"axP" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/maintenance/port/fore) -"axQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/port/fore) -"axS" = ( -/obj/machinery/photocopier, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axU" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"axV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"axW" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"axX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/hostile/lizard{ - name = "Eats-The-Roaches"; - real_name = "Wags-His-Tail" - }, -/turf/open/floor/plasteel, -/area/janitor) -"axY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/janitor) -"axZ" = ( -/obj/structure/janitorialcart, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/janitor) -"aya" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/quartermaster/qm) -"ayb" = ( -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"ayc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"ayd" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"aye" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"ayf" = ( -/obj/structure/closet/secure_closet/bar, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar"; - dir = 1; - name = "Bar APC"; - pixel_y = 23 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ayg" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"ayh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"ayi" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ayl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aym" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/secure/loot, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ayn" = ( -/obj/machinery/light/small, -/obj/structure/table/wood, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/syringe{ - pixel_y = 5 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"ayo" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayq" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ayr" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/storage/box/donkpockets, -/obj/item/clothing/head/chefhat, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ays" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"ayt" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"ayv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/mob/living/simple_animal/mouse, -/turf/open/floor/plasteel, -/area/security/prison) -"ayw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ayx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/prison) -"ayy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ayz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ayA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ayB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ayC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ayD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 1; - id = "cargounload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"ayE" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"ayF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ayG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Thermo to Gas" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ayH" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ayI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/cardboard, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ayJ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"ayK" = ( -/obj/machinery/power/supermatter_crystal/engine, -/turf/open/floor/engine, -/area/engine/supermatter) -"ayL" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"ayM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"ayN" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"ayO" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/paper, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ayP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Supermatter Engine - Starboard"; - dir = 8; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"ayQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmospherics_engine) -"ayR" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"ayS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Emergency Access"; - req_one_access_txt = "24;10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ayT" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ayU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - dir = 1; - name = "Turbine Generator APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ayV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ayW" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/autodrobe/all_access, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"ayX" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/shoes/jackboots, -/obj/effect/spawner/lootdrop/costume, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/maintenance/port/fore) -"ayY" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ayZ" = ( -/obj/structure/table/wood, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/nineteenXnineteen, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/port/fore) -"aza" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"azb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"azc" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azd" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"azf" = ( -/obj/machinery/disposal/bin, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"azg" = ( -/obj/machinery/door/airlock{ - name = "Toilet Unit" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"azh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"azi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"azj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"azk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell3"; - name = "Cell Shutters" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt3"; - name = "Cell 3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"azm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"azn" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Warehouse"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"azp" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell1"; - name = "Cell Shutters" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"azq" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"azr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"azs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"azt" = ( -/obj/machinery/sparker{ - dir = 1; - id = "justicespark"; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"azu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azv" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"azw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/pod{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"azx" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Storage"; - req_access_txt = "24" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"azy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Service Hallway Maintenance Hatch"; - req_one_access_txt = "22;25;26;28;35;37;38;46" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"azA" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azB" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azC" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"azG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"azH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"azI" = ( -/obj/machinery/flasher{ - id = "justiceflash"; - pixel_x = 26; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"azJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"azK" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"azL" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"azM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space, -/area/solar/port/fore) -"azN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"azP" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azR" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"azT" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"azU" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/supermatter) -"azV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"azW" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"azZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Emergency Access"; - req_one_access_txt = "24;10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAb" = ( -/turf/closed/wall, -/area/hydroponics/garden/abandoned) -"aAd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAf" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAg" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aAi" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/prison) -"aAj" = ( -/obj/machinery/door/poddoor/shutters{ - id = "custodialshutters"; - name = "Custodial Closet Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/janitor) -"aAk" = ( -/obj/machinery/door/poddoor/shutters{ - id = "custodialshutters"; - name = "Custodial Closet Shutters" - }, -/obj/machinery/button/door{ - id = "custodialshutters"; - name = "Custodial Shutters"; - pixel_x = 26; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/janitor) -"aAl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aAm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"aAn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"aAo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/auxiliary) -"aAp" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/toilet/auxiliary) -"aAq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAr" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aAs" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aAt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aAu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aAx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aAy" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAz" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAA" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aAB" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #1" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aAC" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aAD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "Hydroponics Junction"; - sortType = 21 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aAH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "cargounload" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aAI" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aAJ" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aAK" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aAL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aAP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space, -/area/solar/port/fore) -"aAQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aAR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aAT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aAU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aAV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aAW" = ( -/obj/machinery/door/airlock/atmos/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_one_access_txt = "24;10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/supermatter) -"aAX" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aAY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aAZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aBa" = ( -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aBb" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Gas" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aBc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aBd" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway - Bar"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aBe" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aBf" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"aBg" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/sunflower, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBh" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBi" = ( -/obj/structure/table, -/obj/item/clothing/suit/apron/overalls, -/obj/item/cultivator, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBj" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBk" = ( -/obj/structure/table, -/obj/item/seeds/poppy/lily{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/seeds/poppy/geranium, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/corn, -/obj/item/reagent_containers/food/snacks/grown/apple, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBl" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/tea, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBn" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/effect/decal/cleanable/dirt, -/obj/item/hand_labeler, -/obj/item/reagent_containers/food/snacks/grown/tea, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/cherries, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aBp" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/poppy, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aBq" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aBs" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/stamp/denied{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stamp, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aBt" = ( -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = 24 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aBu" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBv" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aBy" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBz" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/pod{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBB" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aBC" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aBD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aBE" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/security/prison) -"aBF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aBG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aBH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aBI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aBJ" = ( -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aBK" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aBL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aBM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aBN" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aBO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/mousetraps, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aBP" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aBQ" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aBR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #2" - }, -/obj/effect/turf_decal/delivery, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #3"; - suffix = "#3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBT" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aBU" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aBW" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBX" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aBZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aCa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aCb" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/machinery/door/poddoor{ - id = "cargounload"; - name = "supply dock unloading door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aCc" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aCd" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "cargounload" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor{ - id = "cargounload"; - name = "supply dock unloading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aCe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aCf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aCg" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCi" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - filter_type = list(/datum/gas/nitrogen); - name = "nitrogen filter" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aCk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCl" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aCm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aCn" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"aCo" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCp" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCq" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aCr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCt" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmospherics_engine) -"aCu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aCv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aCw" = ( -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aCx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCy" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aCz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Quartermaster Junction"; - sortType = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aCA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aCB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aCC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aCD" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aCE" = ( -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCJ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aCK" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar/atrium"; - dir = 1; - name = "Atrium APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Theatre Stage"; - dir = 2; - name = "service camera" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aCO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/r_wall, -/area/security/prison) -"aCP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"aCQ" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"aCR" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCT" = ( -/obj/structure/closet/radiation, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aCU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aCV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aCW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aCX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/warehouse"; - dir = 4; - name = "Cargo Warehouse APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aCY" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #3" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aCZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/office) -"aDb" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aDc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aDd" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aDe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aDf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDi" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 4; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/space/basic, -/area/space) -"aDj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aDk" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aDl" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aDm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/item/wrench, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aDq" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"aDr" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDt" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aDv" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmospherics_engine) -"aDw" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space, -/area/space/nearstation) -"aDx" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aDy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aDz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aDA" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aDC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDD" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aDE" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aDF" = ( -/obj/structure/bed, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/bedsheet/clown, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aDG" = ( -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aDH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aDI" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"aDJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Theatre Backstage"; - req_access_txt = "46" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aDK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aDL" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"aDM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aDN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aDO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aDP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aDQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"aDR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Hydroponics Backroom"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aDT" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"aDU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aDV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aDW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aDX" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay - Port"; - dir = 4; - name = "cargo camera" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #4" - }, -/obj/effect/turf_decal/delivery, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aDZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/mining{ - name = "Cargo Warehouse"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aEa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aEb" = ( -/obj/structure/closet/cardboard, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEe" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEf" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEg" = ( -/obj/machinery/button/door{ - dir = 2; - id = "cargounload"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = 8 - }, -/obj/machinery/button/door{ - id = "cargoload"; - layer = 4; - name = "Loading Doors"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Cargo Bay - Starboard"; - dir = 8; - name = "cargo camera" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aEh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aEi" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aEj" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aEk" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEl" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cooling Loop" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEm" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Control"; - pixel_y = 24; - req_access_txt = "24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEr" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Filter" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Supermatter Engine - Aft"; - name = "atmospherics camera"; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/engine{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/supermatter) -"aEu" = ( -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aEx" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEz" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/atmospherics_engine"; - dir = 4; - name = "Atmospherics Engine APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aEA" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space, -/area/space/nearstation) -"aEB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aEC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aED" = ( -/obj/structure/disposalpipe/segment, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aEF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aEG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aEH" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aEI" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aEJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aEK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aEL" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aEM" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aEN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aEO" = ( -/obj/structure/table, -/obj/item/storage/box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/lights/mixed, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aEP" = ( -/obj/machinery/vending/autodrobe, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre"; - dir = 1; - name = "Theatre Backstage APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aEQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aER" = ( -/obj/structure/closet/secure_closet/bar, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aES" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/item/storage/box/beanbag, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aET" = ( -/obj/structure/sign/poster/random, -/turf/closed/wall, -/area/crew_quarters/bar) -"aEU" = ( -/obj/structure/table/wood, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/obj/machinery/chem_dispenser/drinks, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aEV" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aEW" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aEX" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Bar Counter"; - name = "Bar RC"; - pixel_y = 32; - receive_ore_updates = 1 - }, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/glass/rag, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aEY" = ( -/obj/structure/table/wood, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/clipboard, -/obj/item/toy/figure/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aEZ" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/cigarettes/cigars{ - pixel_y = 6 - }, -/obj/item/storage/box/fancy/cigarettes/cigars/cohiba{ - pixel_y = 3 - }, -/obj/item/storage/box/fancy/cigarettes/cigars/havana, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aFb" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/item/stack/wrapping_paper{ - pixel_y = 5 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - dir = 8; - name = "Delivery Office APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aFc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aFe" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"aFf" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/quartermaster/sorting) -"aFg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aFh" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aFi" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"aFj" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northleft{ - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aFk" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aFl" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aFm" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"aFo" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space, -/area/space/nearstation) -"aFp" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aFq" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"aFr" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aFs" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aFt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFu" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aFv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aFw" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aFx" = ( -/obj/effect/landmark/start/bartender, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aFy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aFz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aFA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFB" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aFC" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aFD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/goonplaque, -/area/hallway/primary/fore) -"aFF" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/ignition{ - id = "justicespark"; - pixel_x = 7; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/machinery/button/flasher{ - id = "justiceflash"; - pixel_x = 7; - pixel_y = 38; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "justiceblast"; - name = "Justice Shutters Control"; - pixel_x = -7; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "justicechamber"; - name = "Justice Chamber Control"; - pixel_x = -7; - pixel_y = 38; - req_access_txt = "3" - }, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/restraints/handcuffs, -/obj/item/taperecorder, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aFG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aFH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aFI" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aFJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aFK" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/harebell, -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aFL" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/maintenance/solars/port/fore"; - dir = 2; - name = "Port Bow Solar APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aFM" = ( -/obj/machinery/seed_extractor, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aFN" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/hatchet, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aFO" = ( -/obj/machinery/door/airlock{ - name = "Kitchen Coldroom"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aFP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aFQ" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aFR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFT" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/button/door{ - id = "AuxCabinA"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aFU" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aFV" = ( -/obj/machinery/light, -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/service) -"aFW" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aFX" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFY" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aGa" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aGb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aGc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aGd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aGe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aGf" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"aGg" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"aGh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aGi" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aGk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Service Hallway - Aft"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aGm" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Aft"; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aGn" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargodeliver" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aGo" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargodeliver" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aGp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 6; - id = "cargodeliver" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aGq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aGr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"aGs" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGt" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aGu" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32 - }, -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "cardoor"; - name = "Cargo Cell Control"; - normaldoorcontrol = 1; - pixel_x = -36; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aGv" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aGw" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Theatre Backstage"; - dir = 8; - name = "service camera" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aGx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aGy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aGz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aGA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aGB" = ( -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/structure/closet/crate/internals, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aGC" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aGD" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor{ - id = "cargoload"; - name = "supply dock loading door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aGE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/structure/plasticflaps, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aGF" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "cargoload" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor{ - id = "cargoload"; - name = "supply dock loading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aGG" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aGH" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/seeds/carrot, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aGI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aGJ" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison - Garden"; - dir = 2; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aGK" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/mob/living/simple_animal/mouse, -/turf/open/floor/plasteel, -/area/security/prison) -"aGL" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/seeds/tower, -/obj/item/seeds/amanita{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/security/prison) -"aGM" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aGN" = ( -/obj/machinery/power/smes, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aGO" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Solar - Fore Port"; - name = "solar camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aGP" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGR" = ( -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aGS" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/airalarm/unlocked{ - pixel_y = 24 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/camera{ - c_tag = "Atmospherics - Incinerator"; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGV" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGW" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aGX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Port to Turbine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Port to Filter" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aGZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHa" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHb" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aHc" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aHd" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - dir = 8; - name = "Cargo Bay APC"; - pixel_x = -25 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Cargo Bay - Aft Port"; - dir = 4; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aHe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aHh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aHi" = ( -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aHj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aHk" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"aHl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/hydroponics/garden/abandoned) -"aHm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aHn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aHo" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aHp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aHq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Ports" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aHs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to Ports" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHt" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to Engine" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHu" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHy" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aHz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aHA" = ( -/obj/structure/musician/piano{ - icon_state = "piano" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aHB" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aHC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aHD" = ( -/obj/effect/landmark/start/bartender, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aHE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aHF" = ( -/obj/structure/chair/stool/bar, -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aHG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aHH" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window{ - name = "Deliveries"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aHI" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Quartermaster's Office"; - dir = 1; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aHK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 2; - id = "cargodisposals" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aHL" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aHM" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aHO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aHP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aHQ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt3"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/camera{ - c_tag = "Prison - Cell 3"; - dir = 2; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"aHR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aHS" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt2"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/camera{ - c_tag = "Prison - Cell 2"; - dir = 2; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aHT" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"aHU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor_switch/oneway{ - id = "cargoload" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aHV" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargoload" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aHW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aHX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"aHY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aHZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aIa" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt1"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Prison - Cell 1"; - dir = 2; - name = "prison camera"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aIb" = ( -/obj/machinery/door/window/eastright{ - name = "Theatre Stage" - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aIc" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/fore) -"aId" = ( -/obj/machinery/seed_extractor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aIe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIf" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aIg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIh" = ( -/obj/machinery/biogenerator, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aIi" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison) -"aIj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_one_access_txt = "13; 24; 10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/fore) -"aIk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/fore) -"aIl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_one_access_txt = "13; 24; 10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/fore) -"aIm" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aIn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aIo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aIp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aIq" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aIr" = ( -/obj/machinery/door/airlock/security{ - name = "Security Post - Cargo"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aIs" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aIt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aIu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aIv" = ( -/obj/item/radio/intercom{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aIw" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aIx" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/abandoned_gambling_den/secondary"; - dir = 1; - name = "Abandoned Gambling Den APC"; - pixel_y = 23 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aIy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aIz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aIA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aIB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aIC" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"aID" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/item/storage/bag/plants/portaseeder, -/obj/machinery/door/window/eastright, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aIF" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmospherics_engine) -"aIG" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aIH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aII" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aIJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aIK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - dir = 4; - name = "Kitchen Desk"; - req_access_txt = "28" - }, -/obj/item/storage/bag/tray, -/obj/machinery/door/window/westleft, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aIL" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aIM" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aIN" = ( -/obj/structure/table/wood, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aIO" = ( -/obj/structure/table/wood, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aIP" = ( -/obj/structure/bed, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/bedsheet/mime, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aIQ" = ( -/obj/structure/dresser, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/hallway/secondary/service) -"aIR" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aIS" = ( -/obj/machinery/icecream_vat, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aIT" = ( -/obj/structure/rack, -/obj/machinery/button/door{ - id = "kitchenwindows"; - name = "Kitchen Privacy Control"; - pixel_y = -26; - req_access_txt = "28" - }, -/obj/item/storage/box/donkpockets, -/obj/item/storage/box/donkpockets, -/obj/item/clothing/head/chefhat, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aIU" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aIV" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aIW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aIX" = ( -/obj/machinery/chem_master/condimaster{ - name = "HoochMaster 2000" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aIY" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/bar) -"aJa" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/medical/sleeper) -"aJc" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/crew_quarters/bar) -"aJd" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/reagent_containers/food/condiment/enzyme{ - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aJf" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aJg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "cargodeliver"; - name = "delivery conveyor"; - pixel_x = -12 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aJh" = ( -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/lockbox/loyalty, -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/circuitboard/machine/techfab/department/security, -/obj/item/card/id/departmental_budget/sec, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aJi" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/chef, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aJj" = ( -/obj/machinery/light, -/obj/machinery/processor, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aJk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 2; - id = "cargodisposals" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aJl" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aJm" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aJn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJo" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aJp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aJq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aJr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aJs" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/suit/apron/chef, -/obj/item/kitchen/rollingpin, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aJt" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aJu" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway - Aft"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aJv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aJw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aJx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aJy" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/glowshroom, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aJz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aJA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aJB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aJC" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/ambrosia, -/turf/open/floor/plating, -/area/security/prison) -"aJD" = ( -/turf/closed/wall, -/area/space/nearstation) -"aJE" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "foreport"; - name = "Port Bow Solar Control"; - track = 0 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aJF" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aJG" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 1; - name = "Quartermaster's Office APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aJH" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aJI" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/disposal/incinerator) -"aJJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aJK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aJL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aJM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aJN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aJO" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aJP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"aJQ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 1; - req_access_txt = "48" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aJR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aJS" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"aJT" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/main"; - dir = 8; - name = "Security Office APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aJU" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aJV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aJW" = ( -/obj/structure/closet/radiation, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Atmospherics - Engine Access"; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aJX" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aJZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aKa" = ( -/obj/structure/closet/radiation, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aKb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aKc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aKd" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/button/door{ - id = "atmos1storage"; - name = "Atmospherics Secure Storage Control"; - pixel_x = 24; - pixel_y = 24; - req_access_txt = "11" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aKe" = ( -/obj/machinery/door/poddoor{ - id = "atmos1storage"; - name = "Atmospherics Secure Storage Lockdown" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aKf" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aKg" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aKh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aKi" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aKj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aKk" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/folder/blue{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lighter, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aKl" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aKm" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aKn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aKo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aKp" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aKq" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hosprivacy"; - name = "HoS Privacy Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aKr" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aKs" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKt" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall, -/area/crew_quarters/bar) -"aKu" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aKv" = ( -/obj/item/wrench, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/machinery/light, -/obj/structure/closet, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aKw" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aKx" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aKy" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aKz" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aKA" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aKB" = ( -/obj/structure/chair/stool/bar, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aKC" = ( -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"aKD" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aKE" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aKF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKG" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aKI" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aKJ" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aKK" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aKL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"aKM" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKQ" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Fore Port"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aKS" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aKT" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKU" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Fore Starboard"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKV" = ( -/turf/closed/wall, -/area/security/prison) -"aKW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"aKY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKZ" = ( -/turf/closed/wall/r_wall, -/area/security/execution/education) -"aLa" = ( -/obj/machinery/door/poddoor{ - id = "justiceblast"; - name = "Justice Blast door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aLb" = ( -/obj/structure/lattice/catwalk, -/obj/item/wrench, -/turf/open/space, -/area/space/nearstation) -"aLc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aLe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aLf" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aLh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aLi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/atmos{ - name = "Port Bow Solar Access"; - req_one_access_txt = "24;10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/fore) -"aLj" = ( -/obj/machinery/meter, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aLk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Turbine" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aLl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aLm" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - dir = 1; - name = "Cargo Office APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aLn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aLo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aLp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aLq" = ( -/obj/structure/closet/radiation, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aLr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aLt" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aLu" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aLv" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "Engineering Power Monitoring Console" - }, -/obj/structure/cable/white, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aLw" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/engineering, -/obj/machinery/light/small, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green, -/area/engine/atmospherics_engine) -"aLx" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/item/radio/intercom{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"aLy" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aLz" = ( -/turf/closed/wall, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aLA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aLB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"aLC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/button/door{ - id = "AuxCabinB"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aLD" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"aLE" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigprison"; - name = "Prison Blast door" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/pods{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"aLF" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to External Air Ports" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aLG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aLH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aLJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aLK" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aLL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aLM" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aLN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aLO" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aLP" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aLQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aLR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aLS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Delivery Office"; - dir = 1; - name = "cargo camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aLT" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door_timer{ - id = "cargocell"; - name = "Cargo Cell"; - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 8; - name = "Security Post - Cargo APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aLU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aLV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aLW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aLX" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aLY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "cargoload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aLZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMa" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"aMb" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"aMd" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/security/prison) -"aMe" = ( -/turf/open/floor/plating, -/area/security/prison) -"aMf" = ( -/obj/structure/easel, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aMi" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aMj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aMk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMl" = ( -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/stack/cable_coil/white, -/obj/effect/turf_decal/bot, -/obj/item/flashlight/flare/signal, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aMm" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/toy/figure/syndie, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/security/prison) -"aMp" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/weightmachine/weightlifter, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"aMq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aMr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aMs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aMt" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aMu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aMv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aMw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aMx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aMy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/trinary/filter/flipped{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/checker, -/area/maintenance/disposal/incinerator) -"aMz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aMA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aMB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"aMC" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aMD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aME" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"aMF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aMG" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aMI" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aMJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aMK" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aML" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aMM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/open/space, -/area/space/nearstation) -"aMN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aMO" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aMP" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/space, -/area/space/nearstation) -"aMQ" = ( -/obj/structure/table/wood, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aMR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aMS" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aMT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aMU" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aMV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aMW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aMX" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"aMY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aMZ" = ( -/obj/machinery/computer/security/hos{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aNa" = ( -/obj/structure/table/wood, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aNb" = ( -/obj/structure/table/wood, -/obj/item/soap/nanotrasen, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aNc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aNd" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aNe" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aNf" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aNg" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNh" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aNi" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aNj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/bar/atrium) -"aNk" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aNl" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aNm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aNn" = ( -/obj/machinery/computer/prisoner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"aNo" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/quartermaster/sorting) -"aNp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 2; - id = "cargodisposals" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aNq" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aNr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor{ - id = "cargocell"; - name = "Cargo Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aNs" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aNt" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aNu" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aNv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"aNw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aNx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/range) -"aNy" = ( -/obj/machinery/button/door{ - id = "hosroom"; - name = "Privacy Control"; - pixel_x = 64; - pixel_y = -26; - req_access_txt = "58" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aNz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "External Waste Ports to Filter" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aNA" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/security/execution/education"; - dir = 2; - name = "Education Chamber APC"; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aNB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aNC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aND" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aNG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aNH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aNJ" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"aNK" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/punching_bag, -/turf/open/floor/plating, -/area/security/prison) -"aNL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNN" = ( -/obj/machinery/button/door{ - id = "brigprison"; - name = "Prison Lockdown"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNO" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aNP" = ( -/obj/machinery/power/turbine{ - dir = 8; - luminosity = 2 - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aNQ" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 4; - luminosity = 2 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aNT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Storage Closet"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aNU" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aNV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNX" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOc" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/range) -"aOd" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOf" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aOg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOh" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOi" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Fore"; - dir = 1; - name = "hallway camera" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aOl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOo" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aOp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aOq" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aOr" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aOs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aOt" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOu" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aOv" = ( -/obj/structure/dresser, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aOw" = ( -/obj/machinery/cell_charger, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/flashlight/flare/signal{ - pixel_x = 2; - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aOx" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 8; - name = "Service Hall APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aOy" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/obj/structure/closet/crate/wooden/toy, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aOz" = ( -/obj/structure/table/wood, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 5 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/item/toy/figure/clown, -/obj/item/clipboard, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aOA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOB" = ( -/obj/machinery/autolathe, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aOC" = ( -/obj/structure/sign/poster/random, -/turf/closed/wall, -/area/crew_quarters/bar/atrium) -"aOD" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aOF" = ( -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aOG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aOH" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/fedora, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aOI" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOJ" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aOK" = ( -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8 - }, -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aOL" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aON" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aOQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps, -/obj/effect/turf_decal/delivery, -/obj/machinery/conveyor{ - dir = 4; - id = "cargodisposals" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aOR" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aOS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/brig{ - id = "cargocell"; - name = "Cargo Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aOT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aOU" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aOV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aOW" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aOX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Cargo Junction"; - sortType = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aPa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPb" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Cargo Bay - Aft Starboard"; - dir = 1; - name = "cargo camera" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPg" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aPh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPn" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/security/prison) -"aPo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aPr" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"aPs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aPt" = ( -/obj/machinery/vending/sustenance{ - onstation = 0 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/security/prison) -"aPu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aPy" = ( -/obj/structure/sign/warning/fire, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aPA" = ( -/obj/machinery/button/ignition/incinerator/atmos{ - pixel_x = 8; - pixel_y = -36 - }, -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = -8; - pixel_y = -36 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = -8; - pixel_y = -24 - }, -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "incineratorturbine" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/checker, -/area/maintenance/disposal/incinerator) -"aPB" = ( -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aPC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"aPE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aPF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"aPG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aPH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aPI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aPJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aPK" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aPL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aPM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aPO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aPP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aPQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPR" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/item/stack/rods{ - amount = 23 - }, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aPS" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aPT" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/stack/sheet/rglass{ - amount = 20; - pixel_x = 2; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"aPU" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aPV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aPX" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aPY" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aPZ" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck/syndicate{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aQa" = ( -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aQb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aQc" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aQd" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/chem_master/condimaster{ - name = "BrewMaster 3000" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aQe" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aQf" = ( -/obj/effect/landmark/start/clown, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aQg" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Storage"; - req_access_txt = "24" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aQh" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced, -/obj/machinery/door/window/eastright{ - name = "Theatre Delivery"; - req_access_txt = "46" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aQi" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Theatre" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aQj" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to Distro" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aQk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Distro to Waste" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aQl" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aQm" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQn" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aQo" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aQp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar/atrium) -"aQq" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aQt" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aQv" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQw" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Fore"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQy" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/storage_shared) -"aQz" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - desc = "It looks really dirty."; - name = "maintenance microwave"; - pixel_y = 5 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aQA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aQB" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/clipboard, -/obj/item/toy/figure/miner, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch{ - pixel_x = -38 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aQC" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/destTagger, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aQE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aQF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"aQG" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aQJ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aQK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aQL" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aQM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aQN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aQO" = ( -/obj/machinery/status_display/supply, -/turf/closed/wall, -/area/quartermaster/qm) -"aQP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aQQ" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"aQR" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aQS" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aQT" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aQU" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aQV" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aQZ" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aRb" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aRc" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aRd" = ( -/obj/machinery/camera{ - c_tag = "Prison - Relaxation Area"; - dir = 1; - name = "prison camera"; - network = list("ss13","prison") - }, -/turf/open/floor/plating, -/area/security/prison) -"aRe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/security/prison) -"aRf" = ( -/obj/machinery/holopad, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom"; - pixel_y = -28; - prison_radio = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/prison) -"aRg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"aRi" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plating, -/area/security/prison) -"aRk" = ( -/obj/machinery/nuclearbomb/selfdestruct{ - layer = 2 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"aRl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aRm" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aRn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"aRo" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aRp" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aRq" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aRr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aRs" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRw" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRx" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aRy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRz" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"aRA" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"aRB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aRC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aRD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aRE" = ( -/obj/structure/lattice, -/turf/open/space, -/area/engine/atmos) -"aRF" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aRG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aRH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aRI" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aRJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aRK" = ( -/obj/machinery/door/airlock{ - name = "Hydroponics Backroom"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hydroponics) -"aRL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"aRM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"aRN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"aRO" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"aRP" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"aRQ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aRR" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/firealarm{ - pixel_x = -32; - pixel_y = 24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aRS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aRV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aRW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aRX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aRY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aSa" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aSb" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Bridge Port"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aSc" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atrium" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aSe" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aSf" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aSg" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"aSh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/security/checkpoint/supply) -"aSi" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aSj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "cardoor"; - name = "Cargo Cell"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"aSk" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"aSl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aSm" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aSn" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aSp" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aSq" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aSr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aSs" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSt" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/qm, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSu" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSv" = ( -/obj/machinery/door/airlock{ - name = "Service Hall"; - req_one_access_txt = "22;25;26;28;35;37;38;46" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aSw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSy" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSz" = ( -/obj/structure/bed, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/bedsheet/qm, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSA" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aSB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aSG" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell2"; - name = "Cell Shutters" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"aSH" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aSI" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/chloralhydrate{ - pixel_x = -7 - }, -/obj/item/reagent_containers/glass/bottle/facid{ - pixel_x = 7 - }, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aSK" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/atmos"; - dir = 1; - name = "Atmospherics APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aSL" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/storage_shared"; - dir = 4; - name = "Shared Engineering Storage"; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/engine/storage_shared) -"aSM" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aSN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aSO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aSP" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/space, -/area/space/nearstation) -"aSQ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aSR" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aSS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/space, -/area/space/nearstation) -"aST" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aSU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aSV" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aSX" = ( -/obj/structure/cable, -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aSY" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aSZ" = ( -/obj/structure/bonfire, -/obj/item/reagent_containers/food/drinks/bottle/orangejuice{ - desc = "For the weary spacemen on their quest to rekindle the first plasma fire."; - name = "Carton of Estus" - }, -/obj/item/nullrod/claymore/glowing{ - desc = "Don't tell anyone you put any points into dex, though."; - force = 10; - name = "moonlight greatsword" - }, -/obj/effect/decal/remains/human, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/foyer) -"aTa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Engine Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aTb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/fireaxecabinet{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aTc" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aTd" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aTe" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Air to Pure" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"aTf" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aTg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aTh" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/space, -/area/engine/atmos) -"aTi" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank Out" - }, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aTj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 8 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aTk" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - Air Supply"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aTl" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"aTm" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aTn" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aTo" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aTp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/atmospheric_technician, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aTq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aTr" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aTs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - dir = 2; - freq = 1400; - location = "Tool Storage" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"aTt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aTu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aTv" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"aTw" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aTx" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aTD" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTG" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"aTH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/coffee, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aTI" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aTJ" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/hardhat/cakehat, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aTK" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"aTL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Gravity Generator Foyer"; - dir = 4; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTM" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aTO" = ( -/turf/closed/wall, -/area/quartermaster/office) -"aTP" = ( -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aTQ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aTR" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"aTS" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Power Tools Storage"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"aTT" = ( -/obj/machinery/photocopier, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aTU" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/machinery/requests_console{ - department = "Cargo Office"; - name = "Cargo Office RC"; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Office"; - dir = 2; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aTV" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - dir = 2; - name = "Kitchen APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aTW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aTX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aTY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aTZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aUa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aUb" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aUc" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"aUd" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"aUe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/atmos/glass{ - name = "Power Monitoring"; - req_one_access_txt = "24;10" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"aUf" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aUg" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"aUh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/engine/storage_shared) -"aUj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"aUk" = ( -/obj/machinery/food_cart, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aUl" = ( -/turf/closed/wall, -/area/engine/foyer) -"aUm" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aUn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUo" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aUp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aUq" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aUr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aUs" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Quartermaster's Quarters"; - dir = 8; - name = "cargo camera" - }, -/obj/machinery/computer/security/qm{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aUt" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"aUu" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aUw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aUx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aUy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aUz" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Office"; - req_access_txt = "31" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aUA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"aUB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUD" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32 - }, -/obj/item/electropack, -/obj/item/assembly/signaler, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clothing/head/helmet/sec, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aUE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUG" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_one_access_txt = "31;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aUH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aUI" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/meter, -/obj/machinery/door/window/westright, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aUJ" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 3 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = -3 - }, -/obj/item/wrench, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aUL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aUM" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aUN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUO" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUP" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUQ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aUR" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Fore"; - dir = 1; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aUS" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"aUT" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aUU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aUV" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aUX" = ( -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"aUY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"aUZ" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aVa" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aVb" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aVc" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aVd" = ( -/obj/machinery/light/small, -/obj/structure/table/wood, -/obj/item/storage/pill_bottle, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aVe" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aVf" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den/secondary) -"aVg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aVh" = ( -/obj/structure/table/wood, -/obj/machinery/requests_console{ - department = "Theatre Backstage"; - name = "Theatre RC"; - pixel_x = -32 - }, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aVi" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/toy/crayon/spraycan/mimecan{ - charges = 5 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aVj" = ( -/obj/machinery/vending/autodrobe, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aVk" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/mime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aVl" = ( -/obj/structure/dresser, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"aVm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVn" = ( -/obj/structure/table/wood, -/obj/item/instrument/violin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aVo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVp" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/pipe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aVq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVr" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aVs" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aVt" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/britcup, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aVu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVv" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aVx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"aVy" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aVz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVA" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aVC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"aVE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"aVF" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVH" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aVI" = ( -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Library - Aft"; - dir = 1; - name = "library camera" - }, -/turf/open/floor/wood, -/area/library) -"aVJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Central Hallway - Bridge Starboard"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVM" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"aVN" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVO" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVP" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVR" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aVS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aVT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"aVU" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/main) -"aVV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"aVW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVX" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aVZ" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"aWa" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aWb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aWe" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWf" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWh" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWi" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aWj" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/camera{ - c_tag = "Atmospherics - Desk"; - dir = 8; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWl" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -26 - }, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aWm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aWn" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/engine/foyer) -"aWo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aWq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Justice gas pump" - }, -/obj/machinery/door/window/westleft, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aWr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"aWt" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aWu" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - co2 Cell"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aWv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ - dir = 4 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aWw" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aWx" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/engine/atmos) -"aWy" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"aWz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aWA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "CO2 to Pure" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aWB" = ( -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWC" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWD" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWG" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/engine/atmos) -"aWH" = ( -/turf/closed/wall, -/area/engine/atmos) -"aWI" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "HoP Junction"; - sortType = 15 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aWJ" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/engine/atmos) -"aWK" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/atmos) -"aWL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aWM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWP" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"aWQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aWR" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank In" - }, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aWS" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 8 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"aWT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aWU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=engi3"; - location = "engi2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aWV" = ( -/obj/structure/table/wood, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/item/staff/broom, -/obj/item/clothing/head/witchwig, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aWW" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/fakemoustache, -/obj/item/cane, -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar/atrium) -"aWX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/mining/glass{ - name = "Mining Office"; - req_one_access_txt = "31;48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aWY" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aWZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXa" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"aXc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aXf" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/westright{ - name = "Cargo Office Delivery"; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXh" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aXi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXk" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXl" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXm" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXq" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - req_access_txt = "31"; - req_one_access_txt = "0" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aXr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aXs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"aXu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/mining_medic, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aXv" = ( -/obj/machinery/computer/communications, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aXw" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aXx" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aXy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aXz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aXA" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"aXC" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aXE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aXF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aXG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/suit_storage_unit/mining/eva, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aXI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"aXJ" = ( -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aXK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aXM" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXN" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"aXO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aXP" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aXQ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/foyer) -"aXR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aXS" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/hallway/secondary/service) -"aXV" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aXX" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aXY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aXZ" = ( -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aYa" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYb" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYc" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYd" = ( -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aYe" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aYf" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aYg" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aYh" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aYi" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aYj" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYk" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/kitchen) -"aYn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYo" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "O2 to Pure" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aYq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Starboard"; - dir = 8; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aYr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aYs" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"aYt" = ( -/obj/machinery/camera{ - c_tag = "Bridge - Port"; - dir = 1; - name = "command camera" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aYu" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aYv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aYw" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/bridge) -"aYx" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aYy" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aYz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aYA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aYB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"aYC" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aYD" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aYE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Bar - Aft"; - dir = 4; - name = "service camera" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"aYF" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYG" = ( -/obj/effect/landmark/start/cook, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"aYH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aYI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"aYJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"aYK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"aYL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aYM" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"aYN" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"aYO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"aYP" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aYQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aYR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aYS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/range) -"aYT" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aYU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/range) -"aYV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - name = "Shooting Range"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"aYW" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"aYX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aYY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aYZ" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZa" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aZb" = ( -/obj/machinery/photocopier, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aZd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aZe" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZf" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aZg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Supply" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aZh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"aZi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"aZj" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"aZl" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZn" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aZo" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZp" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/paper_bin, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"aZq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aZr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Security Hallway - Fore"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aZs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"aZt" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"aZu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced, -/obj/machinery/door/window/eastright{ - name = "Atmospherics Delivery"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZw" = ( -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"aZx" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZy" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"aZz" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/machinery/button/door{ - id = "atmoslock"; - name = "Atmospherics Lockdown Control"; - pixel_x = 26; - req_access_txt = "24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Atmospherics" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aZH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aZI" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"aZJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/foyer"; - dir = 1; - name = "Engineering Foyer APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"aZO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"aZP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 4 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"aZQ" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aZR" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/space, -/area/engine/atmos) -"aZS" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"aZT" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aZU" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"aZV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZY" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aZZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"baa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bab" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bac" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bad" = ( -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bae" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/electronics/apc, -/obj/item/electronics/airalarm, -/turf/open/floor/plasteel, -/area/storage/tech) -"baf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bag" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bah" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "O2 to Airmix" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bai" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"baj" = ( -/obj/machinery/meter, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bak" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 8 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bal" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - Oxygen Supply"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bam" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos) -"ban" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bao" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bap" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bar" = ( -/turf/closed/wall, -/area/hydroponics) -"bas" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hydroponics) -"bat" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/captain, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bau" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bav" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/central"; - dir = 1; - name = "Central Primary Hallway APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baw" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bax" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bay" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"baz" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"baA" = ( -/obj/machinery/gibber, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"baB" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "sink"; - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room"; - dir = 2; - name = "service camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"baC" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"baD" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"baE" = ( -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"baF" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar/atrium) -"baG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"baH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"baI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"baJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"baK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baL" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/cargotech, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baM" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baN" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baO" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/cargo_technician, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baP" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/computer/bounty{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"baQ" = ( -/turf/closed/wall, -/area/quartermaster/miningoffice) -"baR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"baS" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"baT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"baU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"baV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Service Foyer"; - req_one_access_txt = "22;25;26;28;35;37;38;46" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"baW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"baX" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/quartermaster/qm) -"baY" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bba" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bbb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"bbc" = ( -/obj/machinery/door/window/southleft, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bbd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbf" = ( -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 4; - network = list("vault") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bbg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bbh" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bbi" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bbj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bbk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bbl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Transferring Control"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bbn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/foyer) -"bbo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bbp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bbq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bbr" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - id_tag = "engdoor"; - name = "Engineering Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bbs" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bbv" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 4; - dwidth = 1; - height = 4; - name = "escape pod three loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/three; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"bbw" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bbx" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/teleporter_hub{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/machine/teleporter_station, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bby" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bbz" = ( -/obj/docking_port/stationary/random{ - dir = 4; - id = "pod_lavaland4"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"bbA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Port"; - dir = 4; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bbB" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bbC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbD" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/reagent_containers/food/snacks/donut/jelly/cherryjelly, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bbE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbF" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bbG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bbH" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbI" = ( -/obj/machinery/pipedispenser/disposal, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbJ" = ( -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bbL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bbM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Kitchen Coldroom"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bbN" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bbP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bbQ" = ( -/obj/structure/sign/poster/random, -/turf/closed/wall, -/area/maintenance/port/fore) -"bbR" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbU" = ( -/obj/structure/table/wood, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 7 - }, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/meeting_room/council) -"bbV" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbW" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbX" = ( -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbY" = ( -/obj/structure/table/glass, -/obj/item/wrench, -/obj/item/clothing/suit/apron, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bca" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/message_monitor, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bcd" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bce" = ( -/obj/machinery/vending/autodrobe/capdrobe, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain/private) -"bcf" = ( -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"bcg" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"bch" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bci" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8 - }, -/obj/item/reagent_containers/food/drinks/britcup, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bcj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bck" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bcl" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"bcm" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bcn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bco" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_access_txt = "58" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bcp" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bcq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bcr" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/quartermaster/office) -"bcs" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 1; - req_access_txt = "31" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bct" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcu" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Detective's Office"; - name = "Detective RC"; - pixel_x = 30 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bcw" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcx" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcy" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = -8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bcz" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bcA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcB" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcC" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcD" = ( -/obj/machinery/mineral/equipment_vendor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcE" = ( -/obj/structure/table, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcF" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bcG" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bcH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/door_timer{ - id = "brig1"; - name = "Cell 1"; - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Center"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bcI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"bcL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bcN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bcX" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bcY" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - Plasma Cell"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bcZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 4 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bda" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bdb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Plasma to Pure" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/mixer{ - name = "plasma mixer" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdd" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bde" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdf" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bdh" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bdi" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdj" = ( -/obj/machinery/pipedispenser, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdk" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdl" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bdm" = ( -/obj/machinery/meter, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bdn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 8 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"bdo" = ( -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bdp" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/red, -/obj/item/stamp/hos, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bdq" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/window/reinforced, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bdr" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bds" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bdu" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/foyer) -"bdv" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bdw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bdx" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/tech) -"bdy" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bdz" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/head_of_security, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bdA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bdB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bdC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bdD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bdE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bdF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Ports" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bdG" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdH" = ( -/obj/structure/rack, -/obj/item/book/manual/chef_recipes, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdJ" = ( -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"bdK" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "sink"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdM" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters"; - pixel_x = 26; - pixel_y = 8; - req_access_txt = "28" - }, -/obj/machinery/button/door{ - id = "kitchenside"; - name = "Kitchen Side Shutters"; - pixel_x = 26; - pixel_y = -8; - req_access_txt = "28" - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bdN" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"bdO" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdP" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/bridge/meeting_room/council) -"bdQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bdR" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdS" = ( -/obj/machinery/camera{ - c_tag = "Cargo - Waiting Room"; - dir = 2; - name = "cargo camera" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdT" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdU" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdV" = ( -/obj/machinery/computer/cargo/request{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bdW" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bdX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bdY" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/hand_labeler, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bdZ" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bea" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"beb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bec" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/detective, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bed" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bee" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bef" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"beg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bei" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bej" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"bek" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bel" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bem" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"ben" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Quarters"; - req_access_txt = "58" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bep" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"ber" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = -10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bes" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bet" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/bombcloset/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"beu" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bew" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bex" = ( -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bey" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bez" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/head_of_security, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"beB" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/southleft, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"beC" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"beD" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beE" = ( -/obj/structure/sign/plaques/atmos, -/turf/closed/wall, -/area/engine/atmos) -"beF" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beH" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"beI" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2 to Pure" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"beJ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"beK" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"beL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"beM" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/cultivator, -/obj/item/hatchet, -/obj/item/wirecutters, -/obj/item/shovel/spade, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"beN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"beO" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"beP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"beQ" = ( -/obj/machinery/camera{ - c_tag = "Hydroponics Backroom"; - dir = 1; - name = "service camera" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hydroponics) -"beR" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"beS" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"beT" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"beU" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/westleft{ - name = "Hydroponics Delivery"; - req_access_txt = "35" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"beV" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Hydroponics" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"beW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Port"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beX" = ( -/obj/machinery/flasher{ - id = "brig1"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"beY" = ( -/obj/machinery/newscaster{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"beZ" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfa" = ( -/obj/machinery/newscaster{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bfb" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 4; - name = "Port Primary Hallway APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bfc" = ( -/obj/machinery/chem_master/condimaster, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfd" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfe" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/mob/living/carbon/monkey/punpun, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bff" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/cook, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfg" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfh" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"bfi" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenside"; - name = "Kitchen Hall Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bfk" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"bfl" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bfm" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfn" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bfo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bfp" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/southright, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bfq" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Mining Desk"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfr" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfs" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/storage/tools) -"bft" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bfu" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/mining{ - name = "Mining Dock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfy" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bfz" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bfA" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/effect/turf_decal/bot, -/obj/item/gun/ballistic/shotgun/riot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bfB" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bfC" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bfF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/pods{ - name = "MINING POD" - }, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bfH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/ore_box, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bfJ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bfK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bfL" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall3"; - location = "hall2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfN" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bfO" = ( -/obj/structure/closet/radiation, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bfP" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bfQ" = ( -/obj/machinery/camera{ - c_tag = "Engineering Hallway - Center"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bfR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfS" = ( -/obj/structure/closet/l3closet/security, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"bfT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 4 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bfU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bfV" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bfW" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Port Mix to Port Ports" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bfX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfY" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Port Mix to Starboard Ports" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bfZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bga" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -9 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Captain's Office"; - dir = 4; - name = "command camera" - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/paper_bin, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bgb" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bgc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bgd" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "N2 to Airmix" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bge" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bgf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 8 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bgg" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - Nitrogen Cell"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bgh" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bgi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bgj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bgk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/sign/departments/botany{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bgl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/storage/tools) -"bgn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tools) -"bgo" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/detectives_office) -"bgp" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/detectives_office) -"bgq" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bgr" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 4; - name = "service camera" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bgv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bgx" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bgy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bgB" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bgC" = ( -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"bgE" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bgF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = -32; - req_access = null; - req_access_txt = "65" - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Teleporter"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bgG" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bgH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall2"; - location = "hall1" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bgJ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bgK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bgL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall15"; - location = "hall14" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bgN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bgO" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"bgP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bgQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bgR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bgS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bgT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bgU" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/delta; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"bgV" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/machinery/door/window/westright{ - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/machinery/door/window/eastright, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bgW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bgX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bgY" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"bgZ" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"bha" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bhb" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS" - }, -/turf/open/floor/plating, -/area/security/brig) -"bhc" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/gravity_generator"; - dir = 1; - name = "Gravity Generator APC"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bhd" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"bhe" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"bhf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bhg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhh" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bhi" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bhj" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -6 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bhk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bhl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bhm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bho" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"bhr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bhs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bht" = ( -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bhu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bhv" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bhx" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bhy" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bhz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bhA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bhB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bhC" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bhD" = ( -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bhE" = ( -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/item/book/manual/wiki/hydroponicsplants{ - pixel_x = -3 - }, -/obj/item/book/manual/wiki/hydroponicsguide{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bhF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bhG" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/hydroponics) -"bhH" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"bhJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bhK" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"bhL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhM" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Starboard Primary Hallway" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhN" = ( -/obj/machinery/requests_console{ - department = "Kitchen"; - name = "Kitchen RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bhO" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"bhP" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bhR" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/item/book/manual/wiki/cooking_to_serve_man, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bhT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhU" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Hallway - Port"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bia" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bib" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bic" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/science/test_area) -"bid" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bie" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bif" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"big" = ( -/obj/structure/rack, -/obj/item/gun/energy/disabler{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/disabler, -/obj/item/gun/energy/disabler{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bih" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bii" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bij" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bik" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bil" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bim" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bin" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bio" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bip" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bir" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bis" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bit" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"biu" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"biv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"biw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bix" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"biy" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"biz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/item/gun/energy/laser/practice{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/gun/energy/laser/practice, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/machinery/magnetic_controller{ - autolink = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/range) -"biA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"biC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"biD" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall4"; - location = "engi3" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"biE" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=engi1"; - location = "hall3" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biG" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biH" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Office Fore"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biL" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biM" = ( -/obj/machinery/recharger, -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biN" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"biO" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"biP" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"biQ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "HoS Space Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"biR" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "HoS Space Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"biS" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosspace"; - name = "HoS Space Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"biT" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"biU" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - n2o Cell"; - name = "atmospherics camera" - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"biV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ - dir = 4 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"biW" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "N2O to Pure" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"biX" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"biY" = ( -/obj/structure/table/wood, -/obj/item/storage/box/ids{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/silver_ids, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"biZ" = ( -/obj/machinery/computer/communications{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bja" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Security Hallway"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjd" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bje" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjf" = ( -/obj/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/southright{ - name = "Command Chair"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjh" = ( -/obj/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bji" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjj" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bjk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bjm" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bjn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 8 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bjo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bjp" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bjq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bjr" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"bju" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bjv" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bjz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bjA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bjB" = ( -/obj/structure/window/reinforced, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bjC" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"bjD" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bjE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"bjG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bjH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall14"; - location = "hall13" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjI" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bjJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bjK" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/kitchen) -"bjL" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchenside"; - name = "Kitchen Hall Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"bjM" = ( -/obj/structure/closet/emcloset, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bjN" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/light, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"bjO" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bjP" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bjQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"bjR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bjS" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bjU" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/main) -"bjV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bjY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bjZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bka" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/requests_console{ - department = "Mining"; - name = "Mining Dock RC"; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Mining Dock"; - dir = 1; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bkb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bkc" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bkd" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/yellow, -/obj/item/gps/mining, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bke" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bkf" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bkg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/foyer) -"bkh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bki" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/light/small, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Engine Foyer"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bkj" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bkk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/range) -"bkl" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkm" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bkn" = ( -/obj/structure/closet/radiation, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bko" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bkp" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bkq" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bkr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/main) -"bks" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"bkt" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bku" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bkv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bkw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bkx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bky" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bkz" = ( -/obj/structure/bed/dogbed/cayenne, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Head of Security's Office"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bkA" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bkB" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/taperecorder{ - pixel_x = 3 - }, -/obj/item/storage/box/deputy, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bkC" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bkD" = ( -/obj/machinery/photocopier, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bkE" = ( -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) -"bkF" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"bkG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bkI" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bkJ" = ( -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"bkK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkL" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bkU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkV" = ( -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bkW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bkX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "SM Coolant Loop" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bkY" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bkZ" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/engine/atmos) -"bla" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"blb" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"blc" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bld" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"ble" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"blf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blg" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blh" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"bli" = ( -/obj/machinery/vending/cart, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"blj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"blk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bll" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blm" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bln" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blp" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hos"; - dir = 2; - name = "Head of Security's Office APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/photocopier/faxmachine{ - department = "Security" - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"blq" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bls" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Hallway - Center"; - dir = 1; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blu" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"blv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"blw" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"blx" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/engineering) -"bly" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall, -/area/engine/engineering) -"blz" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blA" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8 - }, -/obj/item/kitchen/knife, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"blB" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"blC" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"blD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"blE" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/hallway/primary/fore) -"blF" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blG" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blH" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blI" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"blJ" = ( -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"blL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blM" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blN" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"blO" = ( -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/wrench, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"blP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"blR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blS" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/item/storage/firstaid/regular, -/obj/machinery/light, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningoffice"; - dir = 4; - name = "Mining Dock APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Cargo - Mining Office"; - dir = 8; - name = "cargo camera" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blT" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/toolbox/emergency{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/item/shovel, -/obj/item/shovel, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blU" = ( -/obj/machinery/pdapainter, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"blV" = ( -/obj/machinery/photocopier, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"blW" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/item/radio/intercom{ - dir = 8; - pixel_y = -26 - }, -/obj/item/storage/backpack/satchel/explorer, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blX" = ( -/obj/machinery/disposal/bin, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blY" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"blZ" = ( -/obj/machinery/computer/security/mining{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bma" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bmb" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Gravity Generator Chamber"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bmc" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"bmd" = ( -/obj/item/target/alien, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access_txt = "63" - }, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target, -/obj/item/target/syndicate, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/range) -"bme" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/range) -"bmf" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/range"; - name = "Shooting Range APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/range) -"bmg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bmh" = ( -/obj/machinery/door/airlock/security{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bmi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bmj" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bmk" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"bml" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmm" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmn" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/clothing/mask/gas/sechailer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmo" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/item/storage/box/fancy/donut_box{ - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bmq" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/warrant{ - dir = 1; - icon_state = "computer" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bmr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bms" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hosprivacy"; - name = "HoS Privacy Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bmt" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmu" = ( -/mob/living/simple_animal/hostile/carp/cayenne{ - desc = "A failed experiment of Nanotrasen to create weaponised carp technology. This less than intimidating carp now serves as an authority figure's pet."; - health = 200; - icon_dead = "magicarp_dead"; - icon_gib = "magicarp_gib"; - icon_living = "magicarp"; - icon_state = "magicarp"; - maxHealth = 200; - melee_damage_lower = 20; - melee_damage_upper = 20; - name = "Lia" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmv" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmw" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmx" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 58 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmy" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/button/door{ - id = "hosprivacy"; - name = "Privacy Control"; - pixel_x = 26; - pixel_y = 7; - req_access_txt = "58" - }, -/obj/machinery/button/door{ - id = "hosspace"; - name = "Space Shutters Control"; - pixel_x = 26; - pixel_y = -7; - req_access_txt = "58" - }, -/obj/machinery/light_switch{ - pixel_x = 38 - }, -/obj/machinery/keycard_auth{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bmz" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hos) -"bmA" = ( -/obj/structure/dresser, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmB" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Head of Security's Quarters"; - dir = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmC" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/safe/HoS{ - pixel_x = 32 - }, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bmD" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bmE" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bmF" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bmG" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bmH" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bmI" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 4 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bmJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"bmK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmN" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "Kitchen Junction"; - sortType = 20 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bmP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Mix to Filter" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bmS" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmU" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"bmW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bmX" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bmY" = ( -/obj/machinery/flasher{ - id = "brigflashdoor"; - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bmZ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bna" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bnb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bnc" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/main) -"bnd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/space, -/area/space/nearstation) -"bne" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bnf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bng" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnh" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bni" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS"; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bnj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/observer_start, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnm" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 8 - }, -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics"; - dir = 8; - name = "service camera" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hydroponics) -"bnn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bno" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bnp" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bnq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "kitchenwindows"; - name = "Kitchen Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"bnr" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/science{ - dir = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"bns" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"bnt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"bnu" = ( -/obj/structure/sign/directions/security{ - dir = 4; - pixel_y = 8 - }, -/obj/structure/sign/directions/supply{ - dir = 4 - }, -/obj/structure/sign/directions/medical{ - pixel_y = -8 - }, -/turf/closed/wall, -/area/hallway/primary/fore) -"bnv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bnw" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bnx" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/fore) -"bny" = ( -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = -26 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bnz" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bnA" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/clothing/under/rank/warden/grey, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/toy/figure/warden, -/turf/open/floor/plasteel, -/area/security/warden) -"bnB" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"bnC" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bnD" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/range) -"bnE" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bnF" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bnG" = ( -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"bnH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/rnd/production/techfab/department/armory, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bnI" = ( -/obj/machinery/button/door{ - id = "armouryaccess"; - name = "Armoury Access"; - pixel_x = -26; - pixel_y = -26; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bnJ" = ( -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bnK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bnL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bnM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Fore"; - dir = 2; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bnN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bnO" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bnP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bnQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnR" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bnS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bnT" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnU" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/computer/security/telescreen/vault{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bnV" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"bnW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bnX" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bnY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -5; - pixel_y = 10 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/phone/real{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"bnZ" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Room"; - req_access_txt = "11" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bob" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boc" = ( -/obj/machinery/computer/prisoner{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bod" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosroom"; - name = "HoS Room Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"boe" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bof" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bog" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"boh" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"boi" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boj" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bok" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bol" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bom" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bon" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"boo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"bop" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"boq" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bor" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bos" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/figure/atmos, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bot" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bou" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bov" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bow" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"box" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"boy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/departments/botany{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boz" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/lawoffice) -"boA" = ( -/obj/machinery/seed_extractor, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"boB" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"boC" = ( -/obj/machinery/smartfridge/disks{ - pixel_y = 2 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hydroponics) -"boD" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hydroponics) -"boE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/button/door{ - id = "ceblast"; - name = "Lockdown Control"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "56" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"boF" = ( -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = -7 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Aft"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"boG" = ( -/obj/machinery/camera/motion{ - c_tag = "AI - Upload"; - name = "motion-sensitive ai camera"; - network = list("aiupload") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"boH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"boI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/lawoffice) -"boJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"boK" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"boL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "MiniSat Upload"; - req_access_txt = "16" - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"boM" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"boN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"boO" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/folder/yellow, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"boP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/lawoffice) -"boQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"boR" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"boS" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hop"; - dir = 4; - name = "HoP Office APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Bridge - Head of Personnel's Office"; - dir = 8; - name = "command camera" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"boT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"boU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"boV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"boW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"boX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"boY" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen/fourcolor, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"boZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Foyer"; - req_access_txt = "32" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bpa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"bpb" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bpc" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bpd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpe" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpf" = ( -/obj/machinery/computer/shuttle/labor, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpg" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/security/labor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bph" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Transfer Centre"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpi" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpj" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bpk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bpl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpo" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Transferring Control"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bpr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bps" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bpt" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpw" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpx" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/red, -/obj/item/storage/secure/briefcase, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpy" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bpz" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hydroponics) -"bpA" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/security/execution/transfer"; - dir = 2; - name = "Security Transferring APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bpB" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Fore Primary Hallway" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bpC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bpD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bpE" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hosroom"; - name = "HoS Room Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bpF" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"bpG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bpH" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bpI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bpJ" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bpK" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "AI Satellite - Fore"; - dir = 1; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bpL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bpM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop"; - req_access_txt = "24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bpN" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"bpO" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bpP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bpQ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bpR" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Unfiltered & Air to Mix" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpS" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpT" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Pure to Mix" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpU" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bpW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bpX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bpY" = ( -/obj/item/clothing/gloves/color/black, -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bpZ" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqb" = ( -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/lawoffice) -"bqf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bqg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bqh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqi" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bqj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bql" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqm" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bqn" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bqo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bqp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bqq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bqr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bqs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bqt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/fore) -"bqu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bqv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bqw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bqx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bqy" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Containment Access"; - req_access_txt = "10; 13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqB" = ( -/obj/machinery/biogenerator, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqC" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqD" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/item/reagent_containers/food/snacks/grown/apple, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bqE" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bqF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bqH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqK" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqL" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bqM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqO" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bqQ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqR" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bqS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bqT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bqU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bqV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bqW" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/locker) -"bqX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bqY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bqZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bra" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brb" = ( -/obj/machinery/telecomms/message_server/preset, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"brc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bre" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brg" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brh" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bri" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"brj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brl" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"brm" = ( -/obj/machinery/telecomms/hub/preset, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"brn" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bro" = ( -/obj/structure/sign/plaques/kiddie/library{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"brp" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/storage/lockbox/loyalty, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"brq" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Captain's Intercom"; - pixel_x = -26 - }, -/obj/item/reagent_containers/food/drinks/flask/gold, -/obj/item/razor, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"brr" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/obj/machinery/light/small, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"brs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"brt" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bru" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/camera/motion{ - c_tag = "Captain's Quarters"; - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"brv" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"brw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"brx" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bry" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/lawoffice) -"brz" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/clothing/glasses/sunglasses/big{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"brA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brB" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/camera{ - c_tag = "Testing Range"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"brC" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/library) -"brD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brE" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"brF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"brG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"brH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"brI" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"brJ" = ( -/obj/structure/cable/white, -/obj/machinery/door/poddoor/preopen{ - id = "hosroom"; - name = "HoS Room Blast door" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"brK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Engineering Heavy-Equipment Storage"; - req_access_txt = "32" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"brL" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"brM" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"brN" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space, -/area/space/nearstation) -"brO" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space, -/area/space/nearstation) -"brP" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brR" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"brS" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"brT" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"brU" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"brV" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"brW" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"brX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"brY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"brZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bsa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bsb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bsc" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bsd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bse" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bsf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bsg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bsh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsj" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Monitoring"; - req_access_txt = "32" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsl" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/library) -"bsm" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsn" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bso" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bsq" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bsr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bss" = ( -/turf/closed/wall, -/area/storage/tech) -"bst" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/range) -"bsu" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/storage/tech) -"bsv" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bsw" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsx" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/closet/crate/silvercrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bsy" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/item/seeds/lime{ - pixel_x = 6 - }, -/obj/item/seeds/watermelon, -/obj/item/seeds/grape{ - pixel_x = -6 - }, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bsB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsC" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/librarian, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bsD" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bsE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bsF" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bsG" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bsH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bsI" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Head of Personnel Line"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsJ" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bsL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bsM" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/start/captain, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"bsN" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsO" = ( -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = -32 - }, -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine{ - department = "Law office" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bsP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/lawoffice) -"bsQ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"bsR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bsT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bsV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bsW" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"bsX" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/mob/living/simple_animal/pet/dog/corgi/Ian, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bsY" = ( -/obj/machinery/door/morgue{ - name = "Private Study" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/library) -"bsZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bta" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/brig) -"btb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/atmos) -"btc" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"btd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bte" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"btf" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/restraints/handcuffs, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/storage/box/prisoner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"btg" = ( -/obj/machinery/gulag_teleporter, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bth" = ( -/obj/machinery/computer/gulag_teleporter_computer{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bti" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/engine/storage_shared) -"btj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Shared Engineering Storage"; - req_one_access_txt = "32;19" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"btk" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"btl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"btm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Law Office Maintenance"; - req_access_txt = "38" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard) -"btn" = ( -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bto" = ( -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/foyer) -"btp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/foyer) -"btq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"btr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bts" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btt" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"btu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"btv" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"btw" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"btx" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hosprivacy"; - name = "HoS Privacy Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bty" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/button/door{ - id = "transitlock"; - name = "Transit Tube Lockdown Control"; - pixel_y = 26; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"btz" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"btA" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"btB" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"btC" = ( -/obj/structure/closet/secure_closet/hos, -/obj/item/clothing/head/HoS/beret, -/obj/item/clothing/suit/armor/hos/trenchcoat, -/obj/item/clothing/under/rank/head_of_security/grey, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"btD" = ( -/obj/machinery/light, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"btE" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"btF" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"btG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sink{ - pixel_x = -7; - pixel_y = 25 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 6; - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"btH" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"btI" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/brig/infirmary"; - dir = 4; - name = "Brig Infirmary APC"; - pixel_x = 24 - }, -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"btJ" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"btK" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics - Mix Cell"; - dir = 1; - name = "atmospherics camera" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"btL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"btM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"btP" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btR" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmoslock"; - name = "Atmospherics Lockdown Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"btS" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"btT" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 2 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"btW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"btX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "Atmospherics Junction"; - sortType = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"btZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bua" = ( -/obj/machinery/flasher{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bub" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"buc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bud" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bue" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods{ - amount = 25 - }, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - dir = 8; - name = "Primary Tool Storage APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"buf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bug" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"buh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bui" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/bridge"; - dir = 2; - name = "Bridge APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"buj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/bridge) -"buk" = ( -/obj/machinery/vending/hydroseeds, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bul" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bum" = ( -/obj/structure/table/glass, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/bot, -/obj/item/clipboard, -/obj/item/toy/figure/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"bun" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"buo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bup" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"buq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bur" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/primary/central) -"bus" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"but" = ( -/turf/closed/wall/r_wall, -/area/security/nuke_storage) -"buu" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"buv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"buw" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bux" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"buy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"buz" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Gulag Shuttle Airlock"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buB" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Gulag Shuttle Airlock"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"buD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"buE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"buF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 29 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"buG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"buH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"buI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/starboard) -"buJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"buK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"buL" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"buM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"buN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buO" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"buQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"buR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"buS" = ( -/obj/effect/landmark/secequipment, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"buT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"buU" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/hos, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"buV" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"buW" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"buX" = ( -/obj/machinery/disposal/bin, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"buY" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"buZ" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bva" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Mix to Distro" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvb" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvc" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bvd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bve" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"bvf" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Pumps"; - dir = 1; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"bvg" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"bvh" = ( -/obj/structure/table/reinforced, -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bvj" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bvk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bvl" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bvm" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/item/folder/yellow, -/obj/item/electronics/airlock, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 8; - name = "Technology Storage APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bvn" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bvo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bvp" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bvr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bvs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bvt" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/library) -"bvu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/port) -"bvv" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bvw" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bvx" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bvy" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bvz" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bvA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bvB" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bvC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bvD" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - name = "Hydroponics RC"; - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bvE" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"bvF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bvH" = ( -/obj/machinery/door/window/brigdoor/westleft{ - name = "Captain's Bedroom"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"bvI" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvJ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bvK" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain/private) -"bvM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"bvO" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bvP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bvQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bvR" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/vault{ - name = "Vault Door"; - req_access_txt = "53" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bvS" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bvT" = ( -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bvV" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/item/clipboard, -/obj/item/toy/figure/hop{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/toy/figure/ian, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bvW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bvX" = ( -/obj/structure/closet/emcloset, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bvY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/bridge) -"bvZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bwa" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 1; - name = "Detective's Office APC"; - pixel_y = 23 - }, -/obj/item/taperecorder, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bwb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bwc" = ( -/obj/structure/bed, -/obj/item/bedsheet/ce, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bwd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bwe" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bwf" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwg" = ( -/turf/open/floor/plasteel, -/area/security/main) -"bwh" = ( -/obj/structure/sign/plaques/golden{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"bwi" = ( -/obj/machinery/light, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security - Office Aft"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwj" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bwk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Gear Room"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bwl" = ( -/obj/item/storage/pod{ - pixel_x = 32 - }, -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bwm" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bwn" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"bwo" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bwp" = ( -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber - Fore"; - name = "motion-sensitive ai camera"; - network = list("aichamber") - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bwq" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bwr" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"bws" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bwu" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible, -/obj/machinery/camera{ - c_tag = "Atmospherics - Distro Loop"; - dir = 1; - name = "atmospherics camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bwv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bww" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bwx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bwy" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bwz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bwA" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bwB" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bwC" = ( -/obj/machinery/camera{ - c_tag = "Engineering - Power Tools"; - dir = 1; - name = "engineering camera" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bwD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bwF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/library) -"bwH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Central Hallway - Starboard"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwJ" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/spawner/lootdrop/techstorage/command, -/turf/open/floor/plasteel, -/area/storage/tech) -"bwK" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel, -/area/storage/tech) -"bwL" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel, -/area/storage/tech) -"bwM" = ( -/obj/item/shovel/spade, -/obj/item/crowbar, -/obj/item/cultivator, -/obj/structure/table/glass, -/obj/item/seeds/wheat{ - pixel_x = 6 - }, -/obj/item/seeds/potato, -/obj/item/seeds/pumpkin{ - pixel_x = -6 - }, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hydroponics) -"bwN" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"bwO" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"bwP" = ( -/obj/machinery/hydroponics/constructable, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hydroponics) -"bwQ" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 12 - }, -/obj/item/watertank, -/obj/item/grenade/chem_grenade/antiweed, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/ian{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bwR" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwS" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwT" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwU" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"bwV" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwW" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwX" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bwY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bwZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bxa" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bxb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxc" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxd" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"bxe" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Security Delivery"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"bxf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxg" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"bxh" = ( -/turf/open/floor/circuit/green, -/area/security/nuke_storage) -"bxi" = ( -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/sec/surgery, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"bxj" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/bridge/meeting_room/council"; - dir = 1; - name = "Council Chambers APC"; - pixel_y = 23 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bxk" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bxm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxn" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bxo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bxp" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bxs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxv" = ( -/obj/machinery/porta_turret/ai, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bxw" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bxx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bxy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bxz" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bxA" = ( -/obj/machinery/door/airlock/command{ - name = "Emergency Escape"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain/private) -"bxB" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/vault{ - name = "Vault Door"; - req_access_txt = "53" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bxC" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bxD" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bxE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bxF" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bxG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bxH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/foyer) -"bxL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bxM" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bxN" = ( -/obj/machinery/door/poddoor{ - id = "engstorage"; - name = "Engineering Secure Storage Lockdown" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security{ - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bxP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxQ" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bxR" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bxS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bxT" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/transit_tube"; - dir = 1; - name = "Transit Tube Access APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bxU" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxV" = ( -/obj/machinery/field/generator, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bxW" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bxX" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/port) -"bxY" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) -"bxZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bya" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"byb" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Technology Storage - Secure"; - dir = 8; - name = "engineering camera" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"byc" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byd" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/hallway/secondary/command) -"bye" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"byf" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgewindows"; - name = "Bridge View Blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"byh" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byi" = ( -/obj/machinery/computer/med_data, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byj" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byk" = ( -/obj/machinery/computer/prisoner, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byl" = ( -/obj/machinery/computer/security, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bym" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byn" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byo" = ( -/obj/machinery/computer/station_alert, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byp" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byq" = ( -/obj/machinery/computer/monitor, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"byr" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transitlock"; - name = "Transit Tube Lockdown Door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/storage_shared) -"bys" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byt" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byu" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleportershutters"; - name = "Teleporter Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/teleporter) -"byv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/closet/wardrobe/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"byw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"byx" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/green, -/area/security/nuke_storage) -"byz" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/nuke_storage"; - dir = 4; - name = "Vault APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"byA" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byB" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"byC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"byD" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 28 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"byF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byG" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/folder/red, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byH" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"byI" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"byJ" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"byM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"byQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"byR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"byS" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/bodypart/l_leg/robot, -/obj/item/bodypart/r_leg/robot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"byU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"byV" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/blue{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/pen/red, -/obj/machinery/door/window{ - dir = 8; - name = "Library Desk" - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"byW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Command Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"byX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"byY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"byZ" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bza" = ( -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Monitoring APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/modular_computer/console/preset/tcomms, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bzb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bzc" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bzd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bzf" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bzg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/foyer) -"bzh" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzi" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bzj" = ( -/obj/machinery/computer/rdconsole/production, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bzk" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bzl" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzm" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Center"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzn" = ( -/obj/structure/sign/directions/engineering{ - desc = "A handy sign praising the engineering department."; - icon_state = "safety"; - name = "engineering plaque" - }, -/turf/closed/wall, -/area/engine/foyer) -"bzo" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/foyer) -"bzp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Engineering - Foyer"; - dir = 4; - name = "engineering camera" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bzq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bzs" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzt" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bzu" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bzv" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/holopad, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bzw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzx" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/engineering"; - dir = 1; - name = "Security Post - Engineering APC"; - pixel_y = 23 - }, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "engdoor"; - name = "Engineering Cell Control"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 36 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bzy" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzA" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzB" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/camera{ - c_tag = "Engineering Hallway - Fore"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/port) -"bzC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzD" = ( -/obj/structure/extinguisher_cabinet, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bzE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bzF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzI" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bzJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/library) -"bzK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bzL" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bzM" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzN" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzO" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzQ" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzS" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzT" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/wrench, -/obj/item/assembly/timer, -/obj/item/assembly/signaler, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bzU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bzV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bzW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bzX" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bzY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bzZ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bAa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bAc" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/delta; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"bAd" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Gulag Shuttle Airlock" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAe" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"bAf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Gulag Shuttle Airlock" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bAh" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bAi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bAj" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bAk" = ( -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bAl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bAm" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"bAn" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/security/holding/westright{ - name = "Holding Cell" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bAo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"bAp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bAq" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAu" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAw" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"bAx" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"bAy" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bAz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bAA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bAC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bAD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bAE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai_upload) -"bAF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAG" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bAH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bAI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bAJ" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bAK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bAL" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig/infirmary) -"bAM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"bAN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/power/smes/fullycharged, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bAO" = ( -/turf/closed/wall, -/area/engine/gravity_generator) -"bAP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bAQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Teleporter Maintenance"; - req_access_txt = "17" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/teleporter) -"bAR" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/lightreplacer, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bAT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai_upload) -"bAU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bAV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bAY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Foyer"; - req_one_access_txt = "32;19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bAZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bBa" = ( -/obj/machinery/computer/atmos_control{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "atmoslock"; - name = "Atmospherics Lockdown Control"; - pixel_x = -38; - req_access_txt = "24" - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the Engine."; - dir = 4; - layer = 4; - name = "Engine Monitor"; - network = list("engine"); - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bBb" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bBc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bBd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bBe" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/aisat"; - dir = 2; - name = "AI Satellite Exterior APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bBf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"bBi" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/port) -"bBj" = ( -/obj/structure/table/reinforced, -/obj/item/plant_analyzer, -/obj/item/plant_analyzer, -/obj/item/radio, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bBk" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bBl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/tech) -"bBn" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/reset, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bBo" = ( -/obj/structure/table/reinforced, -/obj/item/bodypart/chest/robot, -/obj/item/mmi, -/obj/item/mmi, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bBq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bBs" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Game Room" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/grimy, -/area/library) -"bBt" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bBu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bBv" = ( -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bBw" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"bBx" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS"; - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBy" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBz" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBA" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBB" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBC" = ( -/turf/closed/wall, -/area/bridge) -"bBE" = ( -/obj/machinery/computer/cargo/request, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBF" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/mining_voucher, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBG" = ( -/obj/item/radio/intercom{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bBI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBJ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bBL" = ( -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBM" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; - name = "Research Monitor"; - network = list("rd","minisat"); - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/modular_computer/console/preset/command, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBO" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBP" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBQ" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bBR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bBS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bBT" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bBU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bBV" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bBW" = ( -/obj/structure/safe, -/obj/item/clothing/neck/stethoscope, -/obj/item/book{ - desc = "An undeniably handy book."; - icon_state = "bookknock"; - name = "A Simpleton's Guide to Safe-cracking with Stethoscopes" - }, -/obj/item/stack/sheet/mineral/diamond, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/item/stack/spacecash/c500, -/obj/machinery/light/small, -/obj/item/gun/ballistic/automatic/pistol/deagle, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"bBX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bBY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bBZ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bCc" = ( -/obj/machinery/door/airlock/security{ - name = "Security Transferring Center"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bCd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"bCe" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Starboard Auxiliary Hallway" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/hallway/primary/central) -"bCh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dormitory Hallway"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bCk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCl" = ( -/obj/machinery/door/airlock{ - name = "Lockerroom" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCn" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bCr" = ( -/obj/structure/table, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCs" = ( -/obj/structure/table, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCt" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"bCu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bCv" = ( -/obj/structure/table, -/obj/item/camera, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCw" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bCx" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bCy" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bCz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bCA" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"bCB" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bCD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCE" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Library Desk" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bCF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bCH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCI" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCJ" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bCK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bCL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard) -"bCM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bCN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bCO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bCP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bCQ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopline"; - name = "Queue Shutters" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCR" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/grimy, -/area/library) -"bCS" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/library) -"bCT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bCU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"bCV" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bCW" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Aft Port"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCX" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bCY" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"bCZ" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bDa" = ( -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bDb" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bDc" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/requests_console{ - department = "Atmospherics Office"; - name = "Atmospherics RC"; - pixel_x = 30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bDd" = ( -/obj/machinery/button/door{ - id = "bridgedoors"; - name = "Bridge Access Blast doors"; - pixel_x = 7; - pixel_y = -26; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "bridgewindows"; - name = "Bridge View Blast doors"; - pixel_x = -7; - pixel_y = -26; - req_access_txt = "19" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Command Chair"; - dir = 1; - name = "command camera" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/bridge) -"bDe" = ( -/obj/structure/table/reinforced, -/obj/item/healthanalyzer, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bDg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bDh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDi" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bDj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bDk" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bDl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDm" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDn" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDo" = ( -/obj/machinery/disposal/bin, -/obj/machinery/requests_console{ - department = "Primary Tool Storage"; - name = "Primary Tool Storage RC"; - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDp" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDr" = ( -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/structure/closet/crate/internals, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDs" = ( -/obj/structure/table/reinforced, -/obj/item/storage/belt/utility, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDt" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bDu" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/storage/primary) -"bDv" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/librarian, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/library) -"bDw" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/hallway/primary/central) -"bDy" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bDz" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/library) -"bDA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bDB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bDC" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bDD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bDE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bDF" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bDG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bDH" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bDI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bDJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bDK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bDL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bDM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"bDN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"bDO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bDQ" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"bDR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bDS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge) -"bDT" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/northleft, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bDU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bDV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bDW" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bDX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "HoS Junction"; - sortType = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDY" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDZ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Transfer Centre Aft"; - dir = 1 - }, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bEa" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bEb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bEc" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bEd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Council Chambers"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bEe" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bEg" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bEh" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Dormitory Hallway"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bEi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bEj" = ( -/obj/machinery/button/door{ - id = "aicoredoor"; - name = "AI Chamber Access Control"; - pixel_x = -9; - pixel_y = -23; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = -23 - }, -/obj/machinery/ai/data_core/primary, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bEk" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bEl" = ( -/obj/machinery/button/door{ - id = "evastorage"; - name = "E.V.A. Shutters"; - pixel_x = 7; - pixel_y = -26; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "teleportershutters"; - name = "Teleporter Shutters"; - pixel_x = -7; - pixel_y = -26 - }, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/machinery/keycard_auth{ - pixel_x = -7; - pixel_y = -38 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/bridge) -"bEn" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/radiation{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bEo" = ( -/turf/open/floor/circuit/green, -/area/engine/gravity_generator) -"bEp" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bEq" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bEr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bEs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bEt" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Gravity Generator"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bEu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bEv" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bEw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bEx" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/locker"; - dir = 4; - name = "Lockerroom APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bEy" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"bEz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bEA" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bEB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bEC" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage) -"bED" = ( -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"bEE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bEF" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig1"; - name = "Cell 1" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bEG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"bEH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bEI" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/library) -"bEJ" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northright, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bEK" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Transit Tube Access"; - req_one_access_txt = "32;19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bEN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bEO" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/restrooms) -"bEP" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bEQ" = ( -/obj/structure/window/reinforced, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bER" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bES" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bET" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel, -/area/storage/tech) -"bEU" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel, -/area/storage/tech) -"bEV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bEW" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 2; - name = "Chief Engineer's APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Engineering" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bEX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bEY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bEZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bFa" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bFb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bFc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bFd" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/gps, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bFe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/primary) -"bFf" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/storage/tools"; - dir = 1; - name = "Auxiliary Tool Storage APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bFg" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bFh" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bFi" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bFj" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"bFk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bFl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"bFm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFn" = ( -/obj/structure/chair/stool, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFo" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFp" = ( -/obj/structure/table, -/obj/item/paicard, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFq" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/toy/gun, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFr" = ( -/obj/structure/chair/stool, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/assistant, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFs" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bFt" = ( -/obj/machinery/door/poddoor{ - id = "engstorage"; - name = "Engineering Secure Storage Lockdown" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bFu" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/library) -"bFv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bFw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Corporate Lounge"; - req_access_txt = "19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bFx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bFy" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bFz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bFA" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bFB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bFC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/vacant_room/commissary) -"bFD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bFE" = ( -/obj/machinery/door/airlock/command{ - name = "Corporate Lounge"; - req_access_txt = "19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bFF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bFG" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bFH" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Transferring Center"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 1; - icon_state = "airlock_unres_helper" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bFI" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bFJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Foyer"; - req_one_access_txt = "32;19" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bFK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bFL" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"bFM" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bFN" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bFO" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bFP" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"bFQ" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bFR" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bFS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bFU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bFV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/highsecurity{ - name = "Engineering Auxiliary Storage"; - req_access_txt = "32" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bFW" = ( -/obj/machinery/gravity_generator/main/station, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bFX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Chief's Lockdown Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bFY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bFZ" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bGa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bGb" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bGc" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bGd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bGe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bGf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bGg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bGh" = ( -/obj/machinery/light_switch{ - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bGi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/vending/tool, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/engine/storage_shared) -"bGj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/engine/storage_shared) -"bGk" = ( -/obj/machinery/camera{ - c_tag = "Engineering - Shared Storage"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"bGl" = ( -/obj/structure/disposalpipe/sorting/mail{ - name = "CE's Junction"; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bGm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"bGn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bGo" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bGp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"bGq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"bGr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bGs" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/machinery/modular_computer/console/preset/curator{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bGt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bGu" = ( -/obj/machinery/light, -/obj/structure/dresser, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bGv" = ( -/obj/machinery/vending/games, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bGw" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bGx" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bGy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bGz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bGA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bGB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bGC" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bGD" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel, -/area/storage/tech) -"bGE" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel, -/area/storage/tech) -"bGF" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bGG" = ( -/obj/structure/rack, -/obj/item/airlock_painter, -/obj/item/toner, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGJ" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGK" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bGN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bGO" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bGP" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bridge) -"bGQ" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGS" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"bGT" = ( -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bGW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "commissaryshutters"; - name = "Vacant Commissary Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bGX" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bGY" = ( -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 2; - name = "Captain's Office APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bGZ" = ( -/obj/structure/fireaxecabinet/bridge{ - pixel_y = -32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHb" = ( -/obj/structure/rack, -/obj/machinery/light/small, -/obj/item/aicard, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bHd" = ( -/obj/machinery/porta_turret/ai, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bHe" = ( -/obj/structure/chair/comfy/brown{ - color = "#596479"; - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet, -/area/bridge) -"bHf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bHg" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bHh" = ( -/obj/structure/rack, -/obj/machinery/light/small, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHj" = ( -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bHk" = ( -/obj/machinery/camera{ - c_tag = "Bridge - Starboard"; - dir = 1; - name = "command camera" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHl" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bHm" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHn" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHo" = ( -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHp" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bHq" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"bHr" = ( -/turf/closed/wall/r_wall, -/area/security/detectives_office) -"bHs" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"bHt" = ( -/obj/structure/disposalpipe/segment, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHv" = ( -/obj/structure/disposalpipe/segment, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHw" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"bHx" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig1"; - name = "Cell 1 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHy" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bHz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bHA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bHC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bHD" = ( -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHF" = ( -/obj/machinery/door/airlock{ - name = "Jury"; - req_access_txt = "42" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bHH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bHI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security E.V.A. Storage"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bHJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bHK" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bHL" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"bHM" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/mmi, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bHN" = ( -/obj/structure/chair{ - dir = 1; - name = "Jury" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHO" = ( -/obj/structure/chair{ - dir = 1; - name = "Jury" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHP" = ( -/obj/structure/chair{ - dir = 1; - name = "Jury" - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bHR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bHS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bHT" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"bHV" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"bHW" = ( -/obj/machinery/holopad, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bHX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bHY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHZ" = ( -/obj/structure/table, -/obj/item/folder, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bIa" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/foyer) -"bIb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bIc" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bId" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bIe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bIf" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bIg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Telecomms Control Room"; - req_access_txt = "19; 61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bIh" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bIi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bIj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bIk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bIl" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bIm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bIn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bIo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bIp" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 20 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 2; - name = "MiniSat APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bIr" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard) -"bIs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bIt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bIu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) -"bIv" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bIw" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"bIx" = ( -/obj/machinery/vending/assist, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage"; - dir = 4; - name = "engineering camera" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"bIy" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/library) -"bIz" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bIA" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bIB" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bIC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bID" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bIE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bIF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bIG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bIH" = ( -/turf/closed/wall/r_wall, -/area/bridge/meeting_room/council) -"bII" = ( -/turf/closed/wall, -/area/bridge/meeting_room/council) -"bIJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bIK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bIL" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIM" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIN" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/bridge) -"bIO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bIQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bIS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bIT" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/bridge) -"bIU" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIV" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"bIW" = ( -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bIX" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bIY" = ( -/obj/machinery/computer/security/telescreen/entertainment, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"bIZ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bJa" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bJb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bJc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bJd" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bJe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bJf" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bJg" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/detective, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJh" = ( -/obj/structure/closet/secure_closet/detective, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/clothing/head/fedora/det_hat{ - icon_state = "curator" - }, -/obj/item/clothing/suit/det_suit{ - icon_state = "curator" - }, -/obj/item/clothing/under/rank/det{ - icon_state = "curator" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJi" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/camera/detective, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/starboard"; - dir = 2; - name = "Starboard Primary Hallway APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJk" = ( -/obj/structure/filingcabinet/security, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJl" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJm" = ( -/obj/machinery/photocopier, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJn" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJo" = ( -/obj/structure/dresser, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bJp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bJq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bJr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJs" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"bJt" = ( -/obj/machinery/flasher{ - id = "brig2"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bJu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bJv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bJw" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - name = "Engineering Delivery"; - req_access_txt = "32" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bJx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bJy" = ( -/obj/machinery/camera{ - c_tag = "Engineering - Aft"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bJz" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bJA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bJB" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/machinery/camera{ - c_tag = "Security - Evidence Storage"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bJC" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"bJD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bJE" = ( -/obj/machinery/suit_storage_unit/security, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"bJF" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bJG" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bJH" = ( -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bJI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bJJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bJK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bJL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJN" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bJO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"bJP" = ( -/obj/machinery/camera{ - c_tag = "Vacant Commissary"; - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bJQ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bJR" = ( -/obj/machinery/disposal/bin, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bJS" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/item/stock_parts/cell/high, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/twohanded/rcl/pre_loaded, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bJT" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/gps/engineering{ - gpstag = "CE0" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bJU" = ( -/obj/machinery/button/door{ - id = "evashutters"; - name = "E.V.A. Shutters"; - pixel_x = 26; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/shutters{ - id = "evashutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bJV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bJX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/cigarette, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"bJY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bJZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bKa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bKb" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/foyer) -"bKc" = ( -/obj/machinery/door/airlock{ - name = "Lockerroom" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bKd" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bKe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Engineering" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bKf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bKg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"bKh" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKi" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway - Science Aft"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKj" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 64; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bKk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Chief's Lockdown Shutters" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bKl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bKm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bKo" = ( -/obj/structure/table/reinforced, -/obj/item/electronics/airalarm, -/obj/item/electronics/apc, -/obj/machinery/camera{ - c_tag = "Technology Storage"; - dir = 4; - name = "engineering camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bKp" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKq" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/turf/open/floor/plasteel, -/area/storage/tech) -"bKr" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stock_parts/cell/high, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bKs" = ( -/obj/machinery/vending/tool, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKt" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKu" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKv" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKw" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bKx" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKy" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bKz" = ( -/obj/structure/bookcase/random, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bKA" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bKB" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bKC" = ( -/obj/structure/cable/white, -/obj/machinery/camera{ - c_tag = "Armory - Interior"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/security/armory"; - dir = 2; - name = "Armoury APC"; - pixel_y = -23 - }, -/obj/item/storage/box/breacherslug, -/obj/item/storage/box/breacherslug, -/obj/item/gun/ballistic/shotgun/automatic/breaching, -/obj/item/gun/ballistic/shotgun/automatic/breaching, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bKD" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bKE" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/lawoffice) -"bKF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/clerk) -"bKG" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bKH" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"bKI" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKJ" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bKK" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKL" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKM" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bKN" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKO" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bKP" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bKQ" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bKR" = ( -/obj/structure/fireplace, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bKS" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bKT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bKU" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bKV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bKW" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Auxiliary Tool Storage Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bKX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bKY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Detective's Office Maintenance"; - req_access_txt = "4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"bKZ" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bLa" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bLb" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLc" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Medbay Aft"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLd" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Central Hallway - Aft Starboard"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLf" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bLg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Center Port"; - dir = 1; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bLj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLk" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"bLl" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Office"; - req_access_txt = "56" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bLm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bLp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLq" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"bLr" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Warden's Office"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/warden) -"bLs" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"bLt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bLu" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"bLv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"bLw" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bLx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bLy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"bLA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bLB" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bLC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bLD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bLE" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLF" = ( -/turf/closed/wall/r_wall, -/area/engine/transit_tube) -"bLG" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bLH" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/transit_tube) -"bLI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bLJ" = ( -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLK" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLL" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "atmoslock"; - name = "Atmospherics Lockdown Control"; - pixel_x = -26; - req_access_txt = "24" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bLM" = ( -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bLN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bLQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLS" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"bLT" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/pen, -/obj/structure/sign/poster/official/enlist{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bLU" = ( -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bLV" = ( -/obj/structure/cable/white, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 2; - name = "AI Upload Access APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bLW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bLY" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bLZ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "ceblast"; - name = "Chief's Lockdown Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bMa" = ( -/turf/closed/wall, -/area/security/checkpoint/engineering) -"bMb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bMe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/clerk) -"bMf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bMh" = ( -/obj/machinery/power/apc{ - areastring = "/area/clerk"; - dir = 4; - name = "Gift Shop APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/wood, -/area/clerk) -"bMi" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel, -/area/storage/tech) -"bMj" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bMk" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bMl" = ( -/obj/structure/window/reinforced, -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bMm" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "councilblast"; - name = "Council Chambers Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge/meeting_room/council) -"bMn" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bMo" = ( -/turf/open/floor/plasteel/grimy, -/area/bridge/meeting_room/council) -"bMp" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bMq" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bMr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Central Hallway - Center Starboard"; - dir = 1; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Command Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bMv" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bMw" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/meeting_room/council) -"bMx" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/security/brig"; - dir = 1; - name = "Brig APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Security - Gear Room"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bMy" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bMz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bMA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bMB" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bMC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bMD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bME" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/radio{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bMF" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bMG" = ( -/obj/machinery/vending/boozeomat, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bMH" = ( -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bMI" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bMJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bMK" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bML" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/captain, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bMM" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bMN" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bMO" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bMP" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bMQ" = ( -/turf/closed/wall, -/area/storage/tools) -"bMR" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bMS" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/crew_quarters/heads/captain/private"; - dir = 2; - name = "Captain's Quarters APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"bMT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bMU" = ( -/obj/structure/closet/toolcloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bMV" = ( -/obj/structure/closet/toolcloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bMW" = ( -/turf/closed/wall, -/area/security/detectives_office) -"bMX" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine{ - department = "Detective's Office" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bMY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bMZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNb" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Starboard Auxiliary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNc" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Medbay Junction"; - sortType = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bNf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNi" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bNj" = ( -/turf/closed/wall, -/area/security/brig) -"bNk" = ( -/obj/structure/girder, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bNm" = ( -/obj/machinery/computer/crew, -/obj/machinery/requests_console{ - department = "Security"; - name = "Security RC"; - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bNn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bNo" = ( -/obj/structure/rack, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bNp" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNq" = ( -/obj/item/grenade/barrier{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = 3; - pixel_y = -1 - }, -/obj/item/grenade/barrier{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNs" = ( -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/item/key/security, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNt" = ( -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bNu" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bNv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bNx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bNy" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bNA" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"bNB" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bNC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bND" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bNF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bNG" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bNH" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Recreation - Center"; - dir = 4; - name = "recreation camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bNI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"bNK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Desk"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bNL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bNM" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bNN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bNP" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bNR" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bNS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNT" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bNU" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bNW" = ( -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bNX" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bNY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bNZ" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bOa" = ( -/obj/structure/chair/comfy/black, -/obj/effect/landmark/start/librarian, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bOb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bOc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/clerk) -"bOd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bOe" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/engine/foyer) -"bOf" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"bOg" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOi" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/secure_closet/brig{ - id = "engcell"; - name = "Engineering Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bOj" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bOk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bOl" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bOm" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bOn" = ( -/obj/structure/table/reinforced, -/obj/item/electronics/firelock, -/obj/item/electronics/firelock, -/obj/item/electronics/firealarm, -/obj/item/electronics/firealarm, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bOo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bOp" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bOq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bOr" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bOs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bOt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bOu" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bOv" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "councilblast"; - name = "Council Chambers Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge/meeting_room/council) -"bOw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bOx" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/meeting_room/council) -"bOy" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bOz" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bOA" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/folder/red, -/obj/item/lighter, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bOB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bOC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/clerk) -"bOD" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bOE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bOF" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/meeting_room/council) -"bOH" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bOI" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bOJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bOK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bOL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bOM" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bON" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bOO" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bOP" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bOQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bOR" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bOS" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bOT" = ( -/obj/machinery/door/airlock/security{ - name = "Private Interrogation"; - req_access_txt = "4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bOU" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bOV" = ( -/obj/structure/table/wood, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bOW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bOX" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/suit/hazardvest, -/obj/item/multitool, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bOY" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bOZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Exterior Access"; - req_one_access_txt = "32;19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bPa" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bPb" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Auxiliary Tool Storage"; - dir = 8; - name = "engineering camera" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bPc" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/clothing/gloves/color/latex, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bPd" = ( -/obj/machinery/door/window/eastright{ - name = "Detective's Morgue" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bPe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/space, -/area/space/nearstation) -"bPf" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPg" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPh" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/space, -/area/space/nearstation) -"bPi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"bPj" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bPk" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bPl" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bPm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bPn" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway - Aft"; - dir = 1; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPo" = ( -/obj/structure/closet/secure_closet/brig{ - id = "brig2"; - name = "Cell 2 Locker" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bPp" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/hallway/primary/central) -"bPq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/space, -/area/space/nearstation) -"bPs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/northright{ - dir = 4; - name = "Warden's Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/westleft{ - name = "Warden's Desk" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/paper_bin, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/warden) -"bPt" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/warden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bPv" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bPw" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"bPx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bPz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bPA" = ( -/obj/structure/closet/secure_closet/contraband/armory, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bPB" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPC" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"bPD" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"bPE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/black, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bPG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bPH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bPI" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"bPJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/hallway/primary/central) -"bPK" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPL" = ( -/obj/machinery/light/small, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bPM" = ( -/turf/closed/wall, -/area/engine/transit_tube) -"bPN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bPO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bPP" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPQ" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 5; - name = "Chief Engineer's RC"; - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Chief Engineer's Office"; - dir = 4; - name = "engineering camera" - }, -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bPR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bPS" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bPT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat Exterior Access"; - req_one_access_txt = "13;32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bPU" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bPW" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"bPY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bQa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bQc" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"bQd" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQf" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bQg" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bQh" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bQj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQk" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bQl" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/assembly/voice, -/obj/item/assembly/voice, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bQm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bQn" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/tech) -"bQo" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/paicard, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tech) -"bQp" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bQq" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer, -/obj/item/assembly/timer, -/obj/item/multitool, -/obj/item/multitool, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bQr" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"bQs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"bQt" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bQu" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bQv" = ( -/turf/closed/wall, -/area/storage/primary) -"bQw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bQx" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "councilblast"; - name = "Council Chambers Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge/meeting_room/council) -"bQy" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bQz" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bQA" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bQB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bQD" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bQE" = ( -/obj/machinery/door/airlock{ - name = "Dormitories" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bQF" = ( -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bQG" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/meeting_room/council) -"bQH" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bQJ" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bQK" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"bQL" = ( -/obj/machinery/camera{ - c_tag = "Detective's Interrogation"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bQM" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bQN" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bQO" = ( -/obj/machinery/computer/telecomms/server{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bQP" = ( -/obj/structure/bed/dogbed/renault, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bQQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"bQR" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bQS" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 8; - name = "Law Office APC"; - pixel_x = -25 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"bQT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"bQU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bQV" = ( -/obj/structure/table, -/obj/item/hand_tele, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/teleporter"; - dir = 1; - name = "Teleporter APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"bQW" = ( -/obj/structure/sign/plaques/golden/captain{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bQX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bQY" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bQZ" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bRa" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bRb" = ( -/obj/machinery/door/airlock{ - name = "Recreational Area" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bRc" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bRd" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bRe" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bRf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bRg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bRh" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bRi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/airlock/public{ - id_tag = "ai_core_airlock_interior" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bRj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bRk" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "detectivewindows"; - name = "Privacy Shutters"; - pixel_x = 26; - pixel_y = -26; - req_access_txt = "4" - }, -/obj/machinery/light_switch{ - pixel_x = 38; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment, -/obj/item/flashlight/lamp, -/obj/item/reagent_containers/food/drinks/flask/det, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bRl" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bRm" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bRn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bRo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bRp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat Exterior Access"; - req_one_access_txt = "13;32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bRq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/paystand, -/obj/item/paper/guides/jobs/security/paystand_setup, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/warden) -"bRr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bRt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bRu" = ( -/obj/machinery/door/airlock{ - name = "Lockerroom" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bRv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bRw" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/vest{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bRx" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bRy" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bRz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bRA" = ( -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bRB" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bRC" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 10 - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = 9 - }, -/obj/item/aicard, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bRD" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"bRE" = ( -/obj/machinery/porta_turret/ai, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"bRH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRI" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bRJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bRK" = ( -/obj/machinery/teleport/hub, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRL" = ( -/obj/machinery/teleport/station, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRM" = ( -/obj/machinery/computer/teleporter, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bRN" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bRO" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) -"bRP" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/aisat) -"bRQ" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved/flipped{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bRR" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/space, -/area/space/nearstation) -"bRS" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"bRT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bRU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bRV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/transit_tube) -"bRW" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bRX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bRZ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bSa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bSc" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bSd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bSe" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bSf" = ( -/obj/machinery/porta_turret/ai, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bSg" = ( -/obj/structure/dresser, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bSh" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/machinery/button/door{ - id = "ceprivacy"; - name = "Privacy Control"; - pixel_x = 26; - req_access_txt = "56" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Chief Engineer's Quarters"; - dir = 2; - name = "engineering camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bSi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bSj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSk" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Aft Primary Hallway" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bSl" = ( -/turf/closed/wall, -/area/engine/engineering) -"bSm" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"bSn" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "engcell"; - name = "Engineering Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bSo" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"bSp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bSq" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/storage/tech) -"bSr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bSs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bSt" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bSu" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/primary) -"bSv" = ( -/obj/structure/sign/directions/science{ - dir = 2 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = -8 - }, -/turf/closed/wall, -/area/storage/primary) -"bSw" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bSx" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bSy" = ( -/obj/machinery/button/door{ - id = "councilblast"; - name = "Council Blast doors"; - pixel_x = -26; - pixel_y = -26 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/structure/bookcase/random, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bSz" = ( -/obj/machinery/light, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bSA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Council Chamber"; - dir = 1; - name = "command camera" - }, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"bSB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bSD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/rnd/production/circuit_imprinter/department/netmin, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bSE" = ( -/obj/machinery/computer/ai_overclocking{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSF" = ( -/obj/machinery/rack_creator, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bSH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSI" = ( -/obj/structure/filingcabinet/medical, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSJ" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSK" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bSL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bSM" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bSN" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/photocopier/faxmachine{ - department = "Captain's Office" - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bSO" = ( -/obj/machinery/door/window/brigdoor/northleft{ - name = "Captain's Desk"; - req_access_txt = "20" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bSP" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/lockbox/medal, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bSQ" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/obj/item/camera, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bSR" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bSS" = ( -/obj/structure/sign/directions/science{ - dir = 2; - pixel_y = -8 - }, -/obj/structure/sign/directions/command{ - dir = 1 - }, -/obj/structure/sign/directions/supply{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/storage/tools) -"bST" = ( -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"bSU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bSW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bSX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"bSY" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/engineering_guide, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bSZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "detectivewindows"; - name = "Detective Privacy Blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/detectives_office) -"bTa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bTb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bTc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bTd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTe" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTf" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/photocopier/faxmachine{ - department = "Brig Control" - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bTg" = ( -/obj/machinery/door/airlock/command{ - name = "Corporate Lounge"; - req_access_txt = "19" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bTh" = ( -/obj/machinery/computer/prisoner{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/warden"; - dir = 4; - name = "Warden's Office APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Security - Warden's Office"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bTi" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Engineering - Power Monitoring"; - dir = 1; - name = "engineering camera" - }, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bTj" = ( -/obj/machinery/door/airlock/command{ - name = "Corporate Lounge"; - req_access_txt = "19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"bTk" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bTl" = ( -/obj/machinery/camera/motion{ - c_tag = "Armoury - Exterior"; - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bTm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Lockerroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bTn" = ( -/obj/machinery/light, -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bTo" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm2"; - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bTp" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm3"; - name = "Cabin 3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bTq" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bTr" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bTs" = ( -/obj/machinery/camera{ - c_tag = "AI Satellite - Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bTt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bTu" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bTv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bTw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bTx" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bTy" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bTz" = ( -/obj/machinery/button/door{ - id = "Dorm4"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bTA" = ( -/obj/structure/dresser, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bTB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bTC" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bTD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bTE" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"bTF" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bTG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"bTH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bTI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bTJ" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/diagonal{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bTK" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bTL" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Transit Tube"; - dir = 2; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bTM" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bTN" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bTO" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bTQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bTR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/foyer) -"bTS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bTT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bTU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/westleft{ - name = "Medical Delivery"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"bTV" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Medbay" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/storage) -"bTW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bTX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - id_tag = "commissarydoor"; - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"bTY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/security/warden) -"bTZ" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivacy"; - name = "Chief's Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bUa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bUc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bUd" = ( -/obj/machinery/vending/snack/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bUe" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bUf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bUg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bUi" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/door_timer{ - id = "engcell"; - name = "Engineering Cell"; - pixel_x = 32; - pixel_y = 32 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bUj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bUk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bUm" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bUo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bUp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"bUq" = ( -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"bUr" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"bUs" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"bUt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"bUu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"bUv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bUw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bUx" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUy" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bUz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bUA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"bUB" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"bUC" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/folder/yellow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bUD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bUE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bUF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bUG" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bUH" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bUI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) -"bUJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bUK" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bUL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bUM" = ( -/obj/structure/table, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bUN" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bUO" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bUP" = ( -/obj/structure/table/wood, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/item/coin/adamantine{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/hand_tele, -/obj/item/melee/chainofcommand, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bUQ" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain/private) -"bUR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Dormitories" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"bUV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bUZ" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bVa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVb" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Chemistry Junction"; - sortType = 11 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bVd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bVe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bVf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bVg" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bVh" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"bVi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"bVj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Dormitories - Starboard"; - dir = 2; - name = "dormitories camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVl" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger{ - pixel_x = -7 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/recharger{ - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bVm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVn" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/item/multitool, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bVo" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"bVp" = ( -/obj/vehicle/ridden/secway, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bVq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVr" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bVs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Recreational Area" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"bVv" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bVw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bVx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bVy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bVB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/department/electrical) -"bVC" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bVD" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bVE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"bVF" = ( -/obj/structure/disposalpipe/junction, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bVG" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Quarters"; - req_access_txt = "56" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bVH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bVI" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bVJ" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/item/folder/blue{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/yellow, -/obj/item/lighter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bVK" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bVL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bVM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/brig) -"bVN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Port"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bVO" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bVP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bVQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bVR" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Starboard"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bVS" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/toy/katana, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bVT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/shower{ - pixel_y = 16 - }, -/obj/structure/curtain, -/obj/machinery/door/window/brigdoor/southleft{ - name = "Shower" - }, -/obj/item/soap/deluxe, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"bVU" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bVV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bVW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVX" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bVY" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bVZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWf" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bWg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bWh" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/space, -/area/space/nearstation) -"bWi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"bWj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bWk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bWl" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bWm" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWn" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bWo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bWp" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bWq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bWr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bWs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bWt" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bWu" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/chief_engineer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bWv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bWw" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bWx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/chief) -"bWy" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bWz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bWA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bWB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/airlock/security{ - name = "Security Post - Science"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"bWC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bWD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bWE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"bWF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/beacon, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bWG" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWH" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"bWI" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bWJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bWK" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Port Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bWL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bWM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room/council) -"bWN" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bWO" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/primary/central) -"bWQ" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = 7 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/button/door{ - id = "hopline"; - name = "Queue Shutters Control"; - pixel_x = -26; - pixel_y = -7; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hopblast"; - name = "Lockdown Blast doors"; - pixel_x = -26; - pixel_y = 7; - req_access_txt = "57" - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = -38; - pixel_y = -7; - req_access_txt = "28" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bWR" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/stamp/hop, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bWS" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bWT" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/meeting_room/council) -"bWU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bWV" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness/recreation"; - dir = 8; - name = "Recreation Area APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bWW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bWX" = ( -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bWY" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bWZ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXa" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bXb" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bXc" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bXd" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXe" = ( -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bXf" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bXg" = ( -/obj/structure/displaycase/captain{ - req_access = null; - req_access_txt = "20" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain) -"bXh" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start/captain, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"bXi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"bXj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bXl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/tech) -"bXn" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/storage/primary) -"bXo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXp" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXq" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"bXr" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/storage/tools) -"bXs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bXt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXw" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor/security/cell/westright{ - id = "brig2"; - name = "Cell 2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - name = "Library Junction"; - sortType = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bXy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bXz" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bXA" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"bXB" = ( -/obj/machinery/camera{ - c_tag = "Science - Fore"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bXC" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/command"; - dir = 1; - name = "Command Hall APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"bXD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"bXE" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bXI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bXJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"bXK" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"bXL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"bXM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bXN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"bXO" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bXP" = ( -/obj/structure/closet/crate, -/obj/item/storage/box/donkpockets, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"bXQ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bXR" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/gun/energy/temperature/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bXS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bXT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2, -/obj/machinery/meter{ - target_layer = 2 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"bXU" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bYa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/department/electrical) -"bYb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bYc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bYd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bYe" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bYf" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bYg" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"bYj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bYk" = ( -/obj/machinery/power/apc{ - areastring = "/area/library"; - dir = 8; - name = "Library APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/wood, -/area/library) -"bYl" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"bYm" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/diagonal, -/turf/open/space, -/area/space/nearstation) -"bYn" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bYo" = ( -/obj/structure/transit_tube/horizontal, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bYp" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/structure/transit_tube/station/reverse/flipped, -/obj/structure/transit_tube_pod{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bYq" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"bYr" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bYs" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/cartridge/atmos, -/obj/item/cartridge/atmos, -/obj/item/cartridge/atmos, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/stamp/ce, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bYt" = ( -/obj/structure/rack, -/obj/item/storage/secure/briefcase, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bYu" = ( -/obj/machinery/power/apc{ - areastring = "/area/vacant_room/commissary"; - dir = 8; - name = "Vacant Commissary APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"bYv" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bYw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"bYx" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivacy"; - name = "Chief's Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bYy" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivacy"; - name = "Chief's Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bYz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bYA" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"bYB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"bYC" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"bYE" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYF" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYH" = ( -/obj/structure/table/reinforced, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"bYJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bYK" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYL" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bYT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bYU" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bYV" = ( -/obj/structure/table, -/obj/item/clothing/under/suit_jacket/really_black, -/obj/item/cane, -/obj/item/clothing/head/bowler{ - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bYW" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopline"; - name = "Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bYX" = ( -/obj/machinery/flasher{ - id = "hopflash"; - pixel_y = 58 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bYY" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Access Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/window/westright{ - name = "Access Queue" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bYZ" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/head_of_personnel, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bZa" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bZb" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"bZc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bZd" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bZe" = ( -/obj/structure/table, -/obj/item/toy/sword, -/obj/item/gun/ballistic/shotgun/toy/crossbow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"bZf" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/telecomms, -/area/tcommsat/server) -"bZg" = ( -/obj/machinery/telecomms/server/presets/science, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white/telecomms, -/area/tcommsat/server) -"bZi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bZj" = ( -/obj/machinery/telecomms/server/presets/command, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bZk" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bZm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZn" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain/private) -"bZo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bZp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"bZr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"bZA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall6"; - location = "hall5" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZD" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZH" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bZI" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bZL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bZN" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"bZO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - id_tag = "ai_core_airlock_exterior"; - name = "MiniSat Chamber"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "aicoredoor"; - name = "AI Core Access" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = 28; - pixel_y = 3 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bZP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall7"; - location = "hall6" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bZR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bZS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"bZT" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"bZU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bZV" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bZW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"bZX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"bZY" = ( -/obj/structure/closet/secure_closet/lethalshots, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"bZZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port"; - dir = 1; - name = "Port Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"caa" = ( -/obj/machinery/recharge_station, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cab" = ( -/obj/machinery/computer/monitor{ - dir = 1 - }, -/obj/machinery/light, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cac" = ( -/obj/machinery/recharge_station, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cad" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cae" = ( -/obj/structure/cable/white, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"caf" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cag" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cah" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall9"; - location = "hall8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cai" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"caj" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cak" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cal" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/ai_control_console{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cam" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/ai_server_console{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"can" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/ai_resource_distribution{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cao" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/sign/poster/official/ian{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cap" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"caq" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved/flipped{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"car" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cas" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/fire, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cat" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cau" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cav" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"caw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"cax" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/space, -/area/space/nearstation) -"cay" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"caA" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"caB" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"caC" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"caD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Departures Hallway - Fore"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"caE" = ( -/turf/closed/wall, -/area/maintenance/port) -"caF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"caG" = ( -/turf/closed/wall, -/area/library) -"caH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/library) -"caI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"caK" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 2 - }, -/obj/structure/sign/directions/security{ - dir = 2; - pixel_y = 8 - }, -/turf/closed/wall, -/area/library) -"caL" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caM" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"caO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"caP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"caQ" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Transit Tube Access"; - req_one_access_txt = "32;19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"caR" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"caS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/item/retractor, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"caT" = ( -/obj/machinery/telecomms/bus/preset_one, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/telecomms, -/area/tcommsat/server) -"caU" = ( -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white/telecomms, -/area/tcommsat/server) -"caV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"caW" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port) -"caX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"caY" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"caZ" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cba" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cbd" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"cbe" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/suit_storage_unit/captain, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain/private) -"cbf" = ( -/obj/structure/closet/secure_closet/captains, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain/private) -"cbg" = ( -/turf/closed/wall, -/area/crew_quarters/heads/captain/private) -"cbh" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/clipboard, -/obj/item/toy/figure/ce, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cbi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbj" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 2 - }, -/obj/structure/sign/directions/security{ - dir = 4; - pixel_y = 8 - }, -/turf/closed/wall, -/area/security/courtroom) -"cbk" = ( -/turf/closed/wall, -/area/security/courtroom) -"cbl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbm" = ( -/obj/machinery/door/airlock{ - name = "Courtroom" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cbn" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/courtroom) -"cbo" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cbp" = ( -/turf/closed/wall, -/area/lawoffice) -"cbq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "lawyerprivacy"; - name = "Lawyer's Privacy Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/lawoffice) -"cbr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cbs" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research) -"cbt" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cbv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cbw" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cbx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cby" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cbz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbC" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbD" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cbE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cbG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cbH" = ( -/obj/machinery/holopad{ - pixel_x = -16 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cbI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbJ" = ( -/obj/item/bot_assembly/medbot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cbK" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/pen/blue{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/pen/red, -/obj/item/stamp/qm{ - pixel_x = 4; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"cbL" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"cbM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cbN" = ( -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbO" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbQ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbR" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbS" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cbU" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cbV" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/engine/engineering) -"cbW" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cbX" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cbY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cbZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cca" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ccc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ccd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cce" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ccf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cch" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/smes/engineering{ - charge = 2e+006 - }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"cci" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/engineering{ - charge = 2e+006 - }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"ccj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cck" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ccl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ccm" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ccn" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cco" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"ccp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ccq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"ccr" = ( -/turf/open/floor/plasteel/dark, -/area/library) -"ccs" = ( -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/stack/sheet/rglass{ - amount = 30; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/crowbar, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cct" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"ccu" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"ccv" = ( -/obj/machinery/computer/libraryconsole, -/obj/structure/table/wood, -/turf/open/floor/plasteel/dark, -/area/library) -"ccw" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Science - Port"; - dir = 2; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ccx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccy" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ccz" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"ccA" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"ccB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ccC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ccD" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Telecomms - Chamber Port"; - dir = 4; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccG" = ( -/obj/machinery/camera{ - c_tag = "Science - Center"; - dir = 2; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"ccH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/departments/science{ - pixel_y = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plating, -/area/tcommsat/server) -"ccJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccK" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall10"; - location = "hall9" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccL" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccM" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/window/westleft, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"ccN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/lab) -"ccO" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ccQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/obj/machinery/door/window/eastright{ - name = "Chemistry Desk" - }, -/obj/item/folder/white, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"ccR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ccS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ccT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ccU" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ccV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ccW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ccX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ccY" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Courtroom - Fore"; - dir = 2 - }, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ccZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom) -"cda" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cdb" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cdc" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cdd" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cde" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Center"; - dir = 2; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cdf" = ( -/obj/structure/closet/secure_closet/courtroom, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cdg" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder{ - pixel_x = 3 - }, -/obj/item/clothing/glasses/sunglasses, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/button/door{ - id = "lawyerprivacy"; - name = "Lawyer's Privacy Control"; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"cdh" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"cdi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cdj" = ( -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cdk" = ( -/obj/structure/table/wood, -/obj/item/bikehorn/rubberducky, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/wood, -/area/clerk) -"cdl" = ( -/turf/closed/wall/r_wall, -/area/lawoffice) -"cdm" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 2; - name = "Security Desk"; - req_access_txt = "63" - }, -/obj/machinery/door/window/northright{ - name = "Security Desk" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/brig) -"cdo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Technology Storage"; - req_access_txt = "23" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/tech) -"cdp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cdq" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/window/brigdoor/northright{ - name = "Warden's Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/southright{ - name = "Warden's Desk" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/poster/random_official{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/poster/random_official, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/warden) -"cdr" = ( -/obj/machinery/door/poddoor{ - id = "armouryaccess"; - name = "Armoury Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"cds" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/northright{ - name = "Armoury Desk"; - req_access_txt = "3" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/southright{ - name = "Armoury Desk" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"cdt" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"cdu" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"cdv" = ( -/obj/machinery/porta_turret/ai, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cdw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cdx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cdy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cdz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cdA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cdB" = ( -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cdC" = ( -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cdD" = ( -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cdE" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cdF" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cdG" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cdH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Containment Access"; - req_access_txt = "10; 13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cdI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/camera/motion{ - c_tag = "Bridge - Captain's Emergency Escape"; - dir = 4; - name = "motion-sensitive command camera" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cdJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"cdK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"cdL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cdM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Telecomms Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/server) -"cdN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/teleporter) -"cdO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cdP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/teleporter) -"cdQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cdR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/science) -"cdS" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/teleporter) -"cdT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cdU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cdV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cdW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cdX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cdY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cdZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cea" = ( -/turf/open/floor/plating, -/area/maintenance/port) -"ceb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cec" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ced" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cee" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cef" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ceg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"ceh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cei" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Library - Fore"; - dir = 8; - name = "library camera" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cej" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cek" = ( -/obj/structure/table, -/obj/item/clothing/under/rank/security, -/obj/item/restraints/handcuffs, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard"; - dir = 2; - name = "Starboard Maintenance APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cel" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cem" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cen" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/port) -"ceo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cep" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine{ - department = "Head of Personnel's Office" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"ceq" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/primary) -"cer" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ces" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cet" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/server"; - dir = 8; - name = "Telecomms Server Room APC"; - pixel_x = -25 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ceu" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cev" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "Fitness Ring" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cew" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"cey" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cez" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"ceA" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"ceB" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceC" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ceD" = ( -/obj/machinery/power/smes/fullycharged, -/obj/structure/cable/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ceE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/bridge/meeting_room/council) -"ceG" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen/fourcolor, -/obj/item/stamp/captain, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/window/brigdoor/northleft{ - name = "Captain's Desk"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"ceH" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 25 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceI" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/brig) -"ceJ" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Auxiliary Tool Storage"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/storage/tools) -"ceK" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/detectives_office) -"ceL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/captain, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/landmark/start/captain, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain/private) -"ceM" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ceN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"ceO" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ceP" = ( -/obj/structure/chair{ - dir = 2; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ceQ" = ( -/obj/structure/chair{ - dir = 2; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ceR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ceS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ceV" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"ceX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"ceY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/lab) -"ceZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/machinery/cell_charger, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cfa" = ( -/obj/structure/filingcabinet/employment, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"cfb" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfc" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cfd" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/button/flasher{ - id = "gulagshuttleflasher"; - name = "Flash Control"; - pixel_x = 26; - pixel_y = 7; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = 26; - pixel_y = -7; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigwindows"; - name = "Cell Window Control"; - pixel_x = 38; - pixel_y = -7; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfe" = ( -/obj/structure/chair, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cff" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cfg" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cfh" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil/white, -/obj/item/stack/cable_coil/white, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cfi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cfj" = ( -/obj/structure/table/glass, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cfk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/vending/wardrobe/chem_wardrobe, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cfl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_x = 10; - pixel_y = -26 - }, -/obj/item/radio/intercom{ - pixel_x = -6; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cfm" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cfn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfo" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Medbay - Port"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cfq" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfr" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cfs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmless{ - fan_out_items = 1; - lootcount = 3; - lootdoubles = 0 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cft" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cfu" = ( -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai_upload) -"cfv" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cfw" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfx" = ( -/obj/structure/sign/departments/medbay/alt{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfy" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Medbay - Starboard"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfz" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/westright{ - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/effect/spawner/lootdrop/aimodule_harmful{ - fan_out_items = 1; - lootcount = 2; - lootdoubles = 0 - }, -/obj/item/aiModule/supplied/oxygen{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cfA" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cfB" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Containment - Fore Starboard"; - dir = 8; - network = list("singularity") - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cfC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cfD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfE" = ( -/obj/structure/rack, -/obj/item/roller, -/obj/item/reagent_containers/blood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cfF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cfG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cfH" = ( -/obj/item/wrench, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/abandoned) -"cfI" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "Research Junction"; - sortType = 12 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cfJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cfK" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/obj/structure/chair/comfy, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/science"; - dir = 8; - name = "Science Maintenance APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cfL" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cfM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cfN" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cfO" = ( -/turf/open/space, -/area/space/nearstation) -"cfP" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cfQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space, -/area/space/nearstation) -"cfR" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cfS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cfU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cfV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/plaques/kiddie/library{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/library) -"cfW" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/lawyer, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cfY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"cfZ" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/library) -"cga" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cgc" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"cgd" = ( -/obj/machinery/computer/cargo/request{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"cge" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cgf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cgg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cgh" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cgi" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "CMO's Junction"; - sortType = 10 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cgj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"cgk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cgl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cgm" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Aft Port"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cgn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cgo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cgp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgq" = ( -/obj/machinery/camera{ - c_tag = "Telecomms - Chamber Starboard"; - dir = 8; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cgr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cgs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgw" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 1; - name = "E.V.A. Storage APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cgx" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/westright{ - name = "Monkey Pen"; - req_access_txt = "9" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cgy" = ( -/obj/structure/dresser, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain/private) -"cgz" = ( -/obj/structure/table, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cgA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cgC" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space, -/area/space/nearstation) -"cgD" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cgE" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cgF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cgG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cgH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cgI" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Auxiliary Port"; - req_access_txt = "24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cgJ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Auxiliary Power"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cgK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cgM" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/chair/comfy{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cgN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cgO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/lawoffice) -"cgP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/item/clipboard, -/obj/item/toy/figure/secofficer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cgQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cgR" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cgS" = ( -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cgT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cgU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cgV" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Aft Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cgW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Aft Starboard"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cgX" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cgY" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm4"; - name = "Cabin 4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cgZ" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm5"; - name = "Cabin 5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cha" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm6"; - name = "Cabin 6" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"chb" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/item/folder/yellow{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"chc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chd" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"che" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"chf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chg" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"chi" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "aiuploadwindow"; - name = "AI Upload Lockdown Door" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"chj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/item/aiModule/core/freeformcore{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/core/full/asimov{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"chk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"chl" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"chm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"chn" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cho" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"chp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "RD's Junction"; - sortType = 13 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"chq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/item/aiModule/supplied/protectStation{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"chr" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "aiuploadwindow"; - name = "AI Upload Lockdown Door" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"chs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cht" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space, -/area/space/nearstation) -"chu" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/engine/engineering) -"chv" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"chw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"chx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"chy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"chz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"chA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/library) -"chB" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"chC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"chD" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"chE" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"chF" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"chG" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"chH" = ( -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking/circle{ - pixel_x = 28; - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"chI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"chJ" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"chK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"chL" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"chM" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/library) -"chN" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/library) -"chO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"chP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/library) -"chQ" = ( -/obj/machinery/bookbinder, -/turf/open/floor/wood, -/area/library) -"chR" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/bookcase/random, -/turf/open/floor/wood, -/area/library) -"chS" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/library) -"chT" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"chU" = ( -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/library) -"chV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/bookcase/manuals/research_and_development, -/obj/machinery/camera{ - c_tag = "Library"; - dir = 2; - name = "library camera" - }, -/turf/open/floor/wood, -/area/library) -"chW" = ( -/obj/structure/chair/comfy/brown, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/library) -"chX" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/library) -"chY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"chZ" = ( -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"cia" = ( -/obj/structure/chair/office/dark, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cib" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Departures Hallway - Mech Bay"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cic" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"cid" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cie" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cif" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cig" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cih" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cii" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cij" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cik" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cil" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/clerk) -"cim" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/clerk) -"cin" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cio" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/medical/storage) -"cip" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ciq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Medbay Auxiliary Storage"; - req_access_txt = "5" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cir" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cis" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"cit" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ciu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/clerk) -"civ" = ( -/obj/structure/table/wood, -/obj/machinery/requests_console{ - department = "Law Office"; - name = "'Law Office RC"; - pixel_y = -64 - }, -/obj/item/folder/blue{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/red, -/obj/item/stamp/law, -/turf/open/floor/plasteel/grimy, -/area/lawoffice) -"ciw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cix" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Test Range" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"ciy" = ( -/obj/machinery/photocopier, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Lawyer's Office"; - dir = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"ciz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ciA" = ( -/obj/machinery/door/airlock{ - name = "Gift Shop"; - req_access_txt = "36" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/clerk) -"ciB" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"ciC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ciD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ciE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"ciF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"ciG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ciH" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/experimentor, -/obj/item/healthanalyzer, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/explab"; - dir = 8; - name = "Experimentation Lab APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ciI" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/radio{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/radio{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/radio, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciJ" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciK" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciL" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciM" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciN" = ( -/obj/machinery/vending/security, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciO" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ciQ" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "aiuploadwindow"; - name = "AI Upload Lockdown Door" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"ciR" = ( -/obj/machinery/door/airlock{ - name = "Courtroom" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ciS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciT" = ( -/obj/machinery/computer/upload/ai{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ciU" = ( -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/rdconsole/experiment{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ciV" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ciW" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/button/door{ - id = "experimentor"; - name = "Experimentor Door Control"; - pixel_x = 24; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"ciX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"ciY" = ( -/obj/structure/lattice, -/obj/machinery/camera/emp_proof{ - c_tag = "Containment - Fore Port"; - dir = 4; - network = list("singularity") - }, -/turf/open/space, -/area/space/nearstation) -"ciZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space, -/area/space/nearstation) -"cja" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space, -/area/space/nearstation) -"cjb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space, -/area/space/nearstation) -"cjc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space, -/area/space/nearstation) -"cjd" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cje" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cjf" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cjg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjh" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cji" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/engineering_guide{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjj" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_singulo_tesla, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjk" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/clerk) -"cjm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjo" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cjp" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cjq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cjr" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/library) -"cjs" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/wood, -/area/library) -"cjt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cju" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cjx" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdrnd"; - name = "Research and Development Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cjy" = ( -/obj/machinery/vending/cola/random, -/obj/structure/sign/poster/official/ian{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"cjz" = ( -/obj/structure/table/wood, -/obj/machinery/keycard_auth{ - pixel_x = -26 - }, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"cjA" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cjB" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cjC" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/northleft, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cjD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cjE" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cjF" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cjG" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cjH" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/library) -"cjI" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/telecomms, -/area/tcommsat/server) -"cjJ" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"cjK" = ( -/obj/machinery/shieldwallgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/teleporter) -"cjL" = ( -/turf/closed/wall, -/area/teleporter) -"cjM" = ( -/obj/machinery/button/door{ - id = "Dorm5"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cjN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cjO" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen/blue, -/obj/machinery/button/door{ - id = "Dorm6"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cjP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/teleporter) -"cjQ" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cjR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cjS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cjT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cjU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cjV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"cjX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cjY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cjZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cka" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ckc" = ( -/obj/structure/chair{ - dir = 8; - name = "Judge" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ckd" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Courtroom - Center"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cke" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/lawoffice) -"ckf" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/turf/open/floor/wood, -/area/lawoffice) -"ckg" = ( -/obj/machinery/light, -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"ckh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cki" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/turf/open/floor/wood, -/area/lawoffice) -"ckj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"ckl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdtoxins"; - name = "Toxins Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/mixing) -"ckm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"ckn" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/reset, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cko" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ckp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ckq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai_upload) -"ckr" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cks" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ckt" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/supplied/quarantine, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "AI Intercom"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cku" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space, -/area/space/nearstation) -"ckv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckx" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cky" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/tesla_coil, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckA" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ckB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckE" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckF" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ckG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering"; - dir = 4; - name = "Engine Room APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ckJ" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ckK" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"ckL" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ckM" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ckN" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ckO" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/library) -"ckP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/closed/wall, -/area/medical/morgue) -"ckQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ckV" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"ckW" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ckX" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cla" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cld" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"cle" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"clf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"clg" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stamp/rd, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"clh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cli" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"clj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"clk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cln" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"clo" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"clp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"clq" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"clr" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"clu" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"clv" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"clw" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"clx" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/crowbar/red, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cly" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"clz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"clA" = ( -/turf/closed/wall/r_wall, -/area/security/brig/infirmary) -"clB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/light_switch{ - pixel_x = -36 - }, -/obj/structure/closet/secure_closet/physician, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"clC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"clD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"clE" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"clF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"clG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"clH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"clM" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/supplied/freeform, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"clN" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"clO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai_upload) -"clP" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"clQ" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/lootdrop/aimodule_neutral{ - fan_out_items = 1; - lootcount = 3; - lootdoubles = 0 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"clR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/field/generator{ - anchored = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/field/generator{ - anchored = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clV" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"clX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clY" = ( -/obj/structure/rack, -/obj/machinery/button/door{ - id = "engpa"; - name = "Engineering Chamber Shutters Control"; - pixel_y = -26; - req_access_txt = "11" - }, -/obj/item/clothing/gloves/color/black, -/obj/item/wrench, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clZ" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cma" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cmb" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmc" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmd" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Engineering"; - name = "Engineering RC"; - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cme" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cmf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cmg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cmh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cmi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/computer/atmos_sim{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cmj" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/closed/wall, -/area/medical/chemistry) -"cmk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer4{ - dir = 1 - }, -/obj/machinery/meter{ - target_layer = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cml" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cmm" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/rd, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's RC"; - pixel_x = -32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cmn" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cmo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/department/electrical) -"cmp" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/research_director, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cmq" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cmr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cms" = ( -/obj/structure/displaycase/trophy, -/turf/open/floor/wood, -/area/library) -"cmt" = ( -/turf/open/floor/wood, -/area/library) -"cmu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cmv" = ( -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/library) -"cmx" = ( -/obj/structure/dresser, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cmy" = ( -/obj/structure/filingcabinet/medical, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cmz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cmA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmD" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"cmE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cmF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cmG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/teleporter) -"cmH" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/teleporter) -"cmI" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"cmJ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/restrooms"; - dir = 1; - name = "Primary Restroom APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Primary Restroom"; - dir = 2; - name = "restroom camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cmL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cmM" = ( -/obj/machinery/button/door{ - id = "teleporterhubshutters"; - name = "Teleporter Shutters"; - pixel_y = 26 - }, -/obj/machinery/bluespace_beacon, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cmN" = ( -/obj/machinery/teleport/hub, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cmO" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleporterhubshutters"; - name = "Teleporter Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cmP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cmQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cmR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cmS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cmT" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/security/courtroom) -"cmU" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cmV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cmW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cmX" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cmY" = ( -/obj/structure/chair{ - dir = 8; - name = "Judge" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cmZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cna" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cnb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cnc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cnd" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cne" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cnf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cng" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"cnh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cni" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/department/electrical) -"cnj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cnl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cnm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cnn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cno" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"cns" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"cnt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cnv" = ( -/obj/machinery/porta_turret/ai, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cnw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table/reinforced, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cnx" = ( -/obj/machinery/porta_turret/ai, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cny" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cnA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space, -/area/space/nearstation) -"cnB" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cnC" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cnD" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cnE" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnF" = ( -/obj/machinery/requests_console{ - department = "Chapel Office"; - name = "Chapel RC"; - pixel_y = -32 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cnG" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnH" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/engine/engineering) -"cnI" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"cnJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnO" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/library) -"cnP" = ( -/obj/structure/bookcase/manuals/medical, -/turf/open/floor/wood, -/area/library) -"cnQ" = ( -/obj/structure/bookcase/manuals/engineering, -/turf/open/floor/wood, -/area/library) -"cnR" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cnS" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cnT" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/library) -"cnU" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/grimy, -/area/library) -"cnV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cnW" = ( -/obj/structure/bed, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/bedsheet/hop, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cnX" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cnY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research/abandoned) -"cob" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"coc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cod" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"coe" = ( -/turf/closed/wall, -/area/tcommsat/server) -"cof" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"cog" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Science - Aft Center"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"coh" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Genetics Junction"; - sortType = 23 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coi" = ( -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Teleporter"; - dir = 1; - name = "command camera" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/teleporter) -"coj" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Telecomms - Cooling Room"; - dir = 8; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"cok" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/crowbar, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"col" = ( -/obj/machinery/door/airlock/research{ - name = "Genetics Desk"; - req_access_txt = "9" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"com" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/genetics) -"coq" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"cor" = ( -/obj/machinery/teleport/station, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cot" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cov" = ( -/obj/structure/chair{ - dir = 1; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cow" = ( -/obj/structure/chair{ - dir = 1; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cox" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"coy" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"coz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"coA" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"coB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"coC" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"coD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"coE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"coG" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"coK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"coL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"coM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"coN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"coO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"coP" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"coQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"coR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"coS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"coT" = ( -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"coX" = ( -/obj/structure/chair/wood/normal, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/abandoned_gambling_den) -"coY" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"coZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cpa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cpb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cpc" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cpd" = ( -/obj/machinery/button/door{ - id = "engpa"; - name = "Engineering Chamber Shutters Control"; - pixel_y = 26; - req_access_txt = "11" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/engine/engineering) -"cpe" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/toy/figure/engineer, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpf" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"cpg" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/item/clothing/gloves/color/yellow, -/obj/item/airlock_painter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cph" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cpi" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/crowbar/red, -/obj/item/stack/sheet/mineral/plasma{ - amount = 20 - }, -/obj/item/gps/engineering{ - gpstag = "ENG0" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpj" = ( -/obj/machinery/shieldgen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpk" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpl" = ( -/obj/machinery/field/generator, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpm" = ( -/obj/machinery/shieldwallgen, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cpn" = ( -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cpo" = ( -/obj/structure/tank_dispenser, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cpp" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cpq" = ( -/obj/structure/chair/wood/normal, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cpr" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/abandoned_gambling_den"; - dir = 1; - name = "Abandoned Gambling Den APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cps" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/library) -"cpt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cpu" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cpv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cpw" = ( -/obj/structure/chair/wood/normal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"cpx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cpy" = ( -/turf/open/floor/carpet, -/area/library) -"cpz" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cpA" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/item/flashlight/lamp/green, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cpB" = ( -/obj/structure/closet/secure_closet/hop, -/obj/item/clothing/suit/ianshirt, -/obj/item/bedsheet/ian, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"cpC" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"cpD" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cpE" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cpF" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cpH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cpI" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/space/nearstation) -"cpJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"cpK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cpL" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"cpM" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/item/book/manual/wiki/tcomms, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"cpN" = ( -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/radio, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"cpP" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpQ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/teleporter) -"cpR" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/briefcase, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cpS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"cpU" = ( -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"cpV" = ( -/obj/structure/table, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cpW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cpX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cpY" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cpZ" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cqa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cqb" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; - dir = 4; - name = "Courtroom APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cqc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cqd" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"cqe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"cqf" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plasteel, -/area/science/storage) -"cqg" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Security" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig/infirmary) -"cqh" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Storage"; - req_access_txt = "32" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cqi" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"cqj" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cqk" = ( -/obj/machinery/door/airlock{ - name = "Medbay Auxiliary Storage"; - req_access_txt = "5" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cql" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced, -/turf/open/space, -/area/space/nearstation) -"cqm" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 4; - name = "Starboard Quarter Maintenance APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqn" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/lattice, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cqo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cqp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cqq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqr" = ( -/obj/structure/particle_accelerator/particle_emitter/left{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqs" = ( -/obj/item/stack/cable_coil/red, -/turf/open/floor/plating, -/area/engine/engineering) -"cqt" = ( -/obj/structure/cable, -/obj/machinery/particle_accelerator/control_box, -/turf/open/floor/plating, -/area/engine/engineering) -"cqu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqw" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqy" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/razor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cqz" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cqB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/command{ - name = "Research Director's Quarters"; - req_access_txt = "30" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cqC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cqD" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cqE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cqG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cqH" = ( -/obj/machinery/shieldwallgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cqI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cqJ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cqK" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/maintenance/port) -"cqL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cqM" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"cqN" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"cqO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/library) -"cqP" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/wood, -/area/library) -"cqQ" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cqR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cqS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"cqT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cqU" = ( -/obj/machinery/libraryscanner, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cqV" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"cqW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/structure/cable/white, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"cqX" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cqY" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/command) -"cqZ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cra" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"crb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"crc" = ( -/obj/structure/sign/departments/science{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"crd" = ( -/obj/machinery/button/door{ - id = "teleportershutters"; - name = "Teleporter Shutters"; - pixel_x = -26; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/shutters{ - id = "teleportershutters"; - name = "Teleporter Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/teleporter) -"cre" = ( -/obj/structure/sign/departments/science{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"crf" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/teleporter) -"crg" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/teleporter) -"crh" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crj" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Courtroom - Aft"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crk" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/courtroom) -"crl" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crm" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crn" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cro" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crp" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/structure/sign/poster/official/help_others{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"crr" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"crs" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/locker) -"crt" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cru" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port) -"crv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"crw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"crx" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cry" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"crz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"crA" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard) -"crB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard) -"crD" = ( -/turf/open/space, -/area/space) -"crE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"crF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"crG" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Aft Port"; - dir = 8; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/item/clipboard, -/obj/item/healthanalyzer, -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"crH" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"crI" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/tesla_coil, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"crJ" = ( -/obj/item/wrench, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"crK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"crL" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"crM" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"crN" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/engine/engineering) -"crO" = ( -/obj/structure/particle_accelerator/fuel_chamber{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"crP" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"crQ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Engineering - Central"; - dir = 4; - name = "engineering camera" - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the singularity chamber."; - dir = 4; - name = "Engine Containment Telescreen"; - network = list("singularity"); - pixel_x = -30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"crS" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/teleporter) -"crT" = ( -/obj/structure/chair/office/light, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"crV" = ( -/obj/machinery/door/poddoor{ - id = "engstorage"; - name = "Engineering Secure Storage Lockdown" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"crX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"crY" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csa" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"csc" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"csd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/suit_storage_unit/rd, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cse" = ( -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"csf" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"csh" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/library) -"csj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"csl" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/books, -/obj/item/taperecorder, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"csm" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"csn" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"cso" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"csp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"css" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cst" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"csu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csv" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"csx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"csy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"csz" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"csA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"csB" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"csC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"csE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/research_director, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"csG" = ( -/obj/item/stack/cable_coil/white, -/obj/item/bodypart/r_arm/robot{ - pixel_x = 3 - }, -/obj/item/bodypart/l_arm/robot{ - pixel_x = -3 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - pixel_x = -38; - pixel_y = 26 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"csH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"csI" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"csJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/aft"; - dir = 4; - name = "Aft Primary Hallway APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csK" = ( -/obj/machinery/vending/coffee, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"csL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/morgue) -"csM" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/chief_medical_officer, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"csN" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Aft Starboard"; - dir = 4; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"csO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"csP" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"csR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"csS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"csT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"csU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Locker Room - Fore"; - dir = 2; - name = "dormitories camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"csW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"csX" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"csY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"csZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Security Maintenance"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cta" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ctb" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ctc" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"ctd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cte" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ctf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"ctg" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/security/glass{ - name = "Storage Closet"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cth" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/nuclearbomb/beer, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cti" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"ctj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"ctk" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"ctm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ctn" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cto" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ctp" = ( -/obj/structure/particle_accelerator/particle_emitter/right{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ctq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/engine/engineering) -"ctr" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/engine/engineering) -"cts" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ctt" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/paper_bin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ctu" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/folder/blue{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/folder/white, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/item/stamp/cmo, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ctv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ctw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ctx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ctz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/vending/wallmed{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ctA" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctB" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctC" = ( -/obj/machinery/power/emitter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctD" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ctF" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ctG" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ctH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ctJ" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood, -/area/library) -"ctK" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"ctL" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"ctN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/library) -"ctO" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/toy/figure/curator, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"ctP" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"ctQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ctR" = ( -/obj/structure/closet, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ctS" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"ctT" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"ctU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"ctV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 4; - name = "Research Division Server Room APC"; - pixel_x = 24 - }, -/obj/machinery/computer/rdservercontrol, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"ctW" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/science/server) -"ctX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ctY" = ( -/obj/item/robot_suit, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ctZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cua" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cue" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cuf" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cug" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cuh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cui" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cuj" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/analyzer, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel, -/area/science/mixing) -"cuk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"cul" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - id_tag = "secondary_aicore_exterior"; - name = "Physical Core Access"; - req_one_access_txt = "30;70" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"cum" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cun" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cuo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cup" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cuq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cur" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cus" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/aft) -"cut" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cuu" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS" - }, -/turf/closed/wall, -/area/security/courtroom) -"cuv" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cuw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cux" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cuy" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cuz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cuA" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cuB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cuC" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cuD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cuE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cuF" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cuG" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms"; - dir = 2; - name = "Dormitories APC"; - pixel_y = -23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dormitories - Center"; - dir = 1; - name = "dormitories camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/dorms) -"cuH" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/clothing/shoes/jackboots, -/obj/item/radio, -/obj/item/storage/secure/briefcase, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cuI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cuJ" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cuK" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/flashes, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cuL" = ( -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"cuM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"cuN" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cuO" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cuP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cuQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/item/wrench, -/turf/open/floor/plating, -/area/engine/engineering) -"cuR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/turf/open/floor/plating, -/area/engine/engineering) -"cuS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Containment - Particle Accelerator"; - dir = 1; - network = list("singularity") - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/engine/engineering) -"cuT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/engine/engineering) -"cuU" = ( -/obj/machinery/button/door{ - id = "engpa"; - name = "Engineering Chamber Shutters Control"; - pixel_y = -26; - req_access_txt = "11" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cuV" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/plasma, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuW" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/maintenance/starboard/aft) -"cuY" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cva" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvb" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Engineering - Secure Storage"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvc" = ( -/obj/machinery/power/emitter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvd" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cve" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cvf" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/item/clipboard, -/obj/item/folder/blue, -/obj/item/electronics/firelock, -/obj/item/stack/sheet/glass, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cvg" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white, -/obj/item/electronics/airalarm, -/obj/item/electronics/firealarm, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cvh" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cvi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/costume, -/obj/item/clothing/neck/tie/black, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cvj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvk" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/library) -"cvm" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/science/misc_lab) -"cvn" = ( -/obj/structure/sign/directions/command{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"cvo" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"cvp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cvq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cvr" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"cvs" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvt" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cvu" = ( -/obj/machinery/ai/data_core, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"cvv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cvw" = ( -/obj/machinery/ai/server_cabinet, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/secondarydatacore) -"cvz" = ( -/obj/structure/sign/directions/command{ - dir = 1 - }, -/turf/closed/wall, -/area/hallway/secondary/command) -"cvA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cvC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvD" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvF" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BLAST DOORS" - }, -/turf/closed/wall, -/area/clerk) -"cvI" = ( -/obj/structure/closet/secure_closet/security/science, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cvK" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"cvL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cvM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"cvN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cvO" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cvP" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cvR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"cvS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "idquarters"; - name = "Director's Quarters Shutters" - }, -/obj/structure/cable/white, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cvT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cvU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvX" = ( -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cvZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cwa" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"cwc" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cwe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cwf" = ( -/obj/structure/table, -/obj/item/stack/sheet/cloth/ten, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cwg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Recreation - Fore"; - dir = 2; - name = "recreation camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cwh" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cwi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cwj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"cwk" = ( -/obj/structure/closet/masks, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cwl" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/carpet, -/area/library) -"cwo" = ( -/turf/closed/wall/r_wall, -/area/engine/storage) -"cwp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cwq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/library) -"cwr" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cws" = ( -/obj/structure/easel, -/obj/item/canvas/nineteenXnineteen, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cwt" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cwu" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/turf/open/floor/plasteel/dark, -/area/library) -"cwv" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/plasteel/dark, -/area/library) -"cww" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cwx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cwy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/curator, -/turf/open/floor/plasteel/dark, -/area/library) -"cwz" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cwA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"cwB" = ( -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cwC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cwD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cwE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cwF" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/door_timer{ - id = "scicell"; - name = "Science Cell"; - pixel_x = -32; - pixel_y = -32 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/science/research"; - dir = 8; - name = "Security Post - Science APC"; - pixel_x = -25 - }, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "scidoor"; - name = "Science Cell Control"; - normaldoorcontrol = 1; - pixel_x = -36; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cwG" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Science - Aft"; - dir = 4; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cwH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cwI" = ( -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Bridge - E.V.A. Fore"; - dir = 2; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cwJ" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/nuke_storage) -"cwK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cwL" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 4; - name = "Research Division APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cwM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cwN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - name = "Robotics Delivery"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cwO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cwP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cwQ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cwR" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"cwS" = ( -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cwT" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cwV" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Quarters"; - req_access_txt = "40" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cwW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cwX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"cwY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cwZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cxa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/volume_pump/layer2{ - name = "Ports to Distro" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/department/electrical) -"cxb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/department/electrical) -"cxd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cxf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cxg" = ( -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/target, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access_txt = "8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cxh" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cxi" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"cxj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cxk" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cxl" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cxn" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cxo" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cxq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cxs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cxt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cxu" = ( -/obj/structure/rack, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/bot, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxw" = ( -/obj/machinery/disposal/bin, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxx" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cxy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cxz" = ( -/obj/structure/closet/athletic_mixed, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cxA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/field/generator{ - anchored = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cxB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/field/generator{ - anchored = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cxC" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxD" = ( -/obj/structure/rack, -/obj/item/crowbar, -/obj/item/wirecutters, -/obj/item/stack/cable_coil/white, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxE" = ( -/obj/structure/rack, -/obj/machinery/button/door{ - id = "engpa"; - name = "Engineering Chamber Shutters Control"; - pixel_y = 26; - req_access_txt = "11" - }, -/obj/item/storage/belt/utility, -/obj/item/weldingtool, -/obj/item/clothing/head/welding, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxF" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxG" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxH" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Secure Storage"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdtoxins"; - name = "Toxins Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cxI" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cxJ" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cxK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/storage) -"cxL" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cxM" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/crowbar, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cxN" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cxO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cxP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cxQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cxR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cxS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 11; - pixel_y = 30 - }, -/obj/machinery/firealarm{ - pixel_x = -4; - pixel_y = 28 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cxT" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cxU" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cxV" = ( -/turf/open/floor/plasteel/grimy, -/area/library) -"cxW" = ( -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room"; - req_access_txt = "30" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cxX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cxY" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cxZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cya" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Robotics Lab Maintenance"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cyb" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cyc" = ( -/obj/structure/destructible/cult/tome, -/obj/item/book/codex_gigas, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cyd" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Robotics" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cyf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyg" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyi" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/storage/bag/bio, -/obj/item/storage/bag/bio, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cyj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cyk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Toxins Maintenance"; - req_access_txt = "8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cyl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cym" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cyn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cyo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cyp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cyr" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/primary/central) -"cys" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cyt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cyu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cyv" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cyw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cyx" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 27 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cyC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cyD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/aft) -"cyG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/aft) -"cyH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyI" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyJ" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyK" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/aft) -"cyL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/aft) -"cyM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cyN" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cyP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cyR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cyS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cyT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cyU" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cyX" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cyY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/research) -"cyZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cza" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"czc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"czk" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"czl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"czm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/item/storage/box/bodybags, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"czn" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"czo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"czp" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"czq" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/tesla_coil, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"czr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"czs" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engpa"; - name = "Engineering Chamber Shutters" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"czt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"czu" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage) -"czv" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/wrench, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"czw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"czx" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/aft) -"czy" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/obj/item/twohanded/rcl/pre_loaded, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/engine/storage) -"czz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"czA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"czB" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"czC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/sign/plaques/kiddie/library{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Library Backroom"; - dir = 4; - name = "library camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czD" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"czE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"czF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry Lab APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"czG" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"czH" = ( -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czI" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czJ" = ( -/obj/machinery/photocopier, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czK" = ( -/obj/structure/filingcabinet, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czL" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czM" = ( -/obj/machinery/light, -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/laser_pointer{ - pixel_x = 3 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czN" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/camera, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"czO" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark, -/area/library) -"czP" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"czQ" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Magboot Storage"; - pixel_x = -1; - req_access_txt = "19" - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/rack, -/obj/item/clothing/shoes/magboots{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"czR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"czS" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"czT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"czU" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"czV" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"czW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"czX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/suit_storage_unit/command, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/door/window/westleft{ - name = "Command Suit Storage"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"czY" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "corporatelounge"; - name = "Corporate Lounge Shutters" - }, -/turf/open/floor/plating, -/area/bridge/showroom/corporate) -"czZ" = ( -/turf/closed/wall/r_wall, -/area/bridge/showroom/corporate) -"cAa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAb" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cAd" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAe" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"cAf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAg" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/medical) -"cAj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cAl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/medical) -"cAm" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"cAn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Primary Restroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cAo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"cAp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cAq" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cAr" = ( -/obj/structure/table, -/obj/item/toy/foamblade, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cAs" = ( -/obj/structure/table, -/obj/item/storage/briefcase, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cAt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cAu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cAv" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cAw" = ( -/turf/closed/wall, -/area/crew_quarters/dorms) -"cAx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/security/detectives_office/private_investigators_office) -"cAy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cAD" = ( -/obj/machinery/computer/ai_resource_distribution{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"cAE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cAF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cAG" = ( -/obj/structure/lattice, -/obj/machinery/camera/emp_proof{ - c_tag = "Containment - Aft Port"; - dir = 4; - network = list("singularity") - }, -/turf/open/space, -/area/space/nearstation) -"cAH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space, -/area/space/nearstation) -"cAI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space, -/area/space/nearstation) -"cAJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space, -/area/space/nearstation) -"cAK" = ( -/obj/machinery/power/rad_collector/anchored, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/mixing) -"cAM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cAN" = ( -/obj/structure/chair/stool, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cAO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cAP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cAQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cAR" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/medical"; - dir = 8; - name = "Medbay Maintenance APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cAS" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Access"; - req_access_txt = "30" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plasteel/dark, -/area/science/server) -"cAT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cAU" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/shoes/magboots{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/storage) -"cAV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cAW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cAX" = ( -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -6 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cAY" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cAZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cBa" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cBb" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cBc" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"cBd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cBe" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"cBf" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cBg" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/library) -"cBh" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cBi" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"cBj" = ( -/obj/structure/closet/crate/rcd{ - pixel_y = 4 - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "RCD Storage"; - pixel_x = 1; - req_access_txt = "19" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cBk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cBl" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cBm" = ( -/obj/machinery/camera/motion{ - c_tag = "E.V.A. Storage"; - dir = 8; - name = "motion-sensitive command camera" - }, -/obj/machinery/requests_console{ - department = "E.V.A. Storage"; - name = "E.V.A. RC"; - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cBn" = ( -/turf/closed/wall, -/area/ai_monitored/storage/eva) -"cBo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/showcase/mecha/marauder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cBp" = ( -/obj/structure/bookcase, -/obj/structure/sign/nanotrasen{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cBr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cBs" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Bridge - Corporate Lounge"; - dir = 2; - name = "command camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/showroom/corporate) -"cBt" = ( -/obj/structure/fireplace, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/showroom/corporate) -"cBu" = ( -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge/showroom/corporate) -"cBw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/showcase/machinery/implanter{ - layer = 2.7; - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cBx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cBy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cBz" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/science/research) -"cBA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/science/research) -"cBB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cBC" = ( -/obj/structure/table/wood/fancy/black, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "giftshop"; - name = "gift shop shutters" - }, -/obj/machinery/paystand/register{ - dir = 1; - icon_state = "register" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/clerk) -"cBE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"cBF" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb, -/obj/machinery/camera{ - c_tag = "Science - Break Room"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cBG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cBH" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/item/soap/nanotrasen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cBI" = ( -/obj/effect/landmark/start/chief_medical_officer, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"cBJ" = ( -/obj/machinery/photocopier, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cBK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/aft) -"cBL" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cBM" = ( -/obj/machinery/light/small, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cBO" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/science/research) -"cBP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cBQ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"cBR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cBS" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cBT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cBU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cBV" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/maintenance/department/medical) -"cBW" = ( -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cBX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cBY" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"cBZ" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cCa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cCc" = ( -/obj/structure/dresser, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/dorms) -"cCd" = ( -/obj/structure/table_frame/wood, -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"cCe" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cCf" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cCg" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket/letterman_nanotrasen, -/obj/item/clothing/suit/toggle/lawyer, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/item/clothing/under/kilt, -/obj/item/clothing/head/beret, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cCh" = ( -/obj/structure/dresser, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cCi" = ( -/obj/structure/bed, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cCj" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/purple, -/obj/item/radio/intercom{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/item/clothing/under/geisha, -/obj/item/clothing/head/fedora{ - icon_state = "curator" - }, -/obj/item/clothing/suit/jacket{ - desc = "This looks awfully familiar..."; - icon_state = "curator" - }, -/obj/item/clothing/under/rank/curator/treasure_hunter, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cCk" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cCl" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 21 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cCm" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/dropper, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Chemistry"; - dir = 8; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cCn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cCo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Site"; - req_access_txt = "8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cCp" = ( -/obj/machinery/camera{ - c_tag = "Virology - Containment Lock"; - dir = 8; - name = "virology camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/virology) -"cCq" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/item/beacon, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cCr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cCs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cCt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cCu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/science/misc_lab) -"cCv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cCw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cCx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cCy" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cCz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cCA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cCB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/structure/tank_dispenser, -/obj/machinery/camera{ - c_tag = "Engineering - Gear Storage"; - dir = 8; - name = "engineering camera" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cCC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cCD" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cCE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cCF" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cCG" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cCH" = ( -/obj/structure/table/wood, -/obj/item/newspaper{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/newspaper, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cCI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/research{ - name = "Toxins Mixing Lab"; - req_access_txt = "8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdtoxins"; - name = "Toxins Lab Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cCJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cCK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCM" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cCN" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/item/stack/sheet/metal/five, -/obj/item/circuitboard/machine/paystand, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/vacant_room/commissary) -"cCO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cCP" = ( -/turf/closed/wall, -/area/vacant_room/commissary) -"cCQ" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Jetpack Storage"; - pixel_x = -1; - req_access_txt = "19" - }, -/obj/structure/window/reinforced, -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 4; - pixel_y = -1 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cCR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cCS" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cCT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cCU" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/bridge/showroom/corporate"; - dir = 8; - name = "Corporate Lounge APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cCV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"cCW" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/virologist, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCX" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cCY" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cCZ" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/storage/box/fancy/donut_box, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cDa" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/paper_bin, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cDb" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cDc" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/virologist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cDd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/virology) -"cDe" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cDf" = ( -/obj/machinery/camera{ - c_tag = "Virology - Break Room"; - dir = 8; - name = "virology camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cDg" = ( -/obj/structure/sign/poster/official/cleanliness, -/turf/closed/wall, -/area/medical/virology) -"cDh" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/table/glass, -/obj/item/flashlight/lamp, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cDi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/bed, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cDj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cDk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cDl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cDm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/mixing) -"cDn" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cDq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"cDu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDv" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cDy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cDC" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cDD" = ( -/obj/item/flashlight/seclite, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/dorms) -"cDE" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/razor, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cDF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cDG" = ( -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cDH" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cDI" = ( -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cDJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cDK" = ( -/obj/structure/weightmachine/stacklifter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cDL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cDM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cDN" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cDO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cDP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cDQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDR" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cDS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cDU" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cDV" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Containment - Aft Starboard"; - dir = 8; - network = list("singularity") - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cDW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cDX" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cDZ" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Chief Medical Officer's Quarters"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cEa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cEb" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Chapel Maintenance"; - req_access_txt = "27" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cEc" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cEd" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cEe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cEf" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cEg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cEh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cEi" = ( -/obj/structure/table/reinforced, -/obj/item/tank/jetpack/carbondioxide{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/power/apc{ - areastring = "/area/engine/storage"; - dir = 4; - name = "Engineering Storage APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/storage) -"cEj" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cEk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cEm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cEn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cEo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"cEp" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/library) -"cEq" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cEr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"cEs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cEt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cEu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"cEw" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cEx" = ( -/obj/structure/table, -/obj/item/storage/secure/briefcase, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"cEy" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cEz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"cEA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cEB" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/wrench, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/table/reinforced, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cEC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cED" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"cEE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cEF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cEG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEH" = ( -/obj/machinery/vending/wallmed{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cEI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cEJ" = ( -/obj/item/stack/rods{ - amount = 25 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cEK" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/clipboard, -/obj/item/toy/figure/dsquad, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cEL" = ( -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cEM" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cEN" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cEO" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = -3 - }, -/obj/item/clothing/mask/cigarette/cigar, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cEP" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/lighter, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cEQ" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/bridge/showroom/corporate) -"cER" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/secure/briefcase, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cES" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/virology"; - dir = 4; - name = "Virology Satellite APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cET" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cEU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cEV" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cEW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEY" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"cEZ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/theatre/abandoned) -"cFa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/theatre/abandoned) -"cFb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"cFc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFd" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/machinery/camera{ - c_tag = "Virology - Hallway"; - dir = 8; - name = "virology camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFe" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/theatre/abandoned) -"cFf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cFg" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cFh" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cFi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cFj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cFk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cFl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cFm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cFn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFo" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"cFp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cFs" = ( -/obj/machinery/rnd/server, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"cFt" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"cFu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cFw" = ( -/obj/item/clipboard{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/newspaper{ - pixel_x = 7; - pixel_y = 11 - }, -/obj/item/newspaper, -/obj/item/pen/red, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/dorms) -"cFx" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cFy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cFz" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cFA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"cFB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cFC" = ( -/obj/machinery/rnd/server, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"cFD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cFE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/virology{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/medical) -"cFF" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"cFG" = ( -/obj/machinery/camera{ - c_tag = "Holodeck - Fore"; - dir = 2; - name = "holodeck camera" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"cFH" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cFI" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cFJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cFK" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cFL" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cFM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Containment Access"; - req_access_txt = "10; 13" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cFN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cFO" = ( -/obj/machinery/door/airlock/research{ - name = "Break Room"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cFP" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cFQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cFR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cFS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"cFT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cFU" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage) -"cFV" = ( -/obj/machinery/camera{ - c_tag = "Science - Lab Access"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cFW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"cFX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFY" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50; - pixel_x = 2; - pixel_y = -2 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cFZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cGa" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cGb" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cGc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/port) -"cGd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cGf" = ( -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/item/gps, -/obj/item/gps, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cGg" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Bridge - E.V.A. Aft"; - dir = 1; - name = "command camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cGh" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cGi" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGj" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/medical/medbay/central) -"cGk" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cGl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cGm" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cGn" = ( -/obj/item/storage/belt, -/obj/item/radio, -/obj/machinery/light, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cGo" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/folder/blue, -/obj/item/clothing/under/rank/centcom_commander{ - desc = "A replica of a jumpsuit worn by the highest ranking commanders under Nanotrasen's central command."; - name = "Replica CentCom officer's jumpsuit" - }, -/obj/item/clothing/head/centhat{ - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0); - desc = "A replica hat of a Central Commander's attire. It has a small tag on it saying, 'It's good to be emperor.'"; - name = "Replica CentCom hat" - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGp" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGu" = ( -/obj/machinery/button/door{ - id = "corporatelounge"; - name = "Corporate Lounge Shutters"; - pixel_x = -7; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGv" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGw" = ( -/obj/structure/table/wood, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/folder/red, -/obj/item/toy/gun, -/obj/item/clothing/head/beret/sec{ - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0); - desc = "A replica beret resembling that of a special operations officer under Nanotrasen."; - name = "replica officer's beret" - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/bridge/showroom/corporate) -"cGx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cGy" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cGA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cGB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cGC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cGD" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cGF" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cGG" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cGH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cGI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Toilet Unit" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/restrooms) -"cGK" = ( -/obj/machinery/door/airlock{ - name = "Toilet Unit" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"cGM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"cGN" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"cGO" = ( -/obj/machinery/vending/autodrobe/all_access, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"cGQ" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/medical) -"cGR" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGS" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/item/toy/figure/roboticist{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/retractor, -/obj/item/hemostat, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cGT" = ( -/obj/machinery/button/door{ - id = "Dorm1"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 7; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cGU" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -3; - pixel_y = 15 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/beer{ - desc = "Whatever it is, it reeks of foul, putrid froth."; - icon_state = "beer"; - list_reagents = list("bacchus_blessing" = 15); - name = "Delta-Down"; - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/dorms) -"cGV" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/paper_bin, -/obj/machinery/camera{ - c_tag = "Virology - Cells"; - dir = 8; - name = "virology camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cGW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cGX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cGY" = ( -/obj/structure/bodycontainer/crematorium{ - dir = 4; - id = "cremawheat" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cGZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cHa" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cHb" = ( -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHc" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHd" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHe" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHf" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHg" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/grille, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cHh" = ( -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cHi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cHj" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cHk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cHl" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cHm" = ( -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cHn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cHo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cHp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cHq" = ( -/obj/structure/table/reinforced, -/obj/item/nanite_scanner{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/nanite_scanner{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/nanite_remote{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/nanite_remote{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cHr" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cHs" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cHt" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cHu" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods/fifty, -/obj/item/wrench, -/obj/item/storage/box/lights/mixed, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage) -"cHv" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plating, -/area/maintenance/port) -"cHw" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods/fifty, -/obj/item/wrench, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cHx" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"cHy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/maintenance/port) -"cHz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cHA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small, -/obj/structure/closet/crate/goldcrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"cHB" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"cHC" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cHD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cHE" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"cHF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"cHH" = ( -/obj/structure/rack, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/item/stack/cable_coil/random/five, -/obj/item/wrench, -/obj/item/screwdriver, -/obj/machinery/button/door{ - id = "commissarydoor"; - name = "Commissary Door Lock"; - normaldoorcontrol = 1; - pixel_x = -5; - pixel_y = -26; - specialfunctions = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"cHI" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: PRESSURIZED DOORS" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"cHK" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutters"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cHL" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cHM" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "corporatelounge"; - name = "Corporate Lounge Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge/showroom/corporate) -"cHN" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/bridge/showroom/corporate) -"cHO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cHP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"cHQ" = ( -/obj/structure/table/wood/fancy, -/obj/item/storage/book/bible, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cHR" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cHS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cHU" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cHV" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cHW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cHX" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cHY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/medical) -"cHZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"cIa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"cIb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cIc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"cId" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cIe" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cIf" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm5"; - name = "Cabin 1" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/dorms) -"cIg" = ( -/obj/effect/landmark/start/chaplain, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cIh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cIi" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cIj" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cIk" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/science/research) -"cIl" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cIm" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cIn" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/window{ - dir = 4; - name = "Fitness Ring" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cIo" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"cIp" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cIq" = ( -/obj/structure/noticeboard{ - desc = "A board for remembering the fallen of the station."; - dir = 1; - name = "memorial board"; - pixel_y = -32 - }, -/obj/machinery/holopad, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Chapel - Aft"; - dir = 1; - name = "chapel camera" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cIr" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cIs" = ( -/obj/machinery/camera{ - c_tag = "Departures - Port"; - dir = 4; - name = "departures camera" - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cIt" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/chapel/main) -"cIu" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port) -"cIv" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Office"; - req_access_txt = "27" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cIw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"cIx" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cIy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cIz" = ( -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cIA" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cIB" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cIC" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Departures - Aft"; - dir = 1; - name = "departures camera" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cID" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cIE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cIF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/aft) -"cIG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/maintenance/department/medical) -"cIH" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/fancy/donut_box, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cII" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cIJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cIK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cIL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cIM" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cIN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/doorButtons/access_button{ - dir = 1; - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -24; - pixel_y = -2; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/virology) -"cIO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen) -"cIP" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/carpet, -/area/chapel/office) -"cIQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cIR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cIS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cIT" = ( -/obj/structure/closet/l3closet/virology, -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cIU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hopblast"; - name = "HoP Blast door" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"cIV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cIW" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cIX" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cIY" = ( -/obj/structure/window/reinforced, -/turf/open/space/basic, -/area/space) -"cIZ" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cJa" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cJb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/reagent_containers/blood/random, -/obj/item/roller, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cJc" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cJd" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cJe" = ( -/obj/machinery/washing_machine, -/obj/machinery/camera{ - c_tag = "Dormitories - Port"; - dir = 4; - name = "dormitories camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/dorms) -"cJf" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cJg" = ( -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"cJh" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space) -"cJi" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab/range"; - dir = 2; - name = "Testing Range APC"; - pixel_y = -23 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cJj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cJk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/storage/primary) -"cJl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"cJm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cJn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/storage/tools) -"cJo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/space, -/area/space/nearstation) -"cJp" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"cJq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"cJr" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"cJs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/door_timer{ - id = "brig2"; - name = "Cell 2"; - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cJt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"cJv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cJw" = ( -/obj/structure/table/wood, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 6 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 2 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 4.5 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"cJx" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJz" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cJA" = ( -/obj/machinery/door/airlock{ - id_tag = "AuxCabinB"; - name = "Cabin B" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"cJB" = ( -/obj/machinery/door/window/northright, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"cJF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Waste to Filter" - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cJH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cJI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cJJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cJK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cJL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cJM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJO" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cJR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter/atmos/distro_loop, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/visible, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cJT" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/machinery/meter/atmos/atmos_waste_loop, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cJU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Fore Port"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJV" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite - Fore Starboard"; - dir = 4; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJW" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cJX" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJY" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cJZ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/aisat) -"cKa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"cKb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cKc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"cKd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKg" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Engineering Hallway - Starboard"; - dir = 2; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cKi" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"cKj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cKk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cKl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bridge/showroom/corporate) -"cKm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cKn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cKo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cKp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cKq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cKr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"cKs" = ( -/obj/structure/urinal{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cKt" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cKw" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKx" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cKy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cKz" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cKA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cKB" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cKC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cKD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cKE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cKF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"cKG" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cKH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cKI" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/research) -"cKJ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKK" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cKL" = ( -/obj/structure/bed, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKM" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKQ" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKS" = ( -/obj/structure/bed, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/item/bedsheet/medical/virology, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKT" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/dorms) -"cKU" = ( -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKV" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/chair/office/light, -/obj/effect/decal/cleanable/greenglow, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cKW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cKX" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"cKY" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cKZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/office/light, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLa" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cLc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"cLe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLf" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cLg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cLj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cLl" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cLm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLn" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/crew_quarters/fitness/recreation) -"cLo" = ( -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"cLp" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLq" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cLr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cLs" = ( -/obj/machinery/light_switch{ - pixel_x = 36 - }, -/obj/machinery/vending/assist, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cLt" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Chapel Maintenance"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/chapel/office) -"cLu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance"; - req_access_txt = "47" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cLw" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cLx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"cLz" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cLA" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"cLB" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 1; - piping_layer = 2 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/poster/official/work_for_a_future{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cLC" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cLG" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cLH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cLN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cLO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLS" = ( -/obj/machinery/door/airlock/virology{ - name = "Virology Break Room"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cLT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLU" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cLV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cLW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cLX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cLY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"cLZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cMa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cMb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cMc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cMf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cMg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cMj" = ( -/obj/machinery/door/airlock/virology{ - name = "Virology Cabin"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cMm" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/virologist, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/library/abandoned) -"cMo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cMp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"cMq" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/dorms) -"cMr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cMs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cMu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cMv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMw" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1; - icon_state = "connector_map-1" - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cMx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"cMy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/spawner/xmastree, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cMz" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cMA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cMB" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Hall" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"cMC" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cME" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMH" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"cMJ" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"cMK" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cML" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder, -/obj/item/paper/fluff/holodeck/disclaimer, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cMM" = ( -/obj/machinery/shieldgen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cMN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMO" = ( -/turf/closed/wall, -/area/maintenance/department/electrical) -"cMP" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/maintenance/department/electrical) -"cMQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cMR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Chapel Morgue"; - dir = 8; - name = "chapel camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cMS" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/department/electrical) -"cMT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "Chapel Junction"; - sortType = 17 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cMV" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cMW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port) -"cMX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cMY" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"cMZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cNa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cNb" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cNc" = ( -/turf/closed/wall, -/area/science/xenobiology) -"cNd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cNe" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 1"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cNf" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 2"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cNg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 3"; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cNh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"cNi" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Killroom Chamber"; - dir = 2; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"cNj" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/flashlight, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"cNk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/chaplain, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cNl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cNm" = ( -/obj/machinery/light, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNn" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/science{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/research) -"cNq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/research) -"cNr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cNs" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/science/research) -"cNt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cNu" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/science{ - dir = 8 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = 8 - }, -/turf/closed/wall, -/area/science/research) -"cNv" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cNw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cNx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cNy" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 4 - }, -/obj/structure/sign/directions/security{ - dir = 4; - pixel_y = 8 - }, -/turf/closed/wall, -/area/medical/medbay/central) -"cNz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cNA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cNB" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/medbay/central) -"cNC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/layer4, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/department/electrical) -"cND" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/medbay/central) -"cNE" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNF" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cNG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cNH" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cNJ" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cNK" = ( -/turf/closed/wall/r_wall, -/area/medical/storage) -"cNL" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/storage) -"cNP" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/requests_console{ - department = "Medbay Storage"; - name = "Medbay Storage RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"cNQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cNR" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Containment Cell"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/virology) -"cNS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cNT" = ( -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cNU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cNV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cNW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cNX" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cNY" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cNZ" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/recreation) -"cOa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"cOb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOe" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOf" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cOg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cOj" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/warden) -"cOk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOl" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cOm" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cOo" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cOp" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/brig) -"cOr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"cOs" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cOt" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOu" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/electronics/apc{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/electronics/apc, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOv" = ( -/obj/machinery/power/port_gen/pacman, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOx" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall8"; - location = "hall7" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOy" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cOz" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOA" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/multitool, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOB" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/lights/mixed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cOC" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOD" = ( -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/holopad, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"cOI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Xenobiology Maintenance"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cOJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cOK" = ( -/obj/machinery/door/airlock/grunge{ - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cOL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/virology) -"cOM" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"cON" = ( -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"cOO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - name = "killroom vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cOP" = ( -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cOQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"cOR" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"cOS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance"; - req_access_txt = "47" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cOU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cOV" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/science/research) -"cOY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cOZ" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPc" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/white, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPd" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPe" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPf" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPg" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPh" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/science{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cPj" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cPk" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"cPl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPm" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPn" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPp" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPq" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPs" = ( -/obj/structure/table, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/ointment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPt" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"cPv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPw" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPx" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/item/radio/intercom{ - dir = 8; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPy" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"cPz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"cPA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cPB" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cPC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cPE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cPG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPH" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Lab"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/restraints/handcuffs, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cPL" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Containment Cell"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPM" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Containment Cell"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/virology) -"cPN" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood, -/area/library/abandoned) -"cPO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library/abandoned) -"cPP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/library/abandoned) -"cPQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library/abandoned) -"cPR" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/library/abandoned) -"cPS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/morgue{ - name = "Occult Study" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"cPT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"cPU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cPV" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cPW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"cPX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"cPY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cPZ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cQa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"cQb" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cQc" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/black, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cQd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cQe" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cQj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cQk" = ( -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cQl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cQm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cQn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cQo" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/aft) -"cQp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cQq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cQr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cQs" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/electrical"; - dir = 4; - name = "Auxiliary Power APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cQt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/command{ - name = "Auxiliary E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cQu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"cQv" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"cQy" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cQz" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research) -"cQA" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cQB" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cQC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"cQD" = ( -/turf/closed/wall, -/area/security/checkpoint/science/research) -"cQE" = ( -/obj/structure/table, -/obj/item/cartridge/signal/toxins{ - pixel_x = 6 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = -6 - }, -/obj/item/cartridge/signal/toxins{ - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Science - Research Director's Office"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cQF" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cQG" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cQI" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQK" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQO" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cQR" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cQS" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cQT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cQU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cQV" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cQW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cQX" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cQY" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cQZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cRe" = ( -/turf/closed/wall, -/area/medical/storage) -"cRg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cRh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cRi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cRj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cRk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"cRq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cRr" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/chapel/office) -"cRs" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen/fourcolor, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/chapel/office) -"cRt" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/briefcase, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/cane, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cRu" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cRv" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cRw" = ( -/obj/effect/landmark/start/chaplain, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cRx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cRy" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cRz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cRA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cRB" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/valve/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cRC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cRD" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cRE" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/maintenance/department/electrical) -"cRF" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cRG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cRH" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Quarters"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cRI" = ( -/obj/structure/chair/office/dark, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cRJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cRK" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cRL" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cRM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cRN" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cRO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cRP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cRQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cRR" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/science/xenobiology) -"cRS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cRT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Port"; - dir = 2; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cRU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cRV" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cRW" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cRX" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cRY" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno4"; - name = "Creature Cell #4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cRZ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cSa" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cSb" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno5"; - name = "Creature Cell #5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cSc" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno6"; - name = "Creature Cell #6" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cSd" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno6"; - name = "Creature Cell #6" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cSe" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno6"; - name = "Creature Cell #6" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"cSf" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/carpet, -/area/chapel/office) -"cSg" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Kill Room"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cSh" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cSi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSj" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSk" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSl" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cSm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cSo" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cSp" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cSq" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"cSt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"cSu" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cSv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cSw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cSx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"cSy" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cSz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cSA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cSB" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cSC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cSD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cSE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cSF" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cSG" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 1; - icon_state = "connector_map-3" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cSH" = ( -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ - dir = 1; - icon_state = "connector_map-3" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cSI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cSJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cSK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"cSL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cSS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/storage) -"cSU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"cSV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/research) -"cSX" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cSY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cTa" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cTc" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cTd" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/storage) -"cTe" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cTg" = ( -/obj/structure/table, -/obj/item/clothing/under/sl_suit{ - name = "referee suit" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cTh" = ( -/obj/structure/table, -/obj/item/storage/briefcase, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cTi" = ( -/obj/machinery/camera{ - c_tag = "Holodeck - Aft"; - dir = 1; - name = "holodeck camera" - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"cTj" = ( -/obj/structure/table, -/obj/item/extinguisher/mini, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/clothing/mask/breath, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cTk" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cTl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTm" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTo" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cTp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cTq" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTr" = ( -/obj/machinery/computer/monitor{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTs" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTx" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Auxiliary Power"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTy" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cTz" = ( -/obj/effect/decal/remains/xeno, -/obj/effect/decal/cleanable/xenoblood, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"cTA" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"cTB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenosecure"; - name = "Secure Pen Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cTC" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen{ - dir = 4; - network = list("xeno") - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTD" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/janitor) -"cTE" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cTF" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cTG" = ( -/obj/structure/sign/departments/xenobio, -/turf/closed/wall, -/area/science/xenobiology) -"cTH" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "xeno4"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTJ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTK" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/science/xenobiology) -"cTL" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "xeno5"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTM" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTN" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: BIOHAZARD CELL" - }, -/turf/closed/wall, -/area/science/xenobiology) -"cTO" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/machinery/button/door{ - id = "xeno6"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTP" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/xenobiology) -"cTQ" = ( -/obj/machinery/monkey_recycler, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTR" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTT" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTU" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/chem_master, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTV" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/obj/item/radio/intercom{ - pixel_y = 32 - }, -/obj/item/extinguisher/mini, -/obj/effect/turf_decal/delivery, -/obj/item/storage/box/monkeycubes, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cTW" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cTX" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 28 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cUb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port) -"cUc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cUd" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cUe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cUf" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering Auxiliary Power"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cUg" = ( -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/janitor) -"cUh" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cUi" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cUj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cUn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cUo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cUp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUr" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/research/abandoned"; - dir = 1; - name = "Abandoned Research Lab APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/research/abandoned) -"cUs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cUw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"cUx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cUy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cUz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cUA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cUB" = ( -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Science - Research Division Access"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cUC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cUE" = ( -/obj/item/storage/box/lights/mixed, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cUF" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cUK" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cUN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUP" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cUQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cUT" = ( -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/vomit/old, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUU" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cUV" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/paicard, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cUW" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket/letterman_nanotrasen, -/obj/item/clothing/suit/toggle/lawyer, -/obj/item/clothing/under/maid, -/obj/item/clothing/head/kitty, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"cUX" = ( -/obj/structure/bed, -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/bedsheet/dorms, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cUY" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/purple, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/item/clothing/under/lawyer/female, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cUZ" = ( -/obj/structure/dresser, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cVa" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/light, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/toggle/lawyer/black, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/clothing/head/fedora, -/obj/item/clothing/under/redeveninggown, -/obj/item/clothing/head/rabbitears, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cVb" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/dorms) -"cVc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cVd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cVe" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cVf" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"cVg" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cVh" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/research) -"cVk" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cVl" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/mask/gas, -/obj/item/clothing/head/hardhat/red, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cVm" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cVn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"cVo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cVp" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cVq" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"cVr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cVs" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cVt" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cVu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cVv" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cVx" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cVy" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cVz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cVA" = ( -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cVC" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenosecure"; - name = "Secure Pen Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cVD" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/button/door{ - id = "xenosecure"; - name = "Containment Control"; - pixel_y = -3; - req_access_txt = "55" - }, -/obj/item/radio/intercom{ - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cVE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cVF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cVG" = ( -/obj/machinery/door/airlock/medical{ - name = "Break Room"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cVI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cVJ" = ( -/obj/structure/closet/bombcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cVK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cVM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cVN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/research) -"cVO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/research) -"cVQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cVR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"cVS" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cVT" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Xenobiology Lab"; - name = "Xenobiology RC"; - pixel_x = 32; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cVU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cVW" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cVX" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/mob/living/simple_animal/cockroach, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cVY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cVZ" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cWa" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cWb" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cWc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cWd" = ( -/obj/item/beacon, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cWe" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cWf" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cWg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cWh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cWi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cWj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cWk" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cWl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/medical_kiosk, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cWm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cWn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/science) -"cWo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cWq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cWr" = ( -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/science) -"cWv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cWw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cWx" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -38 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"cWz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/chair/office/light, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cWA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cWB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cWC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cWD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cWE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cWG" = ( -/obj/machinery/door/airlock/research{ - name = "Nanite Lab"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/nanite) -"cWH" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"cWI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cWJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cWK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cWL" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cWM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cWN" = ( -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cWO" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cWQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cWR" = ( -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cWS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cWT" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cWV" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology - Secure Cell"; - dir = 4; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cWW" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 8; - name = "Secure Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenosecure"; - name = "Secure Pen Shutters" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cWX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Secure Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cWY" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/beacon, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXj" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cXk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cXl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cXn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cXo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"cXp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cXq" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Security Post - Science"; - dir = 8; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cXs" = ( -/obj/machinery/door/airlock/research{ - name = "Research Testing Range"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"cXt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cXu" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXv" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Science - Waiting Room"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXw" = ( -/obj/structure/table, -/obj/item/gps, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXx" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXy" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXz" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"cXA" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cXC" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/packageWrap, -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"cXD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cXE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cXF" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cXH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cXI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXJ" = ( -/obj/structure/disposalpipe/segment, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXK" = ( -/obj/structure/bed/roller, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXL" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXM" = ( -/obj/structure/bed/roller, -/obj/structure/sign/departments/chemistry{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Medbay - Waiting Room"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXN" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXO" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXP" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cXT" = ( -/obj/structure/table/wood/poker, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/wallet/random, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"cXU" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cXW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cXX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cXZ" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/storage) -"cYc" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Break Room"; - dir = 2; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cYd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"cYf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cYg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/abandoned_gambling_den) -"cYh" = ( -/obj/structure/table/wood/poker, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cYj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cYk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cYl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cYm" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"cYp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cYq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cYr" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/crew_quarters/abandoned_gambling_den) -"cYs" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/science) -"cYt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "MiniSat Service Bay"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"cYu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cYv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"cYw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cYx" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cYy" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cYz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cYA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cYB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cYC" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cYD" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cYE" = ( -/obj/machinery/power/smes, -/obj/machinery/light/small, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cYF" = ( -/obj/machinery/light_switch{ - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cYG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"cYH" = ( -/obj/machinery/power/smes, -/obj/machinery/light/small, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cYI" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"cYJ" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"cYK" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cYL" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenosecure"; - name = "Secure Pen Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cYM" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cYN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cYO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cYP" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"cYQ" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"cYR" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYS" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"cYZ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cZa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cZb" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Starboard"; - dir = 8; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cZc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cZd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cZe" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cZf" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - id = "scicell"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"cZg" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"cZh" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"cZi" = ( -/turf/closed/wall, -/area/science/lab) -"cZk" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/science/research) -"cZl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/departments/science{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cZm" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"cZn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/lab) -"cZo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/lab) -"cZp" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/lab) -"cZq" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/science/lab) -"cZt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemisttop"; - name = "Chemistry Lobby Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cZu" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemisttop"; - name = "Chemistry Lobby Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cZw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/medbay/central) -"cZy" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/syringe, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cZz" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/britcup, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cZA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"cZB" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Robotics Junction"; - sortType = 14 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"cZC" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cZD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cZF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cZG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cZI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cZJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cZL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cZM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cZN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cZO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cZP" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cZQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cZR" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/abandoned_gambling_den) -"cZS" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"cZT" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"cZU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"cZV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"cZW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"cZX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"cZY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"cZZ" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/rnd/experimentor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/explab) -"dab" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"daf" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dag" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dah" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -38 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dai" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"daj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/fitness/recreation) -"dak" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/fitness/recreation) -"dal" = ( -/obj/structure/mopbucket, -/obj/effect/decal/cleanable/dirt, -/obj/item/mop, -/turf/open/floor/plating, -/area/maintenance/port) -"dam" = ( -/obj/structure/sink/kitchen{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink"; - pixel_y = 28 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/maintenance/port) -"dan" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dao" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dap" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"daq" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenosecure"; - name = "Secure Pen Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"dar" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"das" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dau" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dav" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dax" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = -32 - }, -/obj/machinery/button/door{ - id = "xeno1"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"day" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daz" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "xeno2"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daA" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "xeno3"; - name = "Containment Control"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daB" = ( -/obj/machinery/processor/slime, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"daD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"daE" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"daF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"daG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"daH" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"daI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/brig{ - id = "scicell"; - name = "Science Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"daJ" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"daK" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"daL" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"daM" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"daN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/abandoned_gambling_den) -"daO" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"daP" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/science/lab) -"daQ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"daR" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daS" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daU" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daW" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/wrench, -/obj/item/clothing/glasses/welding, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"daX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/preopen{ - id = "experimentor"; - name = "Test Chamber Blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/science/explab) -"daY" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Mixing Lab"; - req_access_txt = "8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdtoxins"; - name = "Toxins Lab Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/mixing) -"daZ" = ( -/obj/structure/chair/office/light, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dba" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Side Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"dbb" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 3 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dbc" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/grenades, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/toy/figure/chemist{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dbd" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dbe" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dbf" = ( -/obj/machinery/chem_dispenser, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dbg" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/stock_parts/cell/high, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 8; - name = "Research and Development Lab APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dbi" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/medical/chemistry) -"dbk" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dbl" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dbm" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = 24; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dbo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dbq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbv" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dbz" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbC" = ( -/turf/closed/wall, -/area/medical/abandoned) -"dbE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dbF" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dbG" = ( -/obj/structure/table, -/obj/item/storage/photo_album, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dbH" = ( -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dbI" = ( -/obj/structure/table, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dbJ" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dbK" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/fitness/recreation) -"dbL" = ( -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/fitness/recreation) -"dbM" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/color/orange, -/obj/item/storage/box/mousetraps{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/grenade/chem_grenade/cleaner, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dbN" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"dbO" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dbP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dbQ" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/medical/abandoned"; - dir = 2; - name = "Abandoned Medical Lab APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/medical/abandoned) -"dbS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dbT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"dbU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dbV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dbW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dbX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dbY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/engine, -/area/science/explab) -"dbZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dca" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/button/door{ - id = "rdxeno"; - name = "Xenobiology Containment Control"; - pixel_x = -7; - pixel_y = 7; - req_access_txt = "30" - }, -/obj/machinery/button/door{ - id = "rdtoxins"; - name = "Toxins Containment Control"; - pixel_x = -7; - pixel_y = -4; - req_access_txt = "30" - }, -/obj/machinery/button/door{ - id = "rdrnd"; - name = "Research and Development Containment Control"; - pixel_x = 7; - pixel_y = 7; - req_access_txt = "30" - }, -/obj/machinery/button/door{ - id = "rdoffice"; - name = "Privacy Control"; - pixel_x = 7; - pixel_y = -4; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dcb" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dcc" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/science/xenobiology) -"dcd" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dce" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcg" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dch" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dci" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno1"; - name = "Creature Cell #1" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dcj" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dck" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dcl" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno2"; - name = "Creature Cell #2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dcm" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dcn" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/obj/machinery/door/window/brigdoor{ - dir = 2; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dco" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xeno3"; - name = "Creature Cell #3" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dcp" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dcr" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dcs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dct" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcu" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/xenobiology"; - dir = 4; - name = "Xenobiology Lab APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dcv" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"dcw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"dcx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"dcy" = ( -/obj/machinery/door/airlock/security{ - id_tag = "scidoor"; - name = "Security Post - Science"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science/research) -"dcz" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/yogs/paramedic, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"dcE" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dcG" = ( -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dcH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dcI" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dcJ" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dcK" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"dcM" = ( -/turf/closed/wall, -/area/medical/chemistry) -"dcN" = ( -/obj/structure/table/glass, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dcO" = ( -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dcP" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dcQ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dcR" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dcS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dcV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dcW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dcX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dcY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dcZ" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"ddc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dde" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) -"ddh" = ( -/obj/structure/table/wood, -/obj/item/folder/white, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ddi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"ddk" = ( -/obj/machinery/vending/cigarette, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ddl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"ddm" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/sleeper{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"ddn" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"ddo" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/abandoned) -"ddp" = ( -/obj/structure/table/glass, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/ointment, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"ddq" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"ddr" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"dds" = ( -/obj/structure/frame/machine, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"ddt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/engine, -/area/science/explab) -"ddu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ddv" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ddw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"ddx" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Recreation - Aft"; - dir = 1; - name = "recreation camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ddy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ddz" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/wrapping_paper, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/fitness/recreation) -"ddA" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/fitness/recreation) -"ddB" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port) -"ddC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ddD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ddE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ddF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"ddG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ddJ" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office"; - req_access_txt = "40" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"ddK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"ddL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ddM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ddN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"ddO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"ddP" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer's Office"; - req_access_txt = "40" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"ddQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ddR" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ddS" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"ddT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ddU" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ddV" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/latex, -/obj/item/slime_scanner, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ddW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ddX" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science/research) -"ddY" = ( -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ddZ" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"deb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dec" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"ded" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"def" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"deg" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"deh" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dei" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/lab) -"dej" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"dek" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"del" = ( -/obj/structure/table/glass, -/obj/item/clothing/glasses/science{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/science, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/screwdriver, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dem" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"den" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"deo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dep" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"deq" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"der" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/chemistry) -"des" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/md, -/obj/machinery/light/small, -/obj/structure/sign/poster/official/ian{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"deu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dev" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dew" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/research) -"dex" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"deE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"deJ" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"deK" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"deL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"deN" = ( -/obj/structure/sign/departments/examroom{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"deO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"deP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"deQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"deR" = ( -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"deS" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/abandoned) -"deT" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/abandoned) -"deU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"deV" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 2; - icon_state = "left"; - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"deY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"dfb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"dfc" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/departments/xenobio{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dfd" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdxeno"; - name = "Xenobiology Containment Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dfe" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel, -/area/medical/storage) -"dff" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdxeno"; - name = "Xenobiology Containment Door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/xenobiology) -"dfg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"dfh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dfi" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/science/research) -"dfj" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/gloves, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research) -"dfk" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"dfl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/storage/pod{ - pixel_x = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research) -"dfm" = ( -/turf/closed/wall, -/area/science/research) -"dfn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dfp" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/science/research) -"dfq" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/science/robotics/mechbay"; - dir = 1; - name = "Mech Bay APC"; - pixel_y = 23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dfr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dfs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dft" = ( -/obj/machinery/holopad{ - pixel_x = -16 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dfu" = ( -/obj/machinery/requests_console{ - department = "Research Lab"; - name = "Research RC"; - pixel_x = 32; - receive_ore_updates = 1 - }, -/obj/machinery/camera{ - c_tag = "Science - Research and Development"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dfv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/departments/chemistry{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dfw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "chemistbot"; - name = "Chemistry Shutter Control"; - pixel_x = -26; - pixel_y = -7; - req_access_txt = "33" - }, -/obj/machinery/button/door{ - id = "chemisttop"; - name = "Chemistry Shutter Control"; - pixel_x = -26; - pixel_y = 7; - req_access_txt = "33" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dfx" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dfy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dfz" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dfA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dfC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dfE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dfG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfL" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/medical/medbay/central) -"dfM" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dfO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dfP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dfQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dfR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Telecomms Foyer"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dfS" = ( -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/teleporter) -"dfT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"dfU" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dfV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dfW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"dfX" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/server) -"dfY" = ( -/turf/closed/wall, -/area/crew_quarters/abandoned_gambling_den) -"dfZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dga" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dgb" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dgc" = ( -/obj/structure/table/wood, -/obj/machinery/cell_charger, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dgd" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 8; - name = "Toxins Lab APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"dge" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/stack/rods{ - amount = 23 - }, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/white, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dgf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dgg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dgh" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgi" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgk" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dgl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/storage) -"dgq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dgr" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 4"; - dir = 1; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dgs" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 5"; - dir = 1; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dgt" = ( -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Xenobiology - Cell 6"; - dir = 1; - name = "xenobiology camera"; - network = list("ss13","xeno","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"dgu" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dgv" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dgw" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dgx" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dgy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"dgz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/clerk) -"dgA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"dgB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/clerk) -"dgC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dgD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dgE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dgF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/shower{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"dgG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/restrooms) -"dgH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/restrooms) -"dgI" = ( -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/toilet/restrooms) -"dgJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgK" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Primary Restroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"dgM" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/toy/figure/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dgN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/disk/tech_disk{ - pixel_x = -6 - }, -/obj/item/disk/tech_disk{ - pixel_x = 6 - }, -/obj/item/disk/tech_disk{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dgO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dgP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dgQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab2"; - name = "Secondary Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/lab) -"dgR" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dgT" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dgU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Side Shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"dgV" = ( -/obj/machinery/chem_dispenser, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dgW" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dgX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"dgZ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"dha" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"dhb" = ( -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Locker Room - Aft"; - dir = 1; - name = "dormitories camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"dhc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"dhd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"dhe" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"dhf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"dhg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhh" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"dhi" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"dhj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhk" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Containment Access"; - req_access_txt = "10; 13" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dho" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dhq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dht" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"dhv" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"dhw" = ( -/turf/open/floor/plating, -/area/medical/abandoned) -"dhx" = ( -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/abandoned) -"dhy" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/item/surgical_drapes, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"dhz" = ( -/obj/structure/frame/computer, -/obj/item/circuitboard/computer/operating, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/abandoned) -"dhA" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26; - use_power = 0 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"dhB" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"dhD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"dhE" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dhF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"dhG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/beacon, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dhH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"dhI" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"dhJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/clerk) -"dhK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhM" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhN" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dhO" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dhQ" = ( -/turf/closed/wall, -/area/science/research/abandoned) -"dhR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/command) -"dhS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"dhT" = ( -/obj/machinery/camera{ - c_tag = "Holodeck Control"; - dir = 2; - name = "holodeck camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"dhU" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"dhV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dhW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Access" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"dhZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"dia" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dib" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dic" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"did" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"die" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"dif" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dig" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dih" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Port Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dii" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dij" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dik" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dil" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/lab) -"dim" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Research Lab Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab2"; - name = "Secondary Research and Development Shutter" - }, -/obj/machinery/door/window/eastright, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"din" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dio" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dip" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemistbot"; - name = "Chemistry Side Shutters" - }, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Chemistry Desk" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"diq" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dir" = ( -/obj/machinery/requests_console{ - department = "Chemistry Lab"; - name = "Chemistry RC"; - pixel_y = -64; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dis" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"dit" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"diu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"div" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diw" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dix" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diy" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"diz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"diE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diF" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"diG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"diH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"diI" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - color = "#c45c57"; - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/captain, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"diJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"diK" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"diL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"diM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"diN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Access"; - req_one_access_txt = "32;19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"diP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"diQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"diR" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/medical/abandoned) -"diS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"diT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"diU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"diV" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/abandoned) -"diW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"diX" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/dresser, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"diY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/clothing/suit/toggle/owlwings, -/obj/item/clothing/under/owl, -/obj/item/clothing/mask/gas/owl_mask, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"diZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase, -/obj/item/restraints/handcuffs, -/obj/item/grenade/smokebomb, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dja" = ( -/obj/machinery/vending/assist, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"djb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/status_display/ai_core, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"djc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"djd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"dje" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"djf" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"djg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"djh" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"dji" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/mob/living/simple_animal/bot/secbot/pingsky, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"djj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"djk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing/horizontal, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"djl" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"djm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"djn" = ( -/obj/structure/table/reinforced, -/obj/item/multitool, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/maintenance/port) -"djo" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"djp" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel, -/area/maintenance/port) -"djq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"djr" = ( -/turf/open/floor/plasteel, -/area/maintenance/port) -"djs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"djt" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/computer/security/telescreen/minisat{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"dju" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"djv" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/maintenance/port) -"djw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"djx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/chief) -"djy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"djz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"djA" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"djB" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/science{ - pixel_x = -32 - }, -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"djC" = ( -/obj/machinery/camera{ - c_tag = "Science - Experimentation Lab"; - dir = 2; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"djD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/bombcloset/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"djE" = ( -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/structure/rack, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"djF" = ( -/turf/closed/wall/r_wall, -/area/science/nanite) -"djG" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"djH" = ( -/obj/machinery/nanite_programmer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"djI" = ( -/obj/machinery/computer/nanite_chamber_control, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"djJ" = ( -/obj/machinery/nanite_chamber, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"djK" = ( -/turf/closed/wall, -/area/science/nanite) -"djL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"djM" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"djN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"djO" = ( -/obj/structure/chair/office/dark, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"djP" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"djQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall13"; - location = "hall12" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"djR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall11"; - location = "hall10" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"djS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Starboard Primary Hallway" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djV" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"djZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dka" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dkb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall5"; - location = "hall4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dkc" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dkd" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/button/door{ - id = "rndlab1"; - name = "Primary Research Shutters Control"; - pixel_x = -7; - pixel_y = -23; - req_access_txt = "7" - }, -/obj/machinery/button/door{ - id = "rndlab2"; - name = "Secondary Research Shutters Control"; - pixel_x = 7; - pixel_y = -23; - req_access_txt = "7" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"dke" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dkf" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dkh" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"dki" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"dkj" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"dkk" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dkl" = ( -/obj/item/beacon, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=hall12"; - location = "hall11" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey."; - name = "Officer Beepsky" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dkm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "Security Junction"; - sortType = 7 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dkn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dko" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dkr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dks" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/security/glass{ - name = "Brig"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dkt" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dku" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dkv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"dkw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"dkx" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security{ - name = "Armoury"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dky" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dkz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dkA" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dkB" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/aisat) -"dkC" = ( -/obj/machinery/light, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dkD" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"dkE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dkF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dkG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"dkH" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"dkI" = ( -/obj/structure/table/reinforced, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dkJ" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/abandoned) -"dkK" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/storage/firstaid/regular, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/abandoned) -"dkL" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/hemostat, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/abandoned) -"dkM" = ( -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/syringe/epinephrine{ - pixel_y = 5 - }, -/obj/item/reagent_containers/syringe, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/abandoned) -"dkN" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small, -/obj/structure/bedsheetbin, -/obj/item/gun/syringe, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/abandoned) -"dkO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"dkQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dkR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dkS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"dkT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table/wood, -/obj/item/modular_computer/tablet/preset/cheap, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dkU" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dkV" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dkW" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/end{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dkX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/window/northright, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dkY" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 9 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dkZ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dla" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 5 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dlb" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"dlc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dld" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dle" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dlf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dlg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dlh" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Warden's Office"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"dli" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dlj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"dlk" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/button/door{ - id = "brigwindows"; - name = "Cell Window Control"; - pixel_x = -32; - pixel_y = -26; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigfront"; - name = "Brig Access Control"; - pixel_x = -26; - pixel_y = -36; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - id = "brigprison"; - name = "Prison Lockdown"; - pixel_x = -38; - pixel_y = -36; - req_access_txt = "63" - }, -/obj/effect/landmark/start/warden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"dll" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dlm" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dln" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dlo" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"dlp" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dlq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dlr" = ( -/obj/structure/table/reinforced, -/obj/item/taperecorder, -/obj/item/folder/white, -/obj/effect/turf_decal/bot, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"dls" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"dlt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/nanite"; - dir = 8; - name = "Nanite Lab"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dlu" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dlv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dlw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Access"; - req_access_txt = "10" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dlx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security{ - name = "Security Post - Engineering"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"dly" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dlz" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/science/research) -"dlA" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"dlB" = ( -/obj/machinery/door/airlock/silver{ - name = "Bathroom"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/captain/private) -"dlC" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "Engineering Junction"; - sortType = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dlD" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"dlE" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"dlF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dlG" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"dlH" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dlI" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dlJ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dlK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dlL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"dlM" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"dlN" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"dlO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"dlP" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab"; - req_one_access_txt = "7;29" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dlQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"dlR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain/private) -"dlS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"dlT" = ( -/turf/closed/wall, -/area/maintenance/department/medical) -"dlU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dlV" = ( -/turf/closed/wall, -/area/medical/genetics/cloning) -"dlY" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dlZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dmc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dme" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dmf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"dmg" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library) -"dmh" = ( -/turf/closed/wall, -/area/hallway/secondary/construction) -"dmi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dmj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dmk" = ( -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dml" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dmm" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dmn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dmo" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dmp" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dmq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dmr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_x = 3; - pixel_y = 2 - }, -/obj/structure/table/glass, -/obj/machinery/airalarm/directional/west{ - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dms" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dmt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/landmark/start/yogs/brigphsyician, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dmu" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dmv" = ( -/obj/effect/landmark/start/yogs/brigphsyician, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dmw" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"dmx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/brig/infirmary) -"dmy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dmz" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"dmA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dmB" = ( -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/ointment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"dmC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"dmD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dmE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dmF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/nanite) -"dmG" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dmH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dmI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"dmJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dmK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dmL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"dmM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dmN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dmO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dmP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dmQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dmR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dmS" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/paicard, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dmT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dmU" = ( -/obj/structure/displaycase/labcage, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dmV" = ( -/obj/machinery/light, -/obj/structure/closet/wardrobe/mixed, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/wood, -/area/hallway/secondary/service) -"dmW" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dmX" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dmY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dmZ" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dna" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dnb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dnc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dnd" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dnf" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dng" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dnh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dni" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dnj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"dnk" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/lab) -"dnp" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dns" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/bedsheet/prisoner, -/turf/open/floor/plasteel, -/area/security/brig) -"dnt" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/westleft{ - name = "Monkey Pen"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dnu" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/medical/virology/virology1{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dnz" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"dnI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/mob/living/simple_animal/sloth/citrus, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"dnJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dnK" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"dnL" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/sign/departments/science{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dnM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dnN" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnP" = ( -/obj/machinery/pipedispenser, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnQ" = ( -/obj/machinery/pipedispenser/disposal, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnR" = ( -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnS" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnT" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dnU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dnV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"dnX" = ( -/obj/item/stack/sheet/plasteel{ - amount = 15 - }, -/obj/item/wrench, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clothing/glasses/welding, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dnY" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dnZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"doa" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"dob" = ( -/obj/structure/table/wood/poker, -/obj/item/stack/spacecash/c1000{ - pixel_y = 8 - }, -/obj/item/stack/spacecash/c500, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"doc" = ( -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"dod" = ( -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"doe" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 24; - pixel_y = 24; - req_one_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"dof" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dog" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"doh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"doi" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"doj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"dok" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port) -"dol" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/security/prison) -"dom" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"don" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"doo" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"doq" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Generator Access"; - req_one_access_txt = "24;10" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dor" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dos" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Engine Access"; - req_access_txt = "24"; - req_one_access_txt = "0" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dot" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dou" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dov" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/quartermaster, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dow" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dox" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"doy" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"doz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"doA" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"doB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Quartermaster's Office"; - req_access_txt = "41" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doF" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doH" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/quartermaster, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Quartermaster's Quarters"; - req_access_txt = "41" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"doN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"doO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"doP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"doQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"doR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet, -/area/crew_quarters/bar/atrium) -"doS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doT" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/quartermaster, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"doU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"doV" = ( -/obj/machinery/flasher{ - id = "PCell 3"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"doX" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"doY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"doZ" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"dpa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"dpb" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"dpc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dpd" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dpe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"dpg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"dph" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dpi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dpk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"dpl" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"dpo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"dpp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - name = "Theatre Junction"; - sortType = 18 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"dpr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"dps" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dpt" = ( -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"dpu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dpz" = ( -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/prison) -"dpA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dpE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/education) -"dpF" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dpG" = ( -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dpH" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dpI" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dpK" = ( -/obj/structure/closet/emcloset, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dpL" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dpM" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dpN" = ( -/obj/structure/table/wood/poker, -/obj/item/clothing/glasses/sunglasses/big, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"dpO" = ( -/obj/structure/table/wood/poker, -/obj/item/stack/spacecash/c10{ - pixel_x = -16; - pixel_y = 8 - }, -/obj/item/stack/spacecash/c100, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"dpP" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/syndicate{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"dpQ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dpS" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dpT" = ( -/obj/effect/decal/cleanable/vomit/old, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dpU" = ( -/obj/item/storage/toolbox/emergency, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dpV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"dpW" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dpX" = ( -/obj/structure/target_stake, -/obj/item/target/syndicate, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"dpY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dpZ" = ( -/turf/open/floor/plating, -/area/science/research/abandoned) -"dqa" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dqb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dqd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dqe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dqf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dqg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dqh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"dqi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"dqj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "Bar Junction"; - sortType = 19 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"dqk" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"dql" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"dqm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"dqn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"dqo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"dqp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"dqq" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"dqr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"dqs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"dqt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/fore) -"dqu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"dqv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dqw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"dqx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dqy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dqz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"dqA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqC" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Research and Development" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dqD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dqE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqF" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"dqG" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"dqH" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/xenobiology) -"dqI" = ( -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqJ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plating, -/area/science/xenobiology) -"dqK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dqM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dqN" = ( -/obj/structure/filingcabinet/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dqO" = ( -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"dqP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dqQ" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dqR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters{ - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/obj/machinery/button/door{ - id = "mechbay"; - name = "Mech Bay Shutters Control"; - pixel_y = 26; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dqS" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dqT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/scientist, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dqW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "rdxeno"; - name = "Xenobiology Containment Door" - }, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dqY" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dra" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"drb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"drc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"drd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dre" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"drf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"drg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"drh" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"drj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"drp" = ( -/obj/structure/rack, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/packageWrap, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"drq" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"drr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"drs" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"drt" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/abandoned_gambling_den) -"dru" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"drv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"drw" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 6 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"drx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"dry" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"drz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"drA" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"drC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/library/abandoned"; - dir = 8; - name = "Abandoned Library APC"; - pixel_x = -25 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/library/abandoned) -"drD" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"drE" = ( -/obj/structure/sign/poster/official/build{ - pixel_y = -32 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"drF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"drG" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"drH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/clerk) -"drI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "experimentor"; - name = "Test Chamber Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/science/explab) -"drK" = ( -/obj/structure/sign/warning/securearea, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "experimentor"; - name = "Test Chamber Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/science/explab) -"drL" = ( -/obj/structure/chair/wood, -/obj/machinery/camera{ - c_tag = "Chapel - Starboard"; - dir = 8; - name = "chapel camera" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"drM" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/disks_nanite{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - dir = 4; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"drN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"drO" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"drP" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"drQ" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing) -"drR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rdtoxins"; - name = "Toxins Lab Shutters" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/mixing) -"drS" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/maintenance/solars/port/aft"; - dir = 2; - name = "Port Quarter Solar APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"drT" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/science/mixing) -"drU" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/yogs/network_admin, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"drV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden/abandoned) -"drW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"drX" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 8; - name = "Research Director's Office APC"; - pixel_x = -25 - }, -/obj/structure/cable/white, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/item/twohanded/required/kirbyplants/dead, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"drY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"drZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dsa" = ( -/obj/machinery/button/crematorium{ - id = "cremawheat"; - pixel_x = -26; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dsb" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = -26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dsc" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dsd" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Chapel Crematorium"; - dir = 8; - name = "chapel camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dse" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/medical/virology) -"dsf" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/medical/virology) -"dsg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dsh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"dsi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ - dir = 1; - icon_state = "inje_map-2" - }, -/turf/open/floor/plating/airless, -/area/medical/virology) -"dsj" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dsk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dsl" = ( -/obj/machinery/door/poddoor/shutters{ - id = "mechbay"; - name = "Mech Bay Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dsm" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dsn" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dso" = ( -/obj/structure/filingcabinet/security, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Security - Departures Port"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"dsp" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/item/clipboard, -/obj/item/toy/figure/chaplain, -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dsq" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dsr" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dsw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"dsx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/pet/fox/fennec/Autumn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dsy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab"; - dir = 4; - name = "Testing Lab APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dsz" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsA" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsH" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsI" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsJ" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsK" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"dsM" = ( -/obj/structure/cable/white, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dsN" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"dsO" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dsP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dsQ" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dsR" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dsS" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dsT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dsU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dsV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dsW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dsX" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/chapel/office) -"dsY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/window/eastleft, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dsZ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dta" = ( -/obj/structure/table/wood, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/item/book/manual/wiki/engineering_hacking, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dtb" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dtc" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dtd" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"dte" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dtf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"dtg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"dth" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/research) -"dti" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dtj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dtk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/science/misc_lab) -"dtl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dtm" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dtn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dto" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/aft) -"dtp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dtq" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dtr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dts" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dtt" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/vacuum, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/medical/virology) -"dtv" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/range) -"dtw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dtx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"dty" = ( -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"dtz" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"dtA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"dtB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard) -"dtC" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics) -"dtE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"dtF" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"dtG" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"dtH" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/hallway/secondary/command) -"dtI" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"dtJ" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"dtK" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"dtM" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/clerk) -"dtO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"dtP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"dtT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/maintenance/port) -"dtU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"dtV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"dtW" = ( -/obj/effect/spawner/structure/window/reinforced/tinted/shutter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dtX" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/construction"; - dir = 2; - name = "Auxiliary Construction Zone APC"; - pixel_y = -23 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dtY" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/maintenance/solars/starboard/aft"; - dir = 2; - name = "Starboard Quarter Solar APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dtZ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/abandoned"; - dir = 1; - name = "Abandoned Theatre APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dua" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office/private_investigators_office"; - dir = 8; - name = "Private Investigator's Office APC"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"duc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dud" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft"; - dir = 2; - name = "Aft Maintenance APC"; - pixel_y = -23 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"due" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"duf" = ( -/obj/structure/chair/wood/normal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dug" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"duh" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/directional, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dui" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/hollow/reinforced/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"duj" = ( -/obj/machinery/computer/card{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/customs/auxiliary"; - dir = 8; - name = "Departures Customs APC"; - pixel_x = -25 - }, -/obj/machinery/camera{ - c_tag = "Departures Customs"; - dir = 4; - name = "customs camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"duk" = ( -/obj/structure/table/wood, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dul" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dum" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dun" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"duo" = ( -/obj/structure/table/reinforced, -/obj/item/mmi, -/obj/item/assembly/prox_sensor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dup" = ( -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/white, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"duq" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/robotics_cyborgs, -/obj/item/storage/belt/utility, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dur" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dus" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/micro_laser, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dut" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"duu" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/secondary/exit/departure_lounge"; - dir = 1; - name = "Departure Lounge APC"; - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Departures - Fore"; - dir = 2; - name = "departures camera" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"duv" = ( -/obj/machinery/power/apc{ - areastring = "/area/chapel/main"; - dir = 8; - name = "Chapel APC"; - pixel_x = -25 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"duw" = ( -/turf/open/floor/engine, -/area/science/explab) -"dux" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - dir = 1; - name = "Chapel Quarters APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/table/wood, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/grown/log, -/obj/item/grown/log, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"duy" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/engine, -/area/science/explab) -"duz" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm/directional/west{ - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"duA" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/escape"; - dir = 8; - name = "Departures Checkpoint APC"; - pixel_x = -25 - }, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/radio, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"duD" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"duE" = ( -/obj/machinery/computer/nanite_chamber_control{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"duF" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"duO" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"duP" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"duS" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/table/reinforced, -/obj/item/phone{ - desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/cigarette/cigar/cohiba{ - pixel_x = 6 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 2 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = 4.5 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"duX" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 1 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"duY" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"duZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"dvc" = ( -/turf/closed/wall, -/area/medical/genetics) -"dvk" = ( -/obj/machinery/computer/scan_consolenew, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dvp" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dvq" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"dvr" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"dvs" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dvv" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/photocopier/faxmachine{ - department = "Medical" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dvw" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular, -/obj/item/folder/blue, -/obj/item/clothing/glasses/hud/health, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"dvL" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Science - Toxins Secure Storage"; - dir = 4; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/storage) -"dvM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dvN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dvO" = ( -/obj/structure/table, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dvQ" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/weldingtool, -/obj/item/assembly/voice, -/obj/item/clothing/head/welding, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dvR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dvS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dvT" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dvV" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/crew_quarters/abandoned_gambling_den) -"dvW" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/crew_quarters/abandoned_gambling_den) -"dvY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dvZ" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dwd" = ( -/obj/machinery/camera{ - c_tag = "Science - Experimentor"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/science/explab) -"dwg" = ( -/obj/machinery/camera{ - c_tag = "Science - Toxins Mixing Lab Fore"; - dir = 4; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/science/mixing) -"dwk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"dwo" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/storage/secure/briefcase, -/obj/item/taperecorder, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - pixel_x = -26; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dws" = ( -/obj/machinery/computer/robotics{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/keycard_auth{ - pixel_x = -5; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = 5; - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dww" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Science - Mech Bay"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwA" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"dwU" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"dxr" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/storage/toolbox/emergency{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dxs" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dxt" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dxu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dxv" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/construction) -"dxw" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/item/electronics/firealarm, -/obj/item/stack/sheet/glass, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dxA" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dxB" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dxD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dxE" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dxF" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/abandoned_gambling_den) -"dxG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dxH" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dxI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dxJ" = ( -/turf/open/floor/circuit/green, -/area/science/research/abandoned) -"dxK" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/turf/open/floor/circuit/green, -/area/science/research/abandoned) -"dxL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dxM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dxO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dxP" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dxQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/science/mixing) -"dxW" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"dxX" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"dyc" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"dyd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "roboticsprivacy"; - name = "Robotics Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/science/robotics/lab) -"dyf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dyg" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"dyx" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"dyy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dyC" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"dyN" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dyO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dyQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dyR" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dyS" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/construction) -"dyU" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"dyW" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dyX" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dyY" = ( -/obj/structure/table/wood/poker, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dyZ" = ( -/obj/structure/table/wood/poker, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/abandoned_gambling_den) -"dza" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/box/matches{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dzb" = ( -/obj/structure/table/wood/poker, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dzc" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/box/fancy/cigarettes/dromedaryco{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/cigarettes/dromedaryco, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/abandoned_gambling_den) -"dzd" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dzf" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dzg" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/research/abandoned) -"dzh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dzt" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dzu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter, -/turf/open/floor/plasteel, -/area/science/mixing) -"dzx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"dzA" = ( -/obj/structure/closet/secure_closet/RD, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"dzE" = ( -/obj/structure/dresser, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dzF" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Robotics Lab"; - name = "Robotics RC"; - pixel_y = 32; - receive_ore_updates = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dzH" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dzI" = ( -/obj/structure/rack, -/obj/item/book/manual/wiki/robotics_cyborgs, -/obj/item/storage/belt/utility/full, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/circuitboard/mecha/ripley/main, -/obj/item/circuitboard/mecha/ripley/peripherals, -/obj/effect/turf_decal/bot, -/obj/machinery/posialert{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dzJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dzN" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticsdesk"; - name = "Genetics Desk Shutters" - }, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Genetics Desk"; - req_access_txt = "9" - }, -/obj/machinery/door/window/westright{ - name = "Genetics Desk" - }, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dzS" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"dzT" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/item/radio/headset/headset_medsci, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"dzU" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dzW" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dzZ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"dAb" = ( -/obj/structure/bed/dogbed/runtime, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dAf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 4; - name = "Chief Medical Officer's Office APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Chief Medical Officer's Office"; - dir = 8; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"dAi" = ( -/obj/structure/table, -/obj/item/paper_bin/construction, -/obj/item/airlock_painter, -/obj/structure/sign/poster/official/marvin{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"dAk" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"dAl" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dAm" = ( -/obj/machinery/power/smes, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dAn" = ( -/obj/machinery/camera{ - c_tag = "Solar - Aft Starboard"; - name = "solar camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dAo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/abandoned_gambling_den) -"dAp" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/cyborgrecharger, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dAq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dAr" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dAs" = ( -/obj/item/robot_suit, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dAt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dAx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dAA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dAI" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/rd, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dAK" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAN" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAO" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAP" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "roboticsprivacy"; - name = "Robotics Shutters" - }, -/obj/machinery/door/window/westleft{ - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/window/eastleft, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dAQ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticsdesk"; - name = "Genetics Desk Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"dAR" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "geneticsdesk"; - name = "Genetics Desk Shutters"; - pixel_x = -26; - pixel_y = -26; - req_access_txt = "9" - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dAT" = ( -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dAU" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dAV" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"dAW" = ( -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Medbay Storage"; - name = "Genetics Lab RC"; - pixel_y = -32 - }, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"dAZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dBf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"dBm" = ( -/obj/machinery/computer/med_data/laptop, -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"dBn" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"dBI" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dBJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dBK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/aft) -"dBL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/aft) -"dBM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/starboard/aft) -"dBN" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dBO" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dBQ" = ( -/obj/structure/table/wood/poker, -/obj/item/reagent_containers/food/drinks/bottle/rum{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/crew_quarters/abandoned_gambling_den) -"dBR" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/obj/machinery/vending/boozeomat/all_access, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dBS" = ( -/obj/structure/table/wood/poker, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den) -"dBT" = ( -/obj/structure/table, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dBU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dBV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dBW" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dBX" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/head/welding, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dBY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dCa" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/item/assembly/igniter{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dCi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dCj" = ( -/obj/machinery/button/door{ - id = "idquarters"; - name = "Privacy Control"; - pixel_x = -26; - pixel_y = -26; - req_access_txt = "30" - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/sign/plaques/cave{ - pixel_y = -32 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dCk" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/camera{ - c_tag = "Science - Research Director's Quarters"; - dir = 1; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dCm" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dCs" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dCu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dCv" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dCy" = ( -/turf/closed/wall, -/area/medical/morgue) -"dCA" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/medical/morgue) -"dCG" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/cmo, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 4; - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dCJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"dDb" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"dDd" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dDe" = ( -/obj/machinery/power/solar_control{ - dir = 8; - id = "aftstarboard"; - name = "Starboard Quarter Solar Control"; - track = 0 - }, -/obj/structure/cable, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"dDf" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dDg" = ( -/obj/structure/table, -/obj/item/stack/rods{ - amount = 23 - }, -/obj/item/stack/cable_coil/white, -/obj/item/flashlight/seclite, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dDh" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dDi" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/folder/white, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"dDj" = ( -/obj/structure/frame/computer{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dDk" = ( -/obj/structure/frame/machine, -/obj/machinery/light/small, -/obj/item/stack/sheet/glass, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dDl" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/black, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/science/research/abandoned) -"dDn" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dDo" = ( -/obj/item/assembly/timer{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/assembly/timer, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dDq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"dDr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/turf/open/floor/plasteel, -/area/science/mixing) -"dDt" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/power/apc/highcap{ - areastring = "/area/ai_monitored/secondarydatacore"; - dir = 1; - name = "AI Secondary Datacore"; - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"dDF" = ( -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Science - Robotics Lab"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/aug_manipulator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dDW" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/storage/secure/briefcase, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dDY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dEa" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "cmoshutter"; - name = "CMO Office Shutters"; - pixel_x = 7; - pixel_y = -26; - req_access_txt = "40" - }, -/obj/machinery/keycard_auth{ - pixel_x = 7; - pixel_y = -38 - }, -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -26 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer's RC"; - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"dEi" = ( -/turf/closed/wall, -/area/crew_quarters/theatre/abandoned) -"dEj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dEk" = ( -/turf/closed/wall, -/area/security/detectives_office/private_investigators_office) -"dEm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dEn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"dEo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port) -"dEq" = ( -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/structure/table/reinforced, -/obj/machinery/requests_console{ - department = "Toxins Lab"; - name = "Toxins RC"; - pixel_x = -32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/mixing) -"dEu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/poster/official/science{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dEw" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"dEx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"dEy" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 6 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"dEz" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"dEA" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"dEB" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/item/clipboard, -/obj/item/wrench, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dEG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"dEH" = ( -/obj/structure/rack, -/obj/item/storage/firstaid, -/obj/item/storage/firstaid, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/paicard, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEM" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEO" = ( -/obj/machinery/computer/rdconsole/robotics{ - dir = 8 - }, -/obj/structure/sign/departments/medbay/alt{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dEW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"dFe" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"dFk" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/maid, -/obj/item/clothing/head/kitty, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dFl" = ( -/obj/machinery/vending/autodrobe{ - req_access_txt = "0" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dFn" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dFo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dFp" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Theatre Stage" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dFq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/crew_quarters/theatre/abandoned) -"dFr" = ( -/obj/structure/dresser, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dFs" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dFt" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/photocopier, -/obj/item/newspaper{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/newspaper, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dFv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dFw" = ( -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/security/detectives_office/private_investigators_office) -"dFx" = ( -/obj/structure/table/wood, -/obj/item/crowbar/red, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/detective, -/obj/item/camera/detective, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office/private_investigators_office) -"dFy" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "aftstarboard"; - name = "Aft-Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"dFz" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26; - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFB" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/machinery/camera{ - c_tag = "Science - Toxins Launch Site"; - dir = 2; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFD" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFE" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dFI" = ( -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/science/mixing) -"dFL" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Science - Toxins Mixing Lab Aft"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/science/mixing) -"dFO" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "secondary_aicore_exterior"; - idInterior = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Console"; - pixel_x = 23; - pixel_y = -32; - req_one_access_txt = "30;70" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_exterior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = 22; - pixel_y = -21; - req_one_access_txt = "30;70" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"dFP" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_exterior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = -23; - pixel_y = -23; - req_one_access_txt = "30;70" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"dFR" = ( -/obj/machinery/light_switch{ - pixel_x = -28; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "secondary_aicore_interior"; - idSelf = "secondary_aicore_controller"; - name = "Secondary AI Core Access Button"; - pixel_x = -24; - pixel_y = 24; - req_one_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dFY" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 8; - name = "Robotics Lab APC"; - pixel_x = -25 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dGa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dGc" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dGd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dGe" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dGw" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/item/clothing/under/rank/nursesuit, -/obj/item/clothing/head/nursehat, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dGz" = ( -/obj/structure/dresser, -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dGD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dGE" = ( -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dGF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dGG" = ( -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dGH" = ( -/obj/structure/table/wood, -/obj/item/newspaper, -/obj/item/clothing/head/bowler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dGI" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/theatre/abandoned) -"dGJ" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/theatre/abandoned) -"dGK" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/justice, -/obj/item/clothing/head/helmet/justice/escape{ - name = "justice helmet" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dGL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dGN" = ( -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"dGO" = ( -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dGP" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "greydet"; - name = "trenchcoat" - }, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/head/fedora, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dGR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dGS" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dGT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dGU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dGV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dGW" = ( -/turf/closed/wall/r_wall, -/area/science/test_area) -"dGY" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/toxins{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dGZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dHb" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dHc" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dHe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dHh" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/book/manual/wiki/toxins, -/obj/item/storage/firstaid/toxin{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plasteel, -/area/science/mixing) -"dHp" = ( -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/obj/machinery/computer/ai_server_console{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"dHq" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"dHt" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "meddoor"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"dHu" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/screwdriver{ - pixel_y = 5 - }, -/obj/item/multitool, -/obj/item/clothing/head/welding, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dHw" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/borg/upgrade/rename, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dHy" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/cautery, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dHz" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"dHA" = ( -/obj/effect/landmark/start/roboticist, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"dHI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Treatment Center Desk"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"dHV" = ( -/obj/structure/bed, -/obj/item/bedsheet/cmo, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dHX" = ( -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dHY" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/theatre/abandoned) -"dHZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dIa" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dIb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/crew_quarters/theatre/abandoned) -"dIc" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dIf" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/security/detectives_office/private_investigators_office) -"dIg" = ( -/obj/structure/filingcabinet/security, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dIh" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "aftstarboard"; - name = "Aft-Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"dIi" = ( -/obj/structure/window/reinforced, -/obj/item/target, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dIj" = ( -/obj/machinery/button/massdriver{ - dir = 2; - id = "toxinsdriver"; - pixel_x = -24 - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dID" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/r_wall, -/area/ai_monitored/secondarydatacore) -"dIE" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/secondarydatacore) -"dIF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"dIH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "server vent" - }, -/obj/machinery/camera{ - c_tag = "Science - Server Room"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/science/server) -"dIL" = ( -/obj/structure/table, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dIN" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dIP" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/obj/structure/sign/departments/medbay/alt{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dIQ" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"dIR" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"dIS" = ( -/obj/structure/table/reinforced, -/obj/item/scalpel{ - pixel_y = 16 - }, -/obj/item/circular_saw, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"dJh" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"dJi" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dJk" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dJl" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"dJA" = ( -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dJB" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/security/detectives_office/private_investigators_office) -"dJC" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"dJD" = ( -/obj/structure/chair/office/dark, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"dJE" = ( -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"dJF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office/private_investigators_office) -"dJG" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dJH" = ( -/turf/open/floor/plating/airless, -/area/science/test_area) -"dJI" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dJJ" = ( -/obj/machinery/doppler_array/research/science{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dJT" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/mixing) -"dKc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/science/storage) -"dKd" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/science/storage"; - dir = 4; - name = "Toxins Storage APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"dKq" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dKr" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/geisha, -/obj/item/clothing/shoes/sandal, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dKs" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dKt" = ( -/obj/structure/table/wood, -/obj/item/folder/white{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/red, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dKu" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dKv" = ( -/obj/structure/table/wood, -/obj/item/clothing/gloves/color/black, -/obj/item/storage/box/evidence, -/obj/item/taperecorder, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office/private_investigators_office) -"dKw" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dKx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dKy" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dKz" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dKA" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall, -/area/science/misc_lab) -"dKB" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/science/misc_lab) -"dKC" = ( -/obj/machinery/door/window/southleft{ - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dKF" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dKG" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dKH" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dLr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/crew_quarters/theatre/abandoned) -"dLs" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dLt" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/papersack/smiley, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/theatre/abandoned) -"dLu" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/theatre/abandoned) -"dLv" = ( -/obj/structure/table/wood, -/obj/item/clothing/suit/cardborg, -/obj/item/clothing/head/cardborg, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dLw" = ( -/obj/item/circuitboard/computer/secure_data, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/structure/frame/computer{ - dir = 4; - icon_state = "0" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dLx" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dLy" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/cigarettes/cigpack_uplift{ - pixel_x = 6 - }, -/obj/item/storage/box/fancy/cigarettes/cigpack_carp{ - pixel_x = -3 - }, -/obj/item/lighter, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dLz" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/security/detectives_office/private_investigators_office) -"dLA" = ( -/obj/structure/rack, -/obj/item/storage/briefcase{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/secure/briefcase, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dLB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space, -/area/solar/starboard/aft) -"dLC" = ( -/turf/closed/indestructible/opshuttle, -/area/science/test_area) -"dLD" = ( -/obj/item/target, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/preset/toxins{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dLE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dLF" = ( -/obj/item/beacon, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dLG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dLH" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dLI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/misc_lab) -"dLJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/misc_lab) -"dLK" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "Toxins Launcher Bay Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/science/misc_lab) -"dLL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dLM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dLN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dLO" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "toxinsdriver" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"dLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dLS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"dLT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/crowbar/red, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dLU" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dLW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dLX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dLY" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"dLZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dMa" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dMc" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dMd" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets, -/obj/structure/sign/poster/official/report_crimes{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dMA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"dMJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"dMM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dMZ" = ( -/obj/structure/dresser, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNa" = ( -/obj/structure/table/wood, -/obj/item/wrench, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/briefcase, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/crew_quarters/theatre/abandoned) -"dNc" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/crew_quarters/theatre/abandoned) -"dNd" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNe" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/musician/piano, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/stool/bar, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNg" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lipstick/random{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/lipstick/random, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNh" = ( -/obj/item/instrument/violin, -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"dNi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/frame/computer{ - dir = 4; - icon_state = "0" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dNj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dNk" = ( -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office/private_investigators_office) -"dNl" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/security/detectives_office/private_investigators_office) -"dNm" = ( -/obj/structure/dresser, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/detectives_office/private_investigators_office) -"dNn" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/turf/open/space, -/area/solar/starboard/aft) -"dNo" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNq" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNs" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNt" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dNC" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dNH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"dNL" = ( -/turf/closed/wall, -/area/security/checkpoint/customs/auxiliary) -"dNO" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"dNQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dNS" = ( -/turf/closed/wall, -/area/maintenance/aft) -"dNY" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dNZ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dOa" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dOb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dOc" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dOd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dOe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"dOn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"dOo" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"dOp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/science/storage) -"dOz" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dOD" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Departures Hallway - Aft"; - dir = 4; - name = "hallway camera" - }, -/obj/effect/turf_decal/bot, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dOF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/aft) -"dOH" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dOK" = ( -/obj/item/stack/cable_coil, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"dOL" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/item/target, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/airless, -/area/science/test_area) -"dOM" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"dON" = ( -/turf/closed/wall, -/area/library/abandoned) -"dOO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/library/abandoned) -"dOR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"dOT" = ( -/turf/closed/wall/r_wall, -/area/science/storage) -"dOU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"dOZ" = ( -/obj/structure/table/wood, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/clipboard, -/obj/item/folder, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dPc" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dPf" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dPg" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/customs/auxiliary) -"dPk" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dPm" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/medical) -"dPq" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"dPr" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"dPs" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"dPu" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plating, -/area/library/abandoned) -"dPv" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/plating, -/area/library/abandoned) -"dPw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dPx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dPz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dPA" = ( -/obj/structure/table/wood, -/obj/item/dice/d20, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dPB" = ( -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dPC" = ( -/obj/structure/chair/office/dark, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dPD" = ( -/obj/structure/chair/office/dark, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/library/abandoned) -"dPE" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dPF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"dPI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dPJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dPK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dPM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"dPN" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dPR" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dPS" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"dPX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "surgery_shutters_2"; - name = "Patient Room B Shutters" - }, -/turf/open/floor/plating, -/area/medical/patients_rooms/room_b) -"dPY" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dPZ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/door/window/brigdoor/southright{ - dir = 8; - name = "Customs Desk"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dQa" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dQb" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dQc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dQd" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dQi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQj" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQl" = ( -/turf/closed/wall, -/area/medical/virology) -"dQm" = ( -/obj/structure/table/glass, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/item/paper_bin, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQn" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQp" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dQq" = ( -/obj/structure/table_frame/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/library/abandoned) -"dQr" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dQs" = ( -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dQu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dQv" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dQw" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/paicard, -/turf/open/floor/carpet, -/area/library/abandoned) -"dQx" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/carpet, -/area/library/abandoned) -"dQy" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dQB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dQC" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dQD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dQE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dQG" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dQK" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dQN" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dQO" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/customs/auxiliary) -"dQR" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dQX" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = 22; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dQY" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -10; - pixel_y = 24; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dQZ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dRa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dRb" = ( -/obj/machinery/door/airlock/virology{ - name = "Virology Access"; - req_access_txt = "39" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dRn" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_y = 1 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"dRo" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/library/abandoned) -"dRp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/library/abandoned) -"dRq" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/library/abandoned) -"dRr" = ( -/obj/structure/bookcase, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood, -/area/library/abandoned) -"dRs" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library/abandoned) -"dRt" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dRu" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck/cas{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/toy/cards/deck/cas/black{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/carpet, -/area/library/abandoned) -"dRv" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/folder/red, -/turf/open/floor/carpet, -/area/library/abandoned) -"dRw" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/library/abandoned) -"dRx" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dRP" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/crowbar, -/obj/item/radio, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dRQ" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/box/ids, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dRS" = ( -/obj/structure/closet/secure_closet/contraband/heads, -/obj/item/storage/secure/briefcase, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs/auxiliary) -"dRT" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dRV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"dRW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"dRX" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/help_others{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"dRZ" = ( -/obj/structure/closet/l3closet/virology, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dSb" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dSc" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"dSk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dSo" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dSp" = ( -/obj/structure/bookcase, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/wood, -/area/library/abandoned) -"dSq" = ( -/obj/structure/bookcase, -/turf/open/floor/wood, -/area/library/abandoned) -"dSu" = ( -/turf/open/floor/wood, -/area/library/abandoned) -"dSv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/library/abandoned) -"dSw" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dSx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dSM" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/customs/auxiliary) -"dSN" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/customs/auxiliary) -"dSO" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint/customs/auxiliary) -"dSP" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/science{ - dir = 1 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"dSQ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dSR" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Departures Lounge" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dSS" = ( -/obj/structure/sign/directions/evac{ - pixel_y = -8 - }, -/obj/structure/sign/directions/medical{ - dir = 1 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 8 - }, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"dST" = ( -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"dSU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"dTj" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dTk" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"dTm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/library/abandoned) -"dTn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/library/abandoned) -"dTo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/library/abandoned) -"dTq" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/library/abandoned) -"dTr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/library/abandoned) -"dTs" = ( -/obj/machinery/photocopier, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/library/abandoned) -"dTt" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/library/abandoned) -"dTu" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/library/abandoned) -"dTw" = ( -/turf/closed/wall, -/area/chapel/office) -"dTx" = ( -/obj/structure/bodycontainer/morgue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dTA" = ( -/turf/closed/wall, -/area/chapel/main) -"dTE" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dTF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dTH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dTI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dTJ" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dTW" = ( -/obj/item/clothing/neck/stethoscope, -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/box/donkpockets, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"dTX" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"dTY" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/medical/virology) -"dTZ" = ( -/obj/structure/dresser, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"dUb" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"dUc" = ( -/mob/living/simple_animal/cockroach, -/turf/open/floor/wood, -/area/library/abandoned) -"dUe" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/library/abandoned) -"dUf" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/library/abandoned) -"dUi" = ( -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dUl" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUm" = ( -/obj/structure/bookcase, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/plaques/kiddie/badger{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUn" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUo" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUr" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/harebell{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/harebell{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUs" = ( -/obj/structure/bookcase, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUt" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dUu" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/chapel/main) -"dUx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dUy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dUz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dUA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dUB" = ( -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dUC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/suit_storage_unit/command, -/obj/machinery/door/window/westright{ - name = "Command Suit Storage"; - req_access_txt = "19" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"dUN" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"dUR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/library/abandoned) -"dUS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/library/abandoned) -"dUT" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/library/abandoned) -"dUU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library/abandoned) -"dUV" = ( -/obj/structure/destructible/cult/tome, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/library/abandoned) -"dUW" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dVb" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dVc" = ( -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"dVk" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dVl" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dVt" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVu" = ( -/obj/structure/table/glass, -/obj/machinery/requests_console{ - department = "Virology Lab"; - name = "Virology RC"; - pixel_y = 32; - receive_ore_updates = 1 - }, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVw" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVx" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVz" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/machinery/camera{ - c_tag = "Virology - Lab"; - name = "virology camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dVD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dVH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dVI" = ( -/obj/structure/bookcase, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/library/abandoned) -"dVJ" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/library/abandoned) -"dVK" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dVN" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/item/clothing/under/burial, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dVW" = ( -/obj/machinery/door/airlock/grunge{ - name = "Chapel Hall" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"dWc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dWg" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dWm" = ( -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -32 - }, -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dWn" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dWo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dWp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dWq" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dWx" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/virology) -"dWB" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dWC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/library/abandoned) -"dWD" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/library/abandoned) -"dWE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/library/abandoned) -"dWF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/library/abandoned) -"dWH" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/item/organ/tongue/bone, -/turf/open/floor/plating, -/area/library/abandoned) -"dWJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"dWM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Chapel - Port"; - dir = 4; - name = "chapel camera" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dWN" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dWO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dWQ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dWR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dWV" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dXa" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dXl" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/medical/virology) -"dXp" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/wood, -/area/library/abandoned) -"dXq" = ( -/obj/structure/chair/office/dark, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/library/abandoned) -"dXr" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library/abandoned) -"dXz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/remains/human, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dXB" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dXE" = ( -/obj/structure/chair/wood, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"dXF" = ( -/obj/structure/chair/wood, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"dXH" = ( -/obj/structure/chair/wood, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"dXL" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dXM" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dXN" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dXU" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/book/manual/wiki/infections, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dXV" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/virologist, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dXX" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dXY" = ( -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dYa" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dYe" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dYh" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/range) -"dYj" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/library/abandoned) -"dYk" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/folder, -/obj/item/pen, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/library/abandoned) -"dYl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small, -/turf/open/floor/wood{ - icon_state = "wood-broken3" - }, -/area/library/abandoned) -"dYm" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/rank/curator, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/wood, -/area/library/abandoned) -"dYn" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/wood, -/area/library/abandoned) -"dYo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/library/abandoned) -"dYp" = ( -/obj/structure/easel, -/obj/effect/decal/cleanable/dirt, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/library/abandoned) -"dYq" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/wood, -/area/library/abandoned) -"dYr" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin, -/turf/open/floor/plating, -/area/library/abandoned) -"dYs" = ( -/obj/structure/dresser, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/library/abandoned) -"dYt" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/library/abandoned) -"dYu" = ( -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dYv" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/sign/poster/official/ian{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"dYy" = ( -/obj/structure/chair/wood/normal, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dYz" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dYA" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dYC" = ( -/obj/structure/chair/wood/normal, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"dYE" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/secondary/exit/departure_lounge) -"dYF" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"dYG" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/fernybush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/secondary/exit/departure_lounge) -"dYH" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) -"dYI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dYJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dYQ" = ( -/obj/structure/table/glass, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/item/paper_bin, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dYR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dYS" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dYT" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/virology) -"dZg" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dZj" = ( -/obj/structure/chair/wood, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"dZk" = ( -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"dZm" = ( -/obj/structure/chair/wood, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"dZo" = ( -/obj/structure/chair, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dZp" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dZq" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera{ - c_tag = "Departures - Center"; - dir = 2; - name = "departures camera" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"dZr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"dZN" = ( -/turf/closed/wall/r_wall, -/area/chapel/office) -"dZU" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"dZZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"eab" = ( -/obj/docking_port/stationary{ - dheight = 0; - dir = 4; - dwidth = 11; - height = 18; - id = "emergency_home"; - name = "DeltaStation emergency evac bay"; - width = 30 - }, -/turf/open/space/basic, -/area/space) -"eah" = ( -/obj/structure/table, -/obj/item/storage/box/masks{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/gloves, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"eal" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"eaw" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"eaC" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"eaL" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/r_wall, -/area/medical/virology) -"eaO" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/medical/virology) -"eaR" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"eaS" = ( -/obj/machinery/power/smes, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"eaT" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Solar - Aft Port"; - name = "solar camera" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"eaU" = ( -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK" - }, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"eaW" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"eaX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eaY" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutters2"; - name = "E.V.A. Storage Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eaZ" = ( -/obj/machinery/button/door{ - id = "evashutters2"; - name = "E.V.A. Shutters"; - pixel_x = 26; - req_access_txt = "19" - }, -/obj/machinery/door/poddoor/shutters{ - id = "evashutters2"; - name = "E.V.A. Storage Shutters" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ebb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/command{ - name = "Auxiliary E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/structure/barricade/wooden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ebc" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"ebd" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ebf" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"ebh" = ( -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"ebl" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ebm" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ebu" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/medical/virology) -"ebx" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/medical/virology) -"ebA" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"ebB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space, -/area/solar/port/aft) -"ebC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space, -/area/solar/port/aft) -"ebD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/aft) -"ebE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/aft) -"ebF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10; 13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/solars/port/aft) -"ebG" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ebH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ebL" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ebM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ebN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ebO" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ebQ" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/folder/yellow, -/obj/machinery/light_switch{ - pixel_x = 26 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ebR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ebS" = ( -/obj/structure/table, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ebU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"ebW" = ( -/obj/structure/table/wood/fancy, -/obj/item/flashlight/lantern, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"ebZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"ecb" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ech" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/medical/virology) -"eci" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/virology) -"ecj" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/pen/red, -/obj/effect/turf_decal/delivery, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"eck" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "aftport"; - name = "Port Quarter Solar Control"; - track = 0 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ecl" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ecn" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"eco" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/item/stack/cable_coil/white, -/obj/item/stack/cable_coil/white, -/obj/item/multitool, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ecp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecq" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ect" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecu" = ( -/obj/structure/table/reinforced, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ecv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ecy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ecz" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ecA" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"ecE" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ecG" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ecH" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ecJ" = ( -/obj/machinery/shieldwallgen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ecK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecL" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecN" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/tank/internals/oxygen, -/obj/item/radio, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecP" = ( -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"ecQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"ecR" = ( -/obj/machinery/door/morgue{ - name = "Relic Closet"; - req_access_txt = "27" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ecS" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"edf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edg" = ( -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/structure/closet/crate/internals, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"edh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edi" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/tank/internals/oxygen, -/obj/item/radio, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"edj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edk" = ( -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/tank/internals/emergency_oxygen/double{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/item/clothing/head/hardhat/orange{ - name = "protective hat"; - pixel_y = 9 - }, -/obj/structure/closet/crate/internals, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"edm" = ( -/obj/structure/table/wood/fancy, -/obj/item/book/granter/spell/smoke/lesser, -/obj/item/nullrod, -/obj/item/organ/heart, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"edn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"edo" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1481; - name = "Confessional Intercom"; - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"edp" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1481; - name = "Confessional Intercom"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"edq" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth"; - req_access_txt = "27" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"edr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"edJ" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/crowbar/red, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"edK" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edL" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edN" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edP" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"edQ" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"edR" = ( -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"edS" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"edT" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"edU" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"edW" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"edX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"edY" = ( -/turf/closed/wall, -/area/security/checkpoint/escape) -"edZ" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint/escape) -"eeb" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"eec" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eee" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/security/checkpoint/escape) -"eei" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"eej" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"eek" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"een" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"eeo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eep" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eeq" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eer" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ees" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eet" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eeu" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/rglass{ - amount = 20; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"eev" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"eew" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"eey" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Chapel Quarters"; - dir = 2; - name = "chapel camera" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"eeA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"eeB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"eeF" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/donut_box, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/carpet, -/area/chapel/office) -"eeG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"eeJ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeK" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/folder/red, -/obj/item/pen, -/obj/machinery/door/window/brigdoor/southright{ - dir = 1; - name = "Security Desk"; - pixel_y = 8; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeM" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeN" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"eeU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"efe" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "aftport"; - name = "Aft-Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"efg" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapelprivacy"; - name = "Chapel Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/chapel/office) -"efh" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"efi" = ( -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"efs" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/carpet, -/area/chapel/office) -"eft" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"efz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"efA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"efF" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"efQ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efS" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"efW" = ( -/obj/structure/dresser, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/structure/sign/nanotrasen{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"efX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy/geranium{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/snacks/grown/poppy/lily, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"efY" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/fancy/candle_box, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"efZ" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"ega" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"egc" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"ege" = ( -/turf/open/floor/carpet, -/area/chapel/office) -"egf" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/requests_console{ - department = "Chapel Office"; - name = "Chapel RC"; - pixel_y = -32 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 1; - name = "chapel camera" - }, -/turf/open/floor/carpet, -/area/chapel/office) -"egg" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"egh" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egj" = ( -/obj/machinery/computer/prisoner{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egk" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egl" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egm" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egn" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/sign/poster{ - icon_state = "poster22_legit"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"ego" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egp" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egq" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egr" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Security - Departures Starboard"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"egB" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "aftport"; - name = "Aft-Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"egD" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "External Airlock"; - req_access_txt = "13" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"egE" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/escape) -"egG" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"egQ" = ( -/obj/item/stack/cable_coil, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"egV" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/xeno_spawn, -/turf/open/space, -/area/solar/port/aft) -"egW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ehb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/computer/bounty{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hop) -"ehq" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"ehr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"ehs" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"ehv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/engineering) -"ehy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ehG" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/box, -/obj/machinery/rnd/production/techfab/department/service, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"ehJ" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ehM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"ehN" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_c) -"ekV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"emn" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"emK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"epg" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"eqk" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"eqo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"eqM" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Customs"; - dir = 4; - name = "customs camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/customs) -"erC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/power/apc{ - areastring = "/area/medical/storage/locker"; - dir = 4; - name = "Medbay Locker Room APC"; - pixel_x = 24 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"euj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"evp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/mob/living/simple_animal/pet/snail/gary, -/turf/open/floor/plasteel/grimy, -/area/library) -"evz" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"eym" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = -6 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = 6 - }, -/obj/item/cartridge/quartermaster{ - pixel_y = 6 - }, -/obj/item/gps/mining, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"eCM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/science) -"eEa" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/window/northleft{ - dir = 2; - icon_state = "left"; - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/item/folder/white, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"eFD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/lab) -"eGa" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"eIU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"eJc" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"eKn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/healthanalyzer{ - pixel_x = 15; - pixel_y = 7 - }, -/obj/item/healthanalyzer{ - pixel_x = 15; - pixel_y = 4 - }, -/obj/item/healthanalyzer{ - pixel_x = 15; - pixel_y = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"eKV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eMg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/cargo/qm{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"eMD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/science/research/abandoned) -"eMJ" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"eOL" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_c) -"eQG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"eSx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/electrolyzer, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eTv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"eUH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/medical/storage) -"eVV" = ( -/obj/machinery/door/airlock/medical{ - name = "Patient Room B"; - req_access_txt = "45" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_b) -"eWF" = ( -/obj/structure/table, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"eWQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"fbd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"fbA" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"fbT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"fcg" = ( -/obj/machinery/holopad{ - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"fcL" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/medical/psych) -"fdp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/command, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fen" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"fiB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fje" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/storage"; - dir = 8; - name = "Medbay Storage APC"; - pixel_x = -25 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Storage"; - dir = 4; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"fjK" = ( -/obj/machinery/door/poddoor/preopen{ - id = "transitlock"; - name = "Transit Tube Lockdown Door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/storage_shared) -"flh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"fmo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/paramedic"; - dir = 1; - name = "Paramedic APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = -19; - pixel_y = 9 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = -19; - pixel_y = 3 - }, -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"fnF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"fnX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Fore Port"; - dir = 8; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"foU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - name = "Education Chamber"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"fqD" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/toxin{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/medical/storage) -"frp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"fsR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/genetics) -"fvW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/secondarydatacore) -"fwe" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"fwz" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_a) -"fyd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"fAs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Break Room"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"fAH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=0.01;n2=0.01"; - luminosity = 2; - temperature = 2.7 - }, -/area/security/prison/hallway) -"fCy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fDf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"fEk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2; - sortType = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"fJx" = ( -/obj/machinery/camera{ - c_tag = "AI Satellite - Antechamber"; - dir = 2; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"fJO" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"fLs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/starboard/aft) -"fMY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"fOJ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Arrivals - Center Port"; - dir = 2; - name = "arrivals camera" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/hallway/secondary/entry"; - dir = 1; - name = "Arrivals APC"; - pixel_y = 23 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"fRi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"fSb" = ( -/obj/effect/landmark/start/artist, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"fSg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/command/hop{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"fSj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"fSk" = ( -/obj/structure/chair/comfy{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/medical/psych) -"fTs" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"fUR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fWA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/clothing/suit/armor/vest, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"fWK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"fXG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"fXI" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/paicard, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/science/research) -"fXK" = ( -/obj/structure/table/reinforced, -/obj/item/storage/bag/tray, -/obj/effect/turf_decal/bot, -/obj/item/reagent_containers/food/snacks/dough{ - pixel_x = -6; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"fYR" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"gby" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 7; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"gbI" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/storage/box/beakers{ - pixel_x = -6; - pixel_y = 8 - }, -/obj/item/storage/box/syringes{ - pixel_x = -6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/storage/lockbox/vialbox/virology{ - pixel_x = 11; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"gcN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"gcY" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/storage/pill_bottle/mutadone, -/obj/item/storage/pill_bottle/mannitol, -/obj/machinery/camera{ - c_tag = "Medbay - Genetics Lab"; - dir = 4; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"geo" = ( -/obj/machinery/light, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"gfv" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/closet/wardrobe/white, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/item/radio/headset, -/obj/item/clothing/under/plasmaman, -/obj/item/clothing/head/helmet/space/plasmaman, -/obj/item/tank/internals/plasmaman/belt/full, -/obj/item/clothing/mask/breath, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"gha" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"ghm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ghM" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "brigprison"; - name = "Prison Lockdown"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"ghU" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"gix" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"giO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gjG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"gmd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet, -/area/medical/psych) -"gnp" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"gnx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"gnJ" = ( -/turf/open/floor/plasteel/dark/corner, -/area/maintenance/disposal/incinerator) -"gqL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"grx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"guU" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"gye" = ( -/obj/machinery/turnstile/brig{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"gAz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/sensor_device{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/sensor_device, -/obj/item/pinpointer/crew{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/item/pinpointer/crew{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"gBN" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"gCA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/door/airlock/medical{ - name = "Medbay Back Room"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"gCK" = ( -/turf/closed/wall, -/area/maintenance/department/science) -"gFZ" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"gGF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"gGX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"gIk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"gLk" = ( -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"gNS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"gPd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gPI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"gRH" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"gSi" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"gSt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"gUH" = ( -/obj/machinery/light, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"gXv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"gXw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"gXQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"gYU" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"gYZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"haI" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"haT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"haZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hbK" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"hdH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 9; - id = "cargounload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"hec" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/medical/psych) -"hed" = ( -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hej" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"hfd" = ( -/obj/machinery/igniter/incinerator_atmos, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"hkE" = ( -/obj/structure/frame/machine{ - anchored = 1; - state = 2 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"hlb" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"hlN" = ( -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"hoo" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"hoz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"hqU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"hsr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"hsX" = ( -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/nuke_storage) -"hth" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"huQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"hym" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/plate_press, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"hzj" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/storage) -"hzl" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"hzy" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"hEf" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/storage/locker) -"hEB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"hGD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/dna_scannernew, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"hGU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/modular_computer/console/preset/medical{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"hHf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"hHK" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hIP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"hLm" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"hLq" = ( -/obj/machinery/door/airlock/wood{ - name = "Psychiatrists office"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/medical/psych) -"hNw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hNI" = ( -/obj/structure/grille, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"hNZ" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"hOb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/modular_computer/console/preset/command/ce{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"hOv" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"hOJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hPu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"hQr" = ( -/obj/machinery/ai/server_cabinet/prefilled, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"hQw" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"hSx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"hSA" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/suit_storage_unit/standard_unit{ - locked = 1; - suit_type = /obj/item/clothing/suit/space/paramedic - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"hVY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/lapvend, -/turf/open/floor/plasteel/white, -/area/science/research) -"hXk" = ( -/obj/structure/table, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/nineteenXnineteen, -/obj/item/canvas/nineteenXnineteen, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"hXr" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hXs" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"hXy" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"hYK" = ( -/obj/structure/mirror{ - pixel_x = 26 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ial" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"iao" = ( -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/neck/stethoscope, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_b) -"iaB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"iaF" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"iaV" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/easel, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXtwentythree, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"ibr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_a) -"ibN" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"ids" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"ied" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/sci_bombardment, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"iiu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/cryopod, -/turf/open/floor/plasteel, -/area/security/prison) -"iko" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/art) -"ikZ" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26; - use_power = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"ila" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"imT" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - heat_proof = 1; - id_tag = "toxins_airlock_interior"; - name = "Mixing Room Interior Airlock"; - req_access_txt = "8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"imY" = ( -/obj/machinery/door/airlock/medical{ - name = "Patient Room A"; - req_access_txt = "45" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_a) -"isB" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"itZ" = ( -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 2; - name = "Morgue APC"; - pixel_y = -23 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ixL" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = 32 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"iya" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/retaliate/goose/vomit, -/turf/open/floor/plating, -/area/maintenance/port) -"iyb" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/security/prison/hallway) -"iyZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_a) -"izF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"iCF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"iDs" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"iDz" = ( -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/obj/item/radio/intercom{ - anyai = 1; - broadcasting = 1; - frequency = 1423; - listening = 0; - name = "Interrogation Intercom"; - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Security - Interrogation"; - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"iEd" = ( -/obj/machinery/button/door{ - id = "geneticslab"; - name = "Genetics Lab Shutters"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "9" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"iGC" = ( -/turf/closed/wall, -/area/medical/patients_rooms/room_c) -"iIM" = ( -/obj/structure/window/reinforced{ - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"iJI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"iLp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"iMT" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"iOC" = ( -/obj/structure/sign/departments/medbay/alt{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"iPG" = ( -/obj/machinery/light/small, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"iTj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"iVP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"iVZ" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison/hallway) -"iXu" = ( -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"iYb" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"jbN" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"jda" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jdZ" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"jel" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison/hallway) -"jfA" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"jjt" = ( -/obj/structure/rack, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"jmc" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"jmX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jnm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jrl" = ( -/obj/structure/table, -/obj/structure/bedsheetbin{ - pixel_x = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"jrG" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"jtO" = ( -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"juf" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/button/ignition/incinerator/toxmix{ - pixel_x = -6; - pixel_y = 30 - }, -/obj/machinery/button/door/incinerator_vent_toxmix{ - pixel_x = 8; - pixel_y = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Science - Toxins Mixing Lab Burn Chamber"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing/chamber"; - dir = 4; - name = "Toxins Chamber APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"jug" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"juT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"jwp" = ( -/turf/closed/wall/r_wall, -/area/security/range) -"jwx" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"jwT" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber - Aft"; - dir = 1; - name = "motion-sensitive ai camera"; - network = list("aichamber") - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"jzp" = ( -/obj/machinery/chem_master, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"jAx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"jAD" = ( -/mob/living/simple_animal/pet/dog/pug{ - name = "Swanson" - }, -/turf/open/floor/engine, -/area/science/explab) -"jEg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Security - Prison"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"jFL" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"jGq" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26; - use_power = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"jGF" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/genetics/cloning"; - dir = 1; - name = "Cloning Lab APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"jJR" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"jLe" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"jMZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/the_singularitygen, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"jNE" = ( -/turf/open/floor/wood, -/area/medical/psych) -"jOE" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "brigprison"; - name = "Prison Blast door" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"jQK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"jSz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"jUZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"jVW" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_b) -"kam" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 5; - id = "cargoload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"kaC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/aft"; - dir = 1; - name = "Port Quarter Maintenance APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ket" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"kgr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"kip" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"kjs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"kjP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"kkh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kmq" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"kmE" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/folder/white, -/obj/item/storage/box/disks, -/obj/machinery/camera{ - c_tag = "Medbay - Genetics Desk"; - dir = 4; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"knG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"kom" = ( -/turf/closed/wall, -/area/medical/patients_rooms/room_b) -"koo" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/storage/box/disks, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics) -"koD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/turf/open/floor/plating, -/area/medical/storage) -"kqU" = ( -/obj/machinery/door/airlock/medical{ - name = "Paramedic Staging Area"; - req_access_txt = "69" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"kra" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 28 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"kuU" = ( -/turf/closed/wall, -/area/security/prison/hallway) -"kvN" = ( -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kwl" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/range) -"kwx" = ( -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) -"kwZ" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/medical/sleeper) -"kxZ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"kCE" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"kDU" = ( -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"kEd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"kEr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"kEN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall, -/area/vacant_room/commissary) -"kGr" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"kGu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/art) -"kIj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"kIG" = ( -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/neck/stethoscope, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_a) -"kJq" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"kKv" = ( -/obj/machinery/suit_storage_unit/standard_unit{ - locked = 1; - suit_type = /obj/item/clothing/suit/space/paramedic - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"kML" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"kMO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"kMX" = ( -/obj/machinery/power/smes/engineering{ - charge = 5e+006; - input_level = 25000; - output_level = 20000 - }, -/obj/machinery/camera{ - c_tag = "Secondary AI Core"; - dir = 8; - network = list("ss13","rd") - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"kNc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm/tcomms{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kOj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/fitness/recreation) -"kRm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"kRV" = ( -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/neck/stethoscope, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_c) -"kUg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"kVJ" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/genetics) -"kXP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"kXV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kYA" = ( -/obj/machinery/vending/medical, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"lcR" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"lfF" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"lfM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lhf" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/brute{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = 1 - }, -/obj/item/storage/firstaid/brute{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/eastleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"lho" = ( -/turf/open/floor/plating, -/area/security/prison/hallway) -"ljP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lkM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/target/syndicate, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/security/range) -"lna" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"lpC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"lpY" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"lqq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/structure/chair/office/light, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lro" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/directions/engineering{ - desc = "A sign that shows there are doors here. There are doors everywhere!"; - icon_state = "doors"; - name = "WARNING: EXTERNAL AIRLOCK"; - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/security/prison/hallway) -"lrL" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/medical/psych) -"lsh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"ltc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ltd" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lti" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"lvo" = ( -/obj/structure/table/glass, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/vending_refill/medical, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/masks, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = -4 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 6 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/medical/storage) -"lvG" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/turf_decal/bot, -/obj/item/reagent_containers/glass/mixbowl{ - pixel_x = 12; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"lyt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"lza" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"lCf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/status_display/ai_core, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"lDq" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/oven, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"lEz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"lED" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"lFf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/maintenance/port) -"lFl" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics/cloning) -"lFB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 - }, -/obj/machinery/advanced_airlock_controller{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/port) -"lIh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/maintenance/port/aft) -"lIn" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide{ - valve_open = 1 - }, -/obj/machinery/atmospherics/miner/n2o, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"lJc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/port) -"lLj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"lMX" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"lOw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lON" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lPh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Artist's Coven" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"lQm" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"lRT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"lSs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"lTo" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dir = 4; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"lUf" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lUg" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"lVl" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/wrench/medical, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"lWF" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"lXl" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage_shared) -"lXC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Break Room"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"lXF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"lXM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"lYh" = ( -/obj/machinery/clonepod, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"lYM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"lZZ" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"mam" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"maR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"mbl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"mbP" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Security - Medbay"; - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"mcJ" = ( -/obj/structure/table, -/obj/item/folder, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/paper_bin, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"mfj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Departures Hallway - Center"; - dir = 8; - name = "hallway camera" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"mfr" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_a) -"mgq" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - name = "escape pod two loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/two; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"mhD" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/wood, -/area/medical/psych) -"mhY" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = 26; - use_power = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"miz" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"mjc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"mjf" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/hallway/secondary/service) -"mjw" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"mkL" = ( -/turf/closed/wall/r_wall, -/area/security/interrogation) -"mnc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 140; - pressure_checks = 0 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"mnn" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"mnB" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"mrZ" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Syringe Gun Storage"; - red_alert_access = 1; - req_access_txt = "45" - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"msO" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"mtC" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"mue" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"mvm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"mvB" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - autoclose = 0; - frequency = 1449; - heat_proof = 1; - id_tag = "incinerator_airlock_exterior"; - name = "Incinerator Exterior Airlock"; - req_access_txt = "32" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"mwA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm/mixingchamber{ - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel/dark, -/area/science/mixing/chamber) -"mwF" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 4; - pixel_y = 1 - }, -/turf/open/floor/carpet, -/area/medical/psych) -"mxP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"myC" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"myK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/help_others{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"mAo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"mBJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"mBS" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"mBX" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"mCL" = ( -/turf/closed/wall, -/area/engine/storage_shared) -"mDZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "toxins_airlock_exterior"; - idInterior = "toxins_airlock_interior"; - idSelf = "toxins_access_control"; - name = "Toxins Mixing Room Access Console"; - pixel_x = -25; - pixel_y = 25; - req_one_access_txt = "8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"mEe" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/pods{ - dir = 8; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"mGk" = ( -/obj/machinery/computer/med_data/laptop, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "surgery_shutters_2"; - name = "Surgery shutters"; - pixel_y = 27; - req_access_txt = "45"; - req_one_access_txt = null - }, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_b) -"mGo" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_b) -"mGw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"mGW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_b) -"mHn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/machinery/anesthetic_machine/roundstart, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"mHo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"mHL" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"mHM" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window{ - name = "Incoming Mail"; - req_access_txt = "50" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"mIh" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/item/reagent_containers/autoinjector/medipen, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"mIB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"mMG" = ( -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_y = -32 - }, -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/morgue) -"mMY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"mPF" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/matches{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"mPN" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"mQb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_exterior"; - idSelf = "incinerator_access_control"; - name = "Incinerator airlock control"; - pixel_x = 22; - pixel_y = 22 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - layer = 3.1; - name = "Incinerator airlock control"; - pixel_x = -22; - pixel_y = 22 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"mQH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"mQZ" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/turf/open/floor/plasteel, -/area/security/prison) -"mRm" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"mSX" = ( -/turf/closed/wall, -/area/medical/storage/backroom) -"mSY" = ( -/obj/machinery/bounty_board, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"mTv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mWl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"mWX" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"mXN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"naj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"nay" = ( -/turf/open/floor/plating, -/area/medical/storage/backroom) -"ncB" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"ncP" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/science/explab) -"ndO" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/stasis{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"nfh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmospherics_engine) -"nfU" = ( -/obj/structure/lattice, -/turf/closed/wall/r_wall, -/area/security/prison) -"nfZ" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_x = 32 - }, -/turf/open/floor/noslip, -/area/medical/sleeper) -"nhc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Morgue"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"nhC" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"nkh" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/storage/secure/safe{ - pixel_x = 32 - }, -/obj/structure/fireaxecabinet/bridge/spare{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/captain/private) -"nkz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nnD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/under/rank/prisoner/skirt{ - pixel_y = 2 - }, -/obj/item/clothing/under/rank/prisoner, -/obj/item/clothing/under/rank/prisoner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"nov" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Secondary AI Core"; - normalspeed = 0; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/secondarydatacore) -"now" = ( -/turf/closed/wall, -/area/storage/art) -"npR" = ( -/obj/structure/table, -/obj/item/storage/secure/safe{ - pixel_y = 32 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/button/door{ - id = "commissaryshutters"; - name = "Commissary Shutters Control"; - pixel_x = 26; - pixel_y = -5; - req_access_txt = null - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"nqx" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/shower{ - pixel_y = 20 - }, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Cloning Shower" - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"nrh" = ( -/obj/machinery/computer/crew, -/obj/machinery/button/door{ - desc = "A remote control switch."; - id = "meddoor"; - name = "Medical Cell Control"; - normaldoorcontrol = 1; - pixel_x = 27; - pixel_y = 5 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = 27; - pixel_y = -5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"nrr" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"nrt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"nvg" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/security{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"nvD" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/vacant_room/commissary) -"nxw" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"nye" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"nyp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"nyB" = ( -/obj/structure/lattice, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"nzx" = ( -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/port) -"nAg" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"nBr" = ( -/turf/closed/wall/r_wall, -/area/engine/storage_shared) -"nDw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/landmark/start/yogs/paramedic, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"nDZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"nEY" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"nFk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"nGp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=0.01;n2=0.01"; - luminosity = 2; - temperature = 2.7 - }, -/area/security/prison/hallway) -"nHx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"nKo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"nKA" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"nLf" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod 3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"nOg" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space) -"nPd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"nPC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"nPS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/closet/crate/secure/loot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"nQd" = ( -/obj/machinery/door/airlock/medical{ - name = "Locker Room"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"nQV" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"nQY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nTq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/computer/security/telescreen{ - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"nUu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nWP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/storage/locker) -"nYG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/closet/wardrobe/white, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/locker) -"nYY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"oac" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/port) -"oaB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"odM" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/prisoner, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"oeG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/computer/med_data{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"ofy" = ( -/turf/closed/wall, -/area/medical/storage/locker) -"ofG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/genetics) -"ofQ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ogo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ogW" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/item/paper_bin, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/cryopod{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"okH" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison/hallway) -"oly" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"olS" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/storage) -"onw" = ( -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/science/mixing) -"ooa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"oqz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"orV" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/structure/table/reinforced, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/item/book/manual/wiki/xenobiology, -/turf/open/floor/circuit/green, -/area/science/xenobiology) -"oub" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"oue" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall, -/area/engine/atmospherics_engine) -"ouV" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"ouX" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - name = "Connector Port (Air Supply)" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"owY" = ( -/turf/open/floor/plasteel, -/area/science/storage) -"ozL" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/turf/open/space/basic, -/area/maintenance/aft) -"oCi" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"oDp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"oFS" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"oGu" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "barshutters"; - name = "Bar Shutters Control"; - pixel_x = 25; - pixel_y = 24; - req_access_txt = "25" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"oHB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/computer/cryopod{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"oIl" = ( -/obj/structure/toilet{ - pixel_y = 13 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"oJw" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"oKo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/medical{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"oMw" = ( -/obj/docking_port/stationary/public_mining_dock{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"oNd" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/item/soap/nanotrasen, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"oNY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"oRp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"oRB" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"oSD" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"oSF" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/miner/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"oTt" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"oTv" = ( -/obj/machinery/light, -/obj/machinery/vending/gifts, -/turf/open/floor/wood, -/area/clerk) -"oUR" = ( -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/obj/machinery/computer/bounty{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"oUY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"oYh" = ( -/obj/structure/table/reinforced, -/obj/item/lighter{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/lighter, -/obj/machinery/camera{ - c_tag = "Bar - Fore"; - dir = 4; - name = "service camera" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "barshutters"; - name = "bar shutters" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"oYI" = ( -/obj/machinery/igniter/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"oYT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/abandoned) -"pbV" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"pcv" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pds" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/plasteel, -/area/security/prison) -"pfn" = ( -/obj/machinery/computer/med_data/laptop, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "surgery_shutters_1"; - name = "Surgery shutters"; - pixel_y = 27; - req_access_txt = "45"; - req_one_access_txt = null - }, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_a) -"pfG" = ( -/obj/effect/turf_decal/bot, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"pky" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"pkA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"plb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/sleeper) -"pmQ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"poj" = ( -/turf/closed/wall/mineral/plastitanium, -/area/security/prison/hallway) -"pop" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmospherics_engine) -"pqi" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"pqq" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pqy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"prc" = ( -/obj/item/storage/pod{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/cryo_cell, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"prJ" = ( -/obj/structure/sign/poster/official/science{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/vending/modularpc, -/turf/open/floor/plasteel/white, -/area/science/research) -"psp" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"psD" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ptA" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ptP" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/medical/medbay/central) -"pvl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"pwx" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"pwH" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"pwY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"pyd" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"pzf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"pzW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/mining, -/turf/open/floor/plasteel/dark, -/area/bridge) -"pCm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/nanite) -"pDC" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/maintenance/disposal/incinerator) -"pEc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"pEo" = ( -/obj/machinery/smartfridge/organ, -/turf/closed/wall, -/area/medical/storage/backroom) -"pGo" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/turnstile/brig{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"pHD" = ( -/obj/structure/particle_accelerator/end_cap{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"pJO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/grounding_rod, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"pKo" = ( -/turf/closed/wall, -/area/aisat) -"pKB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"pLV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/cargo/qm{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"pMM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"pPd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"pQm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research/abandoned) -"pSc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pSL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"pTV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/command/hos{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"pUl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/medical{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"pUW" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/transit_tube) -"pVZ" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"pWG" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"pWH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/atmos_sim{ - dir = 3; - mode = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"pWT" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"pXi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"pXA" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Security - Interrogation Monitoring"; - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"pZD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms/server, -/area/ai_monitored/turret_protected/ai) -"qbe" = ( -/obj/machinery/camera{ - c_tag = "Security - Prison Port"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/prison/hallway"; - dir = 1; - name = "Prison Wing Hallway APC"; - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"qdu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qdJ" = ( -/obj/machinery/nanite_programmer, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"qeU" = ( -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "ceprivacy"; - name = "Chief's Privacy Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"qgY" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"qhc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"qiN" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"qnx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"qot" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"qpq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port) -"qqz" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/machinery/reagentgrinder/kitchen{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"qsb" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/taperecorder, -/turf/open/floor/carpet, -/area/medical/psych) -"qsD" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/stasis{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"qta" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Creature Pen"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"qtB" = ( -/obj/structure/table/glass, -/obj/item/folder/blue, -/obj/item/cartridge/medical{ - pixel_x = -3 - }, -/obj/item/cartridge/medical{ - pixel_x = 3 - }, -/obj/item/cartridge/chemistry{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/clothing/mask/surgical, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"qwa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/port) -"qwv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"qxC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qxW" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/psych"; - name = "Psychiatrist Office APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/medical/psych) -"qxY" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"qCf" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/security{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"qCD" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"qDk" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"qDs" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/range) -"qEh" = ( -/obj/structure/table/reinforced, -/obj/item/folder/red, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"qFg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/bed/roller, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"qFM" = ( -/obj/structure/table, -/obj/item/camera_film, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"qIG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_b) -"qKB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "ai_core_airlock_exterior"; - idInterior = "ai_core_airlock_interior"; - idSelf = "ai_core_airlock_control"; - pixel_x = 8; - pixel_y = 24 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "ai_core_airlock_exterior"; - idSelf = "ai_core_airlock_control"; - pixel_x = -3; - pixel_y = 23 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"qLh" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/flashlight/pen, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"qND" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_c) -"qPI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/power/grounding_rod, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"qQT" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/cartridge/engineering{ - pixel_x = -6 - }, -/obj/item/cartridge/engineering{ - pixel_x = 6 - }, -/obj/item/cartridge/engineering{ - pixel_y = 6 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"qSg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/chair/wood{ - dir = 8; - icon_state = "wooden_chair" - }, -/obj/effect/landmark/start/yogs/psychiatrist, -/turf/open/floor/carpet, -/area/medical/psych) -"qTZ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"qUc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"qUW" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"qWb" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qWg" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/sheet/metal{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"qWq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/range) -"qYh" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/circuitboard/machine/thermomachine/heater, -/obj/item/circuitboard/machine/thermomachine/freezer, -/obj/item/lightreplacer, -/obj/item/folder/yellow, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qYo" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"qYx" = ( -/obj/structure/table/reinforced, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/rglass{ - amount = 30; - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil/white, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"rbx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rbM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"rbR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/prison) -"rcw" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"rdQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"rdR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "incinerator_airlock_exterior"; - idInterior = "incinerator_airlock_interior"; - idSelf = "incinerator_access_control"; - name = "Incinerator Access Console"; - pixel_x = -23; - pixel_y = 24; - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"reX" = ( -/obj/structure/table/wood, -/obj/item/instrument/eguitar, -/obj/item/toy/crayon/spraycan/lubecan{ - charges = 5 - }, -/obj/structure/sign/poster/contraband/clown{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/phone/banana, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"reY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/computer/cloning, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"rfe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"rfB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"rfI" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/cockroach{ - desc = "Virtually unkillable."; - name = "Becquerel"; - sentience_type = 5; - status_flags = 16 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"rgj" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"rhw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/modular_computer/console/preset/command/rd{ - dir = 4 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"riY" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"rjC" = ( -/obj/machinery/light/small, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"rlu" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/medical"; - dir = 4; - name = "Security Post - Medical APC"; - pixel_x = 24 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"rnl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/engineering) -"rnQ" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/statuebust{ - pixel_y = -1 - }, -/obj/machinery/airalarm/directional/west{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"rov" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"rpv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard) -"rpx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ruo" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/chair/sofa, -/turf/open/floor/wood, -/area/medical/psych) -"rvb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/security/interrogation"; - name = "Interrogation APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"rvA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rwH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"rwT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/medical/psych) -"rxb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"rym" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"ryR" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"ryT" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"rzc" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/prison) -"rBB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"rBJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/research) -"rCv" = ( -/turf/open/floor/plasteel, -/area/science/misc_lab/range) -"rCB" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/miner/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"rDb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/camera{ - c_tag = "Medbay - Treatment Center"; - dir = 5; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rDH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/prison"; - dir = 1; - name = "Prison Wing APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"rFh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/medical/morgue) -"rIc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/genetics) -"rIv" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"rJR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"rKP" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/morgue) -"rLj" = ( -/obj/machinery/vending/coffee{ - onstation = 0 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"rMD" = ( -/obj/structure/rack, -/obj/item/bodypart/chest/robot, -/obj/item/bodypart/l_arm/robot{ - pixel_x = -6 - }, -/obj/item/bodypart/r_arm/robot{ - pixel_x = 6 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"rNe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/range) -"rNJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"rOf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch{ - pixel_x = 22 - }, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"rRC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/cryo_cell, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rRJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"rSy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"rUu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"rUD" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"rUL" = ( -/obj/machinery/mineral/ore_redemption, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"rVB" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigprison"; - name = "Prison Blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison) -"rYf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"rYp" = ( -/obj/structure/table, -/obj/item/camera, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"rZZ" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/patients_rooms/room_a"; - name = "Patient Room A APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"saw" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab/range) -"sbp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/camera{ - c_tag = "Medbay - Treatment Center Desk"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sbv" = ( -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"sbJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/window{ - dir = 1; - name = "Cryo Cells"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"sck" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"scv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sfo" = ( -/obj/effect/decal/remains/xeno, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"skW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"srt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/closet/secure_closet/medical3, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"ssA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Security - Escape Pod"; - dir = 2 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"stb" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"svv" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"sxE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sBg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"sDW" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_b) -"sEc" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/electronics/airlock, -/obj/item/stack/sheet/glass, -/obj/item/assembly/signaler, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/assembly/infra, -/obj/item/folder/white, -/turf/open/floor/plasteel/white, -/area/science/research) -"sFC" = ( -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"sGz" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/bot, -/obj/item/clipboard{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/paper_bin{ - pixel_x = 4; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"sHv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"sIg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/range) -"sIw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sJw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/weldingtool/largetank, -/turf/open/floor/plating, -/area/engine/engineering) -"sJH" = ( -/obj/machinery/door/airlock/medical{ - name = "Patient Room C"; - req_access_txt = "45" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_c) -"sNg" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - layer = 2.9 - }, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"sOn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"sOB" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/license_plates/empty/fifty, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"sPa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/psych) -"sPZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"sQL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sTx" = ( -/obj/structure/particle_accelerator/power_box{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"sWc" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"sWN" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"sWQ" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"sXm" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/medical_cloning, -/obj/item/folder/white, -/obj/machinery/camera{ - c_tag = "Medbay - Cloning Lab"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = -38 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"sXU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"taA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm/tcomms{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"tbe" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "incinerator_airlock_interior"; - name = "Incinerator Interior Airlock" - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"tbn" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/wood, -/area/medical/psych) -"tct" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"tcJ" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/effect/turf_decal/bot, -/obj/item/circuitboard/computer/ai_upload_download, -/obj/item/disk/holodisk/tutorial/AICore, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"tdY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"tgJ" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera{ - c_tag = "Medbay - Locker Room"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"tik" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plating, -/area/maintenance/port) -"tkx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"tkM" = ( -/obj/machinery/camera{ - c_tag = "Telecomms - Monitoring"; - dir = 2; - name = "telecomms camera"; - network = list("ss13","tcomms") - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"tng" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"tnz" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison) -"ton" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigprison"; - name = "Prison Blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"top" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/hud/health, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"tpE" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"trP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"tuh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage) -"tvf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/security/glass{ - name = "Storage Room"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"tvm" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"txR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"txY" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/storage/lockbox/vialbox/blood{ - pixel_x = 4; - pixel_y = 10 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -6; - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/security/brig/infirmary) -"tzz" = ( -/obj/machinery/keycard_auth{ - pixel_x = -26 - }, -/obj/machinery/button/door{ - id = "engstorage"; - name = "Engineering Secure Storage Control"; - pixel_x = -38; - pixel_y = 8; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - id = "transitlock"; - name = "Transit Tube Lockdown Control"; - pixel_x = -38; - pixel_y = -8; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"tzH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"tzL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/brigdoor/westright{ - dir = 2; - name = "Shooting Range"; - req_access_txt = "63" - }, -/turf/open/floor/plating, -/area/security/range) -"tAc" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/wood, -/area/medical/psych) -"tBl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"tCc" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"tCh" = ( -/turf/closed/wall, -/area/science/misc_lab) -"tCj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tCG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"tEc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/security/prison) -"tGR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/computer/security/telescreen{ - name = "Prisoner Telescreen"; - network = list("prison"); - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"tHs" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/miner/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"tHQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "surgery_shutters_1"; - name = "Patient Room A Shutters" - }, -/turf/open/floor/plating, -/area/medical/patients_rooms/room_a) -"tIz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/operating, -/obj/machinery/requests_console{ - department = "Patient Room B"; - name = "Medbay Storage RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_b) -"tJE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cloth_curtain{ - color = "#99ccff" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"tKL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - level = 2 - }, -/turf/open/floor/plating, -/area/security/prison/hallway) -"tNc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "roboticsprivacy"; - name = "Robotics Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"tNS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"tOC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"tQS" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/command/cmo{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/crew_quarters/heads/cmo) -"tRk" = ( -/turf/open/floor/carpet, -/area/medical/psych) -"tRt" = ( -/obj/vehicle/ridden/wheelchair, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"tRL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"tRY" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/patients_rooms/room_b"; - dir = 1; - name = "Medbay Back Room APC"; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tUT" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - id = "medcell"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"tVa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"tZf" = ( -/obj/structure/rack, -/turf/open/floor/circuit/green/telecomms, -/area/ai_monitored/turret_protected/ai) -"ubS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/science/storage) -"uft" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"ukL" = ( -/obj/machinery/button/door{ - id = "permacell2"; - name = "Cell 2 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"ulc" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"ulW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"upj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -9; - pixel_y = 10 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"urn" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"urY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"usm" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"utq" = ( -/obj/machinery/door/airlock/research{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"uvO" = ( -/obj/structure/particle_accelerator/particle_emitter/center{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"uyl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"uzA" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/miner/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"uBv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"uBZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - name = "Connector Port (Air Supply)" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 1; - name = "Medbay APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Medbay - Back Room"; - dir = 8; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"uFS" = ( -/obj/structure/table/glass, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 4; - name = "Genetics Lab APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/storage/box/beakers{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/masks, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"uLd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/modular_computer/console/preset/medical{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"uLK" = ( -/turf/closed/wall/r_wall, -/area/security/prison/hallway) -"uNP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"uOf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"uQq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"uRl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"uSj" = ( -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"uTT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/computer/med_data/laptop, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"uVd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/the_singularitygen/tesla, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"uWB" = ( -/turf/closed/wall, -/area/medical/psych) -"uYS" = ( -/obj/machinery/door/airlock/atmos/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_one_access_txt = "24;10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/engine, -/area/engine/supermatter) -"uZg" = ( -/obj/structure/frame/machine{ - anchored = 1; - state = 2 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/ai_monitored/secondarydatacore) -"uZv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/patients_rooms/room_c) -"vaf" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/patients_rooms/room_c"; - name = "Patient Room C APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_c) -"vaz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"vbt" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"ver" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/computer/med_data, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"vfp" = ( -/obj/machinery/computer/med_data/laptop, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "surgery_shutters_3"; - name = "Surgery shutters"; - pixel_y = 27; - req_access_txt = "45"; - req_one_access_txt = null - }, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_c) -"vft" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"vfF" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"vgC" = ( -/obj/structure/sign/poster/official/do_not_question{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"vhK" = ( -/obj/structure/table/glass, -/obj/machinery/camera{ - c_tag = "Medbay - Sleepers"; - dir = 2; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/obj/item/book/manual/wiki/medicine, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/bruise_pack, -/obj/item/stack/medical/ointment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vhV" = ( -/obj/structure/table, -/obj/machinery/power/apc{ - areastring = "/area/storage/art"; - dir = 8; - name = "Artist's Coven APC"; - pixel_x = -25 - }, -/obj/item/paper_bin, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/vaporwave, -/area/storage/art) -"viG" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "toxins_airlock_exterior"; - idSelf = "toxins_access_control"; - name = "Toxins airlock control"; - pixel_x = -22; - pixel_y = -22 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "toxins_airlock_interior"; - idSelf = "toxins_access_control"; - layer = 3.1; - name = "Toxins airlock control"; - pixel_x = -22; - pixel_y = 22 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"vjD" = ( -/obj/machinery/bounty_board, -/turf/closed/wall, -/area/engine/foyer) -"vjX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chemisttop"; - name = "Chemistry Lobby Shutters" - }, -/obj/item/folder/yellow, -/obj/machinery/door/window/northleft{ - name = "Chemistry Desk" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/window/southleft{ - name = "Chemistry Desk"; - req_access_txt = "5; 33" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"vmD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "surgery_shutters_3"; - name = "Patient Room C Shutters" - }, -/turf/open/floor/plating, -/area/medical/patients_rooms/room_c) -"vmI" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"vnd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"vnf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vqm" = ( -/obj/machinery/button/door{ - id = "permacell3"; - name = "Cell 3 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 3"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"vrI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) -"vsp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"vvd" = ( -/obj/machinery/keycard_auth{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = -32 - }, -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"vwZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/jawsoflife, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"vzo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"vzq" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/o2{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 1 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/westleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/medical/storage) -"vAb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"vBa" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"vBP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/security/prison/hallway) -"vCn" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/obj/item/toy/figure/md{ - layer = 2.79; - pixel_x = -10; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/medical/storage/backroom) -"vDf" = ( -/turf/closed/wall, -/area/medical/patients_rooms/room_a) -"vDo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = -26 - }, -/obj/structure/bed/roller, -/obj/machinery/camera{ - c_tag = "Paramedic"; - dir = 1; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"vDU" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"vEP" = ( -/obj/structure/lattice, -/turf/open/space, -/area/security/prison/hallway) -"vFD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 23 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/plasteel/dark/telecomms, -/area/ai_monitored/turret_protected/ai) -"vHH" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"vIi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"vJu" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Nanite Lab Maintenance"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port) -"vJU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet/secure_closet/brig{ - id = "medcell"; - name = "Medical Cell Locker" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"vKq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"vMy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/streak, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"vMH" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"vNF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"vOe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"vPn" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/security/prison/hallway) -"vQo" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - desc = "Cooks and boils stuff, somehow."; - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"vQF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"vSx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"vSD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"vSN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/medical{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"vSY" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/recreation) -"vWu" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"vXg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"vXW" = ( -/obj/structure/table/glass, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 1 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/status_display/evac{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"vXX" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"vYb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"vYw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"vYD" = ( -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/prison) -"wcs" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"wcA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/crate/freezer/blood, -/obj/structure/cable/white, -/obj/machinery/power/apc{ - areastring = "/area/medical/sleeper"; - name = "Treatment Center APC"; - pixel_y = -23 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wei" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"wez" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"wfR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/green, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"wgx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"wgK" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"wgV" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_a) -"whV" = ( -/obj/structure/sign/warning/vacuum, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"wjF" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"wkn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Docking Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"wkG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"wnx" = ( -/turf/closed/wall, -/area/security/interrogation) -"wnT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"woq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"wpD" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"wpQ" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/papersack{ - icon_state = "paperbag_NanotrasenStandard_closed" - }, -/obj/item/storage/box/papersack{ - icon_state = "paperbag_NanotrasenStandard_closed" - }, -/obj/item/storage/box/papersack{ - icon_state = "paperbag_NanotrasenStandard_closed" - }, -/obj/item/storage/box/papersack{ - icon_state = "paperbag_NanotrasenStandard_closed" - }, -/obj/item/storage/box/papersack{ - icon_state = "paperbag_NanotrasenStandard_closed" - }, -/obj/effect/turf_decal/bot, -/obj/item/reagent_containers/food/condiment/flour, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"wrp" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"wsq" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/science/storage) -"wsF" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "corporatelounge"; - name = "Corporate Lounge Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/bridge/showroom/corporate) -"wvB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wxk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"wzb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"wzn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/belt/medical{ - pixel_x = -8; - pixel_y = 7 - }, -/obj/item/storage/belt/medical{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/storage/belt/medical{ - pixel_x = -8; - pixel_y = -1 - }, -/obj/item/clothing/neck/stethoscope{ - pixel_x = 10; - pixel_y = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"wAb" = ( -/obj/structure/table/glass, -/obj/item/gun/syringe{ - pixel_x = 9; - pixel_y = 6 - }, -/obj/item/gun/syringe{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/gun/syringe{ - pixel_x = 2 - }, -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Syringe Gun Storage"; - red_alert_access = 1; - req_access_txt = "45" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"wAA" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/science/misc_lab/range) -"wAF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/folder/white{ - pixel_y = 3 - }, -/obj/item/pen{ - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wEq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"wEB" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/electrical, -/obj/item/handdrill, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/storage_shared) -"wEM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"wHD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"wHL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"wHY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"wJG" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "brigwindows"; - name = "Brig Front Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/security/brig) -"wJH" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wJJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"wJU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table/optable, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_c) -"wLW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/pen, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/storage/locker) -"wNT" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/fire{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/storage) -"wOH" = ( -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/modular_computer/telescreen/preset/engineering{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/foyer) -"wPr" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light_switch{ - pixel_x = 7; - pixel_y = -38 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"wPu" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/patients_rooms/room_b"; - name = "Patient Room B APC"; - pixel_y = -23 - }, -/obj/structure/cable/white, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_b) -"wQo" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/maintenance/port) -"wRD" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"wSl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"wTa" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/nanite) -"wTA" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/mirror{ - pixel_y = -32 - }, -/obj/structure/dresser, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"wTQ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"wUl" = ( -/obj/machinery/door/poddoor/preopen{ - id = "brigfront"; - name = "Brig Blast door" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"wVk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/grounding_rod, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"wWk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"wWt" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/storage/locker) -"wXM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/operating, -/obj/machinery/requests_console{ - department = "Patient Room A"; - name = "Medbay Storage RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_a) -"wXW" = ( -/obj/machinery/button/door{ - id = "permacell1"; - name = "Cell 1 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"wYn" = ( -/obj/structure/table, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/instrument/harmonica, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wZE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/grounding_rod, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"xaG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"xaT" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "cloningfoyer"; - name = "Cloning Lab"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"xaW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "geneticslab"; - name = "Genetics Lab Shutters" - }, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"xdD" = ( -/turf/closed/wall/r_wall, -/area/science/mixing/chamber) -"xdJ" = ( -/obj/item/radio/intercom{ - pixel_x = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/computer/med_data{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"xeD" = ( -/obj/machinery/door/airlock/research{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"xeZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/medical/storage/backroom) -"xfa" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"xfu" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/light_switch{ - pixel_x = 38 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/modular_computer/console/preset/mining, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"xfA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"xgg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/table, -/obj/item/roller{ - pixel_x = -3; - pixel_y = 14 - }, -/obj/item/roller{ - pixel_x = -3; - pixel_y = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/paramedic) -"xgK" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/item/radio/intercom{ - anyai = 1; - frequency = 1423; - name = "Interrogation Intercom"; - pixel_y = -58 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/interrogation) -"xiS" = ( -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" - }, -/obj/item/storage/pill_bottle/dice, -/obj/item/storage/pill_bottle/psicodine, -/obj/item/storage/pill_bottle/lsd{ - name = "very happy pills bottle" - }, -/obj/item/storage/pill_bottle/happy{ - name = "happy pills bottle" - }, -/obj/item/storage/pill_bottle/happiness, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/wood, -/area/medical/psych) -"xle" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/patients_rooms/room_a) -"xlE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"xmP" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"xnQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel, -/area/medical/genetics) -"xpl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"xux" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"xvc" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"xvZ" = ( -/turf/closed/wall, -/area/medical/sleeper) -"xwK" = ( -/obj/machinery/button/door{ - id = "roboticsprivacy"; - name = "Robotics Privacy Control"; - pixel_x = 26; - pixel_y = 26; - req_access_txt = "29" - }, -/obj/machinery/light_switch{ - pixel_x = 26; - pixel_y = 38 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/modular_computer/console/preset/research, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"xyx" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"xzs" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"xzX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"xAi" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/griddle, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"xBR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"xDe" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"xDZ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/prison) -"xGf" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xHy" = ( -/turf/closed/wall, -/area/space) -"xJl" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"xJM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/toy/figure/geneticist, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"xKH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab/range) -"xLH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/medical/genetics/cloning) -"xMn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port) -"xMr" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) -"xNn" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"xNV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/computer/operating, -/obj/machinery/requests_console{ - department = "Patient Room C"; - name = "Medbay Storage RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/patients_rooms/room_c) -"xNY" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "meddoor"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"xOo" = ( -/obj/machinery/light/small, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"xOV" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/research/glass{ - autoclose = 0; - heat_proof = 1; - id_tag = "toxins_airlock_exterior"; - name = "Mixing Room Exterior Airlock"; - req_access_txt = "8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing/chamber) -"xQb" = ( -/obj/effect/turf_decal/bot, -/obj/effect/mapping_helpers/teleport_anchor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"xQI" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Prisoner Locker" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison/hallway) -"xSv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/clothing/gloves/color/latex, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"xXe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/recreation) -"xXn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/engine/vacuum, -/area/science/mixing/chamber) -"xXB" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"xXQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"xYp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"xZM" = ( -/obj/structure/fans/tiny/invisible, -/turf/open/space/basic, -/area/space) -"yam" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"yaE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/wardrobe/black, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"ych" = ( -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ycn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/effect/mapping_helpers/teleport_anchor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"yco" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ydq" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridgedoors"; - name = "Bridge Access Blast door" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"ydA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/medical/psych) -"yeE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"yfP" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/altar_of_gods, -/turf/open/floor/plasteel/grimy, -/area/chapel/main) -"yfV" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"yhn" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/interrogation) -"yik" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"yiv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"yiF" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"yiZ" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/modular_computer/telescreen/preset/medical{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"ymk" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison/hallway) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -bmD -bpF -bmD -bpF -bmD -bpF -bmD -bpF -bmD -bpF -bmD -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -bkE -bsD -bmj -bVN -bmj -cjC -dis -abX -cJy -cJy -cJy -byc -brN -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -ajr -ajr -aad -qYo -bMl -byJ -bNu -bmH -bRx -bwB -diu -bjB -brL -bmH -boj -bEc -brM -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -bpF -bmD -bmD -bpF -bmD -bmD -bpF -bmD -bmD -bpF -bmD -bIu -bMI -bsG -brO -bPC -bPC -bPC -div -bjC -bPC -bPC -bRO -bEc -brM -ajr -che -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkF -beB -cJx -cJx -cJx -cJx -cJU -cJx -cJx -cJx -cJx -cJx -cJx -cJY -bsL -brN -bPC -bXz -boR -diw -bjD -bIp -bPC -bkE -bEc -bNB -cfO -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEH -brL -btF -bmH -bmH -bmH -btF -bmH -bmH -btF -bmH -bmH -btF -bLw -aaa -bPC -bYA -bqZ -dix -bRH -caa -bPC -bkE -bys -bAC -cfQ -bpF -bmD -bmD -bpF -bmD -bpF -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEH -brM -aad -aad -aad -btH -btH -btH -btH -btH -btH -btH -btH -btH -btH -bPC -bRA -bTq -diz -bRH -cab -bPC -bRO -byt -bvp -cJy -cJy -cJy -cgm -cJy -cJy -bDT -brN -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -bkF -bEH -brN -aad -aad -btH -btH -btH -bAx -btH -btH -btH -bwn -btH -bAx -btH -bPC -bRB -bOI -diA -aaI -cac -bPC -aaa -btF -bmH -bmH -btF -bmH -bmH -bpN -cqj -bEc -brM -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEH -brN -aaa -btH -btH -btH -byS -bAy -hkE -rMD -hQr -bAy -bAG -bLx -btH -bPC -bRC -bTs -diB -byI -cad -bPC -cdt -cdt -chi -ciQ -cdt -cdt -aad -aad -bkF -bEc -brN -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -bkF -bEH -brO -aad -btH -btH -bxv -bEp -bzb -bFS -bEg -bFS -bFS -bEp -bFS -lCf -bPC -bRD -bPC -diC -bPC -bPC -bPC -cdu -cfs -chj -cdv -ckn -cdt -cdt -aad -bkE -bEc -brM -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -bmD -boe -bEH -brN -aaa -btH -bwn -bxw -aRA -bem -bhr -blk -bhr -bhr -bEw -bxW -bNA -bPD -gnx -bgB -diE -bgB -bRE -bRD -cdv -cft -bAD -bZc -cko -clM -cdt -cdt -bkE -bEc -bNB -bpF -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bmE -bkm -beC -brO -btH -btH -btH -bFS -bLz -sOn -bFS -nyp -bFS -bFS -dMA -bKn -btH -bPC -bPC -mGw -diF -bjQ -cae -bPC -cdw -cfu -bAE -clO -clO -btZ -bLV -cdt -bRO -bEe -bIF -cuN -brM -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkF -bmF -bog -bpJ -brN -btH -btH -bwo -bxy -aRL -bFS -nrr -bEi -iIM -bFS -bJH -jwT -btH -gby -bPC -fJx -diG -bgC -boT -bPC -cft -cfu -bAI -ciT -cfu -cft -cnv -cdt -bkE -bmF -ctk -bpJ -brN -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -bkE -bmF -boh -bpK -bjN -btH -btH -bwp -bxz -aRM -bFS -bCt -bEj -btH -vFD -bJI -bHy -bRi -bVQ -bZO -cJz -dji -bbb -boU -boL -boQ -boQ -bAJ -cdy -ckq -clO -cnw -ciQ -cql -bmF -boh -bpJ -brM -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkF -bmF -bog -bpJ -brN -btH -btH -bwq -bxy -aRN -bFS -hOv -bEk -sNg -bFS -bJH -bKn -btH -sXU -bPC -qKB -diG -bgC -blw -bPC -boG -cfu -bAK -ciV -cfu -cft -cnx -cdt -bkE -bmF -ctk -bpJ -brN -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bmG -bkv -beS -brO -btH -btH -btH -taA -pZD -uQq -bFS -nyp -bFS -bFS -nye -bKn -btH -bPC -bPC -mGw -diG -bgC -cai -bPC -cdw -cfu -bAT -cfu -cfu -bua -bvn -cdt -bRO -bEv -bIG -cuO -brM -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -bmH -boj -bEc -brN -aaa -btH -bwn -bxw -aRO -bgA -bhr -blv -bhr -bhr -bEE -bKD -bNA -bPI -gnx -bgE -diE -bgE -bHd -bPC -bSf -cft -bAU -bZi -cks -clQ -cdt -cdt -bkE -bEH -bNu -bpN -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -bkF -bEc -brO -aad -btH -btH -bxv -bzb -bId -bFS -bEg -bFS -bFS -bId -bFS -lCf -bPC -bRD -bPC -diN -bPC -bPC -bPC -cdu -cfz -chq -cdv -ckt -cdt -cdt -aad -bkE -bEH -brM -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEc -brN -aaa -btH -btH -btH -bzc -bAG -hkE -tZf -hQr -bHM -bJN -bLx -btH -bPC -bRF -bgF -diB -bDW -cak -bPC -cdt -cdt -chr -ciQ -cdt -cdt -aad -aad -bkF -bEH -brN -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -bkE -bEc -brN -aad -aad -btH -btH -btH -bAx -btH -btH -btH -bwn -btH -bAx -btH -bPC -bRK -bOE -diA -aaI -cal -bPC -aaa -btJ -bmD -bmD -btJ -bmD -bmD -bpF -cqn -bEH -brM -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEc -brM -aad -aad -aad -btH -btH -btH -btH -btH -btH -btH -btH -btH -btH -bPC -bRL -bRH -diz -bRH -cam -bPC -bRO -byx -bww -cJx -cJx -cJx -cgW -cJx -cJx -bEJ -brN -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkE -bEc -brS -btJ -bmD -bmD -bmD -btJ -bmD -bmD -btJ -bmD -bmD -btJ -bmD -aaa -bPC -bRM -bRH -diE -bRH -can -bPC -bkE -byA -bAZ -cgC -bpN -bmH -bmH -bpN -bmH -bmH -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -bkF -bfp -cJy -cJy -cJy -cJy -cJV -cJy -cJy -cJy -cJy -cJX -cJy -cJZ -byc -brN -bPC -bRF -bgE -diE -bgE -cao -bPC -bkE -byJ -bNu -cfO -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -bpN -bmH -bmH -bpN -bmH -bmH -bpN -bmH -bmH -bpN -bCb -bIB -bOY -bMP -brO -bPC -bPC -bPC -diO -bPC -bPC -bPC -bRO -byJ -brM -ajr -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -qYo -qYo -bPa -bEc -bNB -bmD -bRN -bgG -diP -bEQ -brS -bmD -boe -byJ -brM -ajr -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -che -che -qYo -cIY -byt -cJZ -bVR -cJy -cJB -diQ -bbc -bmj -bmj -bmj -byK -cht -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -che -aaa -cJh -bOS -bNu -bRx -bOM -diW -dkB -brL -bmH -bpN -bmH -aaa -ajr -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -ajr -ajr -bkF -bOZ -brM -bRO -bmF -djb -bpJ -brO -ajr -ajr -ajr -aad -ajr -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aad -aaa -bPe -aaa -bRO -bmF -djc -bpJ -brO -aaa -aad -aaa -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -aad -aaa -bPe -aaa -bRO -bmF -djd -bpJ -brO -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bic -dGW -bic -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -aad -aad -bPe -aad -bRP -bgI -dje -bBe -pKo -aad -aad -aad -aad -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -dGW -bic -dLC -bic -dGW -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aaa -aad -aaa -bPe -aaa -bkF -bgJ -djf -bYl -brM -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bic -bic -dKw -dLD -dNo -bic -bic -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -aad -aaa -bPe -aaa -bRQ -bmH -djg -bmH -cap -aaa -aad -aaa -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -dGW -dGW -dJG -dKx -dLE -dNp -dNY -dGW -dGW -aad -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -aad -aad -bPe -aad -bRR -aad -djh -aad -bRR -aad -aad -aad -aad -aad -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bic -dIi -dJH -dJH -dLF -dNq -dLE -dOL -bic -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aad -aaa -bPe -aaa -bRS -aaa -djh -aaa -caq -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -dGW -dGW -dJI -dKy -dJH -dNr -dNZ -dGW -dGW -aad -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aaa -aad -aaa -bPe -aaa -aad -bTJ -djh -bYm -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bic -bic -dKz -dLE -dNs -bic -bic -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -aad -aaa -bPe -aaa -aad -aaa -djj -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -dGW -bic -dLG -bic -dGW -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -aad -aad -bPh -bWh -cax -aad -djk -aad -aad -aad -aad -aad -aad -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bic -dLH -bic -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aad -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -aad -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aad -aad -aad -aad -aad -bPe -aad -djl -aad -aad -aad -aad -aad -aad -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aaa -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -aaa -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -aad -aad -aad -bPe -aad -djk -aad -aad -aad -aad -aad -aad -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -ajr -ajr -ajr -ajr -aad -aaa -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aac -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -bPe -aad -djl -aad -aad -aad -aad -aad -aad -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aaa -aad -aaa -aad -aaa -aac -aac -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -bxC -bxC -bxC -bxC -bxC -bxC -bxC -aaa -aad -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aaa -aad -aaa -aoG -apH -aqJ -aaa -aad -aaa -aad -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -aad -bxC -bAH -bAH -bEn -bAH -bAH -nyB -ajr -aad -aad -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aaa -aaa -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aoG -apH -aqJ -aaa -aoG -apI -aqJ -aaa -aoG -apH -aqJ -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aad -bxC -bAH -bCw -bCx -bCy -bAH -bxC -aad -aaa -aaa -bPe -aad -djk -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aoG -apI -aqJ -aaa -aoG -apI -aqJ -aaa -aoG -apI -aqJ -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aad -bxC -cEU -bCx -bEo -bFW -bCz -bxC -ajr -ajr -aad -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aad -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -ajr -aad -aad -aad -aad -abj -aad -aad -ajr -ajr -ajr -ajr -qYo -ajr -ajr -aad -ajr -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aoG -apI -aqJ -aad -aoG -apI -aqJ -aad -aoG -apI -aqJ -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -bxC -cFf -bCy -bCx -bCw -bEr -nyB -aad -ajr -aaa -bPe -aaa -djl -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aad -aaa -aad -qYo -aad -aaa -aad -aaa -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aoG -apI -aqJ -aaa -aoG -apI -aqJ -aaa -aoG -apI -aqJ -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aad -bxC -cFi -bhA -blD -buD -bEs -bxC -aad -aad -aad -bPe -aad -djl -aad -aad -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -aad -abj -aad -ajr -ajr -ajr -aad -ajr -wQo -ajr -aad -ajr -aad -ajr -ajr -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aac -aac -aaa -aoG -apI -aqJ -aaa -aad -apJ -aad -aaa -aoG -apI -aqJ -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aaa -aad -bxC -aSH -bCA -bmb -bCA -aYM -bxC -aad -ajr -aaa -bPe -aaa -djl -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -abj -aaa -aad -aaa -aad -aad -aad -rfe -aad -aad -aad -aaa -aad -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aad -aad -aad -apJ -aad -aad -aad -ask -aad -aad -aad -apJ -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -ajr -aaa -aad -aad -bxC -bgM -bhB -bmi -buE -bEt -bxC -aad -ajr -aaa -bPe -aaa -djl -aaa -aad -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -aad -abj -caE -caE -dhD -caE -caE -caE -dtT -caE -caE -caE -dhD -caE -caE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -alS -amF -amF -amF -amF -amF -arj -ask -atH -amF -avY -axo -ask -azM -aAP -aAP -aAP -aAP -avY -ask -ask -aad -abj -abj -abj -abj -abj -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aad -bxC -bhc -aTD -bnO -aXD -aYO -bxC -aad -aad -aad -bPe -aad -djk -aad -aad -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -car -caE -cJI -caE -cme -cfp -cQc -caE -cTj -cVl -cWH -caE -dal -dbM -ddB -caE -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aad -aad -aad -apK -aad -aad -aad -ask -aad -aad -aad -apK -aad -aad -aad -aad -aad -aad -aad -apK -aad -aLb -aad -aaa -aad -abj -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -bxC -hLm -aTE -bnR -aXE -oRB -bxC -aad -ajr -aaa -bPe -aaa -djl -aaa -aad -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cdB -cdB -cdB -car -cIp -lFB -caE -cMM -cgG -cQd -caE -cTk -bWL -lJc -caE -dam -caV -cdU -caE -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -aaa -aoG -apL -aqJ -aaa -aad -apK -aad -aaa -aoG -apL -aqJ -aaa -aad -aaa -aaa -aad -aHW -aIj -aHW -abj -aMt -aNO -aMt -aRm -aad -ajr -aad -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -aad -aad -aad -bxC -bAN -aTF -bnW -aXF -blO -bxC -aad -aad -aaa -bPe -aaa -djl -aaa -car -car -car -aad -aaa -ciY -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -cAG -aaa -aad -car -car -car -cJJ -caE -caE -ccc -caE -caE -caE -bXd -caE -caE -caE -ccc -caE -caE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aoG -apL -aqJ -aaa -aoG -apL -aqJ -aaa -aoG -apL -aqJ -aaa -ajr -aaa -aad -aad -aHW -aIk -aFq -abj -aFr -aNP -aFr -aRn -aSP -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -nOg -bxC -bxC -bxC -aTK -bnZ -aTK -bxC -bxC -aad -bPr -bWh -cJo -aad -djl -aad -car -cbN -cdC -cdC -aaa -ciZ -cku -cku -cnA -cku -cku -cnA -cku -cku -cnA -cku -cku -cAH -aaa -cdC -cdC -cHb -car -mXN -caJ -cgH -cgQ -cgH -cng -cwZ -bXp -cRA -cRA -cUb -cUo -ddD -caE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aoG -apL -aqJ -aad -aoG -apL -aqJ -aad -aoG -apL -aqJ -aad -ajr -aad -aad -aHW -aHW -aIl -aHW -aFr -aFr -aNQ -aFr -aFr -aSQ -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -abj -bxC -bzd -bAO -aTL -boK -aXJ -fSj -bxC -aad -bPe -aad -aad -aad -djl -aad -car -cbN -cdC -cfA -aad -cja -ckv -clR -cnB -wZE -clR -crI -clR -wZE -cnB -clR -czo -cja -aad -cDT -cdC -cHb -car -cCO -cbF -cjp -cOn -cjq -ced -ced -cea -ceb -cjq -dan -caF -cea -dhD -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aoG -apL -aqJ -aaa -aoG -apL -aqJ -aaa -aoG -apL -aqJ -aaa -ajr -aaa -aad -aFq -aGM -aIm -aJE -aFr -aMu -hfd -aPx -aRo -aSR -aad -aad -aaa -aad -aad -aad -aaa -aad -aad -aad -aaa -aad -aad -aad -aaa -aad -aad -abj -bxD -bze -bAP -epg -boM -aTM -bHQ -bxC -bLF -bPT -bLF -bLF -aad -djl -aad -car -cbO -cdD -cfA -aaa -cja -ckw -clS -aad -aad -clR -aaa -abj -aad -aad -cxA -ctn -cja -aaa -cDT -cFH -cHc -car -ceb -cbF -cMO -cMO -cMO -cMO -cMO -cMO -cMO -cMO -cMO -cbv -cfT -caE -aad -aad -aaa -dte -dte -dfY -dte -dfY -dte -dte -aaa -aaa -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aoG -apM -aqJ -aaa -aoG -apL -aqJ -aaa -aoG -apM -aqJ -aaa -aad -aaa -aad -aFq -aGN -aIn -aJF -aFr -aMv -tbe -aPy -aFr -aSQ -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -abj -bxC -bzf -bAO -aTQ -boV -aXL -bHR -bxC -bLG -bPZ -bPL -bLF -bTK -djq -bTK -car -cbP -cdC -cfA -aad -cjb -ckx -aad -aaa -aaa -abj -aad -abj -aaa -aaa -aad -czp -cAI -aad -cDT -cdC -cFJ -car -tik -cbl -cMO -ciw -clN -bXA -cTm -cgR -cRB -cSG -cMO -crt -jug -caE -aad -aad -aad -dte -dmi -dnZ -dpN -drs -dod -dte -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aad -aaa -aoG -apM -aqJ -aaa -aad -aaa -aad -aaa -ajr -aad -aad -aFq -aGO -aLf -aFL -aFr -ryR -mQb -vKq -aFr -nAg -aRF -aWt -aXV -aWt -aRF -bcX -beu -bcX -aRF -biT -bkG -biT -aRF -bpO -brT -bpO -aRF -qYo -nBr -mCL -mCL -mCL -boZ -mCL -nBr -bLF -bLH -bRp -bPM -bLF -bTL -djt -bYn -car -cbQ -cdE -cfA -aaa -cja -wVk -aad -aaa -abj -abj -abj -abj -abj -aaa -aad -pJO -cja -aaa -cDT -cFI -cHd -car -cJK -cbI -cMP -ciB -cmh -bXT -cTn -cmk -cRC -cSH -cMO -cUj -ddF -caE -dfY -dte -dfY -dte -dmj -doa -dpO -drt -dsW -dte -dfY -dte -dfY -dfY -aad -ajr -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -ajr -ajr -aad -ajr -aad -aaa -aad -aaa -aad -aaa -aad -ajr -aad -ajr -ajr -aad -aad -aFq -aFq -aLi -arw -aFr -aMv -mvB -aPy -aFr -aSQ -aRF -aWu -oSF -aWt -aRF -bcY -uzA -bcX -aRF -biU -lIn -biT -aRF -bpO -bpO -btK -aRF -qYo -nBr -qWg -mHL -aTR -bpk -bjY -fjK -bLF -bxT -pUW -bPN -bRV -cJp -dju -bYo -car -car -cbP -cfA -abj -cja -ckw -ckw -abj -abj -cqo -jMZ -ctm -abj -abj -abj -ctn -cja -abj -cDT -cFJ -car -car -ceb -cbt -cgI -bVh -bVB -bYa -cxa -cni -bVB -cSI -cgI -cUm -ddE -caE -dfZ -dhE -dja -dgb -dmk -dob -dpP -drt -dsW -duf -dvT -dxB -dgf -dfY -aad -ajr -ajr -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -ajr -ajr -ajr -ajr -ajr -ajr -ajr -ajr -ajr -aad -aad -aad -aad -aad -aFr -aGP -aLJ -aJI -pDC -aMy -rdR -aPA -aFr -aSR -aRF -aWv -aXX -aZP -aRF -bcZ -bew -bfT -aRF -biV -bkI -bmI -aRF -bpP -brU -btL -aRF -qYo -nBr -wEB -vDU -aTS -bpH -buK -byr -bEM -bOb -bTM -bWv -caQ -cJq -djw -bYp -car -car -cbP -cdC -aad -cjb -cky -aaa -aad -abj -ckw -crJ -ctn -abj -aad -aaa -czq -cAI -aad -cdC -cFJ -car -car -cjp -cbx -cMO -cgS -cmo -coc -cxb -cNC -cxb -cSJ -cMP -cUp -cea -caE -dga -drv -coN -dod -dsW -dsW -cis -dsW -dmj -dlc -dcV -drv -dru -dte -aad -aad -aad -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -aaa -ajr -aaa -abj -aHX -aGQ -aMi -aJJ -hSx -aMz -atj -aPB -aUY -aSS -aRF -aWw -aZj -aZQ -aRF -aWw -aZj -aZQ -aRF -aWw -aZj -aZQ -aRF -aZQ -aZj -aWw -aRF -qYo -nBr -fbA -lXl -aUc -bpV -aXN -fjK -bLF -bty -bRy -ber -bRV -bgK -bix -bYq -car -car -cbP -cfA -abj -cja -ckw -abj -abj -abj -cqp -uVd -cto -abj -abj -ctn -ctn -cja -abj -cDT -cFJ -car -car -bLO -cbF -cMO -cOs -cQi -cRD -cTq -cVs -cWK -cYB -cMO -cUq -caW -caE -dgb -dod -coO -cYg -cYq -cYP -cZR -daM -dbW -dcY -dcW -dlc -dyW -dfY -aad -aaa -aaa -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -ajr -ajr -ajr -ajr -ajr -ajr -ajr -aad -aad -aFr -amj -hHf -rfI -gnJ -aPC -cNb -cZT -aFr -aad -aRE -aWx -aRE -aZR -aRE -aWx -aRE -aZR -aRE -aWx -aRE -aZR -aRE -aZR -aRE -aWx -aRE -qYo -nBr -qYx -vDU -aTS -bqL -bwC -bHV -bHV -bHV -bHV -bHV -bHV -bHV -bHV -bHV -car -cbR -cdF -cfA -aaa -cja -wVk -aad -aaa -abj -abj -abj -abj -abj -aaa -aad -pJO -cja -aaa -cDT -cFK -cHe -car -bLP -lFf -cMO -cMO -cQj -cRE -cQj -cRE -cQj -cMO -cMO -bZZ -cjp -caE -dgc -dlc -coP -dkW -dmm -dmm -dmm -dmm -dmm -dug -dmk -dxD -dyX -dte -dte -dte -aaa -aad -ajr -aad -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aaa -auP -avZ -auP -avZ -auP -avZ -auP -aDk -avZ -aFr -aGS -aMJ -aJL -aMA -aME -aME -dmL -aMG -aMG -aMG -aZS -aZi -bej -aMG -aZS -aZi -bej -aMG -aZS -aZi -bej -aMG -bej -aZi -aZS -aMG -aMG -nBr -vwZ -vDU -aUd -bpV -rOf -bHV -bJQ -bLL -uSj -bPQ -tzz -qQT -bWf -bYr -car -cbP -cdC -cfA -aad -cjb -ckx -aad -aaa -aaa -abj -aad -abj -aaa -aaa -aad -czp -cAI -aad -cDU -cdC -cFJ -car -cea -cbY -cMO -cOt -cQk -cRF -cTr -cVt -cWL -cYC -cMO -qwa -cbb -caE -cpr -cdz -coQ -dkX -dlc -dlc -dpS -dpS -dod -duh -dvV -dsW -dsW -dmj -dod -dte -aaa -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -atI -auQ -awa -awa -awa -auQ -awa -awa -aDl -azN -aFr -aGT -aMJ -aJK -auH -aMB -aOn -aOn -aRq -aST -aUL -aWz -aXY -aZT -bbA -bda -aST -bfU -bhf -bda -aST -aZT -bok -bpQ -brV -btM -buY -bwr -nBr -nBr -nBr -nBr -brK -nBr -bHV -bJR -bbi -bPR -bPR -bPR -brG -bWg -bYs -car -cbS -cdD -cfA -aaa -cja -ckw -clT -aad -aad -abj -aaa -crK -aad -aad -cxB -ctn -cja -aaa -cDT -cFH -cHf -car -cCO -cbI -cMO -cOu -cQl -cRG -cTs -cRG -cWM -cYD -cMO -cUs -cbb -caE -dge -cdJ -coR -dkY -dmn -dmn -dod -drv -dlc -duh -dod -dxE -dyY -dAo -aap -dfY -aad -abj -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -atJ -auQ -awa -axp -awa -auQ -awa -axp -aDl -avZ -aHX -pWH -aNc -dmO -auK -doq -doL -doX -dpk -aGf -aUM -aWA -aXZ -aZU -bbB -bdb -bex -bfV -bbB -biW -bkJ -bmJ -bol -bpR -brW -btN -buZ -bws -nBr -bzi -bgq -aUg -brX -bGh -bHV -bJS -bbj -jtO -bPS -bRZ -hOb -djx -bYt -car -cbP -cdC -cfA -aad -cjc -ckz -clU -clU -qPI -clU -crL -clU -qPI -clU -clU -czr -cAJ -aad -cDT -cdC -cFJ -car -cJK -cbF -cMO -cOv -cQm -clC -cTt -cVu -cWN -cYE -cMO -cUs -ddF -caE -dgf -cdK -coX -dkZ -dmo -dmn -dpT -dmo -dmj -duh -dmj -dxE -dyZ -dod -dBQ -dte -aaa -abj -aad -aad -aad -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -ajr -aad -auR -auR -auR -auR -auR -auR -auR -auP -azN -aHX -aGV -aNv -aJO -aLj -aMB -aOn -aue -aRs -aGi -aUN -aWB -aYa -aYa -aYa -bdc -aYa -aYa -aYa -biX -bkK -bmK -aTg -bpS -bkl -aYv -bsa -aQj -nBr -bzj -byR -bhJ -brY -bGi -bHV -bJT -bbj -bNR -bVJ -cbh -duS -bWi -bEW -car -cbT -cdG -cfB -aaa -aad -aaa -aad -cPu -cPu -cPu -dtA -cPu -cPu -cPu -aad -aaa -aad -aaa -cDV -cFL -cHg -car -cCO -cbx -cMS -cOw -cQn -clE -cTt -cVv -cWO -cYF -cMO -cUt -cea -caE -dgg -cdK -cpq -dkZ -dmo -dmj -dpU -dlc -dmn -duh -dsW -dxE -dza -dsW -dBR -dfY -aad -abj -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aaa -aaa -aad -aaa -aad -aaa -aad -aad -aad -aad -aad -auR -atJ -axq -atJ -azN -atJ -axq -atJ -avZ -aFr -aGW -aIw -dzx -aLk -aMB -aOn -aui -aRt -aGs -aUO -aWC -aYb -aZV -aZV -bdd -aLU -bde -bde -bde -bkL -bmL -bom -bpT -bmv -btP -bva -bwu -nBr -bzk -bAg -bhZ -bte -bGj -bHV -aZw -bbk -bdA -bVK -bfN -bRg -bWj -bYv -car -car -cdH -car -car -cPu -cPu -cPu -cPu -coZ -cqq -crN -cqq -cuP -cPu -cPu -cPu -cPu -car -car -cFM -car -car -bPm -cce -cgJ -ciE -cmu -cnc -cxh -cNT -cSv -cTy -cUf -cUz -ceb -caE -dmj -cdK -cpw -dkZ -dmj -dod -dod -dlc -dpS -duh -dmk -dxF -dzb -dmj -dBS -dte -aaa -abj -aad -aad -aad -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -ajr -ajr -ajr -ajr -aad -ajr -aad -alT -ayE -ayE -auS -ayE -ayE -ayE -alT -ayE -ayE -ayE -auS -alT -aFr -ayU -arH -aLl -aME -atl -auk -aRu -aGX -aUP -wJH -aYc -aZW -bbC -aYc -aLX -bfW -aWD -aHq -bkM -bmM -aTg -bpU -bmN -bqd -cJO -cJS -aQy -aRP -aSL -aUi -bti -bGk -bHV -boE -bKJ -bTQ -bVL -bdB -bVC -bWk -bYw -car -cbU -bql -car -chu -cje -cje -cje -cjd -cpa -cqr -uvO -ctp -cuQ -cjd -cje -cje -cAK -cCr -car -dhj -cHh -car -bPG -bNN -cMO -bST -cQq -coS -cTt -cVx -cWQ -cWK -cMS -cUu -cVc -cVm -cVM -cVR -cXT -dla -dmp -dmp -dmp -drw -dsY -dui -dvW -dxG -dzc -dte -dte -dte -aaa -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aad -aFo -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -aad -aad -aad -aad -aad -aad -alT -age -agZ -ahJ -aKf -ait -ait -ajB -ajW -aKf -aKf -ahJ -amt -aFr -aBt -arJ -asx -aMG -atm -aul -aRv -aGs -aUO -aWE -aHw -aIe -aJn -aKb -cJt -aPG -aUu -bdF -bmS -aZe -bpM -bwx -bmP -cJF -cJP -aQk -nBr -mCL -mCL -aUj -btj -mCL -bHV -aZy -bLl -bNU -bPW -bSc -bVG -bWl -bHV -car -cbV -bqA -car -chv -cjf -ckA -clV -cnC -sJw -cqs -sTx -ctq -cuR -cnC -cjf -czs -clV -chv -car -dhk -cbV -car -bPG -bOm -cMO -cOz -cQq -cpx -cTv -cVy -cWR -cYH -cMO -cUv -cxO -cbA -dmn -dlc -cpR -cYh -cYr -cYQ -cZS -daN -dbX -dcZ -ddc -dlc -dzd -dfY -aad -aaa -aaa -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aFo -aac -aac -aaa -aaa -aad -aaa -aaa -aac -aac -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aad -alT -alT -alT -alT -alT -alT -alT -agf -aqs -auU -awc -axs -ayG -azP -aAR -aCh -aDm -aEl -amu -aFr -aFr -arL -aFr -aMG -aOd -aum -aRw -aGY -aUP -aWF -bez -aZY -bbE -bdf -bez -bfY -bhh -aHs -bkN -aZl -boo -bpW -bsb -cJG -cJQ -cJT -acR -aSZ -vjD -aZA -bdC -aZA -bzn -bFX -bKk -bLZ -bHV -bSd -bVP -bJQ -bPW -cas -cbW -ycn -cfD -chw -cjg -ckB -aMl -cnD -cpb -cqt -crO -ctr -cuS -cnD -cxD -ckB -chw -chw -cDW -dhl -cHi -car -bRr -bOo -cMO -cOA -cQr -cRM -cRM -cVz -cWS -cYI -cMO -cUw -cxQ -caE -dgk -dmn -cqG -dlc -dlc -dlc -dlc -dmn -dof -dlc -ddi -dmn -djm -dte -aad -aad -aad -aad -ajr -aad -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aad -aaa -aaa -efe -efQ -egB -aaa -aaa -aad -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aad -alT -amG -amH -pop -amH -amH -ark -agg -aqv -auV -awd -axt -ayH -azQ -aAS -aCi -ayH -aEm -amv -amu -ayR -arR -avF -aMG -aOe -aOo -aRv -aGs -aUQ -aWG -eSx -aZZ -aZZ -aZZ -qYh -aWK -bhi -aHt -bkO -aZo -aTg -bpX -aMB -aMG -aMG -aMG -acR -aUl -aUl -aZB -beL -aYf -bzo -bGf -beL -aYf -bHV -bSe -bWr -bWn -bYx -cat -cbX -brc -bqO -chx -cjh -ckC -clX -cnE -cpc -cqu -pHD -cts -cuT -cnE -clX -czt -hNw -ehv -bGd -dhm -cHj -car -bRU -bOs -cMO -cOB -cQs -cRN -cTw -cVA -cWT -cYJ -cMO -cUw -cbi -caE -dgf -dhP -djm -dld -djm -dof -dmi -dry -dta -duk -dvY -dod -dmi -dfY -aad -aaa -aaa -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -efe -efQ -egB -aaa -efe -efR -egB -aaa -efe -efQ -egB -aaa -aFo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -alT -amH -anG -amH -amH -amH -ark -agh -aqx -aqU -asp -asJ -atN -atU -aut -awj -awj -azR -awr -aqW -arT -atA -avM -dor -doO -doY -dpl -aGZ -aUR -aWH -aWH -aMB -aWH -aMB -aWH -aWH -aSK -aHu -bkP -aZq -bop -bpY -bsc -btT -bve -aMG -aQz -aUm -aYe -aZD -bgN -bnz -bzp -bGl -bKl -bMB -bHV -bwc -bWu -bWo -bYy -cau -bnK -brA -bqO -chx -cji -ckD -clY -car -cpd -cqv -crP -cqv -cuU -car -cxE -cjn -cAM -ehv -bGd -dhn -ljP -car -bSG -bNL -cMO -cMO -cMO -cMS -cTx -cMO -cMO -cMO -cMO -cUv -oac -caE -caE -caE -caE -caE -saw -saw -saw -saw -saw -dhQ -dhQ -dhQ -dhQ -dhQ -dhQ -dhQ -dhQ -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -efe -efR -egB -aaa -efe -efR -egB -aaa -efe -efR -egB -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -alT -amI -amH -amH -amH -amH -ark -agi -aqz -auX -awf -axv -axv -azS -awi -aCk -aDn -aEo -awF -aoO -aBf -aJV -aLp -aMG -aOe -aOo -aRv -aGs -aUS -aMB -aAw -aIf -aTb -aKn -aRl -aMB -aGh -aHv -bkQ -aZH -boq -bpZ -bsd -aYn -bvf -aMG -aQA -aUo -aYf -aZE -bhF -btl -bzr -bzr -bLo -bNP -bHV -bSg -bWx -bWn -qeU -cau -bnL -dhm -bqV -oub -cjj -cjn -clZ -cnF -car -cqw -car -cqw -car -car -cxF -cjn -cjn -ehv -bGe -dho -bJw -bKe -bTB -cfG -cdZ -cqe -cmE -cpH -cwx -cmE -cSw -cpH -cqe -cUx -cru -crv -cuC -caE -djn -dle -saw -dog -nDZ -drz -saw -dul -dvZ -dxH -dze -dAp -dBT -dDg -dhQ -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -efe -efR -egB -aad -efe -efR -egB -aad -efe -efR -egB -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aaa -alT -amH -amH -anG -amH -aqK -afR -aoN -aqD -auY -awg -axw -axw -axw -awg -aCk -aDo -aEp -axV -aEk -alT -alT -alT -aMG -aOh -aun -aRv -aGs -aUQ -azx -aAx -aIg -aTp -aKo -aMY -aQg -aUx -ben -bmT -bpu -bor -bqa -bor -btU -bvg -bwy -aRQ -aUq -aYh -aZE -bif -btn -bAq -bzr -bLo -wOH -bHV -bSh -bQi -bWp -bPW -cav -bnL -brA -bqO -chy -cjk -ckE -pqq -cnG -cpe -cqx -crQ -bAa -cuV -cwl -cxG -ckE -cjk -cCt -bGd -dhq -bJy -car -bTD -bOD -cem -bSV -cea -cjq -nzx -ced -ced -ced -cjq -cjq -ced -ceb -cUD -caE -dkI -hNZ -saw -qhc -dpX -pmQ -saw -djs -dlf -dxI -dms -dpZ -dBU -djo -dhQ -aad -aad -abj -aaa -abj -aad -abj -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -efe -efR -egB -aaa -efe -efR -egB -aaa -efe -efR -egB -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -ajr -aad -alT -amJ -anH -amx -aii -aii -aiW -ajC -aqS -auZ -awg -axx -ayJ -azT -aAU -aCl -awg -aEo -awF -awD -alT -aJW -aLq -aMG -aOe -auo -aRv -aGs -aUS -aMB -aYj -bac -bbH -bdi -beD -aMB -aGj -aHx -bkP -aZI -bos -bqb -bse -btV -baH -aMG -acR -acR -acR -aZN -bhF -bto -bAu -bGo -bLo -bNW -bHV -bHV -bTZ -bHV -bHV -bSl -bnM -dhm -bzl -chw -chw -chw -chw -chw -chw -bxH -cpF -bIO -chw -chw -chw -chw -chw -cjg -bGg -dhr -bRJ -bTu -bUf -cGe -cen -bOm -cMY -cMY -cMY -cMY -cMY -cMY -cMY -cMY -cMY -cea -cUQ -caE -djp -qpq -saw -doh -rCv -drA -saw -dum -dli -dpZ -dzf -dAq -dpY -dDh -dhQ -aad -aaa -abj -aad -aad -aaa -aad -aaa -abj -aad -aad -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aaa -ajr -ajr -aaa -aac -aaa -efe -efR -egB -aaa -aad -efS -aad -aaa -efe -efR -egB -aaa -aad -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -alT -amG -anI -aoI -aoI -aoI -asl -agq -arr -ava -awg -axy -axy -axy -aAV -aCm -aDp -aEq -ayl -aoR -aqX -asd -avS -asS -aOe -aOo -aRy -aGs -aUS -aWJ -aWH -aMB -aMB -aMB -beE -aWH -aGm -aHx -bkR -aZJ -bot -bqc -bsf -bqH -aPH -aQn -aRR -aWn -aYi -aZO -bhF -btl -bAR -bGx -bLA -bNX -bOe -bfO -cjg -djy -bki -blx -bnN -brF -bzA -bwz -bzG -bwz -hOJ -bwz -cnt -cuW -bEK -bJG -bLD -dia -bLD -rnl -bLD -cpP -bLD -dhs -dhN -car -bUl -cea -caF -bSW -cMY -cNd -cNd -cNd -cWV -cNd -cNd -cNd -cMY -cea -dbE -dbO -dbP -cvT -saw -qhc -rCv -pmQ -saw -cUr -cny -dxJ -dxJ -dxJ -dBV -dlg -dhQ -aad -aad -abj -aaa -abj -aad -abj -aad -abj -aaa -aaa -aaa -abj -aad -aad -aad -abj -aaa -aaa -aad -aad -aad -ajr -aad -aad -aad -aad -aad -aad -aaa -aaa -efS -aad -aad -aad -ebA -aad -aad -aad -efS -aad -aaa -aaa -aad -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -alT -alT -anJ -anM -amH -aqL -asl -agr -asj -avb -awh -axz -ayK -axz -aAW -axz -uYS -aEr -azc -aJo -aTa -auy -avU -dos -doP -dpe -dpp -dpQ -aUS -aWK -aYk -bad -bbI -bdj -beF -aWG -aGh -aHy -bkS -baa -baR -aVK -aWb -bqI -aZv -baI -aRS -aXO -aYQ -bbn -bih -btp -bAV -bGy -bLC -bNY -bQb -ccB -bWF -djz -dkR -dlw -dlC -dlZ -bzF -bsk -bsk -bsT -bsk -bsk -bsk -bxI -bEL -bJJ -bBq -bCD -bCP -bsk -bsk -cpS -bsk -dht -bJK -car -bUz -cea -cer -bSY -cMY -cRQ -cTz -cON -cON -cON -cON -dcb -cMY -cbB -ccj -caE -djr -djr -saw -doj -cix -lXM -saw -dun -cnJ -dxK -dzg -dAr -doi -don -dhQ -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -abj -aad -aad -aad -abj -aaa -aaa -aaa -abj -aad -aad -abj -aaa -aaa -ajr -aad -ebA -ebA -ebA -ebA -ebA -ebA -ebA -ebA -ebA -ebA -egQ -egV -ebA -ebA -ebA -ehq -ehr -ehr -ehr -ehs -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aaa -alT -amK -anK -aoK -aoK -aoK -asl -ags -asr -avc -awg -axA -axA -axA -aAX -aCn -aDq -aEs -azu -aoV -ayR -auE -asz -asT -aOe -aOo -aRv -aHa -dqa -dqb -aLs -dqd -aTN -dqd -dqd -dqb -aJZ -bey -bmU -baJ -baS -aLF -aNz -bqJ -aPJ -asT -aSM -aXQ -aZz -bdu -bkg -btS -bhF -bHW -bzr -bNX -bIa -bfP -bWJ -biB -bkn -bly -bnP -bsh -brd -chC -cjm -ckG -cmb -cnH -cpg -bxJ -bEN -bAi -cuY -cwo -cwo -czu -bEC -cqh -bEC -cFU -cwo -cwo -bUE -cGe -cMW -bNN -cMY -cNd -cNd -cNd -cNd -cNd -cNd -cNd -cMY -cbB -ccl -caE -xMn -dok -saw -brB -cXj -cJi -saw -duo -cnK -eMD -pQm -dxM -doi -dun -dhQ -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -abj -aad -aad -aad -abj -aaa -aaa -abj -aad -aad -aad -aad -ebA -aad -aad -aad -aad -aaa -aaa -efT -aad -aad -aad -ebA -aad -aad -aad -efT -aad -aaa -aaa -aad -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aad -alT -amL -anL -and -aiu -aiu -aiX -ajE -asy -avd -awg -axB -ayL -azU -aAY -aCl -awg -aEt -awF -aoX -alT -aKa -aCT -aMG -aOm -aPR -aRB -aTc -aUV -aWM -baf -baf -aUh -baf -baf -baf -aUC -bjj -bkU -bmX -aMG -aSl -aVH -bqK -aPK -aMG -aMG -aMG -aMG -aMG -aMG -bvk -bhF -bzr -bzr -bNZ -aUl -bSl -bgY -bWt -bYC -bSl -bHS -bsi -brj -chx -hNw -ckH -cmc -car -cph -bxN -bFt -crV -cph -cwo -cxI -czv -bED -crE -bGm -chG -chY -cwo -bUE -cea -ceb -bNL -cMY -cMY -cTA -cNd -cNd -cYK -cTA -cMY -cMY -cbC -cxO -caE -cea -djr -saw -cgL -cXn -drD -saw -dup -dlg -dxL -mvm -dAs -dpY -dDi -dhQ -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -abj -aad -aad -abj -aaa -aaa -ajr -aad -ebB -aad -aaa -aaa -aac -aaa -efe -efU -egB -aaa -aad -efT -aad -aaa -efe -efU -egB -aaa -aFo -aac -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aaa -alT -amH -amH -amH -amH -amH -afR -agt -asP -ave -awg -axC -axw -axw -awg -aCo -aDr -aEu -aAu -aEn -alT -alT -alT -aMG -aOn -aPS -aRv -aSW -aUO -aWN -aYn -bag -aUB -aYn -beG -bgb -aVo -bde -aIz -aJH -aMG -aVN -aWe -bqM -aPM -bcy -bxQ -bzt -bBa -bCY -aMG -bxE -bAW -bHX -bLY -bOd -bTR -bOf -bha -djM -bXk -dlx -dlK -dmc -brk -chD -cjo -ckI -cmd -car -cpi -bxP -bFv -dhg -bMA -cwo -cxJ -czw -bEG -crH -cEh -cFW -cHr -cwo -bUJ -bOJ -bRX -bTa -cMY -cRR -cTB -cVC -cWW -cYL -daq -dcc -cMY -cjp -cbi -caE -cea -cea -saw -wei -cXo -gUH -saw -duq -cnL -dxM -cqR -dzh -dBW -dDj -dhQ -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aad -aad -ajr -aad -ebC -aad -aaa -aaa -aac -aaa -efe -efU -egB -aaa -efe -efU -egB -aaa -efe -efU -egB -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -ajr -aad -alT -amH -amH -amH -amH -amH -afU -agu -asR -avf -awi -axD -ayM -axD -awf -aCp -aDs -aEv -aAz -api -aqY -aBx -aLv -aMG -aOn -aPT -aRv -aTd -aUW -aWO -aYo -aWO -aUE -bbK -beH -bgc -aVz -bjl -bkW -bmZ -aMG -aVO -aWf -bqN -aPM -aWT -bxR -bzu -bBb -bCZ -aMG -bxK -bAY -bIa -bMa -bOf -bQc -bMa -bzx -djN -bYE -bQg -ccg -bsj -brl -chE -car -car -car -car -cpj -bxU -bFx -ctA -cva -cwo -cxK -bDN -cCA -crW -dgp -bIw -cHs -cwo -bUl -cMY -cMY -cOI -cNc -cRS -cTC -cVD -cWX -cYM -dar -cRS -cMY -cbD -ccl -caE -djv -ceb -saw -xKH -cXo -drE -saw -dur -cnM -coY -cqS -don -doi -dDk -dhQ -aad -ajr -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -ajr -ajr -ajr -aad -aad -aad -aad -ebC -aad -aad -aaa -aac -aad -efe -efU -egB -aad -efe -efU -egB -aad -efe -efU -egB -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aad -alT -amH -anM -amH -anG -amH -ars -agv -asW -are -asq -asM -cLG -atV -auA -awQ -awQ -aAq -aAE -aKc -aUe -aSX -aLw -aMG -aOn -aPU -aRC -aTe -aUX -aWP -aYp -bah -bbJ -bdk -beI -bgd -bht -bjm -bkX -bna -aMG -aVP -aWg -bqQ -bvo -bwD -buo -bzv -bBc -bDa -aMG -bxL -beL -bIf -bSm -bOg -bQd -bSm -bRn -djO -bYF -bQg -cch -bsn -bzH -bTi -car -ckJ -cme -car -cpk -bxU -bFz -ctB -cvb -cwo -cxL -czw -cAT -ctf -cEh -cFW -cHt -cwo -bUl -cMY -cMZ -cOJ -cNc -cRT -dZZ -cVE -cQe -cVE -bUT -dcd -cMY -dOn -ccl -caE -djr -hXs -saw -doo -cXo -cLs -saw -dus -cnN -dom -crF -dmy -dAt -djs -dhQ -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -dsL -ebD -dsL -aad -aaa -aac -aaa -efe -efU -egB -aaa -efe -efU -egB -aaa -efe -efU -egB -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -ajr -aad -alT -amK -amH -gXw -amH -aqM -ars -aoP -asZ -avh -awk -axF -cNa -azW -aBa -aCr -aDt -aEx -aFG -aHj -aIF -aKd -aLx -aMG -aOo -aOn -aRD -aTf -uRl -aRC -aYq -bai -bbL -bdl -beJ -bge -bhu -bdl -bkY -bnb -aMG -aVQ -aWh -bqR -aZC -btQ -buQ -byQ -aZX -bDb -aMG -bxM -bBH -bIi -bbr -bOh -bQe -bSn -bRo -djP -bYG -caA -cch -bsy -cfP -bTn -car -ckK -dig -car -cpl -bxV -crY -ctC -cvc -cwo -cxM -czy -cAU -cCB -cEi -cFY -cHu -cwo -bUz -cMY -dqA -chl -dqE -dqI -dqK -dqK -cQf -yfV -xfa -dce -cMY -cbE -cxQ -caE -caE -caE -saw -wAA -cXs -saw -saw -dut -cnS -dxO -csc -dAt -dBX -dDl -dhQ -aad -aad -aad -aad -abj -aaa -abj -aad -aad -aad -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -aad -dsL -ebE -eal -aad -aad -aFo -aaa -efe -efV -egB -aaa -efe -efU -egB -aaa -efe -efV -egB -aaa -aFo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aad -alT -alT -alT -alT -alT -alT -alT -asB -atZ -avi -awl -awe -cSK -azX -aBb -aCs -aDu -aEy -aFH -alT -alT -aKe -alT -aML -aMG -aMG -aMG -aXI -aZi -aXI -aMG -aZS -aZi -bej -aMG -aZS -aZi -bej -aMG -btb -aMG -aUn -aVR -aWj -aWk -aZu -bbp -beR -bhj -bDc -aMG -byE -bBK -bKa -bSo -bOi -bQf -bSo -bUi -bWy -bYH -bQg -cci -bsB -bzI -chH -car -ckL -dln -car -cpl -cpl -byC -ctD -cvc -cwo -cwo -cwo -cwo -cwo -cwo -cwo -cwo -cwo -bUL -cMY -aVM -chm -cNc -cRV -ddT -bVY -cQg -kra -xXB -bZH -cMY -cfT -ccp -cdR -cey -cfK -cgh -cgM -cXt -drG -gCK -dhQ -cnY -dhQ -cse -dhQ -dhQ -dhQ -dhQ -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aad -dsL -dsL -ebF -dsL -dsL -aad -aac -aaa -aaa -aad -aaa -aaa -efe -efV -egB -aaa -aaa -aad -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aaa -aad -aaa -aad -aaa -alT -asC -aua -avj -nfh -axG -ayP -azY -aBc -aCt -aDv -aEz -aFI -aHk -aIG -aKf -aLy -alT -aad -aad -aRE -aTh -aRE -aTh -aRE -aWx -aRE -aZR -aRE -aWx -aRE -aZR -bkZ -aMN -aMG -aMG -aVS -bwy -aYP -aZF -bdv -bgV -btR -aMG -aMG -bzg -bFJ -bKb -bbw -bOj -bQg -bQg -bQg -bQg -bQg -bQg -car -car -car -car -car -caE -ccc -cnI -cnI -cnI -cnI -cnI -cnI -cnI -cxN -czz -cAV -cCC -czz -cFZ -czz -cAV -bVX -cMY -cNc -cNc -cNc -cNc -cTG -bVZ -cQh -bXV -cTG -cNc -cMY -cMY -cMY -cMY -cez -eCM -cYs -cWn -cXB -ckg -gCK -clP -cfU -cfU -csj -cea -caE -aaa -aad -aad -aad -aad -aad -abj -aaa -abj -abj -abj -aad -aaa -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -aaa -aad -eal -eaR -ebG -eck -eal -aad -aac -aac -aac -aFo -aac -aaa -aaa -aad -aaa -aaa -aFo -aac -aac -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -alT -alT -alT -azG -azG -alT -alT -azZ -ajY -alT -alT -alT -alT -alT -alT -alT -alT -alT -aaa -aad -aRF -aTi -aZj -aWR -aRF -baj -aZj -bdm -aRF -baj -aZj -bdm -aRF -aMN -bEy -bqm -aWm -bug -bvs -btW -bug -bug -bgW -bug -btq -bvs -bBU -bab -bab -bab -buM -bab -bab -biC -bab -caB -caE -cdY -cfR -chI -ceb -cfU -dlq -cnI -cpm -cqH -csa -ctE -cvd -cnI -cxO -caE -caE -caE -caE -caE -caE -caE -bUl -cMY -cNd -cNd -cNd -cRW -cTH -bVY -cQg -bXU -dav -dcg -ddR -cNd -cNd -cMY -ceA -cfL -cYt -cWq -cXD -adB -adE -ciG -ckh -cqe -cra -ddF -caE -aad -gSi -dtk -dtk -gSi -dtk -gSi -dLI -gSi -dOa -dOM -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -eal -eaS -ebH -ecl -eal -aad -aaa -aaa -aaa -aad -aac -aac -aac -aad -aac -aac -aFo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -avl -avl -alT -ayQ -aAa -ajZ -oue -aDw -aEA -aDw -aEA -aDw -aEA -aDw -aMM -aad -aad -aRF -aTj -aUZ -aWS -aRF -bak -bbN -bdn -aRF -bgf -bhv -bjn -aRF -aMO -bEy -bqn -aWU -aYR -aZG -btX -bbq -bdw -bhk -bbq -btr -bvG -bBV -bGA -bGA -bUh -bGA -bGA -bXi -aaT -bgX -bnS -boN -bqx -bsU -bTG -bsU -bPi -bFl -cnI -cpn -cpn -bFD -ctF -cve -cnI -cxP -caE -cAW -cCD -cEj -cGa -cHv -caE -bXj -cMY -cNe -cOM -cNd -cRX -cTI -tpE -cQK -bXW -qta -dch -cNd -cON -dgr -cMY -djA -djA -djA -cWr -djA -djA -djA -djA -djA -djA -cso -crZ -dhD -aaa -dtk -dFz -dGY -dIj -dJJ -dtk -dLJ -gSi -dOb -dON -dON -dON -dON -dON -dON -dON -dON -dON -dON -dON -dON -dON -aad -eal -eaT -cQb -drS -eal -aad -aad -aad -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alU -alU -aoE -aoE -aoE -alU -alU -alf -alf -avk -avk -alT -ayR -ayS -aBf -alT -alf -alf -alf -alf -alf -alf -alf -aMN -aaa -aad -aRF -aTk -aVa -aTl -aRF -bal -rCB -bam -aRF -bgg -tHs -bgh -aRF -aMN -bEy -bqo -bsr -bfb -bvu -bvu -bxX -bzB -bBi -bsr -btO -bsr -aYT -bsr -bsr -bsr -bsr -bfQ -cJj -biD -bkq -blI -caE -cea -cfT -chK -cea -cjq -dls -cnI -cpo -cqI -bFF -ctG -cvf -cnI -cxQ -caE -cAX -ceb -dgq -cGb -cHw -caE -bUz -cMY -cNd -cNd -cQv -cRY -cTJ -bWa -cRg -bXX -dax -dci -cNd -cNd -cNd -cMY -djB -dlo -dmB -cWv -ciH -drI -duw -cZY -dwd -djA -csj -ddE -dhD -aad -dtk -dFA -dGZ -cBT -ied -dKA -dLK -gSi -dOc -dON -dPu -dQq -dRo -dSp -drC -dSq -dUR -dVI -dWC -dXp -dYj -dON -dOM -eal -eaU -cQo -ecn -eal -dOM -dOM -aad -ajr -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alU -amM -anN -aoM -apP -aqN -alU -alg -alg -avm -alg -arB -arB -avm -alg -arB -arB -aug -alg -alg -aAd -aKg -alf -aMO -aad -aad -aRF -aTl -aVb -aTl -aRF -bam -bbP -bam -aRF -bgh -bhx -bgh -aRF -aMO -bEy -bqp -bss -bss -bss -bzW -bss -bss -bss -bss -bss -bss -bss -bss -bss -bss -bss -bSq -cJm -bWC -bWC -caE -caE -ceb -cea -caE -cjp -cea -dls -cnI -cpp -cqJ -bFK -ctH -cvg -cnI -cxO -caE -cAY -cCE -dgw -cGc -cHx -caE -bUl -cMY -cNc -cNc -cNc -cNc -cTK -bWb -nKo -bXY -cTN -cNc -cNc -cNc -cNc -cMY -djC -cfM -cYu -cWw -dab -daX -dbY -cZZ -ddt -djA -csp -ddF -caE -aaa -gSi -dFB -cvm -cBU -cxg -dEn -dLL -gSi -knG -dON -dPv -dQr -dRp -dSq -dTm -dRr -dSu -dSp -dWD -dXq -dYk -dON -dLW -dfE -cQp -cQA -ebR -dLW -ecQ -dsO -aad -ajr -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alU -amN -anO -amk -anO -aqO -alU -alg -aub -avn -alg -axH -ary -aAb -aAb -aAb -aAb -aAb -aAb -aAb -arB -aKh -alf -aMN -aaa -aad -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aRF -aMN -alf -bqq -bss -aaa -aad -aaa -aad -bxY -bBj -bDe -bES -bGC -bvm -bKo -bMg -bOl -bQk -bss -cKd -bWD -bkT -caE -cck -cea -cfU -chL -ceb -cea -dlL -cnI -cnI -cqK -bFV -cnI -cnI -cnI -cxR -caE -cAZ -cCF -dgx -ceb -cHy -caE -bXl -cMY -cNd -cNd -cNd -cRZ -cTL -bWb -cRz -bXX -day -dcj -ddR -cNd -cNd -cMY -djD -dtf -cgk -cWz -ciU -drK -jAD -duy -ncP -djA -csq -ceb -dhD -aad -dtk -dFC -dHb -cBW -cxn -dKB -dLM -gSi -lIh -dOO -dPw -dQs -dRq -cMn -dTn -dUc -dUS -dUf -dSu -dUT -dYl -dON -dYu -fUR -dLW -dZg -dLW -ecv -edf -dsO -aad -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amO -anP -amw -apQ -aqP -alU -asD -ary -avo -awm -alg -ayT -aAb -aBg -aCv -aDx -aCw -aFJ -aAb -aIH -aoY -alf -aMP -aDw -aEA -aDw -aEA -aDw -aEA -aDw -aEA -aDw -aEA -aDw -aEA -aDw -aEA -aDw -bnd -alf -bqr -bss -aad -bvv -cmD -bxY -bxY -bBk -bDf -bDf -bGw -bBY -bIk -bDf -bDf -bQl -bss -cKe -bWD -bkT -blK -cea -cGe -cea -cea -cea -bsV -dlL -cfU -cea -cea -caF -bAj -cfU -cea -cxQ -caE -caE -caE -ccc -caE -caE -caE -bUl -cMY -cNf -cON -cNd -cSa -cTI -bWc -cSy -bXZ -daw -dck -cNd -cOM -dgs -cMY -djE -dlr -cEA -cWA -ciW -drI -duw -duw -duw -djA -css -ddF -dhD -aaa -dtk -dFD -dHc -cBX -cxo -dEn -dLN -gSi -kEd -cIK -dPx -dPB -dPB -cMo -dTo -dPB -dPB -dPx -dPx -dXr -dYm -dON -cGW -fUR -dLY -dLY -dLY -dLY -dLY -dLY -dLY -dLY -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alU -amP -anQ -amy -apR -apR -alU -asE -auc -avp -awn -axI -aqT -aAb -aBh -aCw -aCw -aCv -aFK -aHl -aIH -ary -alf -alf -alf -alf -alf -avk -avk -avk -alf -avk -avk -avk -alf -avk -avk -avk -alf -alf -alf -bqs -bss -aaa -cmD -bwJ -bxZ -bvw -bBl -bDg -bET -bGD -bCo -bae -bbx -bDg -buT -bss -cKe -bWD -bkT -caE -ccm -ced -cea -ced -cjq -cea -dlU -chk -cnz -bTG -bGn -cnz -bTG -bPi -dic -die -bPi -dif -dgy -bPi -bRT -bTG -cjV -cMY -cNd -cNd -cQv -cSb -cTM -oaB -cRz -bXX -daz -dcl -cNd -cNd -cNd -cMY -djF -djF -djF -cWB -djF -djF -djF -djF -djF -djF -csj -ddE -caE -aad -gSi -dFE -dsy -cCl -dqe -dKC -dLO -gSi -cKz -dsr -cKA -cLi -cKA -cMp -cLU -cLZ -cLZ -cLZ -cLZ -cPN -dYn -dON -dYu -drb -eaW -ebL -eco -ecJ -edg -edJ -een -eaW -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amQ -anR -amy -apS -anR -art -asF -alg -avq -awo -axJ -aoY -aAb -aBi -aCw -aCw -aEB -asU -aAb -arB -alg -avm -arB -arB -aPW -avm -alg -arB -arB -arB -aug -aug -avm -alg -alg -avm -aug -bla -ary -aug -bqt -bzW -aad -cns -bwK -bAp -bdx -bhl -bii -bii -bii -bCu -bIb -bIb -bIb -bXm -cdo -diy -djZ -dkC -caG -caG -caG -caG -caG -caG -caG -dlY -caG -caG -caG -caG -caG -caG -caG -caG -caG -caG -caG -caG -caG -cea -ceb -bXu -cMY -cNc -cNc -cNc -cNc -cTN -bWd -cSz -bXX -cTK -cNc -cNc -cNc -cNc -cMY -djG -dlt -dmG -cWC -cHq -drM -gFZ -duz -wTa -djF -csq -cea -caE -caE -gSi -gSi -gSi -cCo -gSi -gSi -gSi -gSi -cKD -dOO -dPz -dQu -dRr -dSu -dSq -dUe -dSp -dVJ -dUf -cPO -dYo -dON -dLS -drc -eaX -dLW -ecp -ecK -dYu -edK -eeo -dsQ -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amR -anS -anp -anV -aiQ -afW -aoc -alf -alf -alf -alf -alf -aAb -aBj -aCv -aCw -aEC -aFM -aAb -alg -ary -aLz -aLz -aLz -aLz -aRG -aTm -aLz -aLz -ayT -ban -arB -bdo -arB -bgi -bgi -alg -blb -alg -arB -bqu -bss -aaa -coq -bwL -byb -bvy -bBl -bDi -bEU -bGE -aYW -bKq -bMi -bDg -bQn -bss -cKe -bWD -bkT -caG -ccn -cee -cfV -chM -cjr -cjs -dmf -cqN -bYk -cqM -csh -ctJ -caG -bKd -cxU -czC -cBa -cCH -cEp -caG -iya -cjp -bUl -cMY -cNd -cNd -cNd -cSc -cTO -bWb -cSA -cTl -dav -dcm -ddR -cNd -cNd -cMY -djH -dlu -dmH -cWD -cXE -cYG -dtg -dtg -dtg -vJu -cso -ceb -dBY -cea -dEo -tCh -dHe -cCs -cxq -tCh -dLP -dNt -cKE -dON -dPA -dQs -dRs -dSu -dSu -dUf -dUT -dUf -dUc -cPP -dYp -dON -cEc -fUR -eaY -ebM -ecq -ecL -ecL -edL -eep -dsQ -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amS -amz -anA -anX -aqR -art -aoe -alf -avr -awp -axK -alg -aAb -aBk -aCv -drr -aEC -aFN -aAb -arA -aKi -aLz -aMQ -aOp -aPX -aRH -aTn -aVc -aLz -ary -aKj -bbQ -alg -beK -bgj -alf -bbQ -ary -alf -alf -bqv -bss -aad -bvv -coq -bxY -bxY -bBn -bDj -bDj -bDj -bDj -bDj -bDj -bDj -bQo -bss -cKe -bWD -bkT -caH -cco -bsC -cmt -chN -cjs -ckO -dmf -cqN -cps -cqN -cmt -ctJ -caH -cwq -cxV -czD -cjG -cxV -cEq -caG -cCO -cea -bUl -cMY -cNg -cOM -cNd -cSd -cTI -bWe -cSB -bYb -daw -dcn -cNd -cON -dgt -cMY -djI -wjF -drN -cWE -cXG -drN -drN -duD -qUc -djF -csv -csO -cqe -cvQ -cwx -cwY -cAF -cCq -cFm -cFN -cFR -cHk -cKG -dON -dPB -dQv -dRt -dSv -dTq -dSq -dSu -dSq -dWE -cPQ -dYq -dON -cGX -dre -eaZ -ebN -dYu -ecM -edh -edM -eeq -dLY -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amT -anU -ahH -anY -anR -aiY -aol -alf -arB -atS -axL -ayV -aAb -aBl -aCw -drx -alX -anq -apj -aqZ -aKj -aLz -aMR -aOq -aPY -aRI -aRJ -aVd -aLz -aYr -bao -alf -ary -bbQ -alf -alf -bjo -alg -bne -bbQ -bqu -bss -aaa -aad -aaa -aad -bzD -bBo -bDk -bEV -bGF -bIv -bKr -bMj -bOn -bQp -bss -cKf -abt -bjA -box -abW -bsE -abW -abW -bZL -abW -dmg -chA -bBt -evp -abW -abW -abY -abW -bDz -bFu -cjH -ctK -bGs -caG -cea -ceb -bUl -cMY -cNd -cNd -cQv -cSe -cTJ -bVY -cQg -bXU -daA -dco -cNd -cNd -cNd -cMY -djJ -dlv -dmJ -kXP -jmc -drO -djJ -duE -qdJ -djF -ceb -cjq -csC -cjq -ctR -tCh -cvq -cCu -cxt -tCh -dLS -cHn -nPC -dON -dPC -dQw -dRu -dPB -dTr -dSq -dUU -dRr -dWF -cPR -dYr -dON -dYu -dre -dLY -ebO -aiF -ecN -edi -edN -dOM -dLY -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amQ -anR -anR -apW -anQ -art -aov -aoH -arl -auf -auJ -ayW -aAb -aBm -asX -drV -aAT -aHn -aKX -aOf -aKj -aLz -aMS -aOr -aPZ -aRJ -aTo -aVe -aLz -aAe -alg -alg -alg -avm -aug -alg -avm -alg -aug -aug -bqw -bsu -bss -bss -bzW -bss -bxY -bxY -bxY -bxY -bxY -bxY -bxY -bxY -bxY -bxY -bxY -cKd -bWD -bkT -blQ -cxV -bsK -cxV -bsl -bZS -cxV -cxV -cxV -bBR -cxV -cxV -cxV -bBs -cxV -bCR -bDQ -bEI -bFA -bGt -caG -cea -cIu -bUz -cMY -cNc -cNc -cNc -cNc -cTP -bVZ -cQh -bXV -cTP -cNc -cNc -cMY -cMY -dhU -djK -djK -dmF -cWG -pCm -djF -djF -djF -djF -djF -drP -drP -drP -drP -drP -gSi -gSi -cCI -gSi -gSi -dLS -cHo -wvB -dON -dPD -dQx -dRv -dSw -dTs -dON -dON -dON -dON -cPS -dON -dON -dYu -drj -cQt -cRi -cLa -dYu -edj -edO -eer -dLY -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alU -amU -apS -aoU -apX -abu -alU -aoe -alf -alg -apm -alg -ayX -aAb -aBn -aCv -aCw -aCw -aFQ -aAb -bgk -arB -aLz -aMT -aEa -aQa -aBF -aws -aVf -aLz -aAy -akD -akD -asI -auq -akD -asI -asI -aIA -amc -asI -aLR -aNG -aPq -amc -akD -aQE -aRV -aTq -afa -auc -auc -aYX -afa -auc -bdD -aeJ -afM -cKg -bWD -bkT -caH -ccr -bCT -cfY -chP -bZS -cxV -cms -cnO -bCd -cnO -cmt -ctJ -caH -cwr -bCS -czG -cBe -cxV -bGu -caG -cea -cjp -bUz -cMY -cNh -cNh -cNh -cNc -cTQ -bVY -rYf -lUg -daB -dcp -cyi -cMY -dfc -dhV -djL -dfp -cyY -cWI -rjC -drQ -cVJ -duF -dwg -dxP -dzt -dgd -dCa -dDn -dEq -dFI -dHh -cCJ -dJT -drP -dLT -cHp -wvB -dON -dPE -dQy -dRw -dPx -dTt -dON -dUV -dVK -cKF -cPT -dYs -dON -dLS -drW -ebb -ebM -ecq -ecL -ecL -edP -ees -dsQ -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoE -amV -afe -afr -afB -afL -alU -apb -alf -ahM -alg -aiv -aiZ -aAb -aBh -aCv -aCw -aCv -anr -aHl -aOk -agC -aLz -aIx -atn -aup -aBG -aHb -ayn -aLz -aAD -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bar -bqu -bQv -bQv -bQv -bQv -bQv -bQv -bQv -bQv -bQv -bQv -cKh -bWD -bkT -caG -bKd -cei -cfZ -chQ -bZS -cxV -cms -cnO -bCd -cnO -cmt -ctJ -caG -cws -bCT -czH -cBf -ccr -bGv -caG -ceb -cjp -bXu -cMY -cNh -cOO -dqF -dqJ -cTR -bWq -cSC -bYc -daC -dcq -xQb -dfd -dgv -cQM -ceB -cNq -cUn -cWJ -nPd -ckl -cle -cmg -wkG -dxQ -dzu -dAx -cuz -dDo -ctS -cuj -cvs -cDk -cxu -drP -dLU -cHp -hPu -dON -dON -dON -dON -dON -dTu -dON -dUW -dSv -dWH -dXz -dYt -dON -dYu -drc -eaX -dYu -ect -ecO -dYu -edQ -eet -dsQ -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -abz -aea -abz -aad -aaa -aaa -aad -abz -aea -abz -aad -aad -aad -aad -aad -abz -abz -abz -abz -aaa -aoE -aoE -aoE -aoE -alU -alU -alU -apb -alf -alf -aub -alf -alf -aAb -aBp -aCw -aDA -aCv -aFJ -aAb -aPL -aKl -aLz -aMV -aOu -aQc -aBI -awx -aVc -aLz -bqu -bar -bbR -bdq -beM -bar -bhy -bjp -bld -bng -bwN -bqy -bsw -bwN -bvz -bwM -bar -bqu -bQv -bDm -bue -bGG -bIx -bKs -bMk -bOp -bQq -bDu -cJm -bWC -blc -caG -caG -caG -caG -chR -bZS -cxV -cmt -cmt -bCd -cqO -cmt -aVI -cvk -cwt -ccr -czI -cBg -bFB -bLU -caG -cJK -caE -bXv -cMY -cNi -cOP -dqG -cSg -cTS -bWs -cSD -dqT -dqU -dqV -dqW -dqX -cVN -cTX -xzs -fJO -gcN -wez -rBJ -daY -dbZ -dde -cld -onw -cst -ctc -cuZ -cvR -cwA -cvR -cAL -cDX -cxv -cyk -dQE -cHz -hPu -dOR -dPF -dLW -dRx -dON -dON -dON -dON -dON -dON -dON -dON -dON -dLS -fUR -ebc -ebQ -ecu -ecP -edk -edR -eeu -eaW -aad -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -abf -ehy -abz -abz -abz -abz -abz -abz -bZQ -abf -aaa -aad -aaa -aaa -aaa -abz -ajs -ajR -abz -aad -aad -aad -aad -aad -aad -avk -arx -apd -alf -avu -awt -axO -ayZ -aAb -aAb -aAb -aAb -aAb -aAb -aAb -aPL -arB -aLz -aLz -aLz -aLz -aBL -awy -aLz -aLz -aAF -bas -bbS -bdr -bvB -bar -bhz -bjq -ble -ble -bbd -ble -ble -ble -bvA -bwN -bar -akc -bQv -bDn -bEX -bGH -bGH -bGH -bGH -bOq -bQr -bFe -cKe -bWI -bkT -caG -cct -cej -caG -chS -bZS -cxV -cms -cnP -bCd -cqP -cmt -cqP -caG -cwu -cyb -czJ -cBh -ccr -bGz -bIy -bJO -bKg -bXx -cMY -cNh -cOQ -dqH -cSh -cTT -bWz -cSE -cYZ -cXk -bZR -ddT -dff -dgv -cgp -ceH -cNq -cVI -cho -dqw -drR -dtl -dtl -dtl -oRp -dtl -dtl -cvj -dDq -dDq -dDq -dDq -dDq -cxw -drP -dLW -cHD -cBy -dLW -cAy -dYu -cDj -dOe -dLW -cEc -cET -cMV -cMQ -cLV -cMQ -cOH -cLO -drZ -dLY -dLY -dLY -dLY -dLY -dLY -dLY -dLY -aad -ajr -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abz -abf -abz -abz -abf -abz -abz -abf -adq -abz -dNH -aaO -aeR -aft -aeb -agj -aaO -gIk -abz -ads -abf -abz -abz -abf -abf -ajt -ajS -abf -alf -alf -alf -alf -alf -alf -alf -ary -apb -aub -avv -awu -axP -alf -alf -aBq -akD -alh -amc -akD -apk -aPP -dmR -dnV -dot -dmR -dpf -dpq -awz -amc -auq -aAL -aCf -aCP -aKs -bvB -bar -aGr -aXC -bmV -bpz -bbe -bfB -bnj -bnj -bvB -bwN -bar -bqu -bQv -bDo -bEY -bGI -bGI -bGI -bGK -bOr -bGM -bFe -cKe -bWD -bkT -caG -ccu -brC -bsY -bwG -bzJ -cxV -cms -cnQ -bCd -cqP -cmt -cqP -caG -caG -caG -caG -caG -caG -caG -caG -cCP -kEN -bUl -cMY -cNh -cNh -cNh -cNc -cTU -cVS -cXl -cZa -daE -dct -ddU -cMY -ccq -cgu -cqL -dlz -cFV -iaF -xOo -drT -dtm -cmi -lXF -hsr -mjc -vAb -vAb -dDr -dEu -dFL -dAA -cDm -cxC -drP -dLX -cHL -cMa -nHx -cKY -cLx -cLD -ltc -gqL -nHx -cMe -cMX -dWJ -nQY -oNY -lUf -oNY -nUu -dZg -ebR -dLW -ecQ -dsO -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abe -abp -abC -abC -abZ -abC -abC -aaB -abC -abC -bcL -abC -abC -abC -abC -abC -adr -bcL -abC -abC -acX -abC -abC -adz -abZ -adP -aed -abf -alg -aiM -amW -alg -aoW -alg -alf -arz -apf -aoS -aru -aus -axQ -alf -aAd -aka -aDI -aDI -aDI -aDI -aDI -aDI -aDI -aDI -aMX -aMX -aMX -aCe -aMX -aMX -aMX -arG -bar -aCQ -aKF -aNg -aRK -aVZ -beN -bwN -bnj -bqB -boA -bnj -buk -bvB -bwO -bar -bqu -aTr -bDp -bEZ -bGJ -bIz -bIA -bGI -bRz -bKv -bSu -cKe -bWD -bkT -caG -ccv -cel -caG -chU -bZS -cxV -cmt -cnR -bCE -cqQ -byV -ctL -caG -cwv -cyc -czK -caG -chF -cEx -bYu -cHE -cCP -bXD -cnI -cnI -cMY -cMY -cMY -cTV -cVT -orV -cZb -iMT -dcu -ddV -cMY -ccw -cgp -ceS -cOR -cOR -xdD -xdD -xdD -xdD -xdD -xdD -mwA -eTv -iTj -drP -drP -drP -drP -drQ -drP -cxH -drP -dOT -dOT -dOT -dOT -dPI -dQB -cLE -dTw -dTw -dTw -dTw -dTw -dTw -dTw -dTw -dTw -dLX -dLW -dLW -dLW -ecv -dNt -dsO -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abe -abq -abD -abD -abZ -abD -abD -aaJ -aaY -aaY -bfK -bPH -bPH -bPH -bPH -bPH -adS -cbc -adZ -adZ -aeD -adZ -aeL -ahs -aiG -aex -aeI -aeP -aeU -aiN -alc -amd -ahI -aiO -aiR -ajb -apq -alf -avw -ahS -axR -alf -aAe -aka -aDI -aDD -aEH -aFT -aDI -aIN -aKm -aLC -aMX -aOv -aQe -aCA -awA -aVh -aMX -aAM -bar -bbV -aKN -beQ -bar -bhC -aXG -bwN -bnj -boA -bqB -bnj -bul -bvB -bwP -bar -aRW -aTs -bDq -bFa -bGI -bIA -bKt -cJk -bRW -bXn -ceq -diD -dka -dkD -caG -caG -caG -caG -chV -bZS -cxV -cmt -bvt -bCU -cpy -cpy -bAk -caG -bMH -ccr -czL -caG -cCN -nvD -dhu -bJP -cCP -bXF -ceb -cNj -cOR -cQz -cMY -cMY -cMY -cMY -cMY -cMY -cMY -cMY -isB -dgv -cgv -ceS -cOR -qYo -svv -sfo -qnx -eJc -mnB -eJc -kip -rUD -lti -drQ -uZg -mnc -cuk -cvu -dIE -cxS -dKF -dvL -dLZ -olS -dOT -dPJ -dQC -cHn -dTw -dTx -dUi -dTx -dVN -dTx -dXB -dYv -dTw -dZN -dZN -dZN -dZN -dZN -dTw -dTw -dTw -dTw -efg -dTw -dTw -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abz -abf -abz -abz -abf -abz -abz -abf -abz -abz -abz -abz -aeS -afu -afx -agk -abz -abz -abz -abz -abf -abz -abz -abf -abf -aeY -aed -abf -ali -alY -ald -amm -aoY -aqa -alf -arA -aps -alf -avx -ahT -axS -alf -arB -akb -aDI -aDE -aEI -aFU -aDI -aIO -aSY -aCD -aMX -reX -aQf -aDb -awB -aVi -aMX -arD -bar -bbW -aDN -aGR -bar -bhD -aXG -bnj -bnj -boB -bnj -bnj -bnh -bvB -bwN -bar -aAM -bQv -bDr -bFb -bGK -bJF -bGI -bGI -bOr -bGM -bFe -cKe -bWD -bkT -caG -cct -cej -caG -chW -bZS -cxV -cmt -cnT -bDv -cwm -bGp -abW -ack -bMJ -bOa -czM -caG -bFC -bGB -dhB -bSL -bTX -bYd -cea -bSb -cOR -bTO -dgv -dgv -dgv -dgv -bYe -dgv -dgv -dgv -cNt -dgv -cgp -ceE -dth -qYo -svv -oYI -gLk -imT -viG -xOV -mDZ -eMJ -yiv -drP -dDt -dEw -dFO -cvw -dID -cxT -dKF -dLZ -dLZ -dOo -dOT -dLY -dQD -cLH -cEb -cEs -ecx -ecx -cNk -ecx -cKH -cGk -dTw -cGY -dsa -ebd -ebS -dsj -dTw -edm -dTw -eev -efh -efW -dTw -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -abz -abz -abz -abz -abz -abz -aad -aaa -aaa -aad -aaa -aaa -aaa -abf -aeZ -aef -aky -aky -aky -aky -aky -aky -aky -aky -arB -apN -alf -alf -ahU -alf -ary -aAf -akc -aDI -aDF -aoJ -aFV -aDI -aIP -aUA -dmV -aMX -aEP -aEJ -aDd -aHc -aVj -aMX -asH -bar -bbX -aDM -bvB -bar -bhE -aXK -bnl -bnl -bnl -bnl -bnl -bnl -bvC -bwN -bar -arG -bQv -bDs -bFc -bGL -aYY -bKu -bGL -bOt -bQt -bFe -cKe -bWD -bkT -caG -ccu -brC -bsY -bwG -bzJ -cxV -cmv -cnU -cpy -cpy -bGq -ctN -cvk -cwy -ccr -czN -caG -npR -bGO -bIE -cHH -cCP -bYf -bOL -cAV -cOT -cQB -bUp -bUZ -cNU -cSL -cTE -cSL -cNU -cSL -cVo -cSL -cWd -ceT -cOR -qYo -svv -ixL -xXn -eJc -mBX -eJc -juf -oSD -uNP -drP -fvW -dEx -cul -dIE -dID -cFr -ubS -ubS -cHZ -dOp -owY -due -kaC -cLI -dTw -cEt -drF -cKo -cNl -cMR -cOf -cOl -cOK -cPj -dsc -dsd -ecx -ecx -ecR -edn -ecR -eew -efi -efX -efg -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -abz -aeY -aeg -aky -alj -alZ -amZ -anZ -aoZ -alj -aky -alg -aps -aug -aug -arB -arB -avm -alg -bqu -aDI -aDG -atD -aBH -aDI -aIQ -cJu -asK -aMX -aOy -aQf -aCA -awB -aVk -aMX -arG -bar -bbY -aDM -beT -bar -aSV -aXM -aIC -bnm -boC -bqC -bqC -bum -bvD -bwQ -bar -arD -bQv -bDt -bFd -bGM -bKv -bKv -bGM -bOu -bvh -bQv -cKd -bWD -bkT -caG -ccv -cel -caG -chX -bZS -cxV -chP -caj -cpz -cqU -csl -ctO -caG -cwz -bCV -czO -caG -cCP -bGW -bGW -cCP -cCP -bYz -cea -bSi -cOR -bTT -cPf -bVV -cPf -bXB -cPf -cPf -cPf -cbo -cNt -cPf -cgp -ceT -dlD -dlE -dlE -dlE -dlE -dlE -dlE -dlE -dlE -dlE -dlE -dlE -kMX -dEy -dFP -cAD -dID -dKc -dKG -wsq -dNC -dNC -cqf -dPM -qwv -cGz -dTw -dTA -dTA -dVb -cNv -dTA -dTA -dTA -dTA -dTA -dTA -dTA -dTA -dTA -dTA -dTA -dTw -dux -cRw -efY -efg -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abz -abf -afg -aed -aky -alk -ama -ana -anf -ama -aqb -aky -arC -apO -ahN -aiw -aiw -ajD -ahN -akd -dqg -aDI -aDH -atX -ans -aDI -aDI -cJA -aDI -aMX -aOz -aQh -aDy -aGw -aVl -aMX -aAN -bar -aQd -aDQ -beU -bar -bhG -aXP -aID -bar -boD -bqD -bsz -bar -bvE -bar -bar -aRX -bQv -bDu -bFe -bFe -bKw -bKw -bFe -bFe -bQv -bSv -dih -bWK -bWK -caK -caG -caG -caG -caH -cag -kUg -caH -caG -caG -caG -caG -caG -caG -caG -caG -caG -caG -mMY -bGX -bGX -pfG -cCP -bYB -caE -caE -cOV -cQD -cSl -bWB -cWa -cQD -cQD -daF -cWa -cQD -dfi -ccy -cgA -ceU -dlE -dmS -tcJ -dqC -drX -dtq -cmm -dwo -dxW -dzA -csd -dlE -dlE -dEz -doe -dHp -dIE -dKd -dKH -wsq -dMa -dMa -hzj -dLY -dQG -cHn -dLW -dTA -dUl -dVc -cNx -dWM -dXE -dYy -dZj -duv -eaw -ebf -ebU -ecy -ecS -edo -dTw -eey -cRx -efZ -efg -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -adq -agk -aeY -aeh -akz -all -ajg -anb -aoa -apa -aqc -aky -arD -ban -auh -auh -auh -auh -auh -auh -dqh -aDI -aDI -auN -mjf -aDI -ehG -cJE -asL -aMX -aMX -aQi -aDz -aMX -aMX -aMX -aAO -aDI -aDI -aDR -beV -aDI -bhH -aXR -aHP -bnn -aKM -aKP -aKP -boy -aKP -aKP -aQL -aRY -aKP -aKP -aWo -bwF -aWo -aWo -aWo -aWo -beW -aPu -dii -biE -aPV -aPV -bnT -aPV -bro -aPV -cbM -aPV -aPV -bvF -aPV -aPu -aPV -aPV -aPV -aPV -bCW -bVW -bvF -aPV -aPV -aPV -aPV -aPV -bZm -bOQ -bvI -cOV -cvI -bUq -bWE -bYi -cwF -cZe -daG -dcv -cZe -dfj -cPf -cgK -ceV -dlF -dmT -doN -cXQ -drY -dtr -cmn -cob -dxX -csx -cob -dCj -dlE -dEA -nov -dEA -dEA -dEA -cOR -cOR -cOR -cOR -cOR -dfm -dfm -cLE -cEc -dTA -dUm -cKp -cNQ -dWN -dXF -dYz -dXF -dau -cPW -cQu -dsh -ecz -dTA -dUu -dTw -dsn -cRy -ega -dTw -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abz -aaO -aeY -aed -aky -alm -ajk -amg -amg -ama -aqd -aky -arE -aKj -auh -avz -ahV -aix -aja -auh -dqi -ahO -alo -avO -ant -apl -arm -cJE -dmY -asV -aso -aur -aDC -awE -aBV -aOx -aAQ -aCg -aCR -aKR -aNI -aSv -aWd -bgO -bnt -baV -bqz -bfL -cJC -cJM -cJC -cJC -bbT -bdy -bhm -bij -cJR -ccx -cJR -cJR -cJR -cJR -cJR -cJN -dik -dkb -cJR -cJR -boX -cJR -cJR -bBf -ccx -cJR -cJR -cJR -cJR -cJN -cJR -bJL -acl -acl -acl -cgT -acl -acl -acl -acl -acl -acl -bZC -aOl -cNm -cOV -cQF -cSn -bWH -cVY -cXp -cZf -daH -dcw -ddX -dfk -ccC -cgv -cUe -dlG -dmU -chp -cXU -daZ -dca -rhw -deu -cqB -csw -csF -dCk -dlE -dEB -dFR -dHq -dIF -cFs -cOR -cyX -cId -cBz -dOU -dPN -dfm -cLJ -cEd -dTA -dUn -dVc -cNx -dWO -dXE -dYA -dXE -dbS -eaw -ebh -ebW -dVc -dTA -edp -dTw -dTw -cRH -dTw -dTw -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aid -aiA -cDl -ajf -cDs -aed -aky -aln -ajk -ama -ama -aoZ -aqe -aky -arE -agA -auh -avA -ahW -arn -cTD -atW -dqj -axr -azz -awq -aHz -aEw -dmE -cKc -dng -dou -doQ -dpg -ays -azw -aGk -aNB -aPE -aUp -aJM -aKS -aFg -aDI -aGA -aXS -aIJ -aJN -aKO -bfM -aNH -aPw -aPQ -aPQ -aPQ -aSb -aTt -bik -aTt -aYl -bnQ -bap -bap -bap -bap -aPu -bap -biF -blg -blg -bqh -blg -blg -bBg -bsI -bnQ -bun -bap -bap -aPu -aKY -bJV -aKY -bCF -aKY -cdA -aKY -aKY -aKY -aKY -aKY -aKY -bZp -bOR -cNn -cOV -cQG -cSo -cUc -cVZ -cXq -cZg -daI -dcx -daJ -dfl -dgv -cgp -cUe -dlH -cgr -chz -cYd -ckr -clg -cmp -cod -cpu -csB -ctd -cuA -cvS -cwK -cxd -cAS -cED -cFA -cOR -dfm -cIe -dfm -dfm -dfm -dfm -cLK -cEe -dTA -dUo -dVc -cNx -dWN -dXF -dYz -dZk -deL -dZk -ebh -dVc -ecA -dTA -edq -dTw -eeA -cRL -dsp -dTw -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -abf -aaO -aeY -aei -aky -acH -ajI -anc -aob -anc -aqf -aky -arD -ary -auh -avB -ahX -axW -cUg -auh -akg -akI -aDL -aDL -anF -aEE -aDL -aKt -aDL -aKC -aOC -aKC -aDJ -aKC -aOC -aKC -aYC -aYC -aYC -bbM -aFh -aYC -bhK -aYd -aIK -bcl -aKP -bfR -aYF -bsW -bvI -bvK -bvK -bwU -bBw -bil -aWp -bGP -bIH -bIH -bMm -bOv -bQx -bIH -bUB -bWO -bYW -buq -buq -buq -buq -bCQ -bur -bUB -bUB -bUB -bUB -cqV -byW -bJW -cvn -cvo -cvo -cvo -cBi -cvo -cvo -cvo -cHI -cxf -bZr -ccH -bsW -cOV -cOV -cSl -cUd -cWa -cOV -cOV -daJ -dcy -cQD -dfm -ccG -cgu -crw -dlI -dmW -chB -cYf -cQE -mBS -duO -dws -dxW -dzE -dAI -dCm -dlE -ctV -cxs -cBc -dIH -cFC -cOR -dMc -cIk -cBA -cBO -cBY -cOR -cLL -cLP -cLW -cMb -cMf -cMy -cMf -cMf -cMf -cMf -yfP -dVc -cHQ -cIg -cIq -dTA -edr -edS -eeB -cRO -egc -dsX -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -ads -agj -afh -aeO -aeT -aeW -ajL -agQ -ahB -amY -aqg -aky -arF -agB -auh -avC -ahY -axX -azd -aAj -akh -arD -aDL -aeH -anW -aFc -aIU -aKu -aDL -aNa -aOD -aEM -aDK -awP -aVn -aWV -aYD -bay -aQl -cHP -aFj -aYC -aTP -aYm -aIL -aYC -aKP -bfR -aNV -bsW -cpI -cpI -cpI -bwU -bBx -bim -bzP -bGQ -bIH -bKy -bMn -bOw -bQy -bSx -bUB -xNn -bYX -caL -caL -bsN -btt -bDO -cjy -bUB -cmx -cnW -cpA -bUB -byX -bJZ -cvo -cwB -ccs -czQ -cBj -cCQ -cEB -cGf -cvo -bKh -bZp -aOl -cNp -prJ -hVY -cSp -cUe -cWb -sEc -cOR -daK -cyY -ddY -dfm -dgv -cgp -cUe -dlJ -dmX -dmX -cYv -dlE -dlE -duP -dlE -dlD -dlE -dlE -dlE -dlE -ctW -cxW -dEA -dEA -dEA -cOR -dMd -cIM -cIy -cIy -cKK -cLu -cLM -cBx -dTA -cEE -dVc -cNS -ebf -dXE -dYA -eaw -deU -eaw -ebh -dVc -dVc -cIt -cIx -edT -cRq -cRP -cSs -dsX -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abz -abf -afo -aed -aky -alq -amf -ane -afi -aob -aqf -aky -arD -agC -auh -avD -aqA -axY -aze -aAk -aki -arG -aDL -ayf -aIo -aFw -aIV -aKv -aDL -aNb -aNd -aEL -aDS -aHe -aNd -aWW -aYC -baz -aJP -cIw -beZ -aYC -bdJ -aYz -aUk -aYC -bof -bfX -bmQ -clF -aaa -aad -aaa -bwU -bBy -bin -aWI -bGR -bIH -bKz -bMo -bOx -bMo -bSy -bUB -bUB -bYY -caM -ccz -caM -cgc -caM -bUB -bUB -cmy -abB -cpB -bUB -byX -bJZ -cvo -cwC -cyj -czR -cBk -cCR -cEC -cGg -cvo -aKY -bZp -bPf -cNq -cOY -cQI -cQJ -cnh -cNV -cSU -cTF -cUh -cUy -cVg -cVp -cVN -cgN -cUe -cUe -cUe -cUe -cYw -ckF -cAE -cUe -cUe -cNt -cUe -cUe -cUe -cte -cUe -cxX -cAE -cwG -cxZ -cOR -cFg -cKm -cIz -cBP -cBZ -cOR -cDF -cEf -dTA -dUr -cKq -cNW -dWN -dXF -dYz -dXF -dfA -eaC -ebh -ebW -dVc -dTA -cLf -edU -cRr -cSf -ege -dsX -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -abz -aea -abz -aad -aad -aad -aad -abz -aee -abz -aad -aad -aad -aad -aad -abz -aeY -aed -akC -alr -amg -anf -afi -anc -aqh -aky -arD -aKj -auh -avE -awG -axZ -azf -auh -akj -asH -aDL -atL -aBM -aFx -aIV -aKw -aDL -aCK -doR -auT -aEj -aAl -aAl -aHA -aYC -baA -bcf -cIO -aFl -aFO -bdI -aYB -aIR -aYC -aKP -bfR -aNW -clF -aaa -aad -aaa -bwU -bBw -bio -aWL -bGS -bIH -bKA -bkV -bOy -bQz -bSz -bUB -bWQ -bYZ -fSg -ccA -cep -cgd -chZ -cjz -ckV -ckV -abO -cpC -bUB -byX -bKf -bBu -bCG -bCX -czS -czS -czS -cEF -cGh -cvo -bKi -bZp -bPg -cNr -cOY -cQJ -bUr -cnl -cQQ -cPi -cOR -bZq -caw -cbs -dfm -dnL -cij -cXW -cYj -cXW -cZB -cYx -cvL -cZA -ddl -dew -deY -dew -ctj -cuB -cvL -cwD -cxY -cAP -cEV -cFD -cFO -cFj -cKn -cIB -cKI -dPR -dfm -czc -dYu -dTA -dUs -cMz -cOa -dWQ -dXH -dYC -dXH -dfC -cPX -cQw -cQC -cIr -cIv -cLr -cRI -cRs -cIP -ege -dsX -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -abf -ehy -abz -abz -abz -abz -abz -abz -bZQ -abf -aaa -aad -aaa -aaa -aaa -abf -afp -agm -aky -als -amh -ang -afj -apc -aqi -aky -arG -alg -auh -auh -auh -auh -auh -auh -akk -akO -aDL -aER -aCj -aFP -dmI -dnj -doc -avX -aOF -aQo -aSa -aTG -aOF -aHF -aYC -baB -bcg -aLD -aTV -aYC -bdJ -aYz -aIS -aYC -aKP -bfR -aNW -clF -aaa -aad -aaa -bwU -bBz -biv -aWQ -bGT -bII -bKB -bby -bOz -bQA -bQF -bUB -bWR -bZa -caO -bZa -caO -bZa -cia -cjA -ckW -cmz -abU -cpD -bUB -byX -bKV -cvo -cwE -bDh -bDU -bDU -bDU -bHc -dhF -cHK -bKm -bZu -cfI -cgU -ciF -cmQ -cpJ -cvt -cNX -cSV -cTW -cUi -cUA -cVh -cVq -cVO -cik -cXA -cfN -cXA -bUs -bUu -cYO -cZC -bUu -cog -cpv -bUu -bUu -bUu -cvO -cXA -cXA -cBd -cwL -cXA -cOR -cyZ -cAN -cBF -dOZ -dPS -dfm -cDJ -cEg -dTA -dUt -cMA -dVc -dWR -drL -dYz -dZm -dZU -dZk -dWN -ebZ -ecE -dTA -dsm -edW -eeF -efs -egf -dTw -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaP -abf -abf -abf -abf -abf -abz -abz -abf -ads -abz -dNH -aaO -aeV -afw -afT -agk -aaO -gIk -abz -adq -abf -abz -abz -abf -abf -fOJ -aed -aky -aky -aky -aky -afk -aky -aky -aky -arD -agD -ahd -ahO -ahZ -aiy -ahd -ajF -akl -arD -aDL -aES -aCx -aqk -aIX -aKx -aDL -aNe -aOG -aQp -aQp -aQp -aQp -aIb -aYC -baC -bch -bdG -bfc -aYC -bhN -aYB -aIT -aYC -aKQ -bfR -aNX -bsW -aad -aad -aad -bwU -bBA -biv -aWQ -bGU -bII -bxj -bbG -bOA -bWw -bSA -bUB -bWS -bZb -caP -bZb -caP -cge -ehb -cjB -ckX -dml -acC -cpE -cqW -cqT -bLg -cvo -cgw -cym -czU -cBl -cCS -cEF -dhH -bSM -bUg -bZG -aOl -cNp -cOZ -cQL -cXA -cBR -cWe -cXu -cZk -daO -cUB -dec -dfp -cPf -cju -ceX -dlM -dlM -dlO -dlM -cYR -dlM -dlO -dlM -dyc -dyc -dyc -dEG -cvP -dEG -dyc -dyc -dyc -dyg -cOR -dfm -dfm -dfm -dfm -dfm -dfm -cDO -dST -dTA -dUu -cMB -dVW -dUu -dTA -dUu -dTA -dTA -dUu -dTA -dTA -dTA -dTA -cLt -dTw -dTw -dTw -dTw -dTw -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xZM -abE -abz -aca -abC -abC -acX -adt -abC -bcL -abC -abC -abC -abC -abC -adV -bcL -abC -abC -acX -abC -abC -adz -adM -afA -ael -aet -aeJ -auc -afa -afl -afv -afa -afN -afZ -agF -auj -auj -auj -auj -auj -auj -auj -akS -aDL -aET -aCE -aET -aIY -aDL -aDL -aNf -aOH -aQq -aQq -aQq -aVp -aIu -aYC -aYC -aYC -aYC -aYC -aYC -bhO -aYz -aJd -bnq -aKP -bfR -aNW -clF -aaa -aad -aaa -bwU -bBB -biw -buv -bGV -bII -bIl -bPF -bUC -bWM -ceF -diH -dki -dkE -dly -bAM -dme -bAM -dly -dmz -bAM -dmq -acU -bDy -bUB -byX -bLh -cvo -cwE -bDh -cCR -cCR -cCR -cEF -dhI -bJU -bKm -bZw -aOl -cNp -fXI -cQM -cXA -cBR -cQP -cXv -cZi -daP -cZm -cZm -cZm -ccM -cjx -ceY -dlN -dmZ -chJ -dqL -cYS -dtw -cmq -dnp -dyc -dzF -dnX -csG -cvU -dEH -dFY -dHu -dIL -dyg -cyl -cza -dZg -dNt -ebR -cCa -dYu -cDP -dST -dTJ -dUB -cMC -dVl -dVl -dVl -dVl -cGG -cHl -cHC -cHR -cIi -cIs -dVl -cRk -edX -eeG -eft -egg -egD -abj -abj -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aas -aaa -aaa -aaa -abs -abF -abP -acb -aco -aco -aco -aco -aco -bBS -acK -ahy -ahy -ahy -ahy -adW -cbr -aep -aep -aep -aep -aep -ahu -aiG -ara -aed -akE -akE -akE -akE -akE -akE -akE -akE -arD -agG -auj -avG -awI -awI -azg -aAm -auj -arD -aDL -aEU -aCx -aHB -oYh -aKy -aLK -aLL -aLL -aLL -aLL -aLL -aLL -aIv -aYE -baD -aYD -bdH -bfd -bgr -bhP -aYG -qqz -bnq -aKP -bfR -aNW -clF -aaa -aad -aaa -bwU -bBC -bja -buh -bvQ -bEd -bIn -bbU -bdP -bWT -bQF -bUB -cpD -dkF -blh -blh -boS -blh -blh -blh -blh -blh -ada -cqz -cIU -dgC -dhp -bBv -cEF -bDl -czS -czS -czS -cEF -cGl -cvo -bKp -bZA -ccf -cNs -cPb -cQN -cXA -cBR -cQQ -cXw -cZm -daQ -dcE -ded -dbg -dij -cjT -ceZ -dlN -dna -chO -dqM -cYT -dsg -chO -dww -dyd -sGz -dAK -csH -cvV -ctX -cur -cvC -cwM -cya -cyn -cFk -dfF -dfG -dfI -dfJ -dfK -dfM -dfN -dfO -dfP -dfQ -cFh -cFu -cFu -cFu -cFu -cFu -cFu -cFu -cFu -cFu -cFu -cRl -edY -edY -edY -edY -egE -aad -aad -aaa -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xZM -abG -abz -acc -abD -abD -acY -abD -abD -aer -acV -abD -abD -abD -abD -abD -aer -abD -acn -acJ -abD -abD -adG -abZ -aeY -aei -akF -alu -ajM -ani -eqM -ape -aqj -akE -arI -agH -auj -avH -awJ -ayb -auj -auj -auj -arG -aDL -aEV -aCF -aHi -jrG -aKz -aLL -aDe -auI -auI -aEF -aAr -aCq -aIW -aNi -aKz -bci -bdI -bdJ -bdI -aKL -aYH -aJi -bnq -aKP -bfR -aNW -clF -aaa -aad -aaa -bwV -pzW -bjc -bzP -aYt -bII -bQF -bQF -bQF -beY -bQF -bUB -biY -bli -blU -bnU -ckV -brp -bsm -bsJ -bsX -bup -bvV -cpD -bUB -byX -bJZ -cvo -cwH -cyp -czW -cBm -cCT -cEI -cGm -cvo -bKx -bZp -aOl -cNp -cPc -cQO -bUt -cCk -bYj -cXx -cZn -daR -dgO -dcH -cbG -ccN -cjU -cfg -dlO -dnb -chT -dap -cYU -dcr -daf -dwx -dyd -dzH -dAL -dEJ -cvW -dEJ -dGa -dHw -dIN -dyg -cyo -cFl -dNL -dNL -dNL -dNL -dNL -dNL -dNL -dTE -dUx -cMD -cOb -dUx -dUx -dUx -dUx -dUx -dUx -dUx -dUx -dUx -cLc -cRm -edZ -dso -duA -egh -egE -aad -ajr -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaP -abf -abf -abf -abf -abf -abz -abz -abf -adq -abz -wkn -aaO -aeX -afx -afx -agl -aaO -wkn -abz -ads -abf -abz -abz -abf -ajh -aeY -aed -akG -alv -ajX -alp -aoi -anj -afD -afO -aga -agI -auj -avI -awK -ayc -azg -aAn -auj -arD -aDL -aEW -aCS -aHB -jrG -aKz -aLL -aNh -aOJ -auu -aEN -aTH -aVr -aNh -aLL -aKz -bcj -bdJ -bfe -fXK -xAi -aYI -aJj -aYD -cxf -bfZ -aNY -bur -aad -aad -aad -bwT -bBE -bjd -bzR -bui -bII -bKG -bMv -bQF -bQF -bIH -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -bUB -byX -bLj -cvo -cwI -aOw -czX -cBn -dUC -cEJ -cGn -cvo -cnV -bZp -aOl -cNp -cPd -cQP -cXA -cBR -cQQ -cXy -cZm -daS -dcG -def -dfs -dgM -ckk -cfh -dlN -dnb -doZ -dqO -cYV -dtx -duX -dwy -dyc -dzI -dAM -dCs -cvW -ctY -dGc -cvD -cwN -cyd -dOd -cFT -dNL -dOz -dPc -duj -dQK -dRP -dNL -dTE -dUx -cME -cOc -cMT -cOg -cOm -cOg -cMT -cMT -cOg -cOm -cOg -cLe -cRn -cRJ -cRU -cSi -cSt -dsZ -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aad -aaa -aaa -aad -aaa -abf -bDV -abz -abz -abz -abz -abz -abz -cfC -abf -aaa -aad -aaa -aaa -aaa -abf -aeY -aed -akE -alw -ake -ank -aoj -apg -aql -akE -arK -bqu -auj -avJ -awL -ayd -auj -auj -auj -arG -aDL -aEX -aog -aHC -mPF -aKz -aLL -aNh -aOK -auw -aEN -aTI -aVs -aNh -aLL -aLL -aYC -bdK -bff -lvG -lDq -bjG -aJs -bnq -aKP -bgl -aNW -clF -aaa -bwR -byf -bwU -bBF -biv -bzP -bGZ -bII -bIH -bMw -bOF -bQG -bIH -bUF -bWW -bUF -bUF -ccD -cet -bUF -bUF -bWW -bUF -bUG -aaa -aaa -cqY -byZ -bJZ -cvo -cvo -dtI -cvo -cvo -cvo -cvo -cvo -cvo -aKW -bZp -bOR -cNr -cPe -cQI -bUu -cCw -cQJ -cXz -cZo -daT -dcH -deg -dft -dgN -cdV -cfi -dlP -dnc -dpa -dqO -cYW -dtx -dpa -dwz -dyd -dzH -dAM -csI -cvX -dEL -dGc -dHy -dIP -dyg -cys -cGx -cHO -cIE -cIL -cLv -cLy -dRQ -dSM -dTF -dUx -cMF -cOd -dUx -dXL -dYE -dZo -dUx -dUx -dXL -dYE -dZo -cLg -cIA -eeb -eeJ -cSj -egj -dtb -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -abz -aec -abz -aad -aaa -aaa -aad -abz -aej -abz -aad -aad -aad -aad -aad -abz -aeY -aed -akE -akE -akf -anl -aok -aph -akE -akF -abf -agJ -auj -auj -awM -aye -azg -aAo -auj -akT -aDL -aEY -aod -aHB -jrG -aKz -aLL -aNh -aOL -aux -aEN -aTJ -aVt -aNh -aLL -aKA -bcj -bdJ -bfg -bhR -wpQ -bjF -blA -bnq -aKP -bfR -aNW -clF -aaa -bwS -fdp -bzM -bBG -biv -bzP -bGU -bIL -bKH -bKH -bKH -bKH -bKH -bUG -bUF -bUF -bUF -ccE -ceu -caX -cic -cic -caX -dfX -aad -aad -dtz -byY -bLm -dtF -aad -aad -czY -cBo -cCU -cEK -cGo -cHM -aKY -bZp -aOl -cNt -cPf -cQP -cXA -cBR -cQQ -cXA -cZp -daU -dcI -deh -dcH -dgO -dcH -dkc -dlN -dnd -dpb -dqO -cYX -dty -duY -dwA -dyf -dzJ -dAN -dCu -cvY -dEM -dGc -dHz -dIQ -dyg -cyo -cGz -dNL -cBJ -cBS -cLw -cCv -cDR -dSN -dTF -dUx -cMF -cOd -dUx -dXM -dYF -dZo -dUx -dUx -ebl -dYF -ecG -cLg -cIA -eec -eeK -cSk -egk -dtc -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abf -afo -aem -aeu -abZ -akp -aem -afm -afy -afy -abZ -agb -agK -ahe -auj -awN -avV -auj -auj -auj -arG -aDL -aEZ -aof -aHD -jrG -aKA -aLL -aNi -aNh -aNh -aEQ -aAs -aAs -aJr -aLL -baE -bck -bdL -bfh -bdL -bfh -bjJ -blB -bnq -aKP -bgv -aNW -clF -aaa -bwS -byh -bzN -bzP -biv -aXe -bHa -bIM -bKH -bca -pcv -bQH -bSD -bUH -bWX -bZf -caT -ccF -bqE -bUF -cid -bAe -cla -bUG -aaa -aaa -cqY -byX -bLn -cqY -dtG -dtF -czZ -cBp -cIR -cEL -cGp -cHN -aKY -bZB -aOl -cNp -cPg -cQQ -cQP -cCx -cQP -kwx -dnk -daV -dcJ -dei -dfu -dgP -dil -dkd -dlN -dfq -dpc -dqP -cYY -dcs -dag -dwB -dyd -xwK -dAO -dCv -dDF -dEN -dGd -dHA -dIR -dyg -cyw -cGA -dNL -dqN -dPf -dPY -dQN -dRS -dSO -dTF -dUx -cMH -cOd -dUx -dXL -dYG -dZo -dUx -dVk -dXL -dYG -dZo -cLg -cIA -egG -cIH -cIQ -egl -egE -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -afC -agw -ahy -aiS -akr -alD -ahy -ahy -ahy -aiS -ahy -apT -ahf -avK -awO -ayg -azh -aAp -auj -agx -aDL -wrp -oGu -aHE -jrG -aKB -aLM -aLL -aLL -aLL -aEN -aLL -aLL -aLL -aIM -baF -aYD -bdM -bdL -bfh -bdL -bjK -blC -bcl -aKP -bgy -aNZ -clF -aaa -bwT -byi -bzO -bAt -bje -bBz -bHb -bIN -bKH -bza -bOH -drU -bSE -bUI -bWX -bZg -caU -ccE -bqG -bUF -cie -cjF -bUF -bUG -coe -coe -cqY -bXC -bLp -acA -bqT -bDA -bFw -bHB -cIS -bHB -bHB -bTg -bUk -bZD -aOl -cNp -cPh -cQR -cPf -cCy -cWf -cXC -cZm -daW -dcK -dej -cZm -dgQ -dim -dgQ -dlN -dnf -dpd -dqQ -dsk -dqQ -dah -dgu -dyg -tNc -dAP -tNc -dyg -dEO -dGe -cGS -dIS -dyg -dNO -cGB -dNL -dNL -dPg -dPZ -dQO -dNL -dNL -duu -dUy -cMN -cOe -dUx -dXN -dYH -dZp -dUx -dUx -ebm -dYH -ecH -cLg -cIA -eee -eeM -efz -egm -egE -aad -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -afq -agy -akJ -alx -amo -alG -aom -ann -aqm -aly -arM -apU -ahg -avL -auj -auj -auj -auj -auj -akU -aDL -aDL -aDL -aDL -aJc -aKC -aKC -aNj -aNj -aSc -aFz -aSc -aNj -aNj -aKC -aKC -bcl -aYC -bfi -bfi -bfi -bjL -aYC -bnr -aKP -bgz -aYZ -bsW -aad -bwU -byj -bzP -bzP -bjf -aXh -aYu -aZn -bKH -bMy -bSa -bQJ -bSF -bUI -bWY -bUF -bUF -ccE -brb -btv -btv -btv -btv -ccI -cof -crz -cqY -bzh -bLN -bMC -abl -cyt -wsF -cBr -cCX -cEM -cGq -czZ -bKI -bZE -bPn -cNu -dfm -cNp -bUv -cCz -cNp -dfm -cZq -eFD -cZm -eFD -cZi -dgR -din -dke -dlN -dlN -dlN -dqR -dsl -dsl -dai -dlN -dyg -dgR -din -dke -dyg -dyg -dyg -dyg -dyg -dyg -cyx -cGC -dNO -dOD -cKJ -dQa -cCG -dRT -dSP -dTF -dUx -cMF -cOh -dUx -dXL -dYE -dZo -dUx -dUx -dXL -dYE -dZo -cLg -cIC -edY -eek -efA -eek -egE -aad -ajr -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -adP -agz -akK -aaO -amp -alH -aon -anh -aqn -abf -arN -apV -ahh -ahP -aia -axM -ajd -ajd -ajd -akV -alt -amX -ajd -ajd -aro -ajd -ajd -awH -ajd -ajd -aFA -ajd -ajd -ajd -aBd -aCu -bnv -ajd -ajd -ajd -ajd -aHY -ajd -avN -aKP -bgH -aOb -clF -aaa -bwV -byk -bzQ -bzP -bjg -buj -bvY -bDd -bKH -tkM -bSj -bQJ -bSH -bUI -bUI -bUI -caY -ccE -bqG -bUF -cig -bUI -bUI -bUI -bvW -bDC -byd -byX -bLQ -cKk -abl -abw -czZ -cBs -cCY -cEN -cGr -cHM -bKK -bZF -bPf -bSk -cNo -bTd -bTd -cDn -bTd -cNo -bYg -bZs -caC -caC -cZl -caC -caC -caC -cfS -bYg -cib -cYy -ckM -ckM -dao -bTd -cfS -crc -caC -caC -bYg -cwO -bTd -bTd -bTd -bTd -bTd -cGE -cHS -cIF -cKM -cKN -cKN -cLA -cLQ -cLX -cMc -cMU -cMG -dWV -dXM -dYF -dZq -dUx -dUx -dXL -dYF -ecG -cLg -cIA -eeb -eeN -cLk -egn -egE -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -aaa -acF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -adP -agz -akL -aaO -amq -alH -aoo -anm -aqo -abf -arO -apY -ahy -asm -asA -ayi -atQ -bon -auW -axu -bon -aCU -bon -bon -bon -bon -bon -ayj -bon -avg -aFD -aAZ -aCz -aOX -aPI -aPI -aUF -aPI -aVm -aVu -aVC -bmO -bon -bpB -bqF -bgL -bnk -clF -aaa -bwW -byl -bzR -bBI -bjh -aXv -bHe -bDS -bIg -bPO -bSB -aaz -aaz -aaR -abV -bkh -boH -boO -brm -bub -boH -bAl -abV -cdM -bqY -bDP -dfR -dgD -dhG -cvv -abm -cyu -czZ -cBt -cCZ -cEO -cGs -cHM -bKL -bZP -cgg -cgV -ciS -ciS -ciS -cDo -ciS -cSX -ciS -bZx -ciS -ciS -ciS -ciS -ciS -ciS -cYk -ciS -ciS -cYz -cZc -dib -das -drf -drg -drf -drf -drh -cwe -cwP -cyf -cwe -cEW -cwe -cFP -cGF -dNQ -dOF -cKP -dQb -dQR -dRV -dSR -dTF -dUx -dUx -cOx -dWc -dXL -dYG -dZo -dUx -dUx -dXL -dYG -dZo -cLj -cRo -eei -cII -cSm -ego -dsZ -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -adP -agz -akM -aaO -amr -alW -ano -anm -aqp -abf -arP -apU -ahi -avN -aib -aiD -aje -ajG -ajG -ajG -alC -aml -bdU -bdT -bdT -bdU -asN -ayo -ajG -auz -ajG -ajG -ayp -azJ -aBe -ajG -bnv -ajG -aBe -ayp -aVF -aBe -aJu -avN -aKT -bhg -aOg -clF -aaa -bwX -bym -bzQ -bBJ -bjf -aXw -aYw -bEl -bKH -bQJ -bSU -bQM -bSH -bUI -bUI -bUI -caY -ccE -bqG -bUF -cig -bUI -bUI -bUI -bxl -cpL -cqY -bzm -bLQ -cKk -abl -abx -czZ -cBu -cDa -cEP -cGt -cHM -bKN -cah -bPq -bSk -bTe -bTe -bTe -bVb -bWG -bXE -bYh -bZt -caD -bZt -dfv -ccO -bZt -bZt -cDS -cgs -cgs -cYA -cZd -clj -csf -coh -cfS -cre -csf -csJ -ctw -mfj -cyg -bXE -bXE -dqD -cyz -bXE -cAQ -cBK -dQc -dQc -dQc -dRW -dSQ -dTH -dUz -dUz -cOy -cFy -dUx -dUx -dUx -dUx -dUx -dUx -ecb -dUx -cLm -cRp -cRK -maR -cSq -egp -dtb -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -adP -agz -akN -aly -ams -apn -aom -any -aqq -alx -arQ -apU -ahj -avP -avQ -aiK -avQ -avQ -avQ -avQ -avQ -aFe -aGn -aHG -aHG -aKD -aHG -aFe -aFe -aFe -aFe -aTO -aVx -aXf -aYJ -aTO -aTO -bdN -bfk -aFR -aVG -bfk -blE -bnu -aKT -bhn -aOi -bsW -aad -bwU -byn -bzP -bzP -bjf -aXx -aYx -aZp -bKH -fen -bSX -bQJ -bSI -bUI -bXa -bUF -bUF -ccE -brn -btv -btv -btv -btv -ccI -coj -cpM -cqY -cOr -bLR -bMD -abl -cyv -wsF -cBr -cDb -cEQ -cGu -czZ -bKU -caI -bPB -cNy -cND -cNz -dbr -bVc -cWh -cND -cPy -dba -dcM -dba -dcM -dgT -dio -dkf -aaq -aav -aav -aay -cZh -aaq -aaq -col -dvc -din -dgR -dCy -dCy -dCy -iXu -dCy -dCy -dCy -cyA -czk -dNO -dOH -dPk -dQd -dPk -dRX -dSS -dTI -dUA -dUA -dUA -dUA -dUA -gjG -fnF -gXQ -fnF -fnF -fnF -fnF -fnF -cID -eei -cIJ -cSr -egq -dtc -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abz -afF -agL -aep -aiG -akx -ahy -ahy -anT -ahy -aiS -ahy -apZ -ahj -avQ -awS -aiL -aic -ajH -ako -akX -aDO -aFe -aGo -aHG -aJf -aKE -aLO -aNl -aFb -aEO -aFe -aGG -aVy -aXg -aYK -aOB -aTO -bdO -bfl -aFS -aVJ -bjO -blF -bfk -aKT -bho -aOj -clF -aaa -bwR -byo -bzO -bAz -bji -bBz -bHh -bIT -bKH -bME -bON -bQN -bSJ -bUI -bWX -bZj -caZ -ccE -bqG -bUF -cih -bAm -bUF -bUG -coe -coe -cqY -bzs -bLW -acB -bqU -bDB -bFE -bHC -cKj -bHC -bHC -bTj -bUm -cay -bPE -cNz -cPm -cQS -cPo -bVd -cWi -cXF -cPy -dbb -dcN -del -dcM -dgU -dip -dba -aaq -xgg -pUl -oeG -rwH -vDo -aaq -com -dvc -dzN -dAQ -dCy -kjP -rpx -oqz -kIj -huQ -dCy -cyB -dNO -dNO -dNO -bCj -bCj -bCj -dNO -dST -dTJ -dUB -dVl -dWg -dVl -dVl -fwe -dVl -fwe -dVl -dVl -dWg -dVl -dVl -guU -eei -eeR -efF -egr -egE -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abf -afQ -aen -aev -abZ -akB -aeQ -aeb -afy -afy -abZ -agc -agR -ahk -avQ -avQ -avQ -avQ -avQ -avQ -akY -avQ -aFe -aGp -aHH -aJg -diL -aLP -aNm -aON -aQC -aHG -awR -ayq -aXo -aNC -aCy -aDa -aED -aFt -aFX -aVW -bfo -blG -bfk -aKT -cbZ -aOl -clF -aaa -bwS -byp -bzS -bzP -bjk -aXy -bHi -bIU -bKH -bMF -bOO -bQO -bSK -bUG -bWX -bZk -cba -ccJ -brt -bUF -cii -cjI -cla -bUG -aaa -aaa -cqY -bzq -bLX -cqY -dtH -dtF -czZ -cBp -cKl -cEL -cGv -cHN -aKP -cbZ -bPE -cNz -cPn -cQT -cQU -bVe -cWj -xJl -cZt -dbc -dcO -dem -dfw -dgV -diq -jzp -aaq -fmo -dcz -xux -hIP -qFg -aaq -vOe -kmE -gix -dAR -dCy -vXg -mIB -fRi -dEW -scv -dCy -cyC -czl -dNS -aaa -aad -aaa -aad -aaa -cQa -cQa -cQa -cQa -cQa -cQa -cQa -dYI -dZr -dYI -cQa -cQa -dsN -cQa -cQa -vrI -eej -eeS -dsR -dsS -dtd -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -abz -aea -abz -aad -aaa -aaa -aad -abz -aea -abz -aad -aad -aad -aad -aad -abz -aeY -aed -akP -akP -akH -anu -aoq -apo -akP -akR -abf -agT -abf -avQ -awT -awU -azm -aAt -aBJ -akZ -aDP -aFf -aGq -mHM -arp -dlp -dnh -asY -aBB -dph -dpr -dpV -aLH -aJB -aND -aUw -aUG -aUU -aVq -aVv -aVA -bfo -blH -bnv -aKT -bZp -aOl -clF -aaa -bwS -byq -bzT -bBL -bjk -bzP -bGU -bIL -bKH -bKH -bKH -bKH -bKH -bUG -kNc -bUF -bUF -ccE -ceC -caX -cic -cic -caX -dfX -aad -aad -dtz -bzw -bMb -dtF -aad -aad -czY -cBw -cDe -cER -cGw -cHM -aKP -bZp -bPE -cNA -cPo -cQU -bUw -bVf -cWk -cXH -cZu -dbd -dcP -den -den -dgW -dir -dkh -aaq -sPZ -wEq -xXQ -tCG -vWu -aaq -xmP -rIc -ofG -csg -csL -ctx -rKP -lSs -vfF -itZ -dCy -cyD -czm -dNS -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -dST -ehM -dSU -kjs -dST -aad -aad -aad -dST -ehM -eek -eeT -edY -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aad -aaa -aaa -aad -aaa -abf -ehy -abz -abz -abz -abz -abz -abz -bZQ -abf -aaa -aad -aaa -aaa -aaa -abf -afS -aeh -akP -alz -akW -anv -aor -app -aqr -akP -arS -agU -ahl -avQ -awU -aym -cUE -aBJ -aBK -dqk -azH -aDZ -aIE -aMD -aMD -dmA -dni -dox -aBC -auB -aHG -aTW -aLN -aLh -aBo -baK -aYJ -bdR -bfo -bdU -aVX -bfo -blH -bnv -aKT -bZp -aOl -clF -aaa -bwT -byf -bwU -bBM -bjk -bzP -bGU -ids -bIV -bMG -bOP -bQP -bIV -bUF -bXb -bUF -bUF -ccL -ceD -cgq -bUF -bXb -bUF -bUG -aaa -aaa -cqY -bzy -bMc -aaZ -aaZ -dtM -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -bLb -bZp -bPE -cNA -cPo -cQT -bUw -bVf -cQU -cXI -vjX -dbe -dcQ -deo -dfx -dgX -clh -dem -aaq -hEB -vaz -xpl -vaz -mQH -aaq -rRJ -xnQ -rdQ -dAT -dCy -xSv -dEW -wSl -dEW -ych -dCy -cyE -czx -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cQa -dYJ -cQa -dYJ -cQa -aaa -aaa -aaa -cQa -dYJ -dsP -eeU -dsP -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaP -abf -abf -abf -abf -abf -abz -abz -abf -ads -abz -gIk -aaO -afb -afz -afV -agk -aaO -dNH -abz -adq -abf -abz -abz -abf -ajh -aeY -aed -akQ -alA -ala -amb -aos -anw -afE -afP -arV -agV -ahm -ahQ -aic -ayk -cVd -atY -avR -dql -aDU -aFe -aop -aqu -arq -ass -aLS -aNo -aOQ -aFe -aFe -aTT -aLN -aXk -aBo -baL -bcr -bdS -bfo -aEG -aVY -aYL -blJ -bnx -cxf -bZr -aNY -bur -aad -aad -aad -bwR -bBN -bjr -bzP -aYy -bIV -bat -bcd -bMK -bfa -bIV -bIV -bIV -bUQ -bUQ -bUQ -bUQ -bUQ -bUQ -cjJ -cjJ -cjJ -cjJ -cjJ -cjJ -csb -bMf -drH -abn -abA -abN -acg -acj -acw -acD -aaZ -aKP -bZp -bPE -cNz -cPp -cQV -bUw -bVg -cQX -cXJ -cZw -dbf -dcR -cbu -cbH -ccP -cli -cfj -aaq -hoz -lYM -wWk -hGU -aaV -aaq -uFS -xJM -hej -dAU -dCA -sxE -tzH -ogo -gXv -nhc -dCy -cyF -czA -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -eab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xZM -abE -abz -aca -abC -abC -adb -abC -abC -bcL -abC -abC -abC -abC -abC -adV -bcL -abC -abC -acW -abC -abC -adz -abZ -aeY -aeo -akR -alB -alb -anx -qCf -apr -aqt -akP -arU -agW -ahn -avQ -aie -ayy -aji -aud -akA -dqm -aDP -aFf -aGt -aHK -aJk -aHK -aHK -aNp -aHK -aQF -aSg -aTU -aLN -aXl -aBr -ehJ -aYJ -bdT -bfo -bdT -aWi -bfo -blH -bnv -aKT -bZp -aOl -clF -aaa -aad -aaa -bwX -bBO -bjv -bzP -bHk -bIV -bKM -cJl -bMK -bMK -bga -vvd -biZ -bUQ -blV -bnV -boY -brq -bUQ -cjK -cjK -cmG -cok -cpN -cjJ -bzq -bMc -aba -abo -bOc -cil -acg -cBC -acx -acE -aaZ -bLc -bZp -bPE -cNz -cPq -cQT -bUw -cDq -cQU -cXK -cPy -czF -dcS -dcS -dcS -dcS -clG -wRD -aaq -aaq -aaq -kqU -aaq -aaq -dtC -dtC -fsR -utq -dzS -dAV -rFh -ckP -dCy -dCy -mMG -dCy -cyG -czB -dto -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aat -aaa -aaa -aaa -mgq -abF -abQ -acb -aco -aco -aco -aco -aco -bOK -acK -ahy -ahy -ahy -ahy -adW -cbr -ahy -ahy -ahy -ahy -ahy -ahw -aiS -agd -agM -akP -akP -akP -akP -akP -akP -akP -akP -amA -aij -auv -avQ -awX -ayF -ajj -ajT -aBN -dqu -aDT -aFi -aFi -aHL -aJl -aKJ -aFi -aFi -aOR -aKJ -aSh -aLm -aLQ -aHf -aBo -baM -aYJ -bdT -bfo -bdU -aVX -bfo -blH -bnv -aKT -bZp -aOl -clF -aaa -aad -aaa -bwU -bBC -bjw -bus -bwd -bEq -bIh -bOk -bTN -bXq -ceG -diI -dkj -dlb -dlA -dlQ -bsM -brr -bUQ -cjK -cjK -cmH -bxo -crS -dfS -dgE -dhR -bMe -aby -bOC -cim -acg -acj -acy -oTv -aaZ -aKP -cca -cdQ -cNB -cPr -cQW -bUw -cDr -cfJ -cXL -cZt -cfk -urn -deq -cCm -dit -cma -cfl -ofy -hSA -ooa -pwY -wgx -wAb -dtC -koo -gcY -dfg -dzT -dAW -lFl -lYh -reY -kGr -dra -dlV -cyD -czE -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -xZM -abG -abz -acc -abD -abD -adc -abD -abD -abD -acV -abD -abD -abD -abD -abD -aer -abD -acn -adc -abD -abD -adG -adM -adP -aef -abf -apw -aiC -afd -afn -afn -apw -apw -apw -agX -aho -avQ -awY -ayI -aju -ajU -aBO -aCV -aDU -aFi -aGu -aHM -aJm -aKK -aLT -aNq -aOS -aQG -aSi -aTW -aLN -aXn -eMg -baN -aYJ -bdT -bfo -aFY -aVW -bfo -blL -bfk -aKT -bZp -aOl -clF -aaa -aad -aaa -bwU -bBP -bjx -bvM -bHm -bIY -bKO -bOB -bTS -bMK -bSN -bUN -bXe -bUQ -cbd -dlR -bsR -brs -bUQ -cjL -cjL -cmI -bxp -coi -cjJ -bzz -bMc -drH -bMh -cdk -ciu -acg -acj -abo -acS -aaZ -aKP -bZp -bPE -cNz -cPs -cQT -bUw -cDu -cQU -cXM -cPy -dbi -dcM -der -dcM -ccQ -cmj -cfm -ofy -kKv -gYZ -eKn -gYZ -mrZ -dtC -dvk -coy -dfh -dzU -vbt -xaW -wcs -hGD -dpo -dsw -dlV -cyH -dud -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaS -abi -abi -abi -abi -abi -abi -abi -abi -abi -abi -abi -aeB -afc -afc -abi -abi -aeB -aes -aht -abi -abi -abf -aiB -abf -abf -ajJ -akm -abf -ahG -dqn -dqn -dqo -dqp -dqq -dqr -dqs -dqt -ata -avQ -awY -ayF -ajv -asO -aBP -aCW -aDV -aFi -aGv -awv -aQm -ast -aCJ -aNr -aOT -aQH -aSj -aTX -aMh -aXo -aBo -baO -bcs -bdU -bfo -bfo -aVW -bfo -blM -bfk -aKT -bZp -aOt -bsW -aad -aad -aad -bwU -bBQ -bjk -bzP -bHn -bIV -bKP -bMK -bUj -bMK -bSO -bUO -bXf -bUQ -cbe -bZW -bud -buc -bxA -cdI -cjL -bQV -byB -bDR -crd -csR -bMr -aaZ -aaZ -aaZ -ciA -aaZ -aaZ -acz -aaZ -aaZ -aKP -bZw -bPE -cNz -cPt -cQU -bUw -cDv -cQT -cXN -cNz -oKo -xdJ -des -cPy -ccR -cml -cfn -ofy -rIv -gYZ -top -gYZ -wWt -dtC -ddS -coD -dfn -crx -pWG -lFl -nqx -dpn -dpo -rfB -dlV -cyF -czP -dto -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -abi -abR -abi -acp -acG -add -adx -adO -abi -aeC -aaN -aaU -aaW -adh -adX -aey -aaU -abI -abi -aih -aiC -aiC -abf -ajK -akn -abf -ahK -amA -aig -aig -aig -afI -aig -aig -aig -atb -avQ -awZ -azj -ajw -aAA -awU -aCX -aDW -aFi -xfu -aIq -aRr -dmC -aLV -aNs -aOU -aQI -aSk -aTY -aMF -aXp -aBs -baP -aTO -bdV -bdU -aFZ -aVX -bjR -blN -bdN -aKU -bZp -aOl -clF -aaa -aad -aaa -bwU -bBz -bjk -bzP -bHo -bIV -bKQ -bML -bOU -bMK -bSP -bUP -bXg -bZn -cbf -bnX -bvr -bru -bUQ -cdP -cjL -buu -bzK -cpQ -byu -bzC -bMc -abd -aaZ -abJ -ciX -abL -bKF -abL -acT -aaZ -bLd -bZu -cgi -cgX -cjD -cmS -cpK -cDQ -cQU -cXO -mIh -dbk -cUC -cXI -cNz -cPo -cmr -cXI -nWP -oTt -nDw -wzn -pXi -tgJ -dtC -dfz -coE -dfn -dzW -dAZ -lFl -myC -nrt -dpo -wTA -dlV -cyD -czE -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abH -abS -acd -acq -aar -adJ -adJ -bcI -ade -adv -adJ -adJ -adT -adU -adY -aez -aaM -acI -aeG -aeK -aeA -adH -abf -abf -abf -abf -ahL -amB -aig -aow -apt -afJ -apt -arW -aig -atc -avQ -avQ -azn -ajx -avQ -aBQ -avQ -avQ -aFi -aFi -aIr -aJp -asu -aFi -aFi -aHL -aQJ -aSh -aTO -dmP -aXq -aTO -aTO -aTO -baU -bfq -baU -aWX -baU -baQ -baQ -boi -bhs -bob -clF -aaa -aad -aaa -bwU -bBw -bjz -fCy -bGS -bIV -bKR -bMM -bOV -bGY -bIV -bUQ -bUQ -bUQ -cbg -bnY -bvH -bMS -bUQ -cdS -bAQ -cdN -bzY -coT -cjJ -bzE -bMs -abg -aaZ -abK -cjl -ach -ach -dgz -dhJ -aaZ -bLd -bZp -bPE -cNA -cPv -cQU -bUw -cDy -cQT -cXO -cZy -cZJ -cUF -cUP -deV -cPo -cmL -cXI -nWP -mtC -gYZ -wLW -gYZ -qCD -dtC -oCi -xnQ -pwx -csD -qDk -lFl -gfv -mAo -dpo -nQV -dlV -cyE -czT -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abi -abT -abi -acr -aaw -adf -ady -adQ -abi -aeE -aff -afG -afY -ago -aek -ahc -ahv -ahF -abi -aij -afH -adI -adN -apw -aeq -aew -ahR -amC -aig -aox -apu -aeM -arb -aoy -aig -atd -avW -axa -bTb -ajy -aAB -aBR -aCY -aDX -ayz -aGx -aIs -aJq -aJq -aLW -aNt -aOV -aQK -aHd -aTZ -dnJ -aXr -aLu -baQ -bct -bdW -bfr -aGa -aWY -bjS -aYg -baQ -aKY -bip -aOl -clF -aaa -aad -aaa -bwU -ydq -bko -ydq -ydq -bIV -bKS -bMN -bMN -bMK -bSQ -bUQ -bXh -dkG -dlB -dlS -bvL -bce -bUQ -cjP -cjL -cmM -bzZ -cpT -crf -bzq -bMc -abh -aaZ -abL -abL -abL -abL -dgA -abL -aaZ -bLd -bZp -bPE -cNz -cPw -cQT -cQU -cEk -cQU -cXO -cZz -dbl -cUI -cXO -cNz -cPo -cmr -cXI -nWP -haT -gYZ -rSy -gYZ -srt -dtC -iEd -coG -nxw -dMJ -rov -xeD -flh -xLH -vSD -rgj -dlV -cyI -czV -dto -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -abi -abi -ace -acs -aax -adg -ace -aiJ -abi -adR -adR -adR -adR -agp -adR -adR -adR -adR -abi -aik -afX -aiE -aiT -bUU -cSx -agP -aiz -amD -aig -aoy -apv -afK -apu -arX -aig -ate -avW -axb -bTc -aPa -aAC -aBS -aCZ -aDY -ayA -azy -aIt -azy -aAG -azy -azy -aOW -axf -aSm -aUa -aHm -aLn -aBu -baU -aDc -bfD -bfD -aHh -aWZ -aYN -blP -baU -aKT -biA -aOA -bsW -cpI -cpI -cpI -bwU -bBx -bjk -bzP -bHp -bIV -bKT -bMO -bOW -bQW -bSR -bUQ -bVT -dkH -cbg -nkh -ceL -cgy -bUQ -cjQ -cjL -cmN -cor -cpU -cjJ -bzq -bMc -abk -aaZ -abM -abL -aci -acm -dgB -acZ -aaZ -bLd -bZp -bPE -cNz -cPx -cQY -cPv -cEu -cWl -cXP -cNz -dbm -cUJ -dev -cPy -cPo -cmP -cXI -ofy -ver -wHL -pEc -erC -fYR -dtC -dvp -cgx -dnt -dzZ -cAo -lFl -jGF -xBR -ila -sXm -dlV -cyJ -cAa -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aad -ace -act -aaA -aaX -ace -aad -abi -aeF -aeF -aeF -aeF -oMw -aeF -aeF -aeF -aeF -abi -ail -agn -adK -xYp -aig -xYp -agY -xYp -aig -aig -aoz -apw -afK -arc -arY -aig -ate -avW -aif -bTI -ajz -ajV -aAG -azy -alE -amn -azy -aIB -azy -azy -aAG -aAG -aOW -axk -aSn -aBv -dnM -aPj -aPO -aUz -aUT -aVg -aVg -aVw -aVB -bfD -aJw -aJQ -aLc -bip -aZx -bsW -bvK -bvK -bvI -bwU -bBw -bkp -aXz -bGS -bIV -bIV -bIV -bIV -bIV -bIV -bUQ -bUQ -bUQ -bUQ -bUQ -bUQ -bUQ -bUQ -cjJ -cjJ -cmO -cjJ -cjJ -crg -byW -bMt -cvz -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -aaZ -cvF -cxf -bZr -aNY -cND -cPy -cNz -bUy -cEw -cNz -cND -cPy -cNz -cUK -cNz -cPy -cPo -cnj -cfo -hEf -ofy -ofy -nQd -ofy -ofy -dtC -dvq -kVJ -dwU -dzS -dtC -lFl -sBg -xaT -pvl -dlV -dlV -cyK -cAb -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aad -acf -acu -acL -adi -ace -aaa -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -aim -agN -aiI -ajl -aig -aiC -aha -alI -amE -anz -aox -apw -aiP -aiU -aiU -ame -dqz -avW -axd -bUn -azy -cVU -aBU -aAG -aAG -azy -aGz -aIt -aJt -azy -aBX -azy -aOW -axk -azy -aqy -dnU -azy -aBw -baU -bcw -bdZ -bfu -biq -aXa -bjE -blR -rUL -aKT -bip -aOl -aPu -aPV -aPV -aPV -aSe -aTu -blf -aTu -bwH -aPV -bso -aPV -aPV -aPV -aPu -aPV -bjb -aPV -aPV -bqj -aPV -aPV -aPV -aPV -bsZ -aOl -aPV -aPV -aPu -aKP -bMu -aKP -bCH -aKP -bEh -cjX -bFU -aKP -aKP -aKP -aKP -bZp -bPK -cNn -cPy -cQZ -cPo -cEG -cPo -cPo -cTo -cPo -cUL -cPo -cPo -ccS -cnj -cXI -cNA -cXI -ckQ -jSz -ckQ -cXI -dbo -ckQ -cin -ckQ -qdu -cXI -vgC -cXI -cXh -cXI -ckQ -cPy -cyL -cAc -dto -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -ace -acv -acM -adj -ace -aad -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -ain -ahp -aiH -ajm -ajN -aiC -ahb -alJ -aig -aeN -aoA -apx -aqB -apw -arZ -atv -atf -asn -asG -bUo -ajA -dpR -aXt -aXt -alF -aXt -aou -aLd -azB -azy -aJt -dsx -aPa -axk -azy -aqy -dov -azy -aNU -baQ -bcx -bea -bfv -aGc -aXc -bjV -blS -baQ -bav -bjH -cJD -cJN -cJR -cJR -bvb -cJR -cJR -blz -cJR -ccx -cJW -cJR -bQB -cJR -cJR -cJN -cJR -djQ -cJR -cJR -bqk -cJR -cJR -acl -acl -chs -cdO -cmF -acl -dfV -acl -bMz -acl -bMZ -acl -acl -cjY -acl -acl -acl -acl -acl -ccK -aNW -cNE -cPy -cZJ -cQT -cFB -cmS -cSY -cTp -cSY -cUN -cSY -cVr -cVr -cWY -cXX -cYl -csy -sHv -vYb -dbT -daD -dbq -ddC -cqC -csy -pSL -eqk -hXr -cUl -mxP -csA -cwp -ozL -cyM -czE -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -acf -acf -acN -acf -acf -aad -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -aio -ahp -aiI -ajn -ajO -akq -ahx -alK -aig -anB -aiC -apy -apy -apu -aox -atw -atg -avW -axf -cLF -atT -dqf -avT -dqv -fbd -avT -atT -aLe -dmM -dmD -aPj -doy -doU -dpi -aPj -dpW -aGy -aAG -aBy -baQ -baQ -baU -bfw -baU -aXd -baU -baQ -baQ -aLr -aKY -aOI -aPw -aQb -aQb -bvd -aSf -aQb -aVL -aQb -aQb -aQM -baw -aQb -aQb -bfm -aPw -bhL -djR -aNH -aPQ -bov -aPQ -aPQ -bWm -aPQ -ciz -buw -bwI -aPQ -aPw -aPQ -aPQ -bhL -bNa -aNH -aPQ -cjZ -aPQ -aPQ -bWm -aPQ -bLe -bNd -bPP -cNF -cPy -gAz -cPv -cPv -cPv -fnX -qxC -cPv -cPv -cPv -cPv -cPv -cnj -cXO -cNA -cXO -nEY -cXO -cXO -cln -ctQ -ddG -cXO -crG -vIi -tdY -cXO -cXO -cXO -cXO -cXO -cPy -cyE -czE -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -acf -acO -aIc -aad -aad -abi -aeF -aeF -aeF -aeF -lTo -aeF -aeF -aeF -aeF -abi -aip -agN -adL -ajo -ajP -agE -cVn -alL -aig -anC -aoB -apz -apw -apv -asa -atw -ato -avW -axg -ayz -azA -aAG -aBW -dqx -aEb -azy -azC -azy -aBW -dmK -azC -azy -aPa -axk -aSp -aUb -dow -aXt -aBz -baQ -aQB -beb -bfx -aGd -aXi -bjW -blT -baQ -aLt -bsW -bsW -bsW -cqi -cvr -bvR -cwR -cyr -bsW -bsW -bsW -bJa -bMQ -bMQ -bMQ -bMQ -bSS -bhM -djS -bhM -cbj -cbk -cbk -cbk -cbk -cbn -ciR -cbn -cbk -cbk -cbk -cbk -cuu -bCe -bNb -bCe -cAm -cAm -cAm -cAm -cAm -bsW -bsW -bNe -bsW -bsW -cPy -xvZ -xvZ -xvZ -xvZ -xvZ -cNz -xyx -pkA -cNz -ptP -dbr -cnn -cfv -hzl -kML -xNY -iVP -hzl -dtJ -dvr -ddJ -dyx -dtK -csm -dtK -dtK -dtK -dtK -dtK -dtK -dtK -cyE -cAd -dto -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acf -acP -acf -aad -aad -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -aiq -ahq -ahr -ajp -ajQ -akq -ahz -alM -aig -anD -aoC -aiH -aqC -apw -asb -atw -atp -avW -axh -ayz -azB -azy -azC -dqx -aEc -azy -aBW -aAG -aJv -dmN -azC -aAG -aOW -axk -aSq -aUf -doz -azy -aBu -aCB -bgP -aDc -aFu -bfD -aXj -bjX -aJw -baQ -aLA -aig -aaa -aad -aaa -cwJ -bwv -cwJ -aaa -aad -aaa -bHq -bJb -bMQ -bMR -bOX -bQY -bMQ -bhT -djT -bll -cbk -ccU -ceM -cgz -ccX -ccW -cKa -ccW -cot -cpV -crh -csK -cbk -bCf -bNa -aNW -cAm -cBH -dgh -dgF -cAm -cHV -cIV -bNf -cIW -cNG -cPz -xvZ -sbp -sIw -uLd -plb -ghm -nYY -ltd -ofQ -cNz -cPv -cmL -cXO -hzl -eqo -jAx -yik -haI -dtK -dvs -ddK -dyy -dAb -csn -dCG -dDW -dFe -dGw -cvK -dJh -dtK -cyE -czx -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aad -aac -aaa -aad -aad -aad -acQ -aad -aad -aaa -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -air -aiI -aiI -ajp -ajO -aks -ahA -alN -amE -anE -aoD -apA -anB -ard -asc -atw -atb -avW -axi -ayA -azC -aAG -aBX -dqx -aEd -azy -aGB -aAG -aGz -dmK -aBW -azy -aPb -aQN -aSr -awV -doA -aSr -aBA -aCC -aDj -aEK -aFv -aGe -aXm -aHZ -aJx -aJR -aLB -aig -aaa -but -but -but -bxB -but -but -but -aaa -bHq -bJc -bMQ -bFf -cJr -bfn -bgm -bhU -djT -bll -cbn -ccW -ccW -ccW -ccW -ccW -cKa -ccW -ccW -ccW -ccW -ccW -cbn -bCf -bNc -aNW -cAm -bEO -dgi -bHf -cAm -cHW -cIW -bNg -bPU -cIW -cPA -xvZ -upj -pzf -lfM -eEa -iaB -wnT -ltd -yam -cNz -cPv -cmr -cXO -hzl -mjw -tUT -tNS -vJU -dtK -qtB -ddL -cpW -crR -csP -cpW -ctz -cue -dDY -cBE -dJi -dtK -cyG -cAe -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aaa -aaa -aad -aaa -aaa -aac -aac -aad -aac -aad -aaj -aad -aac -aad -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -ais -aiI -aiH -ajq -aig -akt -ahC -alO -aig -aig -aig -alV -alV -aig -aoF -atx -atq -aoF -axj -ayA -azD -azy -aBY -dqy -aEe -azy -azD -aBU -aBY -dmQ -azD -azy -aPc -aQO -aQP -awW -doB -aQP -aQP -aQQ -bcB -bed -aFy -aUr -aXs -bjZ -blW -baQ -aiC -aig -aad -but -bsg -bbf -bya -bdE -cFS -but -aad -bHq -bJd -bKW -cJn -bVv -bXr -ceJ -diJ -dko -dkO -cbm -ccW -ceO -bAb -bxF -cef -did -bxF -bxF -crX -crX -bGr -cbm -bCg -bND -bDw -cAm -bEP -dgj -bHg -cAm -cHX -cIX -bNh -bPV -cNH -cPB -xvZ -uTT -jnm -yiF -plb -wJJ -lON -ltd -psD -cNz -ccV -cnu -deE -gGX -eGa -ati -uyl -ghU -dtK -qLh -ddM -cqD -csz -ctt -cuE -cuE -cwV -cuE -cBI -cDZ -dtK -cyG -cAf -dto -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aad -aaa -aaa -aag -aah -aan -aaa -aaa -aad -aaa -aaa -aad -aak -aaa -aac -aad -abi -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -aeF -abi -aig -alV -alV -aig -aig -aig -agY -aig -aig -aad -aad -abj -abj -aad -aqV -aty -att -aoF -axk -ayB -azE -azE -aBZ -azE -gNS -azE -azE -azE -azE -azE -azE -azE -aPd -aQP -aSs -axc -doC -ayh -aZb -baX -bcB -bed -qiN -hth -aXu -bka -baQ -baQ -apw -aig -aaa -but -bsx -bxh -byy -bxh -cHA -but -aaa -bHq -bJb -bMQ -bMU -bVx -bfs -bgn -bhT -djT -bll -cbn -ccX -ceO -ceO -bFy -ceo -ceO -brv -ceO -ccX -ccW -bHA -cbn -bCh -bNa -aNW -cAm -cAm -dgl -cAm -cAm -cAm -cAm -bNk -bPY -cHW -cPC -xvZ -plb -dHI -xvZ -xvZ -plb -xlE -lEz -xvZ -kwZ -cde -cmr -cXI -gGF -sbv -pWT -pwH -wPr -dtK -dvv -ddN -dDY -crT -ctu -csM -dDY -cuf -cvh -cvM -dJk -dtK -cyN -cAg -dNS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aag -aah -aan -aaa -aag -aai -aan -aaa -aag -aah -aan -aaa -aad -acQ -aad -aac -aad -abi -abi -abi -abi -abi -abi -abi -abi -abi -abi -abi -aad -abj -abj -aad -aig -aku -ahD -alP -aig -aad -aqV -aqV -aqV -aoF -aoF -atz -atu -aoF -axl -ayC -azF -aAH -aCa -dCi -jdZ -lWF -aCa -aHU -aEf -aEf -aGC -aNw -aPe -aQP -aSt -axe -doD -azK -aZh -aQP -bcC -bee -bfC -eWQ -biq -bjZ -blX -baQ -bpa -aig -aaa -but -btz -bxh -aRk -bxh -cHB -but -aaa -bHq -bJe -bMQ -bMV -bPb -bRc -bMQ -bhT -djT -bll -cbk -ccY -ceO -ceO -ceO -ceR -ceO -ceO -ceO -ceO -crj -bHD -cbk -bCh -bNa -aNW -cAm -cgl -dgm -bHj -bIJ -bJX -cAm -bNh -bQa -cNI -cHW -xvZ -rRC -rvA -lOw -rDb -eKV -mWl -lOw -tCj -xvZ -cPo -cmP -cXI -pPd -nrh -oDp -tVa -rlu -dtK -dvw -ddO -dyC -dAf -dBm -tQS -dEa -dFe -dGz -dHV -dJl -dtK -cyO -cyC -dNS -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aag -aai -aan -aaa -aag -aai -aan -aaa -aag -aai -aan -aaa -aad -acQ -aaa -aad -aad -aad -aad -aaa -aad -aad -aad -aaa -aad -aaa -aad -aad -aad -aad -aad -aad -aig -akv -ahE -alQ -aig -aad -aqV -apB -aoL -aiV -ajc -ami -aqw -aoF -axm -ayD -ayD -ayD -hdH -dPK -aEg -dPK -kam -aHV -aHV -aHV -aLY -aNw -aPf -aQP -aSu -aFB -dnI -aLo -aZd -aQQ -bcD -bef -bfD -eWQ -bfu -bkb -blY -baQ -bpb -aig -aaa -but -bvS -bxh -byy -bxh -bBW -but -aaa -bHq -bJe -bMQ -bMQ -bMQ -bMQ -bMQ -bhV -djT -blm -cbk -ccZ -ccZ -ccZ -ccZ -cfc -ccZ -ccZ -ccZ -ccZ -crk -bHF -cbk -bCi -bNa -aNW -cAn -bER -dgn -bHl -bIK -bJY -bLf -bNl -bQh -cNJ -cHW -xvZ -hed -dBf -woq -sbJ -lpC -fDf -duZ -gSt -vSN -rbM -tCc -cfw -hzl -hzl -dHt -iVP -hzl -dtJ -dvr -ddP -dyx -dtK -dBn -dtK -dtK -dtK -dtK -dtK -dtK -dtK -dlT -cAh -dlT -dlT -dPm -dPq -dPq -dPq -dPq -aaa -cYm -cKi -dPq -dsH -dPq -dsB -dsI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aag -aai -aan -aad -aag -aai -aan -aad -aag -aai -aan -aad -aad -acQ -aaa -aac -aac -aad -aac -aac -aac -aad -aac -aac -aac -aac -aac -aaa -aad -aaa -aaa -aad -aig -akw -ale -alR -aig -aad -aqV -apC -aqE -aqE -ase -atB -atM -aoF -axn -aAI -aAJ -aAK -aCb -aDf -aEh -aFk -aGD -aPg -aAJ -aAJ -aAJ -aAJ -aQS -aQQ -aJG -axE -doF -azL -aHI -aQQ -bcE -beg -bfE -emK -bfD -bkc -blZ -baQ -aig -aig -aad -but -bvT -bvP -byz -bvP -hsX -but -aad -bHq -bJf -bKX -bMW -bPc -bRd -bMW -bhW -djU -bhW -cbk -cda -ceP -cgD -bsp -cff -bsp -cmT -cov -cpX -crl -bHA -cbk -aNY -bNI -aNY -cAm -cmJ -dgo -dgG -cAm -cAm -cAm -bNf -cIW -cHW -cHW -xvZ -prc -lqq -wAF -iOC -sQL -fiB -rbx -ndO -xvZ -cPv -oJw -cXI -cNA -ctv -ial -cXI -cXI -clo -cXI -ddQ -cXI -ctv -cXI -csN -cXI -cug -cXI -cXI -dnu -cPy -cyP -cGH -cAR -cBL -dPm -dqS -cLz -dRZ -dPq -aad -dkk -dVt -dWm -dXa -dXU -gbI -dsJ -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aag -aai -aan -aaa -aag -aai -aan -aaa -aag -aai -aan -aaa -aad -aaj -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -abj -aad -aad -aaa -aaa -aad -aig -aig -aig -aig -aig -aad -aoF -fTs -aoF -aoF -asf -jda -atO -aoF -aad -aad -aad -aEi -aCc -aDg -avW -mue -aGE -aEi -aad -aad -aad -aad -aad -aQT -aSw -axN -eym -pLV -aZf -aQR -bcF -hbK -bfF -xfA -bir -bkd -bma -btc -aad -aaa -aaa -but -but -but -but -but -but -but -aaa -bHr -bHr -bKY -bHr -bPd -bRe -bMW -bhX -djT -bln -cbk -cdb -ceQ -cgE -coz -cfW -coz -cmU -cow -cpY -crm -bHN -cbk -bCh -bNa -bDx -cAm -bFg -bLt -dgH -cGJ -cIa -cAm -bNv -cNK -cNK -cNK -cNK -cSS -cSS -cRe -cRe -tJE -lXC -fAs -tJE -aJa -cPv -qUW -cUl -cVF -cVK -eIU -cUl -cqE -cUl -dbs -ddW -cqE -fMY -yco -cUl -cwp -csA -cwp -vSx -cEX -cFE -cFQ -cGQ -cHY -cIG -cIN -cLh -cLC -cIT -dPq -aaa -dPq -dVu -dWn -cOE -dXV -dYQ -dPq -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aac -aac -aad -aag -aai -aan -aaa -aad -aaj -aad -aaa -aag -aai -aan -aaa -aad -aaE -aaa -aac -aaa -aaa -aaa -aaa -abj -aad -aad -abj -aaa -aaa -abj -aaa -aad -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aqV -hQw -aqF -arf -asf -aoT -aqQ -aoF -aaa -aaa -aaa -aFp -aCd -aDh -aFs -aDh -aGF -aQt -aaa -aaa -aaa -aaa -aad -aQU -aSx -axT -doH -azV -aZg -bek -bel -bfJ -bfG -bgQ -baU -bnE -bel -bnF -aad -aaa -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -bHr -bJg -bKZ -bMX -bVy -bRf -bHr -bhY -djT -bll -cbk -cdc -bvj -cgF -ceh -cgf -cka -cmV -cka -cpZ -crn -bHO -cbk -bCh -bNa -bDx -cAm -bFh -bLu -dgI -cAm -cAm -cAm -bNv -cNK -cNL -fje -eUH -wNT -lhf -vXW -cRe -vhK -haZ -egW -wcA -xvZ -cPv -oJw -cfx -cNA -cXO -hHK -cXO -cXO -cXO -dbw -cXO -rNJ -ctQ -trP -cXO -cXO -cip -cXO -cvp -cwS -cPy -cyR -cGZ -cBb -cBM -cBV -cCp -cCK -dSb -dPq -aad -dsz -dVv -dWo -cOG -cPU -dYR -dsK -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aaa -aaa -aad -aaj -aad -aad -aad -aaE -aad -aad -aad -aaj -aad -aad -aad -aaE -aad -aac -aad -abj -aad -aad -abj -aaa -aaa -abj -aad -aad -abj -aad -aad -aad -aac -aac -aad -aaa -aac -aac -aac -aad -aqV -hQw -aqG -arg -asg -atE -atP -aqV -aaa -aaa -aaa -aaa -aaa -aDi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aQV -aSy -axU -doI -oUR -cbK -aQV -aad -biu -bfH -bgR -bis -dnK -aad -aad -aad -aad -aad -aad -aac -aac -aac -aac -aac -aad -aad -bHs -bJh -bie -bRa -bVE -bMp -bHr -bhY -djT -bll -cbk -cdd -bpr -brw -bsq -chb -btk -bux -coz -cqa -cro -bHO -cbk -bCk -bNS -bPp -cAm -bFi -cDx -dgJ -cGJ -cIb -cAm -bNf -cNK -rym -chn -cmW -cpG -cIh -cAO -cTd -iDs -jQK -ouV -jmX -tJE -cPv -tng -cXO -vDf -tHQ -imY -tHQ -vDf -dPX -eVV -dPX -kom -vmD -sJH -vmD -iGC -uWB -sPa -hLq -sPa -uWB -dlT -cAl -dlT -dlT -dPm -dPq -dQX -dPq -dPq -aaa -dsA -dVw -dWp -cPl -dXX -dYS -dsA -aaa -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aae -aaf -aaf -aaf -aaf -aaf -aao -aau -aaE -aaE -aaE -abv -aaE -aaE -aaE -aaE -aaE -aaa -aad -aaa -abj -aaa -aaa -abj -aad -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aoF -hQw -aqH -arh -ash -atF -atR -aqV -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aQQ -aQQ -aya -doJ -aQQ -aQQ -aQQ -aaa -bke -bfI -bgS -bit -baQ -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -bHs -bJi -bax -cIZ -bVH -bft -bgo -bhY -djV -blo -bmh -bow -bpI -brx -bsv -ckc -clq -cmX -coz -cqa -crm -bHP -cbk -bCh -bNa -bDx -cAm -bFj -cDx -dgK -cAm -cAm -cAm -bNv -cNK -dfe -cif -cRh -tuh -cRh -cBG -koD -giO -ncB -fcg -yeE -tJE -cPv -oJw -cXO -vDf -wgV -tOC -frp -vDf -jVW -urY -mHn -kom -ehN -gPI -mam -iGC -lrL -rwT -ydA -jNE -uWB -cyS -clD -cHU -aaa -aaa -dPq -dQY -dPq -aaa -aaa -dPq -dVx -dWq -cPE -dXY -dYT -dPq -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aaa -aaa -aad -aak -aad -aad -aad -aaE -aad -aad -aad -aak -aad -aad -aad -aad -aad -aac -aad -abj -aad -aad -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aoF -apF -aqI -ari -asi -atG -auO -aoF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aQT -aSs -aFC -doS -aAg -aQT -aad -aaa -bkf -bkj -bgT -bnC -bkj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bHr -bwa -bIQ -cJf -bVI -bXs -ceK -diK -dkr -bJj -cbk -cdf -bpL -cmY -cit -ckd -clr -cmY -coA -cqb -crp -bHU -cbk -bCh -bNT -bPJ -cAm -bFk -cDp -dgJ -cGK -cIc -cAm -bNw -cNK -pbV -cif -cRh -cRh -cRh -cWx -cXZ -rbx -mbl -xaG -ptA -tJE -cPv -jLe -cXO -vDf -wXM -ibr -xle -vDf -tIz -mGW -rUu -kom -xNV -uZv -juT -iGC -tAc -gmd -fSk -qxW -uWB -cyT -bQa -dti -aad -aad -dtt -dQZ -cKi -aad -aad -dsB -cKr -cFn -cPF -cFX -cKr -cKi -aaa -ajr -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aac -aac -aad -aag -aal -aan -aaa -aad -aak -aad -aaa -aag -aal -aan -aad -aac -aad -aac -aac -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aoF -apG -aoF -aoF -aqV -aqV -aoF -aoF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aRp -aSz -azV -doT -aHr -bcG -aad -aaa -aaa -aaa -bgU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bHs -bJk -bJq -bcp -bdY -bfy -bgp -bhY -djT -blq -cbp -cbp -bqe -cbp -cbp -cbp -cbp -cbk -cbk -cbk -cbk -cbk -cbk -bCl -cxi -bRu -cAm -cAm -cAm -dgL -cAm -cAm -cAm -bNx -cNK -cNP -cio -bTU -fqD -vzq -lvo -cRe -xDe -hYK -nfZ -qsD -xvZ -naj -stb -cXO -vDf -iyZ -mfr -tct -vDf -qIG -sDW -miz -kom -wJU -qND -lna -iGC -ruo -tRk -mwF -qsb -uWB -cIW -cAp -cHU -aaa -aaa -dsB -dRa -cKi -aaa -aaa -dPq -dVz -cFo -cPG -dYa -dsb -dPq -aad -aad -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aag -aal -aan -aaa -aag -aal -aan -aaa -aag -aal -aan -aaa -aac -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abj -aaa -abj -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aQU -aSA -aUs -aWa -aXH -aQU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bHs -bJl -bKj -bcq -bPj -bRk -bSZ -bTr -djW -bll -cbp -cdg -bqf -bry -bQS -cke -cbp -cmZ -coB -cqc -crq -csS -cuw -bCm -cxj -bRG -kJq -nYG -bLv -dgZ -nFk -cqd -cJa -bNw -cNK -cNK -ciq -bTV -cNK -cNK -cNK -cNK -cPy -cPy -cPy -cPy -cND -cdi -txR -cfy -vDf -kIG -fwz -wpD -vDf -iao -mGo -lQm -kom -kRV -eOL -lMX -iGC -mhD -tRk -qSg -tRk -vnd -cyU -csu -cHU -aaa -dPq -dPq -dRb -dPq -dPq -dPq -dPq -dTY -dPr -cPH -dSc -dQl -dPq -dPq -dPq -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aag -aal -aan -aad -aag -aal -aan -aad -aag -aal -aan -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aSB -aWy -aQQ -aQQ -baY -bei -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bHr -bJm -bMT -bcu -bPk -bRl -bHr -bib -djT -blr -cbq -cdh -bqg -brz -civ -ckf -cbp -cna -coC -cqd -crr -csT -cux -cux -cux -bRI -cux -bFm -cux -dha -wfR -cqd -cJb -bNy -bQj -bSp -ciC -bTW -cPy -cGj -cPy -vQo -tkx -dbv -ddh -jbN -cPy -cdj -oJw -cXO -vDf -pfn -mhY -rZZ -vDf -mGk -jGq -wPu -kom -vfp -ikZ -vaf -iGC -tbn -hec -fcL -xiS -uWB -bXJ -cAp -cHU -aad -dPq -dQi -cCL -dqY -cMr -cEy -cEH -cFc -cFp -fEk -jwx -cGy -cEm -cHm -dPq -dse -dsi -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aag -aal -aan -aaa -aag -aal -aan -aaa -aag -aal -aan -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -abj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bAc -aaa -aaa -aaa -bHr -bHr -bOT -bHr -bHr -bHr -bHr -bib -djX -bls -boI -boP -brE -bzL -bLS -bsO -cbp -buy -clw -cqd -crr -csT -cux -bCn -cxk -bSC -cux -bFn -cux -dha -cGN -cqd -cJc -bNz -cIW -bSr -ckj -cIW -cPy -cIj -cPy -yiZ -cZN -cZN -caR -cbw -dfL -cPv -lLj -qWb -vDf -vDf -vDf -vDf -vDf -kom -kom -kom -kom -iGC -iGC -iGC -iGC -xHy -xHy -xHy -xHy -xHy -cIW -cAt -dti -aaa -dsB -dQj -cCM -cLN -cMs -cLY -cMd -cLY -cMI -iYb -tBl -cQy -cOL -cPK -dsM -dsf -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aag -aam -aan -aaa -aag -aal -aan -aaa -aag -aam -aan -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -abj -abj -abj -abj -abj -abj -abj -abj -aaa -aaa -aaa -aad -aaa -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bnG -buz -bzX -aaa -bzX -bAd -bnG -aaa -aaa -bHr -bJn -bQC -cJg -bPl -bRm -bHr -bib -djY -blr -cbq -boz -bqi -bzU -bsA -bsP -btm -buF -bwY -cqd -crr -csT -cuy -bCr -cxl -bSC -cAq -bFo -cuy -dha -cGO -cqd -cJd -bNC -bQm -cIW -cua -cHW -cPy -cKs -cPy -cYc -bYJ -caf -cUU -cVk -cVG -cVQ -cWo -cXO -pEo -gha -kYA -ulc -lVl -tRt -hlb -mSX -tvm -usm -cHW -cHW -ctP -cIW -cvi -cvN -cwT -cga -cHW -cAp -cHU -aad -dPq -dQk -dWq -cLR -dWq -dWq -cES -cFd -dSk -dXY -cOD -cRj -dXY -eah -eaL -ebu -ech -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aad -aaa -aaa -aag -aam -aan -aaa -aaa -aad -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aad -aaa -aaa -aad -aaa -aaa -aaa -abj -abj -abj -abj -abj -aaa -aad -aad -aad -bnG -buA -bLB -aad -bLB -iCF -bnG -aad -aad -bHr -bJo -bQL -bcz -bec -bMY -bHr -bhY -djT -blt -cbp -bKE -cfa -cgO -ciy -cki -cbp -buG -bwZ -cqd -crs -csU -cux -bCs -mcJ -bSC -cAr -bFp -cuy -dhb -crs -cqd -cAw -cAw -cAw -cAw -ciD -cnb -cqk -cKv -bWN -bXI -cZN -caz -cZN -deJ -dfL -cPv -rJR -izF -gCA -lcR -xeZ -qxY -dwk -lyt -nay -dCJ -wzb -cIW -ctT -csE -csE -cwW -dbU -cBB -dsq -cgb -bZy -cAv -cHU -aaa -dPq -dQl -cCV -cLS -cCV -dQl -dQl -dQl -dUN -dXl -dPr -cSu -dSc -dQl -dPq -dPq -dPq -dPq -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aaa -aaa -aad -aaa -aaa -aac -aac -aad -aac -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -bvx -bwm -bnG -whV -buB -bLB -bnG -bLB -bAf -whV -bnG -bnG -bHr -bHr -bHr -bHr -bHr -bHr -bHr -bhW -djU -bhW -cbp -cdl -cdl -cdl -cdl -cdl -cbp -buy -bxa -cqd -abb -bHY -cuy -bCv -bCI -bSC -cAs -bFq -cxk -dhc -yaE -cqd -cJe -cKT -cMq -cAw -bTv -bUa -cPy -cUT -cPy -myK -cZP -dbz -ddk -deK -cPy -vzo -coK -cXO -mSX -uBZ -ouX -vCn -hlN -jrl -eWF -mSX -cNJ -hNI -ctU -csW -dEi -dEi -oYT -dEi -cww -dEi -dEi -dEi -dEi -aad -dPq -dQm -cCW -cLT -drd -cLB -dQl -dVD -dWx -dQl -dYe -cZD -cGI -dSc -cKL -cKQ -eci -dPq -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac -aad -aac -aac -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -bvJ -bpd -bre -bou -buC -bvX -bnG -byD -bAF -btd -bjM -bFG -bHt -aZr -baT -bcA -baT -baT -bwe -bid -djT -blu -bmq -wJG -cfb -cgP -bLT -bgZ -clu -buH -bxb -cqd -abr -bIe -bMd -bMd -bMq -bTH -cjE -bFr -bFY -dhd -bQT -bTm -bUx -cdp -bQs -cAw -bTw -cHU -cPy -cPy -cPy -cPy -cPy -cPy -cPy -cPy -cPy -cPy -coL -cPy -mSX -mSX -mSX -mSX -mSX -mSX -mSX -mSX -tRY -cIW -ctZ -cIX -dEi -dFk -dGD -dHX -cEo -dGE -dLr -dMZ -dEi -aaa -dsH -dQn -cDc -cMg -drd -cMw -dQl -cKt -cFq -dPs -cGd -cZF -cOS -cPL -cKO -cKV -ecj -cKi -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aac -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -bvO -bpe -bqP -bpn -bqS -baq -bbl -bds -bAS -cHF -bDX -bFH -bHu -bLI -bJv -bJv -bJv -bJv -bJv -bJv -dkl -bZI -bmW -cdm -bvl -buf -bNK -bgZ -clv -buI -bwZ -cqd -bqW -bIj -cux -bCB -cDA -bVF -cAu -cDA -cDA -cFt -cGM -cxi -bUA -cLd -bQw -cAw -bTx -bUc -bUD -bUD -bWU -bWU -bYK -cIX -caS -cby -cbJ -cHW -cuq -cfE -cga -cVW -cZO -cZO -dbU -cZI -dMM -cpt -ryT -csE -cui -csX -dEi -dFl -dGE -dHY -cEr -dGE -dGG -dNa -dtp -aaa -dts -dQo -cDd -cMh -cMt -dTW -dSc -cKu -cOC -cNR -cOk -cOF -cGR -dQl -eaO -ebx -dQl -dPq -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aac -aad -aac -aaa -aaa -aad -aaa -aaa -aaa -jwp -jwp -jwp -bnD -bst -dtv -bnG -bpf -brg -btf -bqX -bvZ -bxn -byF -bBd -bBZ -bDY -bFI -bHv -bJr -bJr -bNi -bJr -bJr -bJr -bNi -dkm -bZJ -bmY -wJG -cfd -brD -bNM -bgZ -clw -buy -bxc -cqd -bqW -bIm -oHB -cvZ -bCJ -bCJ -bEx -bCJ -bCJ -bHT -bIS -bKc -bUR -cKW -bQD -cAw -bTy -cHW -cHW -bVO -cIX -cIW -bYL -bZy -bZy -cbz -cdW -cBB -coM -xGf -oly -cVX -kgr -ulW -vQF -cZL -ulW -vQF -cqm -pSc -vnf -cIW -dEi -dtZ -dGF -dHZ -cEv -cFe -dLs -dNb -dtp -aad -dPq -dQp -cDf -cMi -dXY -dTX -dQl -cKw -cOD -dUN -dWq -cZG -cOU -cPM -cKR -cKZ -ecj -cKi -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aad -aac -aaa -aac -aaa -aaa -uLK -sWQ -sWQ -uLK -uLK -qWq -rNe -biz -bkk -bmd -bnG -bpg -brh -btg -bra -bpA -bnG -byG -bBT -bCa -bDZ -bnG -bHw -bJs -bLk -bgZ -bHw -bJs -bLk -bgZ -dkn -pGo -bnf -bgZ -bgZ -biy -bUK -bgZ -clx -buJ -bxd -cqd -cqd -bIo -cqd -cwa -vNF -sFC -cqd -fXG -fXG -fXG -fXG -cqd -bUS -cKX -bQE -cAw -cAw -cAw -cAw -cAw -cAw -cIW -bYM -dbC -dbC -dbC -cww -deT -dbC -dbC -dmh -dmh -dmh -dmh -dmh -cEa -dmh -dmh -dmh -dmh -mTv -cPC -dEi -dFn -dGG -dGG -cEz -dGE -dGG -dNc -dEi -aad -dPq -dQl -cDg -cMj -dQl -dTY -dQl -dVH -dWB -dQl -cGi -cGD -cGV -dSc -cKS -cKU -eci -dPq -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -abj -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aac -aad -aad -uLK -vYw -mBJ -pqi -uLK -lkM -tzL -aNx -aYS -bme -bnG -bph -brg -bth -brf -bwb -bpc -byH -bBd -bCa -bEa -bnG -bHx -bia -bjy -bNj -bPo -bXo -bjy -bNj -kMO -fWK -bni -bNj -cfe -aYA -bWA -bgZ -cly -buR -bwZ -bHq -byv -bIr -cqd -cqd -cqd -cqd -cAw -cAw -cAw -cAw -cAw -cAw -bUV -bNE -bQK -cAw -bTz -clf -cTa -cCe -cAw -bXJ -bYN -dbC -ddm -deN -cex -dhv -diR -dbQ -dmh -dnN -dpF -drp -dsT -cZU -dvM -dxr -dyN -dmh -cuh -csY -dEi -dFo -dGH -dIa -cEY -dKq -dLt -dNd -dEi -aad -aad -dPq -cDh -cMl -cMu -dTZ -dPq -dPq -dPq -dPq -dPq -dsA -dPq -dPq -dPq -dPq -dPq -dPq -aad -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -abj -aad -aad -aad -ajr -ajr -ajr -aad -aad -aad -aad -aad -aaa -aaa -uLK -nhC -pky -jJR -uLK -sIg -qDs -aOc -aYU -bmf -bnG -bpi -aMa -bpo -bri -bbh -bnG -beO -bBX -aTv -bEb -bnG -beX -bEu -dns -bNj -bJt -bXt -dns -bNj -pqy -wUl -bno -bNj -ceI -bAh -bWZ -bgZ -clz -bvc -coB -bxG -byw -bIs -coB -bCC -bCK -bxc -cAw -cCc -cDC -cFw -cGT -cIf -bUW -ccb -cgj -cgY -bQU -clk -cqX -cUV -cAw -bXK -bYO -dbC -ddn -deO -ceN -dhw -diS -dkJ -dmh -dnO -dpG -dpG -dpG -cZV -dpG -dpG -dvM -dmh -fLs -cIW -dEi -dFp -dGI -dGI -cEZ -dGI -dLu -dNe -dEi -aad -aad -dsB -cDi -cMm -cMv -cMx -cKi -aaa -aad -aad -aad -aaa -aad -aad -aad -aad -aad -aad -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -abj -aaa -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -qYo -uLK -uLK -uLK -uLK -qbe -kCE -uLK -uLK -jwp -jwp -kwl -aYV -dYh -aJS -bpj -aMb -bpp -aPF -bpc -bnG -bnG -bCc -bnG -bnG -mSY -biy -bEF -bmc -bNj -biy -bXw -bmc -bNj -dks -gye -bnp -bNj -biy -bAn -bmc -bgZ -clA -clA -clA -clA -clw -bIt -bHq -bHq -buy -bDD -ceg -cCd -cDD -cFx -cGU -cAw -bUX -cLd -bQR -cAw -bTA -cFz -cDG -cUW -cAw -cIW -bYO -dbC -ddo -deP -ceW -dhx -dhw -dkK -dmh -dnP -dpG -dpG -dpG -cZW -dpG -dxs -dyO -cZM -cum -cta -dEj -dFq -dGJ -dGJ -cFa -dGJ -dGJ -dNf -dtp -aaa -aad -dPq -dRn -dSo -dTj -dUb -dPq -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aaa -ajr -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -ajr -aaa -aad -aad -aad -aad -qYo -qYo -uLK -nPS -vmI -pyd -hoo -iJI -rcw -aLE -aLZ -aUt -bdg -bmR -aJz -aQv -aJz -aJz -bpq -aJz -aJz -bmg -beP -bHG -aTw -bNj -aJz -aYA -bGN -baW -bcH -aYA -bXy -baW -cJs -dkt -aJz -bns -bQu -aYA -bAo -bsF -bsQ -clB -dmr -bxe -cqg -cry -bIC -cuF -cwc -buy -bDE -cAw -cAw -cAw -cAw -cAw -cAw -bUY -cLb -cuG -cAw -cAw -cAw -cAw -cAw -cAw -bXL -bYP -dbC -ddp -deO -cfH -dhy -diT -dkL -dmh -dnQ -dpH -dpG -dsU -cZX -dpG -dxt -dtX -dmh -nkz -ctb -dEj -dFr -dGG -dIb -cFb -dGD -dHY -dNg -dtp -aaa -aad -dPq -dPq -dPq -dPq -dPq -dPq -aaa -aad -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aaa -aFm -xDZ -xDZ -aFm -aFm -wxk -pKB -tvf -oUY -fbT -gBN -rVB -aNL -bhb -aHo -aZa -aVD -aVE -aVE -aVT -aXb -brQ -bau -bau -bau -uBv -bhp -blj -bhp -bxm -bZo -bJx -bJx -bVM -bZo -bJx -cJL -dku -dkQ -boJ -pMM -bvN -bAw -byU -bAL -bBh -dmt -cno -csZ -dfW -dhe -cek -bHq -buR -bDF -cAw -cCe -cDE -clf -bIW -cAw -bVa -dbN -bQQ -cAw -cjM -cRt -cDH -cCh -cAw -bXM -bYP -dbC -ddq -deQ -deO -dhz -diU -dkM -dmh -dnR -dpG -dpG -dpG -dpG -dpG -dxu -dyQ -dfU -cuo -cIW -dEi -dFs -dGK -dIc -dJA -dKr -dLv -dNh -dEi -aad -aad -aad -aaa -aaa -aaa -aad -aad -aad -ajr -ajr -aad -aad -aad -ajr -ajr -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aad -aFm -aCO -ayr -dSx -mQZ -aFm -nnD -ddZ -mPN -kEr -lRT -mnn -rVB -aNN -aGg -aHp -aIp -bJu -aIp -aIp -aMj -bps -brZ -aIp -aQw -aRx -tRL -aTx -bNj -aXA -bxu -aZt -bba -bba -bba -bba -bba -cKb -bjs -dkV -bnw -boF -bXy -brH -bsH -bZN -txY -dmu -bxg -clA -crA -bID -cuH -bHq -bCL -bDG -cAw -cCf -bFZ -dhf -bQU -bTo -bVi -ccT -cgn -cgZ -cjN -cnd -crb -cUX -cAw -bXL -bYP -dbC -ddr -deR -deQ -deO -dhw -dkN -dmh -dnS -dpG -dpG -dpG -dpG -dvN -dxv -dyR -dmh -fLs -cHW -dEk -dEk -dEk -dEk -dEk -dEk -dEk -dEk -dEk -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aFm -nfU -aFm -rLj -ayt -vsp -pds -aFm -uLK -uLK -uLK -jFL -lRT -uLK -aFm -aNT -bhd -bhd -bhe -bmk -bhd -bhe -aMw -bpt -buL -bhd -mkL -wnx -hXy -wnx -mkL -bFL -bxO -bFL -bFL -bLq -bPs -bLq -bFL -bFL -bFP -dlh -bJC -bFL -bwk -bZN -bgZ -bgZ -btG -dmv -mbP -clA -clz -rpv -cuI -bHq -bCL -bDH -cAw -cCg -cDG -cFz -bIX -cAw -bVj -dhZ -bQX -cAw -bTC -cDI -cDI -cUY -cAw -bXN -bYO -dbC -dds -deS -dfT -dhA -diV -deS -dmh -dnT -dpI -drq -dsV -duc -dvO -dxw -dyS -dmh -mTv -cPC -dEk -dFt -dGL -dua -dJB -dKs -dLw -dNi -dEk -aad -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -aad -aFm -oIl -rzc -aMd -aMe -aPh -aQZ -aKV -aUv -doV -aAi -jFL -lRT -uLK -bes -aOs -bhd -biG -bkr -bml -aJT -bpl -aMx -bpv -bku -bbZ -mkL -kRm -jUZ -rvb -mkL -bFM -bxS -bJz -bLq -bNm -bPt -bRq -bTf -bVl -bju -dlj -bny -bLq -bwt -brP -ciI -bgZ -btI -dmw -bxi -clA -crB -ctg -cuJ -bHq -buH -bDI -cAw -cAw -cAw -cAw -cAw -cAw -bVk -cLd -bQX -cAw -cAw -cAw -cAw -cAw -cAw -bXO -bYQ -dbC -dbC -deT -cAj -dbC -dbC -dbC -dmh -dmh -dmh -dmh -dmh -cEn -dmh -dmh -dmh -dmh -cup -cvA -dkU -cwX -cAx -cBQ -dJC -dKt -dLx -dNj -dtn -aad -aad -ajr -ajr -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aad -nfU -oNd -aFm -aMe -ayv -aBD -avs -azk -aHO -dps -kxZ -rxb -lpY -uLK -bet -bfS -bhe -biH -bks -bmm -aJU -bpm -bmm -bpw -buN -bwf -mkL -iLp -riY -jfA -mkL -bFM -bye -bJA -bLr -bNn -bLa -bfz -bgw -bTY -dkv -dlk -boW -cdq -bwE -brR -ciJ -bgZ -clA -dmx -clA -clA -pVZ -cth -cuK -bHq -buR -bwZ -cAw -cCh -cDH -dhh -bIZ -cAw -bVm -cLd -bQZ -cAw -cjO -cRu -cPV -cUZ -cAw -bXP -bNf -bZz -cIW -cIW -cHW -bZz -cec -cfF -cIX -cWc -cZQ -daL -dbV -dcX -cZQ -deb -dfr -dbV -dfy -cPC -dEk -dFv -dGN -dIf -dJD -dKu -dLy -dNk -dtn -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aFm -aFm -aFm -aFm -aFm -aMf -ayw -aBE -aRb -aKV -aHQ -azq -aKV -vqm -lRT -uLK -uLK -lza -bhd -biI -bkt -bmn -aJX -bbg -aMC -bpx -buO -bwg -sck -eQG -qEh -iDz -mkL -bFN -bzV -bFM -bHL -bNo -bPv -nvg -bTh -bVn -dkw -bZT -bnA -bHL -bxf -bAX -ciK -bgZ -aaa -qYo -aaa -bHq -bHq -dtB -bHq -bHq -bCL -bxc -cAw -cCi -bGa -dhi -bRj -bTp -bVq -ccT -cgo -cha -cjR -cne -cun -cVa -cAw -bXJ -bNf -cIW -cHW -cHW -ccd -cdx -cHW -cut -cYp -cYN -cir -ccd -cdx -cdx -cnm -dek -ccd -cnm -cuq -cIW -dEk -dFw -dGO -dGN -dJE -dGN -dLz -dNl -dtn -aad -ajr -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aFm -aGH -aId -aJy -aKV -aMg -ayx -atr -aRc -aKV -aKV -aKV -aKV -nTq -rBB -vft -uLK -aaa -bhd -biJ -bkt -bmo -bjU -bbo -aVU -bpy -buO -bwh -mkL -psp -adu -hzy -mkL -bFO -bHH -bJB -bLs -bLs -bPw -bPw -bLs -bVo -dkx -bZU -bnB -bLs -bMx -chc -ciL -bgZ -aaa -qYo -aaa -aaa -aaa -aaa -aad -dtB -bCM -bDJ -cAw -cCj -cDI -cDI -bJp -cAw -bVm -bNG -bQX -cAw -bTE -cRv -cTc -cVb -cAw -bXS -bYR -cIX -ddu -cHU -dti -cHU -cHU -cuD -cHU -cuD -cHU -cHU -dti -cHU -cHU -cuD -dyU -dAk -cus -dDb -dyU -dFx -dGP -dIg -dJF -dKv -dLA -dNm -dEk -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tnz -aGI -aPp -aRz -asv -aMk -ayN -ats -aRd -aKV -aUy -dpt -aAi -jEg -fbT -jjt -iVZ -aad -bhd -biK -bku -bmp -buP -bbs -bku -bts -buP -bwi -mkL -iLp -iLp -iLp -mkL -bFP -bHI -bJC -bLs -bNp -bNp -bNp -bwA -bVp -dky -bZV -bnH -bLs -bxk -chd -ciM -bta -aaa -qYo -qYo -qYo -aad -aad -cuL -cuL -bCN -cuL -cAw -cAw -cAw -cAw -cAw -cAw -bVs -cKX -bRb -cAw -cAw -cAw -cAw -cAw -cAw -cuL -bYS -cuL -cuL -cuL -aad -cHU -diX -cuX -cHU -cWg -dpK -cHU -aad -cHU -dvQ -dep -dyU -dAl -cuv -dtY -dyU -dEk -dtn -dEk -dEk -dEk -dtn -dEk -dEk -aad -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFm -aGJ -awC -aSU -dnz -dol -ayO -wYn -aJA -aSG -aHR -dpu -vBa -qot -lRT -odM -uLK -aaa -bnc -biL -bjP -bkw -aKk -bbD -aMI -btu -bkw -bwj -mkL -wgK -nKA -gRH -mkL -bFQ -bHJ -bJD -bLs -bNq -bPx -bRt -bRt -diM -dkz -dll -bnI -cdr -bxs -bAA -ciN -bgZ -qYo -qYo -aaa -aaa -aaa -aaa -cuL -bEz -bCO -bDK -bEz -bFs -bGb -bHZ -bEz -cjt -bVw -bNH -bRh -bSs -bTF -bUd -bUM -bVS -bWV -bSs -bYT -dbF -ddv -cuL -aaa -dtW -diY -dkS -cHU -cWm -dpL -dti -aaa -dti -dvR -dex -dyU -dAm -dBI -dDd -dtj -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tnz -aGK -aww -arv -asw -asQ -ayY -aPn -aRe -aKV -aHS -gPd -aKV -ukL -lRT -kuU -uLK -aad -bhd -biM -bkw -bkw -aKp -bbF -aMK -btu -bkw -bku -yhn -emn -oFS -mWX -mkL -bFR -bHK -bJE -bLs -aJh -bLi -bfA -bgx -big -dkA -dlm -bnJ -cds -bxx -chc -ciO -bta -aaa -aad -aad -aad -aad -aad -dtE -bEz -cxx -bDL -bDL -bDL -bDL -bDL -dhK -bTt -bVD -cdL -cgB -ces -cjS -bDL -bDL -bDL -bXc -bDL -bYU -uOf -ddw -dtE -aad -dtW -diZ -dkT -cHU -dnY -dpM -dti -aad -dti -dvS -dxA -dyU -dAn -dBJ -dDe -dyU -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aFm -aGL -aIh -aJC -aKV -iiu -aza -aPo -aRf -aKV -aKV -aKV -aKV -tGR -lRT -xQI -uLK -aaa -bhd -biN -bkx -bkx -bkx -bcm -aVV -aYs -aZs -baG -qgY -ket -xgK -wEM -mkL -bFL -cOj -bFL -bLs -bNs -bPz -bRv -bRv -bRv -bXQ -bZX -bKC -bLs -cfq -chf -ciP -bgZ -aaa -aad -aaa -aaa -aaa -aaa -dtE -bEz -cxy -cDN -cwj -ckm -cDK -cxy -dhL -cIl -cJv -cJv -cJv -cev -ckp -cxy -cTe -cTe -cKy -cxy -cTe -cTe -kOj -dtE -aaa -dtW -dtW -cHU -cHU -cHU -dti -dti -aaa -dti -dti -cHU -dtj -dtj -dBK -dtj -dtj -aad -aaa -aaa -aad -aaa -aaa -aad -aad -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aFm -aFm -aIi -aFm -aFm -ogW -azb -aPp -aRg -aKV -aUv -dpz -aAi -wTQ -fbT -mRm -iVZ -aad -bhd -biO -bky -bmr -byM -bcn -btw -btw -buS -bwl -kmq -kRm -pXA -gYU -mkL -aad -aaa -aad -bLs -bNt -bPA -bRw -bTk -bVr -bXR -bZY -cbL -bLs -cfr -chg -cfr -bgZ -aaa -aad -aaa -aaa -crD -aaa -dtE -cwf -cxy -bDM -cCn -clH -bLy -bNF -dhM -cIm -cCn -bNJ -cdT -cew -ckN -cnf -cqy -cKx -cKB -cxy -bYV -dbG -kOj -dtE -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -dtj -dBL -dyU -aad -aaa -aaa -ajr -ajr -aad -ajr -ajr -ajr -ajr -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aFm -hym -kXV -clp -aFm -aMm -azi -auL -avt -azp -aHT -dpA -lfF -rxb -lRT -evz -uLK -aaa -bhd -biP -biP -bms -aKq -bco -aKq -btx -biP -biP -mkL -mkL -mkL -mkL -mkL -aad -aaa -aad -bLs -bLs -bLs -bLs -bLs -bLs -bLs -bLs -bLs -bLs -bgZ -cOp -bgZ -bgZ -aaa -aad -aad -ajr -aad -aad -dtE -cwg -cxy -bDM -bEA -cmf -cDL -cxy -cHa -cIm -cCn -cCn -cdX -cNY -cPZ -cxy -cTg -cVe -cKC -cxy -bZd -dbH -ddx -now -now -now -now -now -ajr -ajr -ajr -qYo -ajr -aaa -ajr -ajr -aad -dtj -dBM -dtj -aad -aad -ajr -ajr -aaa -aaa -aad -aaa -aaa -aad -aad -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tnz -sOB -kkh -tEc -rbR -aMn -azr -aPr -aRi -aKV -aIa -azs -aKV -wXW -xvc -uLK -uLK -aad -aad -biP -bkz -bmt -bmw -bcN -aMW -aMW -blp -biP -aaa -aaa -aad -aaa -aaa -aad -aaa -aad -aad -aad -aad -aad -bTl -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -dtE -cwh -cxy -bDM -cCn -cmf -cDM -cxy -cHa -cIm -cCn -cCn -cCn -cNY -cPZ -cxy -cTh -cVf -vXX -cSF -bZe -dbI -ekV -iko -rnQ -vhV -hXk -kGu -qYo -ajr -aaa -qYo -aaa -aaa -aaa -aaa -aad -aaa -dBN -aad -aad -aaa -aad -aaa -aaa -dFy -dGR -dIh -aaa -aaa -aad -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -tnz -mHo -kXV -vMy -vYD -aMo -aNJ -aPs -aKZ -aKZ -aKZ -aKZ -aFm -rDH -fbT -iVZ -aaa -aad -aaa -biQ -bkA -bmu -aKr -bdh -aKr -bmw -buU -cqZ -aad -ajr -ajr -aad -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -aad -ajr -ajr -aad -aad -dtE -cwi -cxy -cDK -bHz -cmA -cDN -cxy -cDL -cIn -cLl -cLl -cLl -cNZ -cPY -cxy -cTe -cTe -xXe -cnf -lZZ -lZZ -lsh -lPh -fyd -fSb -rYp -now -qYo -aaa -aaa -qYo -aaa -aaa -aaa -aaa -ajr -aad -dBO -aad -aaa -dFy -dGR -dIh -aaa -dFy -dGS -dIh -aaa -dFy -dGR -dIh -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFm -hym -wHY -kvN -aFm -aMp -aNK -aPt -aKZ -aSI -aUD -aWl -aFm -grx -dfb -iVZ -aad -aad -aad -biR -bkB -bjT -bpG -bdp -cJw -bpC -buV -crM -aaa -aad -aaa -aaa -aad -aad -aaa -aad -aad -aad -aaa -aad -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -dtE -cwi -cxy -cxy -cxy -cmR -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cxy -cNw -cxy -cxy -cxy -dbJ -iko -iaV -dAi -qFM -kGu -qYo -ajr -qYo -qYo -aaa -aaa -aaa -aaa -aad -aaa -dBO -aad -aad -dFy -dGS -dIh -aaa -dFy -dGS -dIh -aaa -dFy -dGS -dIh -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFm -aFm -aFm -aFm -aKZ -aKZ -aKZ -aKZ -aKZ -aFF -aII -dpE -foU -ghM -fbT -iVZ -aaa -aad -aaa -biS -bkC -bmw -aKG -bdz -aMZ -bmw -buW -cti -aad -aad -ajr -ajr -ajr -aad -aad -aad -aad -aad -aad -ajr -ajr -ajr -ajr -aad -aad -aad -ajr -ajr -ajr -ajr -aad -ajr -aad -aad -ajr -aad -dtE -cwi -cwi -cwi -cwi -cnX -bGc -bIc -bIc -cwi -cwi -bEB -bEB -dbJ -dbJ -bUe -bUe -bVU -cOo -dbJ -dbJ -dbJ -ddy -now -kGu -now -kGu -kGu -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -dBO -aad -aaa -dFy -dGS -dIh -aad -dFy -dGS -dIh -aad -dFy -dGS -dIh -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -agO -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -aLa -aMq -azt -aMr -auD -aFW -aLG -aIy -aFm -wHD -mEe -uLK -aad -aad -aad -biP -bkD -bmx -bmw -bdQ -aNk -btA -buX -biP -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dtE -cwj -cwj -cwj -dtE -dtO -dtE -dtE -dtE -dtE -bLE -cuM -cuM -bLE -dtE -dtE -dtE -dtE -dtU -dtE -daj -dbK -ddz -dtE -aad -qYo -qYo -qYo -qYo -ajr -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -dBO -aad -aad -dFy -dGS -dIh -aaa -dFy -dGS -dIh -aaa -dFy -dGS -dIh -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aaa -aLa -aMr -azv -auM -avy -aGb -aBT -aMU -aFm -uft -kDU -uLK -aad -aaa -aad -biP -biP -bmy -pTV -bdX -aNn -btB -biP -biP -aad -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dtE -cwk -cxz -czn -dtE -cox -aaa -aad -aaa -dtE -bLJ -cuL -cLn -bSt -dtE -aaa -aad -aaa -cwQ -dtE -dak -dbL -ddA -dtE -aad -ajr -aaa -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -dBO -aad -aaa -dFy -dGS -dIh -aaa -aad -dBN -aad -aaa -dFy -dGS -dIh -aaa -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aad -aad -aLa -aMs -azI -atK -auF -awb -aUH -aNA -aFm -euj -iPG -uLK -aad -aaa -aad -aaa -biP -bmz -aKI -beo -aNu -bmz -biP -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -cuL -dtE -dtE -dtE -cuL -cpf -dtE -dtE -dtE -dtE -bLK -cuM -cuM -bLK -dtE -dtE -dtE -dtE -cPk -cuL -dtE -dtE -dtE -cuL -aad -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -dBO -aad -aaa -aad -dBN -aad -aad -aad -dBO -aad -aad -aad -dBN -aad -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aJD -aKZ -aKZ -aKZ -aKZ -aKZ -aSN -aUI -aWq -aFm -jOE -ton -uLK -aad -aaa -aad -aaa -biP -bmA -bmw -bep -bjI -btC -biP -aad -aad -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -dtE -cox -dtE -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -dtE -cwQ -dtE -aad -aad -aad -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -dBO -dDf -dEm -dEm -dEm -dEm -dEm -dEm -dLB -dNn -dBO -dOK -dDf -dEm -dEm -dEm -dTk -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aFo -aad -aad -aad -aad -aad -aad -aad -aKZ -aSO -aUJ -aWr -aFm -xMr -kDU -uLK -kuU -aad -aad -aad -biP -bmB -bmw -beA -aNy -btD -biP -aaa -aad -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -dtE -cox -dtE -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -dtE -cwQ -dtE -aad -aaa -aaa -ajr -ajr -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aaa -aad -aaa -aad -dGT -aad -aad -aad -dBO -aad -aad -aad -dGT -aad -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -ajr -aaa -ajr -ajr -ajr -aaa -aKZ -aKZ -aKZ -aKZ -aFm -ymk -jel -sWN -kuU -aaa -aad -aaa -biP -bmC -boc -bpD -brI -btE -biP -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -aad -aad -dtE -cpf -cIo -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cIo -cPk -dtE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -aad -aaa -dFy -dGU -dIh -aaa -aad -dGT -aad -aaa -dFy -dGU -dIh -aaa -ajr -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -iyb -tKL -ibN -lro -vPn -gnp -fWA -iVZ -aaa -aad -aaa -biP -biP -bod -bpE -brJ -biP -biP -aaa -aad -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -dtE -cox -dtE -cFG -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -geo -dtE -cwQ -dtE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -dFy -dGU -dIh -aaa -dFy -dGU -dIh -aaa -dFy -dGU -dIh -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -vEP -kuU -kuU -kuU -ssA -lho -okH -kuU -aaa -aad -aaa -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -dtE -cox -dtE -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -dtE -cwQ -dtE -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -dFy -dGU -dIh -aad -dFy -dGU -dIh -aad -dFy -dGU -dIh -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -kuU -vBP -nLf -vBP -kuU -aad -ajr -ajr -ajr -aad -ajr -ajr -ajr -ajr -ajr -ajr -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -cuL -cpf -dtE -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -dtE -cPk -cuL -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -dFy -dGU -dIh -aaa -dFy -dGU -dIh -aaa -dFy -dGU -dIh -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -kuU -fAH -fAH -nGp -kuU -aaa -aaa -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -dtE -cox -dtE -vMH -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cTi -dtE -cwQ -dtE -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -dFy -dGV -dIh -aaa -dFy -dGU -dIh -aaa -dFy -dGV -dIh -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -kuU -xZM -bbv -xZM -kuU -aad -aad -ajr -ajr -ajr -ajr -ajr -aad -ajr -ajr -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -dtE -dtP -lED -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -vHH -dtV -dtE -aad -ajr -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -dFy -dGV -dIh -aaa -aaa -aaa -aaa -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -kuU -aaa -aaa -aaa -kuU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -qTZ -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -cFF -sWc -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -ajr -ajr -aaa -aaa -aaa -aaa -aaa -ajr -aad -ajr -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -poj -aaa -aaa -aaa -poj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -vSY -hqU -hqU -lED -bLE -cuM -cuM -bLE -vHH -msO -msO -skW -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -ajr -aad -ajr -ajr -aad -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -qTZ -bLM -cLn -cuL -bSw -sWc -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bbz -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -vSY -dhO -cuM -cuM -dhW -skW -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -dtE -dhS -cLo -cMJ -dhX -dtE -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajr -aad -cIo -dhT -cLp -cMK -xzX -cIo -aad -aaa -ajr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dtE -cJH -cLq -cML -cOi -dtE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -dtE -dtE -dtE -dtE -dtE -dtE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} diff --git a/_maps/map_files/Yogsmeta/Yogsmeta.dmm b/_maps/map_files/Yogsmeta/Yogsmeta.dmm index dbd9530a78a8..6ffca063f0ef 100644 --- a/_maps/map_files/Yogsmeta/Yogsmeta.dmm +++ b/_maps/map_files/Yogsmeta/Yogsmeta.dmm @@ -35931,26 +35931,24 @@ /obj/structure/disposalpipe/segment{ dir = 6 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, /obj/structure/cable/yellow{ - icon_state = "2-4" + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/maintenance/aft) +/turf/open/floor/carpet, +/area/medical/psych) "bSd" = ( /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plating, /area/maintenance/starboard) "bSe" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/aft) +/turf/open/floor/wood, +/area/medical/psych) "bSf" = ( /obj/item/crowbar, /turf/open/floor/plating{ @@ -35967,31 +35965,38 @@ /turf/open/floor/wood, /area/library) "bSm" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Psychiatrists office Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, /turf/open/floor/plating, /area/maintenance/aft) "bSn" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/sign/poster/contraband/random{ pixel_y = 32 }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, /turf/open/floor/plating, /area/maintenance/aft) "bSo" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -36002,46 +36007,17 @@ /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plating, /area/maintenance/aft) -"bSq" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/aft) "bSr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating, /area/maintenance/aft) -"bSs" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "12;5;39;6" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) "bSw" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -36268,11 +36244,17 @@ /area/hallway/secondary/service) "bSV" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/plating, -/area/maintenance/aft) +/turf/open/floor/wood, +/area/medical/psych) "bSY" = ( /obj/machinery/camera{ c_tag = "Aft Primary Hallway - Aft"; @@ -36435,14 +36417,15 @@ /area/crew_quarters/bar) "bTF" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) +/turf/open/floor/carpet, +/area/medical/psych) "bTG" = ( /obj/machinery/door/airlock/public/glass{ name = "Departure Lounge" @@ -36529,6 +36512,10 @@ /obj/structure/cable/yellow{ icon_state = "1-2" }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, /turf/open/floor/plating{ icon_state = "platingdmg3" }, @@ -38030,19 +38017,16 @@ /turf/open/floor/plasteel, /area/teleporter) "caS" = ( -/obj/machinery/button/door{ - id = "Psychiatristshutters"; - name = "psychiatrist shutters control"; - pixel_y = 26; - req_access_txt = "5" +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 10 }, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/medical/psych) "caV" = ( /obj/machinery/power/apc{ @@ -38466,6 +38450,8 @@ }, /area/crew_quarters/kitchen) "cdG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/holopad, /turf/open/floor/carpet, /area/medical/psych) "cdI" = ( @@ -40142,6 +40128,10 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/white, /area/medical/storage) +"cmi" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) "cml" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 8 @@ -42424,13 +42414,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/science) -"cub" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) "cud" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -42459,10 +42442,6 @@ }, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/port/aft) -"cuk" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/aft) "cul" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -42486,17 +42465,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/white, /area/science/research) -"cuA" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cuD" = ( /obj/structure/reagent_dispensers/watertank, /obj/item/storage/box/lights/mixed, @@ -42893,6 +42861,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) "cvX" = ( @@ -46134,6 +46105,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"cNJ" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) "cNN" = ( /obj/structure/flora/ausbushes/fernybush, /obj/structure/flora/ausbushes/fullgrass, @@ -50105,6 +50088,9 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) "dzQ" = ( @@ -51357,27 +51343,6 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"efl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit/departure_lounge) "efn" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -52665,22 +52630,17 @@ /turf/open/floor/plasteel, /area/hallway/primary/central) "eWm" = ( -/obj/structure/closet/secure_closet{ - name = "psychiatrist locker"; - req_access_txt = "5" +/obj/structure/window/reinforced/tinted{ + dir = 8 }, -/obj/item/storage/pill_bottle/dice, -/obj/item/storage/pill_bottle/psicodine, -/obj/item/storage/pill_bottle/lsd{ - name = "very happy pills bottle" +/obj/machinery/door/window/southleft{ + name = "Filing Room"; + req_access_txt = "5" }, -/obj/item/storage/pill_bottle/happy{ - name = "happy pills bottle" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/storage/pill_bottle/happiness, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/medical/psych) "eWC" = ( /obj/structure/disposalpipe/segment, @@ -53022,19 +52982,13 @@ /turf/open/floor/plasteel, /area/hallway/secondary/entry) "fnS" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 +/obj/machinery/firealarm{ + pixel_y = 26 }, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/medical/psych) "fnY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -53642,8 +53596,17 @@ /turf/open/floor/plasteel, /area/engine/atmos_distro) "fKf" = ( -/obj/structure/chair/sofa/left{ - dir = 1 +/obj/structure/table/wood, +/obj/item/folder/white{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/folder/white{ + pixel_x = -2 + }, +/obj/item/folder/white{ + pixel_x = 5; + pixel_y = 5 }, /turf/open/floor/carpet, /area/medical/psych) @@ -53849,8 +53812,12 @@ /turf/open/floor/plasteel/white, /area/medical/sleeper) "fQD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, /turf/open/floor/carpet, /area/medical/psych) @@ -54277,19 +54244,16 @@ /turf/open/floor/circuit/telecomms/mainframe, /area/ai_monitored/turret_protected/ai) "gdq" = ( -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 1 }, -/obj/machinery/power/apc{ - areastring = "/area/medical/psych"; - name = "Psychiatrists Office APC"; - pixel_y = -23 +/obj/item/pen/fountain{ + pixel_x = -4; + pixel_y = 1 }, -/obj/structure/cable/yellow, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/medical/psych) "gdD" = ( /obj/structure/lattice/catwalk, @@ -54755,6 +54719,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"guo" = ( +/obj/structure/filingcabinet, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/medical/psych) "gut" = ( /obj/structure/closet, /obj/item/extinguisher, @@ -54785,11 +54756,6 @@ icon_state = "platingdmg2" }, /area/space/nearstation) -"gvo" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) "gvA" = ( /obj/machinery/airalarm{ dir = 1; @@ -55795,18 +55761,15 @@ /area/security/brig) "hiu" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Psychiatristshutters"; - name = "psychiatrist shutters" - }, /obj/machinery/door/firedoor/border_only{ dir = 4 }, /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych"; + name = "psychiatrist shutters" }, /turf/open/floor/plating, /area/medical/psych) @@ -55947,6 +55910,16 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/secondarydatacore) +"hmv" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/carpet, +/area/medical/psych) "hmH" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable/yellow, @@ -56591,9 +56564,6 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "hMq" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 }, @@ -58251,6 +58221,11 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"iYI" = ( +/obj/machinery/chem_master, +/obj/item/book/manual/wiki/chemistry, +/turf/open/floor/wood, +/area/medical/psych) "iYL" = ( /obj/structure/sign/poster/contraband/random{ pixel_y = 32 @@ -58555,9 +58530,6 @@ /turf/open/floor/plasteel/white, /area/medical/medbay/central) "jhM" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -30 - }, /obj/structure/table/glass, /obj/item/paper_bin{ pixel_x = -4; @@ -60812,6 +60784,35 @@ /obj/item/stack/license_plates/empty/fifty, /turf/open/floor/plasteel/dark, /area/security/prison) +"kCH" = ( +/obj/structure/closet/emcloset, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/hallway/secondary/exit/departure_lounge"; + dir = 1; + name = "Departure Lounge APC"; + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/departure_lounge) "kCO" = ( /obj/structure/table, /obj/item/paper/fluff/holodeck/disclaimer, @@ -61349,7 +61350,7 @@ }, /obj/machinery/computer/atmos_control/tank/carbon_tank{ dir = 1; - sensors = list("co2_sensor"="Tank") + sensors = list("co2_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -61404,7 +61405,7 @@ }, /obj/machinery/door/firedoor/border_only, /obj/machinery/computer/atmos_control/tank/air_tank{ - sensors = list("air_sensor"="Tank") + sensors = list("air_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -62385,7 +62386,7 @@ }, /obj/machinery/computer/atmos_control/tank/toxin_tank{ dir = 1; - sensors = list("tox_sensor"="Tank") + sensors = list("tox_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -63010,6 +63011,27 @@ /obj/effect/mapping_helpers/teleport_anchor, /turf/open/floor/plasteel, /area/engine/atmos) +"lRQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Psychiatrists office Maintenance"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "lSs" = ( /obj/structure/rack, /obj/item/lightreplacer{ @@ -63067,14 +63089,8 @@ /turf/open/floor/engine, /area/science/explab) "lTW" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/secondary/exit/departure_lounge"; - dir = 1; - name = "Departure Lounge APC"; - pixel_y = 23 - }, /obj/structure/cable/yellow{ - icon_state = "0-2" + icon_state = "1-2" }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) @@ -65624,7 +65640,7 @@ }, /obj/machinery/computer/atmos_control/tank/mix_tank{ dir = 1; - sensors = list("mix_sensor"="Tank") + sensors = list("mix_sensor" = "Tank") }, /turf/open/floor/plasteel/dark, /area/engine/atmos_distro) @@ -65950,12 +65966,13 @@ /turf/open/floor/plasteel/white, /area/medical/paramedic) "nOu" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 7 }, -/obj/structure/chair/sofa{ - dir = 1 +/obj/item/storage/briefcase{ + pixel_x = -7; + pixel_y = 1 }, /turf/open/floor/carpet, /area/medical/psych) @@ -66587,18 +66604,37 @@ /turf/open/floor/plating, /area/maintenance/fore) "okv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Psychiatrists office Maintenance"; - req_access_txt = "5" +/obj/structure/window/reinforced/tinted{ + dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 3 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/item/taperecorder{ + pixel_x = 5 }, -/turf/open/floor/plating, -/area/maintenance/aft) +/obj/item/lighter{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/assembly/flash{ + pixel_x = -5 + }, +/obj/item/assembly/flash{ + pixel_x = -5 + }, +/obj/item/flashlight/pen{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/laser_pointer{ + pixel_x = 4; + pixel_y = -10 + }, +/turf/open/floor/carpet, +/area/medical/psych) "okH" = ( /obj/machinery/camera{ c_tag = "Interrogation room"; @@ -67349,6 +67385,10 @@ }, /turf/open/floor/plasteel, /area/security/prison/hallway) +"oPa" = ( +/obj/machinery/chem_dispenser, +/turf/open/floor/wood, +/area/medical/psych) "oPr" = ( /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, /obj/structure/cable/yellow{ @@ -68372,8 +68412,11 @@ /turf/open/floor/plasteel/dark, /area/engine/atmos_distro) "pxE" = ( -/obj/machinery/light{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /turf/open/floor/carpet, /area/medical/psych) @@ -68617,6 +68660,21 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/storage/tcom) +"pDX" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/psych"; + dir = 1; + name = "Psychiatrists Office APC"; + pixel_y = 23 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/wood, +/area/medical/psych) "pEr" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -71979,6 +72037,13 @@ /obj/effect/decal/remains/xeno, /turf/open/floor/plating, /area/maintenance/fore) +"rPf" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/departure_lounge) "rPj" = ( /obj/structure/grille, /obj/machinery/meter{ @@ -72210,6 +72275,9 @@ /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "rYL" = ( @@ -73138,9 +73206,6 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, /obj/effect/turf_decal/tile/yellow{ dir = 4 }, @@ -73785,6 +73850,9 @@ /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plasteel, /area/medical/psych) "taN" = ( @@ -74791,6 +74859,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics/cloning) +"tLH" = ( +/obj/item/twohanded/required/kirbyplants/random{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/medical/psych) "tLW" = ( /obj/machinery/camera{ c_tag = "Virology - Lab"; @@ -75154,9 +75232,14 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "tVx" = ( -/obj/effect/landmark/start/yogs/psychiatrist, -/obj/structure/chair/wood{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /turf/open/floor/carpet, /area/medical/psych) @@ -76089,6 +76172,27 @@ }, /turf/open/floor/plasteel, /area/engine/storage_shared) +"uAB" = ( +/obj/structure/closet/secure_closet{ + name = "psychiatrist locker"; + req_access_txt = "5" + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/storage/pill_bottle/happiness, +/obj/item/storage/pill_bottle/dice, +/obj/item/storage/pill_bottle/happy{ + name = "happy pills bottle" + }, +/obj/item/storage/pill_bottle/lsd{ + name = "very happy pills bottle" + }, +/obj/item/storage/pill_bottle/psicodine, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "uBd" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -76419,6 +76523,38 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/secondary) +"uLk" = ( +/obj/machinery/camera{ + c_tag = "Psychiatrist Office"; + dir = 1; + network = list("ss13") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/psych) +"uLJ" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "12;5;39;6" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) "uLO" = ( /obj/machinery/door/window/westleft{ base_state = "right"; @@ -76569,9 +76705,6 @@ dir = 1; pixel_y = -26 }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) @@ -76888,25 +77021,17 @@ /turf/open/floor/plating, /area/ai_monitored/storage/satellite) "uWO" = ( -/obj/structure/table/wood, -/obj/item/taperecorder{ - pixel_x = -15 - }, -/obj/item/folder{ - pixel_x = -14; - pixel_y = 1 - }, -/obj/machinery/camera{ - c_tag = "Psychiatrist Office" +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 6 }, -/obj/machinery/computer/med_data/laptop{ - pixel_x = 3; - pixel_y = 2 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/medical/psych) "uXQ" = ( /obj/structure/disposalpipe/segment{ @@ -77406,18 +77531,21 @@ /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "vrg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, /obj/structure/disposalpipe/segment{ dir = 6 }, /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 8 }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, /turf/open/floor/plasteel, /area/hallway/secondary/exit/departure_lounge) "vrj" = ( @@ -77442,16 +77570,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"vrP" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/departure_lounge) "vsa" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -78051,15 +78169,6 @@ /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/starboard) -"vPZ" = ( -/obj/machinery/light/small, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) "vQi" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 4 @@ -78441,7 +78550,7 @@ }, /obj/machinery/door/firedoor/border_only, /obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - sensors = list("n2_sensor"="Tank") + sensors = list("n2_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -78558,6 +78667,15 @@ /obj/structure/cable/yellow{ icon_state = "1-8" }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, /turf/open/floor/plating, /area/maintenance/aft) "wfu" = ( @@ -79376,7 +79494,7 @@ }, /obj/machinery/door/firedoor/border_only, /obj/machinery/computer/atmos_control/tank/oxygen_tank{ - sensors = list("o2_sensor"="Tank") + sensors = list("o2_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -79489,9 +79607,6 @@ }, /turf/open/floor/carpet/royalblue, /area/crew_quarters/heads/cmo) -"wOE" = ( -/turf/open/floor/plating, -/area/maintenance/aft) "wOY" = ( /obj/structure/fans/tiny/invisible, /turf/open/space/basic, @@ -79500,6 +79615,24 @@ /obj/effect/landmark/stationroom/maint/fivexthree, /turf/template_noop, /area/maintenance/starboard/secondary) +"wPz" = ( +/obj/effect/landmark/start/yogs/psychiatrist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "psych"; + name = "Psych Office Shutters Control"; + pixel_x = -5; + pixel_y = -25; + req_access_txt = "5" + }, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = -25 + }, +/turf/open/floor/wood, +/area/medical/psych) "wQo" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -79540,6 +79673,9 @@ /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -30 + }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) "wQA" = ( @@ -79666,9 +79802,6 @@ /turf/open/floor/plasteel, /area/engine/engineering) "wVI" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 }, @@ -80104,7 +80237,7 @@ }, /obj/machinery/computer/atmos_control/tank/nitrous_tank{ dir = 1; - sensors = list("n2o_sensor"="Tank") + sensors = list("n2o_sensor" = "Tank") }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -80310,6 +80443,18 @@ "xrY" = ( /turf/open/floor/plating, /area/engine/atmos_distro) +"xsP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_x = 3; + pixel_y = 2 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/medical/psych) "xsR" = ( /obj/effect/landmark/start/medical_doctor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -81351,10 +81496,14 @@ /turf/open/floor/plasteel, /area/engine/atmos_distro) "yaA" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/turf/open/floor/carpet, +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/wood, /area/medical/psych) "yaP" = ( /obj/machinery/computer/operating, @@ -81429,17 +81578,14 @@ /obj/structure/cable/yellow{ icon_state = "1-8" }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 5 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/structure/disposalpipe/junction{ + dir = 8 }, /turf/open/floor/plasteel/white, /area/medical/medbay/aft) @@ -105055,7 +105201,7 @@ sZP hiu auQ auQ -cub +auQ bUs cLa cML @@ -105311,8 +105457,8 @@ auQ caS yaA gdq +xsP auQ -gvo lMW cMb cMM @@ -105568,8 +105714,8 @@ auQ fnS fQD nOu +wPz auQ -wOE bUr cLa cMN @@ -105825,8 +105971,8 @@ auQ uWO tVx fKf +uLk auQ -cuk bUs cLa cMO @@ -106082,8 +106228,8 @@ auQ eWm pxE cdG +tLH auQ -wOE bUt cLa cMP @@ -106336,11 +106482,11 @@ uOF ecc bPc auQ -auQ -auQ +cNJ +hmv okv +uAB auQ -wOE bUs cLa cMI @@ -106592,12 +106738,12 @@ uDC bIs csM cCj -cCj -cCe +auQ +pDX bSb bTF bSV -bSV +lRQ wfl cPb uWh @@ -106848,14 +106994,14 @@ ctA cCj cCj bKg -cCj -cCj -cCe +cmi +auQ +guo bSe -cPb -cPb -cPb -cLk +oPa +iYI +auQ +uLJ cZr qbF cxe @@ -107106,12 +107252,12 @@ kVV tFJ bOL tFJ -vPZ -cCe +auQ +auQ bSm -cPb -lwJ -vrP +auQ +auQ +auQ vrg hTx lsu @@ -107367,8 +107513,8 @@ xlc cCe bSn cPb -efl -cLm +lwJ +rPf dzP cLm cLm @@ -107624,7 +107770,7 @@ gzL cCe bSo cPb -cPb +kCH lTW cvW cLm @@ -108136,7 +108282,7 @@ gJv wiX sbo cCe -bSq +bTL cPb sPb cLm @@ -108650,7 +108796,7 @@ bOT cEZ cFY bOT -bSs +cLk ctH cPb wtH @@ -109164,7 +109310,7 @@ cpy cpy cpy cul -cuA +cpy cvq cvD icg diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 6c8899a24a2d..88524b1f0341 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -99,14 +99,6 @@ "aaq" = ( /turf/open/floor/holofloor/plating, /area/holodeck/rec_center/offline) -"aar" = ( -/obj/structure/flora/grass/brown, -/obj/effect/light_emitter{ - set_cap = 1; - set_luminosity = 4 - }, -/turf/open/floor/plating/asteroid/snow/airless, -/area/yogs/infiltrator_base/outside) "aas" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -1441,12 +1433,8 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/griddle, -/turf/open/floor/plasteel/cafeteria, -/area/centcom/holding) +/turf/open/floor/plasteel, +/area/yogs/infiltrator_base) "adz" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet{ @@ -1604,10 +1592,6 @@ icon_state = "white" }, /area/holodeck/rec_center/medical) -"adP" = ( -/obj/machinery/vending/cigarette/syndicate, -/turf/closed/indestructible/riveted, -/area/yogs/infiltrator_base) "adQ" = ( /obj/machinery/door/window/eastleft, /turf/open/floor/holofloor{ @@ -9696,7 +9680,7 @@ /area/wizard_station) "auM" = ( /turf/closed/indestructible/fakedoor{ - name = "Primary Hallway" + name = "Shoe Storage" }, /area/yogs/infiltrator_base/jail) "auN" = ( @@ -13216,6 +13200,8 @@ /turf/open/floor/bluespace, /area/centcom/testchamber) "aBX" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, /obj/structure/sink{ dir = 4; pixel_x = 11 @@ -13223,8 +13209,6 @@ /obj/structure/mirror{ pixel_x = 28 }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer{ dir = 2 }, @@ -15228,7 +15212,6 @@ pixel_x = -4; pixel_y = 2 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plasteel, /area/yogs/infiltrator_base) "aFB" = ( @@ -18929,7 +18912,7 @@ dir = 4 }, /obj/machinery/door/airlock/centcom{ - armor = list("melee"=90,"bullet"=90,"laser"=90,"energy"=90,"bomb"=90,"bio"=100,"rad"=100,"fire"=100,"acid"=90); + armor = list("melee" = 90, "bullet" = 90, "laser" = 90, "energy" = 90, "bomb" = 90, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90); name = "Test Chamber Blast Doors" }, /obj/structure/fans/tiny, @@ -19209,7 +19192,6 @@ /area/centcom/holding) "aMS" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, /obj/machinery/defibrillator_mount/loaded{ pixel_y = 28 }, @@ -19229,13 +19211,13 @@ pixel_x = 9; pixel_y = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, /obj/item/clothing/mask/gas/syndicate{ pixel_x = 9; pixel_y = -8 }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, /turf/open/floor/mineral/plastitanium, /area/yogs/infiltrator_base) "aMT" = ( @@ -19943,7 +19925,7 @@ dir = 8 }, /obj/machinery/door/airlock/centcom{ - armor = list("melee"=90,"bullet"=90,"laser"=90,"energy"=90,"bomb"=90,"bio"=100,"rad"=100,"fire"=100,"acid"=90); + armor = list("melee" = 90, "bullet" = 90, "laser" = 90, "energy" = 90, "bomb" = 90, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90); name = "Test Chamber Blast Doors" }, /obj/structure/fans/tiny, @@ -20407,6 +20389,7 @@ pixel_y = 9 }, /obj/item/melee/transforming/energy/blade, +/obj/item/bodypart/l_arm/robot/buster, /obj/item/melee/transforming/energy/blade/hardlight, /obj/item/melee/transforming/energy/sword/bananium, /turf/open/floor/wood, @@ -20580,7 +20563,7 @@ dir = 8 }, /obj/machinery/door/airlock/centcom{ - armor = list("melee"=90,"bullet"=90,"laser"=90,"energy"=90,"bomb"=90,"bio"=100,"rad"=100,"fire"=100,"acid"=90); + armor = list("melee" = 90, "bullet" = 90, "laser" = 90, "energy" = 90, "bomb" = 90, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90); name = "Test Chamber Blast Doors" }, /obj/structure/fans/tiny, @@ -20765,16 +20748,6 @@ }, /turf/open/floor/plasteel/white, /area/centcom/holding) -"aPZ" = ( -/obj/structure/flora/grass/both, -/obj/effect/light_emitter{ - set_cap = 1; - set_luminosity = 4 - }, -/obj/structure/table, -/obj/item/soap/deluxe, -/turf/open/floor/plasteel/cafeteria, -/area/centcom/holding) "aQa" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -22794,7 +22767,7 @@ /area/holodeck/rec_center/chapelcourt) "aTW" = ( /obj/machinery/door/airlock/centcom{ - armor = list("melee"=90,"bullet"=90,"laser"=90,"energy"=90,"bomb"=90,"bio"=100,"rad"=100,"fire"=100,"acid"=90); + armor = list("melee" = 90, "bullet" = 90, "laser" = 90, "energy" = 90, "bomb" = 90, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90); name = "Test Chamber Blast Doors" }, /obj/structure/fans/tiny, @@ -25866,7 +25839,7 @@ /obj/machinery/power/apc{ areastring = "/area/bluespace_locker"; name = "Bluespace Locker APC"; - pixel_y = -24 + pixel_y = -23 }, /turf/open/floor/plasteel/dark, /area/bluespace_locker) @@ -25900,6 +25873,26 @@ icon_state = "title5" }, /area/centcom/testchamber) +"gaj" = ( +/obj/item/clothing/shoes/combat/coldres{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/clothing/shoes/combat/coldres{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/shoes/combat/coldres{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/item/clothing/shoes/combat/coldres{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/yogs/infiltrator_base) "gkW" = ( /obj/item/twohanded/required/kirbyplants/photosynthetic, /turf/open/floor/wood, @@ -25942,7 +25935,6 @@ /area/centcom/testchamber) "hEo" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, /obj/item/reagent_containers/food/snacks/chocolatebar{ pixel_x = -3; @@ -26255,13 +26247,16 @@ }, /area/centcom/testchamber) "tzM" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4; - level = 2 +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 }, -/turf/closed/indestructible/fakedoor{ - name = "Primary Hallway" +/obj/machinery/door/airlock/centcom{ + name = "Atmos Room"; + opacity = 1; + req_access_txt = "150" }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plasteel/dark, /area/yogs/infiltrator_base) "tID" = ( /turf/open/indestructible/wiki/info{ @@ -26452,7 +26447,7 @@ /area/centcom/testchamber) "xuU" = ( /obj/machinery/door/airlock/centcom{ - armor = list("melee"=90,"bullet"=90,"laser"=90,"energy"=90,"bomb"=90,"bio"=100,"rad"=100,"fire"=100,"acid"=90); + armor = list("melee" = 90, "bullet" = 90, "laser" = 90, "energy" = 90, "bomb" = 90, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90); name = "Test Chamber Blast Doors" }, /turf/open/floor/plasteel, @@ -40982,8 +40977,8 @@ aSX aSX aSX aSX -aSX -aSX +aSA +aSA ayN aOa arc @@ -41239,8 +41234,8 @@ aSX aSX aSX aSX -aSX -aSX +aSA +gaj auM aWg aXF @@ -42035,7 +42030,7 @@ aSX aSX aQr aSX -aar +aBU aSX aSX aXT @@ -42518,7 +42513,7 @@ aSX aSX aoV aQr -adP +aSA aSA aFA aNC @@ -44602,7 +44597,7 @@ aSX aSX aSX aSX -aar +aQr aSX aSX aSX @@ -45628,7 +45623,7 @@ aSX aSX aSX aSX -aPZ +aQr aSs aSX aSX diff --git a/_maps/omegastation.dm b/_maps/omegastation.dm deleted file mode 100644 index ea4a0c155fe8..000000000000 --- a/_maps/omegastation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/omegastation.json" \ No newline at end of file diff --git a/_maps/omegastation.json b/_maps/omegastation.json deleted file mode 100644 index ba5745992ad4..000000000000 --- a/_maps/omegastation.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "map_name": "OmegaStation", - "map_path": "map_files/Omegastation", - "map_file": "omegastation.dmm", - "shuttles": { - "emergency": "emergency_omega", - "ferry": "ferry_fancy", - "cargo": "cargo_delta" - } -} \ No newline at end of file diff --git a/_maps/yogsdelta.dm b/_maps/yogsdelta.dm deleted file mode 100644 index 294dcc58673c..000000000000 --- a/_maps/yogsdelta.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/yogsdelta.json" diff --git a/_maps/yogsdelta.json b/_maps/yogsdelta.json deleted file mode 100644 index 24a044f8ceb1..000000000000 --- a/_maps/yogsdelta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "map_name": "Yogsdelta", - "map_path": "map_files/YogsDelta", - "map_file": "YogsDelta.dmm", - "shuttles": { - "emergency": "emergency_delta", - "ferry": "ferry_fancy", - "cargo": "cargo_delta" - } -} diff --git a/code/__DEFINES/MC.dm b/code/__DEFINES/MC.dm index 9f3ffe0a4d47..7c84b693e31c 100644 --- a/code/__DEFINES/MC.dm +++ b/code/__DEFINES/MC.dm @@ -103,3 +103,11 @@ PreInit();\ }\ /datum/controller/subsystem/processing/##X + +#define FLUID_SUBSYSTEM_DEF(X) GLOBAL_REAL(SS##X, /datum/controller/subsystem/fluids/##X);\ +/datum/controller/subsystem/fluids/##X/New(){\ + NEW_SS_GLOBAL(SS##X);\ + PreInit();\ +}\ +/datum/controller/subsystem/fluids/##X/fire() {..() /*just so it shows up on the profiler*/} \ +/datum/controller/subsystem/fluids/##X diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index 580683c1267e..04dff617f8dd 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -89,6 +89,7 @@ //Yogs: Brig Physician access, used for their locker and offices if one is added #define ACCESS_BRIG_PHYS 74 #define ACCESS_ROBOTICS 75 // Access to robotics airlocks & buttons only, old ACCESS_ROBOTICS renamed to ACCESS_ROBO_CONTROL +#define ACCESS_SECURE_TECH_STORAGE 76 // Creating this to cleanly fix door remote bug will be equivalent to ACCESS_AI_UPLOAD for Cap and RD //BEGIN CENTCOM ACCESS /*Should leave plenty of room if we need to add more access levels. diff --git a/code/__DEFINES/maths.dm b/code/__DEFINES/maths.dm index fdce39226ccf..0b565af6399e 100644 --- a/code/__DEFINES/maths.dm +++ b/code/__DEFINES/maths.dm @@ -36,6 +36,9 @@ // Similar to clamp but the bottom rolls around to the top and vice versa. min is inclusive, max is exclusive #define WRAP(val, min, max) ( min == max ? min : (val) - (round(((val) - (min))/((max) - (min))) * ((max) - (min))) ) +/// Increments a value and wraps it if it exceeds some value. Can be used to circularly iterate through a list through `idx = WRAP_UP(idx, length_of_list)`. +#define WRAP_UP(val, max) (((val) % (max)) + 1) + // Real modulus that handles decimals #define MODULUS(x, y) ( (x) - (y) * round((x) / (y)) ) @@ -220,3 +223,6 @@ /// Like DT_PROB_RATE but easier to use, simply put `if(DT_PROB(10, 5))` #define DT_PROB(prob_per_second_percent, delta_time) (prob(100*DT_PROB_RATE(prob_per_second_percent/100, delta_time))) // ) + +/// The number of cells in a taxicab circle (rasterized diamond) of radius X. +#define DIAMOND_AREA(X) (1 + 2*(X)*((X)+1)) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 76ea46108b04..de181ce0e61c 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -175,6 +175,7 @@ #define FIRE_PRIORITY_VIS 10 #define FIRE_PRIORITY_GARBAGE 15 #define FIRE_PRIORITY_WET_FLOORS 20 +#define FIRE_PRIORITY_FLUIDS 20 #define FIRE_PRIORITY_AIR 20 #define FIRE_PRIORITY_NPC 20 #define FIRE_PRIORITY_PROCESS 25 @@ -261,7 +262,7 @@ // Subsystem delta times or tickrates, in seconds. I.e, how many seconds in between each process() call for objects being processed by that subsystem. // Only use these defines if you want to access some other objects processing delta_time, otherwise use the delta_time that is sent as a parameter to process() -#define SSFLUIDS_DT (SSfluids.wait/10) +#define SSFLUIDS_DT (SSplumbing.wait/10) #define SSMACHINES_DT (SSmachines.wait/10) #define SSMOBS_DT (SSmobs.wait/10) #define SSOBJ_DT (SSobj.wait/10) diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm index da19d570e6c4..ee69e73fe874 100644 --- a/code/__DEFINES/traits.dm +++ b/code/__DEFINES/traits.dm @@ -198,6 +198,7 @@ #define TRAIT_MAGIC_CHOKE "magic_choke" #define TRAIT_SOOTHED_THROAT "soothed-throat" #define TRAIT_LAW_ENFORCEMENT_METABOLISM "law-enforcement-metabolism" +#define TRAIT_PSYCH "psych-diagnosis" #define TRAIT_ALWAYS_CLEAN "always-clean" #define TRAIT_BOOZE_SLIDER "booze-slider" #define TRAIT_QUICK_CARRY "quick-carry" diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm index 722e68d051e6..2898017fb27a 100644 --- a/code/__HELPERS/_lists.dm +++ b/code/__HELPERS/_lists.dm @@ -18,8 +18,16 @@ #define LAZYACCESS(L, I) (L ? (isnum(I) ? (I > 0 && I <= length(L) ? L[I] : null) : L[I]) : null) #define LAZYSET(L, K, V) if(!L) { L = list(); } L[K] = V; #define LAZYLEN(L) length(L) -#define LAZYCLEARLIST(L) if(L) L.Cut() +///Accesses an associative list, returns null if nothing is found #define LAZYACCESSASSOC(L, I, K) L ? L[I] ? L[I][K] ? L[I][K] : null : null : null +///Qdel every item in the list before setting the list to null +#define QDEL_LAZYLIST(L) for(var/I in L) qdel(I); L = null; +//These methods don't null the list +///Use LAZYLISTDUPLICATE instead if you want it to null with no entries +#define LAZYCOPY(L) (L ? L.Copy() : list() ) +/// Consider LAZYNULL instead +#define LAZYCLEARLIST(L) if(L) L.Cut() +///Returns the list if it's actually a valid list, otherwise will initialize it #define SANITIZE_LIST(L) ( islist(L) ? L : list() ) #define reverseList(L) reverseRange(L.Copy()) #define LAZYADDASSOC(L, K, V) if(!L) { L = list(); } L[K] += list(V); diff --git a/code/__HELPERS/reagents.dm b/code/__HELPERS/reagents.dm index f1208abdd300..1b9c171241e8 100644 --- a/code/__HELPERS/reagents.dm +++ b/code/__HELPERS/reagents.dm @@ -72,3 +72,17 @@ if(!GLOB.chemical_reactions_list[primary_reagent]) GLOB.chemical_reactions_list[primary_reagent] = list() GLOB.chemical_reactions_list[primary_reagent] += R + +//Creates foam from the reagent. Metaltype is for metal foam, notification is what to show people in textbox +/datum/reagents/proc/create_foam(foamtype, foam_volume, result_type = null, notification = null, log = FALSE) + var/location = get_turf(my_atom) + + var/datum/effect_system/fluid_spread/foam/foam = new foamtype() + foam.set_up(amount = foam_volume, holder = my_atom, location = location, carry = src, result_type = result_type) + foam.start(log = log) + + clear_reagents() + if(!notification) + return + for(var/mob/M in viewers(5, location)) + to_chat(M, notification) diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm index f94ac1c731ad..3043e9f19315 100644 --- a/code/__HELPERS/roundend.dm +++ b/code/__HELPERS/roundend.dm @@ -224,6 +224,21 @@ CHECK_TICK + // Reward people who stayed alive and escaped + if(CONFIG_GET(flag/use_antag_rep)) + for(var/mob/M in GLOB.player_list) + if(M.stat == DEAD || !M.ckey) // Skip dead or clientless players + continue + if(SSpersistence.antag_rep_change[M.ckey] < 0) // don't want to punish antags for being alive hehe + continue + else if(M.onCentCom() || SSticker.force_ending || SSticker.mode.station_was_nuked) + SSpersistence.antag_rep_change[M.ckey] *= CONFIG_GET(number/escaped_alive_bonus) // Reward for escaping alive + else + SSpersistence.antag_rep_change[M.ckey] *= CONFIG_GET(number/stayed_alive_bonus) // Reward for staying alive + SSpersistence.antag_rep_change[M.ckey] = round(SSpersistence.antag_rep_change[M.ckey]) // rounds down + + CHECK_TICK + //Now print them all into the log! log_game("Antagonists at round end were...") for(var/antag_name in total_antagonists) diff --git a/code/_onclick/hud/swarmer.dm b/code/_onclick/hud/swarmer.dm index 365c332e7831..328053720ccf 100644 --- a/code/_onclick/hud/swarmer.dm +++ b/code/_onclick/hud/swarmer.dm @@ -21,7 +21,7 @@ /atom/movable/screen/swarmer/barricade icon_state = "ui_barricade" name = "Create Barricade (Costs 4 Resources)" - desc = "Creates a destructible barricade that will stop any non-swarmer from passing it. Also allows disabler beams to pass through." + desc = "Creates a destructible barricade that will stop any non-swarmer from passing it while allowing disabler beams to pass through." /atom/movable/screen/swarmer/barricade/Click() if(isswarmer(usr)) @@ -31,7 +31,7 @@ /atom/movable/screen/swarmer/replicate icon_state = "ui_replicate" name = "Replicate (Costs 20 Resources)" - desc = "Creates an autonomous melee drone that will follow you and attack all non-swamers entities in sight. They can be ordered to move to a target location by a middle-click." + desc = "Creates an autonomous melee drone that will follow you and attack all non-swarmers entities in sight. They can be ordered to move to a target location by a middle-click." /atom/movable/screen/swarmer/replicate/Click() if(isswarmer(usr)) @@ -100,4 +100,4 @@ using = new /atom/movable/screen/swarmer/contact_swarmers() using.screen_loc = ui_inventory using.hud = src - static_inventory += using \ No newline at end of file + static_inventory += using diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm index f8058ef4f874..848be2d84cc8 100644 --- a/code/controllers/configuration/entries/game_options.dm +++ b/code/controllers/configuration/entries/game_options.dm @@ -141,6 +141,16 @@ integer = FALSE min_val = 0 +/datum/config_entry/number/escaped_alive_bonus + config_entry_value = 2 + integer = FALSE + min_val = 1 + +/datum/config_entry/number/stayed_alive_bonus + config_entry_value = 1.5 + integer = FALSE + min_val = 1 + /datum/config_entry/number/midround_antag_time_check // How late (in minutes you want the midround antag system to stay on, setting this to 0 will disable the system) config_entry_value = 60 integer = FALSE diff --git a/code/controllers/subsystem/fluids.dm b/code/controllers/subsystem/fluids.dm new file mode 100644 index 000000000000..4a06cb59c351 --- /dev/null +++ b/code/controllers/subsystem/fluids.dm @@ -0,0 +1,261 @@ +// Flags indicating what parts of the fluid the subsystem processes. +/// Indicates that a fluid subsystem processes fluid spreading. +#define SS_PROCESSES_SPREADING (1<<0) +/// Indicates that a fluid subsystem processes fluid effects. +#define SS_PROCESSES_EFFECTS (1<<1) + +/** + * # Fluid Subsystem + * + * A subsystem that processes the propagation and effects of a particular fluid. + * + * Both fluid spread and effect processing are handled through a carousel system. + * Fluids being spread and fluids being processed are organized into buckets. + * Each fresh (non-resumed) fire one bucket of each is selected to be processed. + * These selected buckets are then fully processed. + * The next fresh fire selects the next bucket in each set for processing. + * If this would walk off the end of a carousel list we wrap back to the first element. + * This effectively makes each set a circular list, hence a carousel. + */ +SUBSYSTEM_DEF(fluids) + name = "Fluid" + wait = 0 // Will be autoset to whatever makes the most sense given the spread and effect waits. + flags = SS_BACKGROUND|SS_KEEP_TIMING + runlevels = RUNLEVEL_GAME|RUNLEVEL_POSTGAME + + // Fluid spread processing: + /// The amount of time (in deciseconds) before a fluid node is created and when it spreads. + var/spread_wait = 1 SECONDS + /// The number of buckets in the spread carousel. + var/num_spread_buckets + /// The set of buckets containing fluid nodes to spread. + var/list/spread_carousel + /// The index of the spread carousel bucket currently being processed. + var/spread_bucket_index + /// The set of fluid nodes we are currently processing spreading for. + var/list/currently_spreading + /// Whether the subsystem has resumed spreading fluid. + var/resumed_spreading + + // Fluid effect processing: + /// The amount of time (in deciseconds) between effect processing ticks for each fluid node. + var/effect_wait = 1 SECONDS + /// The number of buckets in the effect carousel. + var/num_effect_buckets + /// The set of buckets containing fluid nodes to process effects for. + var/list/effect_carousel + /// The index of the currently processing bucket on the effect carousel. + var/effect_bucket_index + /// The set of fluid nodes we are currently processing effects for. + var/list/currently_processing + /// Whether the subsystem has resumed processing fluid effects. + var/resumed_effect_processing + +/datum/controller/subsystem/fluids/Initialize() + initialize_waits() + initialize_spread_carousel() + initialize_effect_carousel() + return SS_INIT_SUCCESS + +/** + * Initializes the subsystem waits. + * + * Ensures that the subsystem's fire wait evenly splits the spread and effect waits. + */ +/datum/controller/subsystem/fluids/proc/initialize_waits() + if (spread_wait <= 0) + WARNING("[src] has the invalid spread wait [spread_wait].") + spread_wait = 1 SECONDS + if (effect_wait <= 0) + WARNING("[src] has the invalid effect wait [effect_wait].") + spread_wait = 1 SECONDS + + // Sets the overall wait of the subsystem to evenly divide both the effect and spread waits. + var/max_wait = Gcd(spread_wait, effect_wait) + if (max_wait < wait || wait <= 0) + wait = max_wait + else + // If the wait of the subsystem overall is set to a valid value make the actual wait of the subsystem evenly divide that as well. + // Makes effect bubbling possible with identical spread and effect waits. + wait = Gcd(wait, max_wait) + + +/** + * Initializes the carousel used to process fluid spreading. + * + * Synchronizes the spread delta time with the actual target spread tick rate. + * Builds the carousel buckets used to queue spreads. + */ +/datum/controller/subsystem/fluids/proc/initialize_spread_carousel() + // Make absolutely certain that the spread wait is in sync with the target spread tick rate. + num_spread_buckets = round(spread_wait / wait) + spread_wait = wait * num_spread_buckets + + spread_carousel = list() + spread_carousel.len = num_spread_buckets + for(var/i in 1 to num_spread_buckets) + spread_carousel[i] = list() + currently_spreading = list() + spread_bucket_index = 1 + +/** + * Initializes the carousel used to process fluid effects. + * + * Synchronizes the spread delta time with the actual target spread tick rate. + * Builds the carousel buckets used to bubble processing. + */ +/datum/controller/subsystem/fluids/proc/initialize_effect_carousel() + // Make absolutely certain that the effect wait is in sync with the target effect tick rate. + num_effect_buckets = round(effect_wait / wait) + effect_wait = wait * num_effect_buckets + + effect_carousel = list() + effect_carousel.len = num_effect_buckets + for(var/i in 1 to num_effect_buckets) + effect_carousel[i] = list() + currently_processing = list() + effect_bucket_index = 1 + + +/datum/controller/subsystem/fluids/fire(resumed) + var/delta_time + var/cached_bucket_index + var/list/obj/effect/particle_effect/fluid/currentrun + MC_SPLIT_TICK_INIT(2) + + MC_SPLIT_TICK // Start processing fluid spread: + if(!resumed_spreading) + spread_bucket_index = WRAP_UP(spread_bucket_index, num_spread_buckets) + currently_spreading = spread_carousel[spread_bucket_index] + spread_carousel[spread_bucket_index] = list() // Reset the bucket so we don't process an _entire station's worth of foam_ spreading every 2 ticks when the foam flood event happens. + resumed_spreading = TRUE + + delta_time = spread_wait / (1 SECONDS) + currentrun = currently_spreading + while(currentrun.len) + var/obj/effect/particle_effect/fluid/to_spread = currentrun[currentrun.len] + currentrun.len-- + + if(!QDELETED(to_spread)) + to_spread.spread(delta_time) + to_spread.spread_bucket = null + + if (MC_TICK_CHECK) + break + + if(!currentrun.len) + resumed_spreading = FALSE + + MC_SPLIT_TICK // Start processing fluid effects: + if(!resumed_effect_processing) + effect_bucket_index = WRAP_UP(effect_bucket_index, num_effect_buckets) + var/list/tmp_list = effect_carousel[effect_bucket_index] + currently_processing = tmp_list.Copy() + resumed_effect_processing = TRUE + + delta_time = effect_wait / (1 SECONDS) + cached_bucket_index = effect_bucket_index + currentrun = currently_processing + while(currentrun.len) + var/obj/effect/particle_effect/fluid/to_process = currentrun[currentrun.len] + currentrun.len-- + + if (QDELETED(to_process) || to_process.process(delta_time) == PROCESS_KILL) + effect_carousel[cached_bucket_index] -= to_process + to_process.effect_bucket = null + to_process.datum_flags &= ~DF_ISPROCESSING + + if (MC_TICK_CHECK) + break + + if(!currentrun.len) + resumed_effect_processing = FALSE + + +/** + * Queues a fluid node to spread later after one full carousel rotation. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The node to queue to spread. + */ +/datum/controller/subsystem/fluids/proc/queue_spread(obj/effect/particle_effect/fluid/node) + if (node.spread_bucket) + return + + spread_carousel[spread_bucket_index] += node + node.spread_bucket = spread_bucket_index + +/** + * Cancels a queued spread of a fluid node. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The node to cancel the spread of. + */ +/datum/controller/subsystem/fluids/proc/cancel_spread(obj/effect/particle_effect/fluid/node) + if(!node.spread_bucket) + return + + var/bucket_index = node.spread_bucket + spread_carousel[bucket_index] -= node + if (bucket_index == spread_bucket_index) + currently_spreading -= node + + node.spread_bucket = null + +/** + * Starts processing the effects of a fluid node. + * + * The fluid node will next process after one full bucket rotation. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The node to start processing. + */ +/datum/controller/subsystem/fluids/proc/start_processing(obj/effect/particle_effect/fluid/node) + if (node.datum_flags & DF_ISPROCESSING || node.effect_bucket) + return + + // Edit this value to make all fluids process effects (at the same time|offset by when they started processing| -> offset by a random amount <- ) + var/bucket_index = rand(1, num_effect_buckets) + effect_carousel[bucket_index] += node + node.effect_bucket = bucket_index + node.datum_flags |= DF_ISPROCESSING + +/** + * Stops processing the effects of a fluid node. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The node to stop processing. + */ +/datum/controller/subsystem/fluids/proc/stop_processing(obj/effect/particle_effect/fluid/node) + if(!(node.datum_flags & DF_ISPROCESSING)) + return + + var/bucket_index = node.effect_bucket + if(!bucket_index) + return + + effect_carousel[bucket_index] -= node + if (bucket_index == effect_bucket_index) + currently_processing -= node + + node.effect_bucket = null + node.datum_flags &= ~DF_ISPROCESSING + +#undef SS_PROCESSES_SPREADING +#undef SS_PROCESSES_EFFECTS + + +// Subtypes: + +/// The subsystem responsible for processing smoke propagation and effects. +FLUID_SUBSYSTEM_DEF(smoke) + name = "Smoke" + spread_wait = 0.1 SECONDS + effect_wait = 2.0 SECONDS + +/// The subsystem responsible for processing foam propagation and effects. +FLUID_SUBSYSTEM_DEF(foam) + name = "Foam" + wait = 0.1 SECONDS // Makes effect bubbling work with foam. + spread_wait = 0.2 SECONDS + effect_wait = 0.2 SECONDS diff --git a/code/controllers/subsystem/processing/fluids.dm b/code/controllers/subsystem/processing/plumbing.dm similarity index 58% rename from code/controllers/subsystem/processing/fluids.dm rename to code/controllers/subsystem/processing/plumbing.dm index 70903e0088c7..34d6d8f882e9 100644 --- a/code/controllers/subsystem/processing/fluids.dm +++ b/code/controllers/subsystem/processing/plumbing.dm @@ -1,5 +1,5 @@ -PROCESSING_SUBSYSTEM_DEF(fluids) - name = "Fluids" +PROCESSING_SUBSYSTEM_DEF(plumbing) + name = "Plumbing" wait = 10 stat_tag = "FD" //its actually Fluid Ducts flags = SS_NO_INIT diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index d129066cb14d..44f005f3ade1 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -42,12 +42,7 @@ SUBSYSTEM_DEF(vote) /datum/controller/subsystem/vote/proc/get_result() //get the highest number of votes var/greatest_votes = 0 - var/total_votes = 0 - for(var/option in choices) - var/votes = choices[option] - total_votes += votes - if(votes > greatest_votes) - greatest_votes = votes + //default-vote for everyone who didn't vote if(!CONFIG_GET(flag/default_no_vote) && choices.len) var/list/non_voters = GLOB.directory.Copy() @@ -70,19 +65,21 @@ SUBSYSTEM_DEF(vote) for (var/non_voter_ckey in non_voters) var/client/C = non_voters[non_voter_ckey] var/preferred_map = C.prefs.read_preference(/datum/preference/choiced/preferred_map) - if(isnull(global.config.defaultmap)) - continue - if(!preferred_map) - if(global.config.defaultmap.map_name) - preferred_map = global.config.defaultmap.map_name if(preferred_map) choices[preferred_map] += 1 - greatest_votes = max(greatest_votes, choices[preferred_map]) + . = list() - if(greatest_votes) - for(var/option in choices) - if(choices[option] == greatest_votes) - . += option + for(var/option in choices) + var/weight = 1 + if(mode == "map") + var/datum/map_config/VM = config.maplist[option] + weight = VM.voteweight + var/votes = choices[option] * weight + if(votes == greatest_votes) + . += option + if(votes > greatest_votes) + . = list(option) + greatest_votes = votes return . /datum/controller/subsystem/vote/proc/announce_result() diff --git a/code/datums/action.dm b/code/datums/action.dm index f75fbc71a9b1..278e4e9bdbdf 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -731,7 +731,9 @@ button.maptext_height = 12 /datum/action/cooldown/IsAvailable() - return next_use_time <= world.time + if(next_use_time > world.time) + return FALSE + return ..() /datum/action/cooldown/proc/StartCooldown() next_use_time = world.time + cooldown_time diff --git a/code/datums/brain_damage/brain_trauma.dm b/code/datums/brain_damage/brain_trauma.dm index 5026080a843f..49edd766cb07 100644 --- a/code/datums/brain_damage/brain_trauma.dm +++ b/code/datums/brain_damage/brain_trauma.dm @@ -15,6 +15,16 @@ var/random_gain = TRUE //can this be gained through random traumas? var/resilience = TRAUMA_RESILIENCE_BASIC //how hard is this to cure? var/clonable = TRUE // will this transfer if the brain is cloned? + // Therapy + var/random_cure_chance = 0 // This will be multiplied by a random amount; more resilient traumas should have less chance + var/flash_therapy_cd_time = 5 MINUTES // Flashing the patient, most effective method + COOLDOWN_DECLARE(flash_therapy_cd) + var/laser_therapy_cd_time = 8 MINUTES // Shining a laser into the patient's eyes, second most effective + COOLDOWN_DECLARE(laser_therapy_cd) + var/pen_therapy_cd_time = 3 MINUTES // Shining a light (usually penlight) into the patient's eyes, third most effective + COOLDOWN_DECLARE(pen_therapy_cd) + var/hug_therapy_cd_time = 1 MINUTES // Hugging the patient, lowest chance method but easiest. Hugs! + COOLDOWN_DECLARE(hug_therapy_cd) /datum/brain_trauma/Destroy() if(brain && brain.traumas) @@ -42,6 +52,7 @@ to_chat(owner, gain_text) RegisterSignal(owner, COMSIG_MOB_SAY, .proc/handle_speech) RegisterSignal(owner, COMSIG_MOVABLE_HEAR, .proc/handle_hearing) + random_cure_chance *= rand(6, 15) / 10 // 0.6-1.5x //Called when removed from a mob /datum/brain_trauma/proc/on_lose(silent) @@ -61,4 +72,62 @@ //Called when hugging. expand into generally interacting, where future coders could switch the intent? /datum/brain_trauma/proc/on_hug(mob/living/hugger, mob/living/hugged) - return + if(resilience >= TRAUMA_RESILIENCE_WOUND) + return + if(!COOLDOWN_FINISHED(src, hug_therapy_cd)) + return + COOLDOWN_START(src, hug_therapy_cd, hug_therapy_cd_time) + var/cure_chance = random_cure_chance / 6 + if(HAS_TRAIT(hugger, TRAIT_FRIENDLY)) + cure_chance *= 1.25 + cure_chance *= psych_bonus(hugger) * 0.35 // hugging is not that good at curing trauma but it helps + cure_chance *= check_hypno_vulnerable(hugged) + if(prob(cure_chance)) + qdel(src) // Sometimes, all you need is a good hug.. + +/datum/brain_trauma/proc/on_flash(mob/living/flasher, mob/living/flashed) + if(resilience >= TRAUMA_RESILIENCE_WOUND) + return + if(!COOLDOWN_FINISHED(src, flash_therapy_cd)) + return + COOLDOWN_START(src, flash_therapy_cd, flash_therapy_cd_time) + var/cure_chance = random_cure_chance / 10 + cure_chance *= psych_bonus(flasher) + cure_chance *= check_hypno_vulnerable(flashed) + if(prob(cure_chance)) + qdel(src) + +/datum/brain_trauma/proc/on_shine_laser(mob/living/laserer, mob/living/lasered) + if(resilience >= TRAUMA_RESILIENCE_WOUND) + return + if(!COOLDOWN_FINISHED(src, laser_therapy_cd)) + return + COOLDOWN_START(src, laser_therapy_cd, laser_therapy_cd_time) + var/cure_chance = random_cure_chance / 11 + cure_chance *= psych_bonus(laserer) + cure_chance *= check_hypno_vulnerable(lasered) + if(prob(cure_chance)) + qdel(src) + +/datum/brain_trauma/proc/on_shine_light(mob/living/shiner, mob/living/shined, obj/item/flashlight/the_light) + if(resilience >= TRAUMA_RESILIENCE_WOUND) + return + if(!COOLDOWN_FINISHED(src, pen_therapy_cd)) + return + COOLDOWN_START(src, pen_therapy_cd, pen_therapy_cd_time) + var/cure_chance = random_cure_chance / 15 + if(istype(the_light, /obj/item/flashlight/pen)) // Use a proper penlight! + cure_chance *= 1.25 + cure_chance *= psych_bonus(shiner) + cure_chance *= check_hypno_vulnerable(shined) + if(prob(cure_chance)) + qdel(src) + +/datum/brain_trauma/proc/psych_bonus(mob/living/psych) + return HAS_TRAIT(psych.mind, TRAIT_PSYCH) ? 10 : 1 + +/datum/brain_trauma/proc/check_hypno_vulnerable(mob/living/carbon/victim) + if(istype(victim)) + return victim.hypnosis_vulnerable() ? 1.5 : 1 + else + return 1 diff --git a/code/datums/brain_damage/mild.dm b/code/datums/brain_damage/mild.dm index 56a66827b6e3..bc34d343a2e5 100644 --- a/code/datums/brain_damage/mild.dm +++ b/code/datums/brain_damage/mild.dm @@ -3,6 +3,7 @@ //Most of the old brain damage effects have been transferred to the dumbness trauma. /datum/brain_trauma/mild + random_cure_chance = 10 /datum/brain_trauma/mild/hallucinations name = "Hallucinations" diff --git a/code/datums/brain_damage/severe.dm b/code/datums/brain_damage/severe.dm index 9c2c35f71d68..5bbf42734843 100644 --- a/code/datums/brain_damage/severe.dm +++ b/code/datums/brain_damage/severe.dm @@ -4,6 +4,7 @@ /datum/brain_trauma/severe resilience = TRAUMA_RESILIENCE_SURGERY + random_cure_chance = 4 /datum/brain_trauma/severe/mute name = "Mutism" diff --git a/code/datums/brain_damage/special.dm b/code/datums/brain_damage/special.dm index 45377df5ebb9..6afa74978008 100644 --- a/code/datums/brain_damage/special.dm +++ b/code/datums/brain_damage/special.dm @@ -2,6 +2,7 @@ //they are the easiest to cure, which means that if you want //to keep them, you can't cure your other traumas /datum/brain_trauma/special + random_cure_chance = 15 /datum/brain_trauma/special/godwoken name = "Godwoken Syndrome" diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index a5ae4cd1f228..16fa3a601a4d 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -1,6 +1,7 @@ // Used by /turf/open/chasm and subtypes to implement the "dropping" mechanic /datum/component/chasm var/turf/target_turf + var/obj/effect/abstract/chasm_storage/storage var/fall_message = "GAH! Ah... where are you?" var/oblivion_message = "You stumble and stare into the abyss before you. It stares back, and you fall into the enveloping dark." @@ -26,6 +27,7 @@ /datum/component/chasm/Initialize(turf/target) RegisterSignals(parent, list(COMSIG_MOVABLE_CROSSED, COMSIG_ATOM_ENTERED), .proc/Entered) + RegisterSignal(parent, COMSIG_PARENT_ATTACKBY,.proc/fish) target_turf = target START_PROCESSING(SSobj, src) // process on create, in case stuff is still there @@ -86,58 +88,146 @@ return FALSE return TRUE -/datum/component/chasm/proc/drop(atom/movable/AM) +/datum/component/chasm/proc/drop(atom/movable/dropped_thing) + var/datum/weakref/falling_ref = WEAKREF(dropped_thing) //Make sure the item is still there after our sleep - if(!AM || QDELETED(AM)) + if(!dropped_thing || !falling_ref?.resolve()) + falling_atoms -= falling_ref return - falling_atoms[AM] = (falling_atoms[AM] || 0) + 1 + falling_atoms[falling_ref] = (falling_atoms[falling_ref] || 0) + 1 var/turf/T = target_turf + var/atom/parent = src.parent if(T) // send to the turf below - AM.visible_message(span_boldwarning("[AM] falls into [parent]!"), span_userdanger("[fall_message]")) - T.visible_message(span_boldwarning("[AM] falls from above!")) - AM.forceMove(T) - if(isliving(AM)) - var/mob/living/L = AM + dropped_thing.visible_message(span_boldwarning("[dropped_thing] falls into [parent]!"), span_userdanger("[fall_message]")) + T.visible_message(span_boldwarning("[dropped_thing] falls from above!")) + dropped_thing.forceMove(T) + if(isliving(dropped_thing)) + var/mob/living/L = dropped_thing L.Paralyze(100) L.adjustBruteLoss(30) - falling_atoms -= AM + falling_atoms -= falling_ref + return - else - // send to oblivion - AM.visible_message(span_boldwarning("[AM] falls into [parent]!"), span_userdanger("[oblivion_message]")) - if (isliving(AM)) - var/mob/living/L = AM - L.notransform = TRUE - L.Stun(200) - L.resting = TRUE - - var/oldtransform = AM.transform - var/oldcolor = AM.color - var/oldalpha = AM.alpha - animate(AM, transform = matrix() - matrix(), alpha = 0, color = rgb(0, 0, 0), time = 1 SECONDS) - for(var/i in 1 to 5) - //Make sure the item is still there after our sleep - if(!AM || QDELETED(AM)) - return - AM.pixel_y-- - sleep(0.2 SECONDS) + // send to oblivion + dropped_thing.visible_message(span_boldwarning("[dropped_thing] falls into [parent]!"), span_userdanger("[oblivion_message]")) + if (isliving(dropped_thing)) + var/mob/living/falling_mob = dropped_thing + falling_mob.notransform = TRUE + falling_mob.Paralyze(20 SECONDS) + var/oldtransform = dropped_thing.transform + var/oldcolor = dropped_thing.color + var/oldalpha = dropped_thing.alpha + + animate(dropped_thing, transform = matrix() - matrix(), alpha = 0, color = rgb(0, 0, 0), time = 10) + for(var/i in 1 to 5) //Make sure the item is still there after our sleep - if(!AM || QDELETED(AM)) + if(!dropped_thing || QDELETED(dropped_thing)) return + dropped_thing.pixel_y-- + sleep(0.2 SECONDS) - if(iscyborg(AM)) - var/mob/living/silicon/robot/S = AM - qdel(S.mmi) - - falling_atoms -= AM - qdel(AM) - if(AM && !QDELETED(AM)) //It's indestructible - var/atom/parent = src.parent - parent.visible_message(span_boldwarning("[parent] spits out [AM]!")) - AM.alpha = oldalpha - AM.color = oldcolor - AM.transform = oldtransform - AM.throw_at(get_edge_target_turf(parent,pick(GLOB.alldirs)),rand(1, 10),rand(1, 10)) + //Make sure the item is still there after our sleep + if(!dropped_thing || QDELETED(dropped_thing)) + return + + if (!storage) + storage = new(get_turf(parent)) + RegisterSignal(storage, COMSIG_ATOM_EXITED, .proc/left_chasm) + + if (storage.contains(dropped_thing)) + return + + dropped_thing.alpha = oldalpha + dropped_thing.color = oldcolor + dropped_thing.transform = oldtransform + + if (dropped_thing.forceMove(storage)) + if (isliving(dropped_thing)) + RegisterSignal(dropped_thing, COMSIG_LIVING_REVIVE, .proc/on_revive) + else + parent.visible_message(span_boldwarning("[parent] spits out [dropped_thing]!")) + dropped_thing.throw_at(get_edge_target_turf(parent, pick(GLOB.alldirs)), rand(1, 10), rand(1, 10)) + + if (isliving(dropped_thing)) + var/mob/living/fallen_mob = dropped_thing + if(fallen_mob.stat != DEAD) + fallen_mob.death(TRUE) + fallen_mob.notransform = FALSE + fallen_mob.apply_damage(300) + var/obj/item/bodypart/l_leg = fallen_mob.get_bodypart(BODY_ZONE_L_LEG) + var/datum/wound/blunt/critical/l_fracture = new + l_fracture.apply_wound(l_leg) + var/obj/item/bodypart/r_leg = fallen_mob.get_bodypart(BODY_ZONE_R_LEG) + var/datum/wound/blunt/critical/r_fracture = new + r_fracture.apply_wound(r_leg) + + falling_atoms -= falling_ref + +/** + * Called when something has left the chasm depths storage. + * Arguments + * + * * source - Chasm object holder. + * * gone - Item which has just left the chasm contents. + */ +/datum/component/chasm/proc/left_chasm(atom/source, atom/movable/gone) + SIGNAL_HANDLER + UnregisterSignal(gone, COMSIG_LIVING_REVIVE) + +#define CHASM_TRAIT "chasm trait" + +/** + * Called if something comes back to life inside the pit. Expected sources are badmins and changelings. + * + * Arguments + * * escapee - Lucky guy who just came back to life at the bottom of a hole. + */ +/datum/component/chasm/proc/on_revive(mob/living/escapee) + var/atom/parent = src.parent + parent.visible_message(span_boldwarning("After a long climb, [escapee] leaps out of [parent]!")) + escapee.movement_type &= FLYING + escapee.forceMove(get_turf(parent)) + escapee.throw_at(get_edge_target_turf(parent, pick(GLOB.alldirs)), rand(1, 10), rand(1, 10)) + escapee.movement_type &= ~FLYING + escapee.Paralyze(20 SECONDS, TRUE) + UnregisterSignal(escapee, COMSIG_LIVING_REVIVE) + +#undef CHASM_TRAIT + +/** + * An abstract object which is basically just a bag that the chasm puts people inside + */ +/obj/effect/abstract/chasm_storage + name = "chasm depths" + desc = "The bottom of a hole. You shouldn't be able to interact with this." + anchored = TRUE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/datum/component/chasm/proc/fish(datum/source, obj/item/I, mob/user, params) + if(!istype(I,/obj/item/twohanded/fishingrod)) + return + var/obj/item/twohanded/fishingrod/rod = I + if(!rod.wielded) + to_chat(user, span_warning("You need to wield the rod in both hands before you can fish in the chasm!")) + return + if(do_after(user, 3 SECONDS, src.parent)) + if(!rod.wielded) + return + var/atom/parent = src.parent + var/list/fishing_contents = parent.GetAllContents() + if(!length(fishing_contents)) + to_chat(user, span_warning("There's nothing here!")) + return + var/found = FALSE + for(var/mob/M in fishing_contents) //since only mobs can fall in here this really isnt needed but on the off chance something naughty happens.. + M.forceMove(get_turf(user)) + UnregisterSignal(M, COMSIG_LIVING_REVIVE) + found = TRUE + if(found) + to_chat(user, span_warning("You reel in something!")) + else + to_chat(user, span_warning("There's nothing here!")) + return diff --git a/code/datums/components/plumbing/plumbing.dm b/code/datums/components/plumbing/plumbing.dm index 797cffb5656b..377a9694f1a2 100644 --- a/code/datums/components/plumbing/plumbing.dm +++ b/code/datums/components/plumbing/plumbing.dm @@ -29,7 +29,7 @@ /datum/component/plumbing/process() if(!demand_connects || !reagents) - STOP_PROCESSING(SSfluids, src) + STOP_PROCESSING(SSplumbing, src) return if(reagents.total_volume < reagents.maximum_volume) for(var/D in GLOB.cardinals) @@ -117,7 +117,7 @@ /datum/component/plumbing/proc/disable() //we stop acting like a plumbing thing and disconnect if we are, so we can safely be moved and stuff if(!active) return - STOP_PROCESSING(SSfluids, src) + STOP_PROCESSING(SSplumbing, src) for(var/A in ducts) var/datum/ductnet/D = ducts[A] D.remove_plumber(src) @@ -131,7 +131,7 @@ active = TRUE if(demand_connects) - START_PROCESSING(SSfluids, src) + START_PROCESSING(SSplumbing, src) for(var/D in GLOB.cardinals) if(D & (demand_connects + supply_connects)) diff --git a/code/datums/components/remote_materials.dm b/code/datums/components/remote_materials.dm index 586d649c517f..76c5099f21e2 100644 --- a/code/datums/components/remote_materials.dm +++ b/code/datums/components/remote_materials.dm @@ -64,6 +64,7 @@ handles linking back and forth. /datum/material/bananium, /datum/material/titanium, /datum/material/bluespace, + /datum/material/dilithium, /datum/material/plastic, ) diff --git a/code/datums/datum.dm b/code/datums/datum.dm index 675c607a32fd..a2d370e2ee68 100644 --- a/code/datums/datum.dm +++ b/code/datums/datum.dm @@ -100,21 +100,26 @@ if(dc) var/all_components = dc[/datum/component] if(length(all_components)) - for(var/I in all_components) - var/datum/component/C = I - qdel(C, FALSE, TRUE) + for(var/datum/component/component as anything in all_components) + qdel(component, FALSE, TRUE) else var/datum/component/C = all_components qdel(C, FALSE, TRUE) dc.Cut() + clear_signal_refs() + + return QDEL_HINT_QUEUE + +///Only override this if you know what you're doing. You do not know what you're doing +///This is a threat +/datum/proc/clear_signal_refs() var/list/lookup = comp_lookup if(lookup) for(var/sig in lookup) var/list/comps = lookup[sig] if(length(comps)) - for(var/i in comps) - var/datum/component/comp = i + for(var/datum/component/comp as anything in comps) comp.UnregisterSignal(src, sig) else var/datum/component/comp = comps @@ -124,8 +129,6 @@ for(var/target in signal_procs) UnregisterSignal(target, signal_procs[target]) - return QDEL_HINT_QUEUE - #ifdef DATUMVAR_DEBUGGING_MODE /datum/proc/save_vars() cached_vars = list() diff --git a/code/datums/hud.dm b/code/datums/hud.dm index ed584a1fd640..fcd6187cec1f 100644 --- a/code/datums/hud.dm +++ b/code/datums/hud.dm @@ -65,14 +65,17 @@ GLOBAL_LIST_INIT(huds, list( GLOB.all_huds -= src return ..() -/datum/atom_hud/proc/remove_hud_from(mob/M) // this is called when something disables HUD +/datum/atom_hud/proc/remove_hud_from(mob/M, absolute = FALSE) if(!M || !hudusers[M]) return - if (!--hudusers[M]) + if (absolute || !--hudusers[M]) + UnregisterSignal(M, COMSIG_PARENT_QDELETING) var/M_is_silicon = FALSE if(do_silicon_check && istype(M, /mob/living/silicon)) M_is_silicon = TRUE hudusers -= M + if(next_time_allowed[M]) + next_time_allowed -= M if(queued_to_see[M]) queued_to_see -= M else @@ -111,6 +114,7 @@ GLOBAL_LIST_INIT(huds, list( return if(!hudusers[M]) hudusers[M] = 1 + RegisterSignal(M, COMSIG_PARENT_QDELETING, .proc/unregister_mob) var/M_is_silicon = FALSE if(do_silicon_check && istype(M, /mob/living/silicon)) M_is_silicon = TRUE @@ -130,6 +134,10 @@ GLOBAL_LIST_INIT(huds, list( else hudusers[M]++ // the hell does this do? +/datum/atom_hud/proc/unregister_mob(datum/source, force) + SIGNAL_HANDLER + remove_hud_from(source, TRUE) + /datum/atom_hud/proc/show_hud_images_after_cooldown(M, M_is_silicon) if(queued_to_see[M]) queued_to_see -= M diff --git a/code/datums/martial/ultra_violence.dm b/code/datums/martial/ultra_violence.dm index 7e47936d3ff4..c19e98446dca 100644 --- a/code/datums/martial/ultra_violence.dm +++ b/code/datums/martial/ultra_violence.dm @@ -1,12 +1,13 @@ #define GUN_HAND "GHG" -#define POCKET_PISTOl "GG" +#define POCKET_PISTOL "GG" #define BLOOD_BURST "HHH" #define MAX_DASH_DIST 3 +#define IPCMARTIAL "ipcmartialtrait" /datum/martial_art/ultra_violence name = "Ultra Violence" id = MARTIALART_ULTRAVIOLENCE - no_guns = FALSE + no_guns = TRUE deflection_chance = 0 reroute_deflection = TRUE help_verb = /mob/living/carbon/human/proc/ultra_violence_help @@ -22,7 +23,7 @@ if(!can_use(A) || D.stat == DEAD)//stop hitting a corpse return FALSE - if(findtext(streak, POCKET_PISTOl)) + if(findtext(streak, POCKET_PISTOL)) streak = "" pocket_pistol(A,D) speed_boost(A, 2 SECONDS, "pocketpistol") @@ -62,7 +63,7 @@ return FALSE /datum/martial_art/ultra_violence/proc/speed_boost(mob/living/carbon/human/A, duration, tag) - A.add_movespeed_modifier(tag, update=TRUE, priority=101, multiplicative_slowdown = -0.5, blacklisted_movetypes=(FLYING|FLOATING)) + A.add_movespeed_modifier(tag, update=TRUE, priority=101, multiplicative_slowdown = -0.5, blacklisted_movetypes=(FLOATING)) addtimer(CALLBACK(src, .proc/remove_boost, A, tag), duration, TIMER_UNIQUE|TIMER_OVERRIDE) /datum/martial_art/ultra_violence/proc/remove_boost(mob/living/carbon/human/A, tag) @@ -84,64 +85,6 @@ A.adjustFireLoss(-40, FALSE, FALSE, BODYPART_ANY) //incentivising execution new /obj/effect/gibspawner/generic(D.loc) -/*--------------------------------------------------------------- - - training related section - ----------------------------------------------------------------*/ -/mob/living/carbon/human/proc/ultra_violence_help() - set name = "Cyber Grind" - set desc = "You mentally practice the teachings of Ultra Violence." - set category = "Ultra Violence" - to_chat(usr, "You search your data banks for techniques of Ultra Violence.") - - to_chat(usr, span_notice("This module has made you a hell-bound killing machine.")) - to_chat(usr, span_notice("You are immune to stuns and cannot be slowed by damage.")) - to_chat(usr, span_notice("You will deflect emps while throwmode is enabled, throwing a lightning bolt if your hands are empty.")) - to_chat(usr, span_notice("After deflecting, or getting hit by an emp you will be immune to more for 5 seconds.")) - to_chat(usr, span_warning("Your disarm has been replaced with a charged-based dash system.")) - to_chat(usr, span_warning("You cannot grab either, JUST KILL THEM!")) //seriously, no pushing or clinching, that's boring, just kill - to_chat(usr, span_notice("Getting covered in blood will heal you.")) - - to_chat(usr, "[span_notice("Disarm Intent")]: Dash in a direction.") - to_chat(usr, "[span_notice("Pocket Revolver")]: Grab Grab. Puts a loaded revolver in your hand for one shot. Target must be living, but can be yourself.") - to_chat(usr, "[span_notice("Gun Hand")]: Grab Harm Grab. Puts a loaded shotgun in your hand for one shot. Target must be living and not in crit.") - to_chat(usr, "[span_notice("Blood Burst")]: Harm Harm Harm. Explodes blood from the target, covering you in blood and healing for a bit. Executes people in hardcrit exploding more blood everywhere.") - to_chat(usr, span_notice("Completing any combo will give a speed buff with a duration scaling based on combo difficulty.")) - -/datum/martial_art/ultra_violence/teach(mob/living/carbon/human/H, make_temporary=0) - ..() - H.dna.species.attack_sound = 'sound/weapons/shotgunshot.ogg' - H.dna.species.punchdamagelow += 4 - H.dna.species.punchdamagehigh += 4 //no fancy comboes, just punches - H.dna.species.punchstunthreshold += 4 - ADD_TRAIT(H, TRAIT_NOSOFTCRIT, "martial") - ADD_TRAIT(H, TRAIT_NOLIMBDISABLE, "martial") - ADD_TRAIT(H, TRAIT_IGNOREDAMAGESLOWDOWN, "martial") - ADD_TRAIT(H, TRAIT_NO_STUN_WEAPONS, "martial") - ADD_TRAIT(H, TRAIT_NODISMEMBER, "martial") - ADD_TRAIT(H, TRAIT_STUNIMMUNE, "martial")///mainly so emps don't end you instantly, they still do damage though - H.throw_alert("dash_charge", /atom/movable/screen/alert/ipcmartial, dashes+1) - usr.click_intercept = src //probably breaks something, don't know what though - H.dna.species.GiveSpeciesFlight(H)//because... c'mon - -/datum/martial_art/ultra_violence/on_remove(mob/living/carbon/human/H) - ..() - H.dna.species.attack_sound = initial(H.dna.species.attack_sound) //back to flimsy tin tray punches - H.dna.species.punchdamagelow -= 4 - H.dna.species.punchdamagehigh -= 4 - H.dna.species.punchstunthreshold -= 4 - REMOVE_TRAIT(H, TRAIT_NOSOFTCRIT, "martial") - REMOVE_TRAIT(H, TRAIT_NOLIMBDISABLE, "martial") - REMOVE_TRAIT(H, TRAIT_IGNOREDAMAGESLOWDOWN, "martial") - REMOVE_TRAIT(H, TRAIT_NO_STUN_WEAPONS, "martial") - REMOVE_TRAIT(H, TRAIT_NODISMEMBER, "martial") - REMOVE_TRAIT(H, TRAIT_STUNIMMUNE, "martial") - deltimer(dash_timer) - H.clear_alert("dash_charge") - usr.click_intercept = null //un-breaks the thing that i don't know is broken - //not likely they'll lose the martial art i guess, so i guess they can keep the wings since i don't know how to remove them - /*--------------------------------------------------------------- start of pocket pistol section @@ -197,6 +140,7 @@ /obj/item/gun/ballistic/revolver/ipcmartial/attack_self(mob/living/A) to_chat(A, span_notice("You stash your revolver away.")) qdel(src) + /*--------------------------------------------------------------- end of pocket pistol section @@ -256,6 +200,7 @@ /obj/item/gun/ballistic/shotgun/ipcmartial/attack_self(mob/living/A) to_chat(A, span_notice("You relax your gun hand.")) qdel(src) + /*--------------------------------------------------------------- end of shotgun punch section @@ -312,8 +257,73 @@ end of dash section ---------------------------------------------------------------*/ +/*--------------------------------------------------------------- + + training related section + +---------------------------------------------------------------*/ +/mob/living/carbon/human/proc/ultra_violence_help() + set name = "Cyber Grind" + set desc = "You mentally practice the teachings of Ultra Violence." + set category = "Ultra Violence" + to_chat(usr, "You search your data banks for techniques of Ultra Violence.") + + to_chat(usr, span_notice("This module has made you a hell-bound killing machine.")) + to_chat(usr, span_notice("You are immune to stuns and cannot be slowed by damage.")) + to_chat(usr, span_notice("You will deflect emps while throwmode is enabled, throwing a lightning bolt if your hands are empty.")) + to_chat(usr, span_notice("After deflecting, or getting hit by an emp you will be immune to more for 5 seconds.")) + to_chat(usr, span_warning("Your disarm has been replaced with a charged-based dash system.")) + to_chat(usr, span_warning("You cannot grab either, JUST KILL THEM!")) //seriously, no pushing or clinching, that's boring, just kill + to_chat(usr, span_notice("Getting covered in blood will heal you.")) + + to_chat(usr, "[span_notice("Disarm Intent")]: Dash in a direction.") + to_chat(usr, "[span_notice("Pocket Revolver")]: Grab Grab. Puts a loaded revolver in your hand for one shot. Target must be living, but can be yourself.") + to_chat(usr, "[span_notice("Gun Hand")]: Grab Harm Grab. Puts a loaded shotgun in your hand for one shot. Target must be living and not in crit.") + to_chat(usr, "[span_notice("Blood Burst")]: Harm Harm Harm. Explodes blood from the target, covering you in blood and healing for a bit. Executes people in hardcrit exploding more blood everywhere.") + to_chat(usr, span_notice("Completing any combo will give a speed buff with a duration scaling based on combo difficulty.")) + +/datum/martial_art/ultra_violence/teach(mob/living/carbon/human/H, make_temporary=0)//brace your eyes for this mess of buffs + ..() + H.dna.species.attack_sound = 'sound/weapons/shotgunshot.ogg' + H.dna.species.punchdamagelow += 4 + H.dna.species.punchdamagehigh += 4 //no fancy comboes, just punches + H.dna.species.punchstunthreshold += 4 + H.dna.species.staminamod = 0 //my god, why must you make me add all these additional things, stop trying to disable them, just kill them + H.dna.species.speedmod -= 0.1 + H.update_movespeed(TRUE) + ADD_TRAIT(H, TRAIT_NOSOFTCRIT, IPCMARTIAL) + ADD_TRAIT(H, TRAIT_NOHARDCRIT, IPCMARTIAL)//instead of giving them more health, just remove crit entirely, fits better thematically too + ADD_TRAIT(H, TRAIT_IGNOREDAMAGESLOWDOWN, IPCMARTIAL) + ADD_TRAIT(H, TRAIT_NOLIMBDISABLE, IPCMARTIAL) + ADD_TRAIT(H, TRAIT_NO_STUN_WEAPONS, IPCMARTIAL) + ADD_TRAIT(H, TRAIT_NODISMEMBER, IPCMARTIAL) + ADD_TRAIT(H, TRAIT_STUNIMMUNE, IPCMARTIAL)///mainly so emps don't end you instantly, they still do damage though + H.throw_alert("dash_charge", /atom/movable/screen/alert/ipcmartial, dashes+1) + usr.click_intercept = src //probably breaks something, don't know what though + H.dna.species.GiveSpeciesFlight(H)//because... c'mon + +/datum/martial_art/ultra_violence/on_remove(mob/living/carbon/human/H) + ..() + H.dna.species.attack_sound = initial(H.dna.species.attack_sound) //back to flimsy tin tray punches + H.dna.species.punchdamagelow -= 4 + H.dna.species.punchdamagehigh -= 4 + H.dna.species.punchstunthreshold -= 4 + H.dna.species.staminamod = initial(H.dna.species.staminamod) + H.dna.species.speedmod += 0.1 + H.update_movespeed(TRUE) + REMOVE_TRAIT(H, TRAIT_NOSOFTCRIT, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_NOHARDCRIT, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_IGNOREDAMAGESLOWDOWN, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_NOLIMBDISABLE, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_NO_STUN_WEAPONS, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_NODISMEMBER, IPCMARTIAL) + REMOVE_TRAIT(H, TRAIT_STUNIMMUNE, IPCMARTIAL) + deltimer(dash_timer) + H.clear_alert("dash_charge") + usr.click_intercept = null //un-breaks the thing that i don't know is broken + //not likely they'll lose the martial art i guess, so i guess they can keep the wings since i don't know how to remove them #undef GUN_HAND -#undef POCKET_PISTOl +#undef POCKET_PISTOL #undef BLOOD_BURST #undef MAX_DASH_DIST diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 0b9d19a3b5d6..737800201d60 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -89,15 +89,16 @@ /// The timer for the afk verb var/afk_verb_timer -/datum/mind/New(key) - src.key = key +/datum/mind/New(_key) + key = _key soulOwner = src martial_art = default_martial_art /datum/mind/Destroy() SSticker.minds -= src - if(islist(antag_datums)) - QDEL_LIST(antag_datums) + QDEL_NULL(antag_hud) + QDEL_LIST(antag_datums) + QDEL_NULL(language_holder) current = null soulOwner = null return ..() diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 7207283c2b38..461db343496f 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -509,3 +509,11 @@ suffix = "lavaland_surface_forgottenkitchen.dmm" allow_duplicates = FALSE cost = 6 + +/datum/map_template/ruin/lavaland/forgottenkitchen + name = "Lavaland Corn Maze" + id = "cornmaze" + description = "A maze filled with chasms. Don't slip!" + suffix = "lavaland_surface_maze.dmm" + allow_duplicates = FALSE + cost = 6 diff --git a/code/datums/saymode.dm b/code/datums/saymode.dm index 93e07df81ec1..9684ae51d8b2 100644 --- a/code/datums/saymode.dm +++ b/code/datums/saymode.dm @@ -15,6 +15,9 @@ mode = MODE_CHANGELING /datum/saymode/changeling/handle_message(mob/living/user, message, datum/language/language) + if(ismob(user.pulledby) && is_changeling(user.pulledby) && user.pulledby.grab_state >= GRAB_NECK) + to_chat(user, span_warning("Our abilities are being dampened! We cannot speak through the hivemind!")) + return FALSE switch(user.lingcheck()) if(LINGHIVE_LINK) var/msg = span_changeling("[user.mind]: [message]") diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm index 2670c31bd369..6d43dc076b94 100644 --- a/code/datums/status_effects/buffs.dm +++ b/code/datums/status_effects/buffs.dm @@ -391,6 +391,11 @@ alert_type = null var/hand var/deathTick = 0 + var/efficiency = 1 + +/datum/status_effect/hippocraticOath/on_creation(mob/living/new_owner, _efficiency) + efficiency = _efficiency + . = ..() /datum/status_effect/hippocraticOath/on_apply() //Makes the user passive, it's in their oath not to harm! @@ -426,8 +431,9 @@ if(iscarbon(owner)) var/mob/living/carbon/itemUser = owner var/obj/item/heldItem = itemUser.get_item_for_held_index(hand) - if(heldItem == null || heldItem.type != /obj/item/rod_of_asclepius) //Checks to make sure the rod is still in their hand + if(heldItem == null || !istype(heldItem, /obj/item/rod_of_asclepius)) //Checks to make sure the rod is still in their hand var/obj/item/rod_of_asclepius/newRod = new(itemUser.loc) + newRod.efficiency = efficiency newRod.activated() if(!itemUser.has_hand_for_held_index(hand)) //If user does not have the corresponding hand anymore, give them one and return the rod to their hand @@ -447,31 +453,31 @@ //Because a servant of medicines stops at nothing to help others, lets keep them on their toes and give them an additional boost. if(itemUser.health < itemUser.maxHealth) new /obj/effect/temp_visual/heal(get_turf(itemUser), "#375637") - itemUser.adjustBruteLoss(-1.5) - itemUser.adjustFireLoss(-1.5) - itemUser.adjustToxLoss(-1.5, forced = TRUE) //Because Slime People are people too - itemUser.adjustOxyLoss(-1.5) - itemUser.adjustStaminaLoss(-1.5) - itemUser.adjustOrganLoss(ORGAN_SLOT_BRAIN, -1.5) - itemUser.adjustCloneLoss(-0.5) //Becasue apparently clone damage is the bastion of all health + itemUser.adjustBruteLoss(-1.5 * efficiency) + itemUser.adjustFireLoss(-1.5 * efficiency) + itemUser.adjustToxLoss(-1.5 * efficiency, forced = TRUE) //Because Slime People are people too + itemUser.adjustOxyLoss(-1.5 * efficiency) + itemUser.adjustStaminaLoss(-1.5 * efficiency) + itemUser.adjustOrganLoss(ORGAN_SLOT_BRAIN, -1.5 * efficiency) + itemUser.adjustCloneLoss(-0.5 * efficiency) //Becasue apparently clone damage is the bastion of all health //Heal all those around you, unbiased for(var/mob/living/L in view(7, owner)) if(L.health < L.maxHealth) new /obj/effect/temp_visual/heal(get_turf(L), "#375637") if(iscarbon(L)) - L.adjustBruteLoss(-3.5) - L.adjustFireLoss(-3.5) - L.adjustToxLoss(-3.5, forced = TRUE) //Because Slime People are people too - L.adjustOxyLoss(-3.5) - L.adjustStaminaLoss(-3.5) - L.adjustOrganLoss(ORGAN_SLOT_BRAIN, -3.5) - L.adjustCloneLoss(-1) //Becasue apparently clone damage is the bastion of all health + L.adjustBruteLoss(-3.5 * efficiency) + L.adjustFireLoss(-3.5 * efficiency) + L.adjustToxLoss(-3.5 * efficiency, forced = TRUE) //Because Slime People are people too + L.adjustOxyLoss(-3.5 * efficiency) + L.adjustStaminaLoss(-3.5 * efficiency) + L.adjustOrganLoss(ORGAN_SLOT_BRAIN, -3.5 * efficiency) + L.adjustCloneLoss(-1 * efficiency) //Becasue apparently clone damage is the bastion of all health else if(issilicon(L)) - L.adjustBruteLoss(-3.5) - L.adjustFireLoss(-3.5) + L.adjustBruteLoss(-3.5 * efficiency) + L.adjustFireLoss(-3.5 * efficiency) else if(isanimal(L)) var/mob/living/simple_animal/SM = L - SM.adjustHealth(-3.5, forced = TRUE) + SM.adjustHealth(-3.5 * efficiency, forced = TRUE) /datum/status_effect/good_music id = "Good Music" diff --git a/code/datums/status_effects/debuffs.dm b/code/datums/status_effects/debuffs.dm index 97098a7fe2e7..c176adc015f9 100644 --- a/code/datums/status_effects/debuffs.dm +++ b/code/datums/status_effects/debuffs.dm @@ -393,9 +393,9 @@ status_type = STATUS_EFFECT_REPLACE alert_type = null var/mutable_appearance/marked_underlay - var/obj/item/twohanded/required/kinetic_crusher/hammer_synced + var/obj/item/twohanded/kinetic_crusher/hammer_synced -/datum/status_effect/crusher_mark/on_creation(mob/living/new_owner, obj/item/twohanded/required/kinetic_crusher/new_hammer_synced) +/datum/status_effect/crusher_mark/on_creation(mob/living/new_owner, obj/item/twohanded/kinetic_crusher/new_hammer_synced) . = ..() if(.) hammer_synced = new_hammer_synced @@ -984,8 +984,9 @@ /datum/status_effect/eldritch/ash/on_effect() if(iscarbon(owner)) var/mob/living/carbon/carbon_owner = owner - carbon_owner.adjustStaminaLoss(10 * repetitions) carbon_owner.adjustFireLoss(5 * repetitions) + carbon_owner.adjust_fire_stacks(2) + carbon_owner.IgniteMob() for(var/mob/living/carbon/victim in range(1,carbon_owner)) if(IS_HERETIC(victim) || victim == carbon_owner) continue diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm index b68fd749e432..6bf78ebd723d 100644 --- a/code/datums/traits/good.dm +++ b/code/datums/traits/good.dm @@ -369,10 +369,15 @@ name = "Multilingual" desc = "You spent a portion of your life learning to understand an additional language. You may or may not be able to speak it based on your anatomy." icon = "book" - value = 3 + value = 2 var/datum/language/specific gain_text = span_notice("You have learned to understand an additional language.") lose_text = span_notice("You have forgotten how to understand a language.") + var/list/blacklisted_languages = list( + /datum/language/codespeak, + /datum/language/narsie, + /datum/language/ratvar, + /datum/language/encrypted) // guh /datum/quirk/multilingual/add() var/mob/living/carbon/human/H = quirk_holder @@ -381,7 +386,7 @@ else var/obj/item/organ/tongue/T = H.getorganslot(ORGAN_SLOT_TONGUE) var/list/languages_possible = T.languages_possible - languages_possible = languages_possible - typecacheof(/datum/language/codespeak) - typecacheof(/datum/language/narsie) - typecacheof(/datum/language/ratvar) + languages_possible = languages_possible - blacklisted_languages languages_possible = languages_possible - H.language_holder.understood_languages languages_possible = languages_possible - H.language_holder.blocked_languages if(length(languages_possible)) @@ -429,3 +434,31 @@ specific = /datum/language/draconic gain_text = span_notice("You have learned to understand Draconic.") lose_text = span_notice("You have forgotten how to understand Draconic.") + +/datum/quirk/multilingual/felinid + name = "Multilingual (Felinid)" + desc = "You spent a portion of your life learning to understand Felinid. You may or may not be able to speak it based on your anatomy." + specific = /datum/language/felinid + gain_text = span_notice("You have learned to understand Felinid.") + lose_text = span_notice("You have forgotten how to understand Felinid.") + +/datum/quirk/multilingual/sylvan + name = "Multilingual (Sylvan)" + desc = "You spent a portion of your life learning to understand Sylvan. You may or may not be able to speak it based on your anatomy." + specific = /datum/language/sylvan + gain_text = span_notice("You have learned to understand Sylvan.") + lose_text = span_notice("You have forgotten how to understand Sylvan.") + +/datum/quirk/multilingual/polysmorph + name = "Multilingual (Polysmorph)" + desc = "You spent a portion of your life learning to understand Polysmorph. You may or may not be able to speak it based on your anatomy." + specific = /datum/language/polysmorph + gain_text = span_notice("You have learned to understand Polysmorph.") + lose_text = span_notice("You have forgotten how to understand Polysmorph.") + +/datum/quirk/multilingual/bonespeak + name = "Multilingual (Bonespeak)" + desc = "You spent a portion of your life learning to understand Bonespeak. You may or may not be able to speak it based on your anatomy." + specific = /datum/language/bonespeak + gain_text = span_notice("You have learned to understand Bonespeak.") + lose_text = span_notice("You have forgotten how to understand Bonespeak.") diff --git a/code/game/area/areas.dm b/code/game/area/areas.dm index 2eda8fda45eb..cca3ec421390 100644 --- a/code/game/area/areas.dm +++ b/code/game/area/areas.dm @@ -263,6 +263,7 @@ GLOBAL_LIST_EMPTY(teleportlocs) /area/Destroy() if(GLOB.areas_by_type[type] == src) GLOB.areas_by_type[type] = null + GLOB.sortedAreas -= src GLOB.areas -= src STOP_PROCESSING(SSobj, src) return ..() diff --git a/code/game/area/areas/shuttles.dm b/code/game/area/areas/shuttles.dm index 8520c71c00f5..bc9e18a1db21 100644 --- a/code/game/area/areas/shuttles.dm +++ b/code/game/area/areas/shuttles.dm @@ -188,10 +188,12 @@ /area/shuttle/syndicate_scout name = "Syndicate Scout" blob_allowed = FALSE + noteleport = TRUE /area/shuttle/caravan blob_allowed = FALSE requires_power = TRUE + noteleport = TRUE /area/shuttle/caravan/syndicate1 name = "Syndicate Fighter" diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 479803548688..f9aa6fd0548e 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -206,16 +206,18 @@ */ /atom/Destroy() if(alternate_appearances) - for(var/K in alternate_appearances) - var/datum/atom_hud/alternate_appearance/AA = alternate_appearances[K] - AA.remove_from_hud(src) + for(var/current_alternate_appearance in alternate_appearances) + var/datum/atom_hud/alternate_appearance/selected_alternate_appearance = alternate_appearances[current_alternate_appearance] + selected_alternate_appearance.remove_from_hud(src) if(reagents) qdel(reagents) orbiters = null // The component is attached to us normaly and will be deleted elsewhere - LAZYCLEARLIST(overlays) + // Checking length(overlays) before cutting has significant speed benefits + if (length(overlays)) + overlays.Cut() LAZYCLEARLIST(priority_overlays) for(var/i in targeted_by) @@ -225,6 +227,8 @@ targeted_by = null QDEL_NULL(light) + if (length(light_sources)) + light_sources.Cut() return ..() diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index e2cb40222a83..74e0f3b3f888 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -72,9 +72,45 @@ if(light_system == MOVABLE_LIGHT) AddComponent(/datum/component/overlay_lighting) -/atom/movable/Destroy() +/atom/movable/Destroy(force) + QDEL_NULL(proximity_monitor) + QDEL_NULL(language_holder) QDEL_NULL(em_block) - return ..() + + unbuckle_all_mobs(force = TRUE) + + if(loc) + //Restore air flow if we were blocking it (movables with ATMOS_PASS_PROC will need to do this manually if necessary) + if(((CanAtmosPass == ATMOS_PASS_DENSITY && density) || CanAtmosPass == ATMOS_PASS_NO) && isturf(loc)) + CanAtmosPass = ATMOS_PASS_YES + air_update_turf(TRUE) + loc.handle_atom_del(src) + + invisibility = INVISIBILITY_ABSTRACT + + if(pulledby) + pulledby.stop_pulling() + if(pulling) + stop_pulling() + + if(orbiting) + orbiting.end_orbit(src) + orbiting = null + + LAZYCLEARLIST(client_mobs_in_contents) + + . = ..() + + for(var/movable_content in contents) + qdel(movable_content) + + moveToNullspace() + + vis_locs = null //clears this atom out of all viscontents + + // Checking length(vis_contents) before cutting has significant speed benefits + if (length(vis_contents)) + vis_contents.Cut() /atom/movable/proc/update_emissive_block() if(blocks_emissive != EMISSIVE_BLOCK_GENERIC) @@ -438,30 +474,6 @@ SSdemo.mark_dirty(src) return TRUE -/atom/movable/Destroy(force) - QDEL_NULL(proximity_monitor) - QDEL_NULL(language_holder) - - unbuckle_all_mobs(force=1) - - . = ..() - if(loc) - //Restore air flow if we were blocking it (movables with ATMOS_PASS_PROC will need to do this manually if necessary) - if(((CanAtmosPass == ATMOS_PASS_DENSITY && density) || CanAtmosPass == ATMOS_PASS_NO) && isturf(loc)) - CanAtmosPass = ATMOS_PASS_YES - air_update_turf(TRUE) - loc.handle_atom_del(src) - for(var/atom/movable/AM in contents) - qdel(AM) - moveToNullspace() - invisibility = INVISIBILITY_ABSTRACT - if(pulledby) - pulledby.stop_pulling() - - if(orbiting) - orbiting.end_orbit(src) - orbiting = null - // Make sure you know what you're doing if you call this, this is intended to only be called by byond directly. // You probably want CanPass() /atom/movable/Cross(atom/movable/AM) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm index 9e4caccd1d63..0b051bcfa1dd 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm @@ -191,7 +191,7 @@ cost = 20 requirements = list(90,90,90,80,60,40,30,20,10,10) var/list/roundstart_wizards = list() - minimum_players = 27 + minimum_players = 34 /datum/dynamic_ruleset/roundstart/wizard/acceptable(population=0, threat=0) if(GLOB.wizardstart.len == 0) @@ -295,7 +295,7 @@ flags = HIGH_IMPACT_RULESET antag_cap = list("denominator" = 18, "offset" = 1) var/datum/team/nuclear/nuke_team - minimum_players = 30 + minimum_players = 35 /datum/dynamic_ruleset/roundstart/nuclear/ready(population, forced = FALSE) required_candidates = get_antag_cap(population) @@ -983,7 +983,7 @@ requirements = list(100,100,100,100,100,100,100,100,100,100) antag_cap = list(999,999,999,999,999) minimum_players = 40 - + /datum/dynamic_ruleset/roundstart/wizard/ragin/bullshit/pre_execute() . = ..() if(.) diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index 7c3e52b8dc8a..2ae6d6d70ca2 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -5,8 +5,8 @@ config_tag = "nuclear" report_type = "nuclear" false_report_weight = 10 - required_players = 30 // 30 players - 3 players to be the nuke ops = 27 players remaining - required_enemies = 2 + required_players = 35 // 35 players - 3 players to be the nuke ops = 32 players remaining + required_enemies = 3 recommended_enemies = 5 antag_flag = ROLE_OPERATIVE enemy_minimum_age = 14 diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index eda0349bb19b..d243a93c4cfe 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -463,7 +463,7 @@ GLOBAL_LIST_EMPTY(objectives) if(SSshuttle.emergency.mode != SHUTTLE_ENDGAME) return TRUE for(var/mob/living/player in GLOB.player_list) - if(player.mind && player.stat != DEAD && !(issilicon(player) || isipc(player))) + if(player.mind && player.stat != DEAD && ((MOB_ORGANIC in player.mob_biotypes) || !(MOB_ROBOTIC in player.mob_biotypes))) if(get_area(player) in SSshuttle.emergency.shuttle_areas) return FALSE return TRUE diff --git a/code/game/gamemodes/revolution/revolution.dm b/code/game/gamemodes/revolution/revolution.dm index ad5ec4c8b47e..8685777fcbb3 100644 --- a/code/game/gamemodes/revolution/revolution.dm +++ b/code/game/gamemodes/revolution/revolution.dm @@ -13,7 +13,7 @@ name = "revolution" config_tag = "revolution" report_type = "revolution" - antag_flag = ROLE_REV + antag_flag = ROLE_REV_HEAD false_report_weight = 10 restricted_jobs = list("Security Officer", "Warden", "Detective", "AI", "Cyborg", "Captain", "Head of Personnel", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer", "Shaft Miner", "Mining Medic", "Brig Physician") //Yogs: Added Brig Physician required_jobs = list(list("Captain"=1),list("Head of Personnel"=1),list("Head of Security"=1),list("Chief Engineer"=1),list("Research Director"=1),list("Chief Medical Officer"=1)) //Any head present diff --git a/code/game/gamemodes/wizard/wizard.dm b/code/game/gamemodes/wizard/wizard.dm index a48a5476c264..7bfbcf385348 100644 --- a/code/game/gamemodes/wizard/wizard.dm +++ b/code/game/gamemodes/wizard/wizard.dm @@ -8,7 +8,7 @@ report_type = "wizard" antag_flag = ROLE_WIZARD false_report_weight = 10 - required_players = 27 + required_players = 34 required_enemies = 1 recommended_enemies = 1 enemy_minimum_age = 14 diff --git a/code/game/machinery/ai_slipper.dm b/code/game/machinery/ai_slipper.dm index e33f66772993..639587a3520c 100644 --- a/code/game/machinery/ai_slipper.dm +++ b/code/game/machinery/ai_slipper.dm @@ -35,7 +35,9 @@ if(cooldown_time > world.time) to_chat(user, span_danger("[src] cannot be activated for [DisplayTimeText(world.time - cooldown_time)].")) return - new /obj/effect/particle_effect/foam(loc) + var/datum/effect_system/fluid_spread/foam/foam = new + foam.set_up(4, holder = src, location = loc) + foam.start() uses-- to_chat(user, span_notice("You activate [src]. It now has [uses] uses of foam remaining.")) cooldown = world.time + cooldown_time diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm index d4d95b07795e..ba52c6054c00 100644 --- a/code/game/machinery/deployable.dm +++ b/code/game/machinery/deployable.dm @@ -100,7 +100,7 @@ if(I.tool_behaviour == TOOL_CROWBAR && user.a_intent != INTENT_HARM) user.visible_message("[user.name] starts prying [src.name] apart.", \ span_notice("You start prying the barricade apart")) - if(I.use_tool(src, user, 190, volume=50)) + if(I.use_tool(src, user, 10 SECONDS, volume=50)) to_chat(user, span_notice("You disassemble the barricade.")) new /obj/item/stack/sheet/mineral/wood(user.loc, 5) qdel(src) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 8c0f49628c9c..824030b0741f 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1110,6 +1110,20 @@ update_icon() user.transferItemToLoc(C, src, TRUE) charge = C + else if(istype(C,/obj/item/electronics/airlock)) + if(!security_level && panel_open) + var/obj/item/electronics/airlock/ae = C + if(!electronics) + if(req_one_access) + ae.one_access = 1 + ae.accesses = req_one_access + else + ae.accesses = req_access + else + ae.one_access = electronics.one_access + ae.accesses = electronics.req_access + to_chat(user, span_notice("You copy the access of [src] to [ae].")) + else if(istype(C, /obj/item/paper) || istype(C, /obj/item/photo)) if(note) to_chat(user, span_warning("There's already something pinned to this airlock! Use wirecutters to remove it.")) diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index b2aad8bb28c2..ac1b15a44f39 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -238,6 +238,8 @@ return max_moles - min_moles > 20 /obj/machinery/door/attackby(obj/item/I, mob/user, params) + add_fingerprint(user) + if(user.a_intent != INTENT_HARM && (I.tool_behaviour == TOOL_CROWBAR || istype(I, /obj/item/twohanded/fireaxe))) try_to_crowbar(I, user) return 1 diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 69652c065011..732d62a3b643 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -280,7 +280,7 @@ obj/machinery/holopad/secure/Initialize() if(pad.padname) LAZYADD(callnames[pad.padname], pad) callnames -= padname - var/result = tgui_input_list(usr, "Choose an area to call", "Holocall", sortNames(callnames)) + var/result = tgui_input_list(usr, "Choose an area to call", "Holocall", sortList(callnames)) if(QDELETED(usr) || !result || outgoing_call) return if(usr.loc == loc) diff --git a/code/game/machinery/recharger.dm b/code/game/machinery/recharger.dm index 8e0ad9d107ee..f8b2ebda8247 100644 --- a/code/game/machinery/recharger.dm +++ b/code/game/machinery/recharger.dm @@ -126,7 +126,7 @@ if(stat & (NOPOWER|BROKEN) || !anchored) return PROCESS_KILL - if(charging) + if(charging && charging.loc == src) var/obj/item/stock_parts/cell/C = charging.get_cell() if(C) if(C.charge < C.maxcharge) @@ -153,6 +153,10 @@ update_icon() return else + if(charging) + charging.update_icon() + charging.forceMove(drop_location()) + setCharging(null) return PROCESS_KILL /obj/machinery/recharger/emp_act(severity) diff --git a/code/game/machinery/recycler.dm b/code/game/machinery/recycler.dm index 342a752dadb8..3509848e7bbd 100644 --- a/code/game/machinery/recycler.dm +++ b/code/game/machinery/recycler.dm @@ -18,7 +18,7 @@ var/item_recycle_sound = 'sound/items/welder.ogg' /obj/machinery/recycler/Initialize() - AddComponent(/datum/component/material_container, list(/datum/material/iron, /datum/material/glass, /datum/material/plasma, /datum/material/silver, /datum/material/gold, /datum/material/diamond, /datum/material/uranium, /datum/material/bananium, /datum/material/titanium, /datum/material/bluespace, /datum/material/plastic), INFINITY, FALSE, null, null, null, TRUE) + AddComponent(/datum/component/material_container, list(/datum/material/iron, /datum/material/glass, /datum/material/plasma, /datum/material/silver, /datum/material/gold, /datum/material/diamond, /datum/material/uranium, /datum/material/bananium, /datum/material/titanium, /datum/material/bluespace, /datum/material/dilithium, /datum/material/plastic), INFINITY, FALSE, null, null, null, TRUE) AddComponent(/datum/component/butchering, 1, amount_produced,amount_produced/5) . = ..() update_icon() diff --git a/code/game/mecha/equipment/weapons/weapons.dm b/code/game/mecha/equipment/weapons/weapons.dm index 7c7ebd4c1258..5a08cfbb10dd 100644 --- a/code/game/mecha/equipment/weapons/weapons.dm +++ b/code/game/mecha/equipment/weapons/weapons.dm @@ -125,8 +125,8 @@ name = "\improper MKIV ion heavy cannon" desc = "A weapon for combat exosuits. Shoots technology-disabling ion beams. Don't catch yourself in the blast!" icon_state = "mecha_ion" - energy_drain = 120 - projectile = /obj/item/projectile/ion + energy_drain = 200 + projectile = /obj/item/projectile/ion/heavy //Big boy 2/2 EMP bolts fire_sound = 'sound/weapons/laser.ogg' /obj/item/mecha_parts/mecha_equipment/weapon/energy/tesla diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 55dd080e2d94..3190ee2ed91c 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -108,7 +108,7 @@ var/datum/action/innate/mecha/mech_toggle_thrusters/thrusters_action = new var/datum/action/innate/mecha/mech_defence_mode/defence_action = new var/datum/action/innate/mecha/mech_overload_mode/overload_action = new - var/datum/effect_system/smoke_spread/smoke_system = new //not an action, but trigged by one + var/datum/effect_system/fluid_spread/smoke/smoke_system = new //not an action, but trigged by one var/datum/action/innate/mecha/mech_smoke/smoke_action = new var/datum/action/innate/mecha/mech_zoom/zoom_action = new var/datum/action/innate/mecha/mech_switch_damtype/switch_damtype_action = new @@ -150,7 +150,7 @@ add_airtank() spark_system.set_up(2, 0, src) spark_system.attach(src) - smoke_system.set_up(3, src) + smoke_system.set_up(3, location = src) smoke_system.attach(src) add_cell() add_scanmod() diff --git a/code/game/mecha/working/ripley.dm b/code/game/mecha/working/ripley.dm index ff4d11749b6b..34da294c84e8 100644 --- a/code/game/mecha/working/ripley.dm +++ b/code/game/mecha/working/ripley.dm @@ -64,9 +64,9 @@ desc = "Autonomous Power Loader Unit MK-II. This prototype Ripley is refitted with a pressurized cabin, trading its prior speed for atmospheric protection" name = "\improper APLU MK-II \"Ripley\"" icon_state = "ripleymkii" - fast_pressure_step_in = 2 //step_in while in low pressure conditions - slow_pressure_step_in = 4 //step_in while in normal pressure conditions - step_in = 4 + fast_pressure_step_in = 1.75 //step_in while in low pressure conditions + slow_pressure_step_in = 3 //step_in while in normal pressure conditions + step_in = 3 armor = list(MELEE = 40, BULLET = 20, LASER = 10, ENERGY = 20, BOMB = 40, BIO = 100, RAD = 55, FIRE = 100, ACID = 100) wreckage = /obj/structure/mecha_wreckage/ripley/mkii enclosed = TRUE @@ -119,6 +119,9 @@ /obj/mecha/working/ripley/deathripley/real desc = "OH SHIT IT'S THE DEATHSQUAD WE'RE ALL GONNA DIE. FOR REAL" armor = list(MELEE = 50, BULLET = 50, LASER = 50, ENERGY = 80, BOMB = 90, BIO = 100, RAD = 100, FIRE = 100, ACID = 100) + fast_pressure_step_in = 1.5 + slow_pressure_step_in = 3 + step_in = 3 /obj/mecha/working/ripley/deathripley/real/Initialize() . = ..() diff --git a/code/game/objects/effects/anomalies.dm b/code/game/objects/effects/anomalies.dm index cc97027934f3..96b0f0e59d2f 100644 --- a/code/game/objects/effects/anomalies.dm +++ b/code/game/objects/effects/anomalies.dm @@ -52,7 +52,7 @@ /obj/effect/anomaly/Destroy() GLOB.poi_list.Remove(src) STOP_PROCESSING(SSobj, src) - qdel(countdown) + QDEL_NULL(countdown) return ..() /obj/effect/anomaly/proc/anomalyEffect(delta_time) @@ -67,7 +67,7 @@ qdel(src) /obj/effect/anomaly/proc/anomalyNeutralize() - new /obj/effect/particle_effect/smoke/bad(loc) + new /obj/effect/particle_effect/fluid/smoke/bad(loc) for(var/atom/movable/O in src) O.forceMove(drop_location()) diff --git a/code/game/objects/effects/effect_system/effect_system.dm b/code/game/objects/effects/effect_system/effect_system.dm index 4ded3e4efe47..30cd89f7b5f4 100644 --- a/code/game/objects/effects/effect_system/effect_system.dm +++ b/code/game/objects/effects/effect_system/effect_system.dm @@ -37,15 +37,10 @@ would spawn and follow the beaker, even if it is carried or thrown. location = null return ..() -/datum/effect_system/proc/set_up(n = 3, c = FALSE, loca) - if(n > 10) - n = 10 - number = n - cardinals = c - if(isturf(loca)) - location = loca - else - location = get_turf(loca) +/datum/effect_system/proc/set_up(number = 3, cardinals_only = FALSE, location) + src.number = min(number, 10) + src.cardinals = cardinals_only + src.location = get_turf(location) /datum/effect_system/proc/attach(atom/atom) holder = atom diff --git a/code/game/objects/effects/effect_system/effects_explosion.dm b/code/game/objects/effects/effect_system/effects_explosion.dm index 33a267570e49..7dcc3cbd1dbd 100644 --- a/code/game/objects/effects/effect_system/effects_explosion.dm +++ b/code/game/objects/effects/effect_system/effects_explosion.dm @@ -50,9 +50,10 @@ /datum/effect_system/explosion/smoke /datum/effect_system/explosion/smoke/proc/create_smoke() - var/datum/effect_system/smoke_spread/S = new - S.set_up(2, location) + var/datum/effect_system/fluid_spread/smoke/S = new + S.set_up(2, location = location) S.start() + /datum/effect_system/explosion/smoke/start() ..() addtimer(CALLBACK(src, .proc/create_smoke), 5) diff --git a/code/game/objects/effects/effect_system/effects_foam.dm b/code/game/objects/effects/effect_system/effects_foam.dm deleted file mode 100644 index 023ae192b67b..000000000000 --- a/code/game/objects/effects/effect_system/effects_foam.dm +++ /dev/null @@ -1,355 +0,0 @@ -// Foam -// Similar to smoke, but slower and mobs absorb its reagent through their exposed skin. -#define ALUMINUM_FOAM 1 -#define IRON_FOAM 2 -#define RESIN_FOAM 3 - - -/obj/effect/particle_effect/foam - name = "foam" - icon_state = "foam" - opacity = 0 - anchored = TRUE - density = FALSE - layer = EDGED_TURF_LAYER - mouse_opacity = MOUSE_OPACITY_TRANSPARENT - var/amount = 3 - animate_movement = 0 - var/metal = 0 - var/lifetime = 40 - var/reagent_divisor = 7 - var/static/list/blacklisted_turfs = typecacheof(list( - /turf/open/space/transit, - /turf/open/chasm, - /turf/open/lava)) - var/slippery_foam = TRUE - var/one_apply_per_object = FALSE - var/list/applied_atoms - -/obj/effect/particle_effect/foam/firefighting - name = "firefighting foam" - lifetime = 20 //doesn't last as long as normal foam - amount = 0 //no spread - slippery_foam = FALSE - var/absorbed_plasma = 0 - -/obj/effect/particle_effect/foam/firefighting/process() - ..() - - var/turf/open/T = get_turf(src) - var/obj/effect/hotspot/hotspot = (locate(/obj/effect/hotspot) in T) - if(hotspot && istype(T) && T.air) - qdel(hotspot) - var/datum/gas_mixture/G = T.air - var/plas_amt = min(30,G.get_moles(/datum/gas/plasma)) //Absorb some plasma - G.adjust_moles(/datum/gas/plasma, -plas_amt) - absorbed_plasma += plas_amt - if(G.return_temperature() > T20C) - G.set_temperature(max(G.return_temperature()/2,T20C)) - T.air_update_turf() - -/obj/effect/particle_effect/foam/firefighting/kill_foam() - STOP_PROCESSING(SSprocessing, src) - - if(absorbed_plasma) - var/obj/effect/decal/cleanable/plasma/P = (locate(/obj/effect/decal/cleanable/plasma) in get_turf(src)) - if(!P) - P = new(loc) - P.reagents.add_reagent(/datum/reagent/stable_plasma, absorbed_plasma) - - flick("[icon_state]-disolve", src) - QDEL_IN(src, 5) - -/obj/effect/particle_effect/foam/firefighting/foam_mob(mob/living/L) - if(!istype(L)) - return - L.adjust_fire_stacks(-2) - L.ExtinguishMob() - -/obj/effect/particle_effect/foam/firefighting/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) - return - -/obj/effect/particle_effect/foam/metal - name = "aluminium foam" - metal = ALUMINUM_FOAM - icon_state = "mfoam" - slippery_foam = FALSE - -/obj/effect/particle_effect/foam/metal/smart - name = "smart foam" - -/obj/effect/particle_effect/foam/metal/iron - name = "iron foam" - metal = IRON_FOAM - -/obj/effect/particle_effect/foam/metal/resin - name = "resin foam" - metal = RESIN_FOAM - -/obj/effect/particle_effect/foam/long_life - lifetime = 150 - -/obj/effect/particle_effect/foam/Initialize() - . = ..() - create_reagents(1000) //limited by the size of the reagent holder anyway. - START_PROCESSING(SSprocessing, src) - playsound(src, 'sound/effects/bubbles2.ogg', 80, 1, -3) - applied_atoms = list() - -/obj/effect/particle_effect/foam/ComponentInitialize() - . = ..() - if(slippery_foam) - AddComponent(/datum/component/slippery, 100) - -/obj/effect/particle_effect/foam/Destroy() - STOP_PROCESSING(SSprocessing, src) - return ..() - - -/obj/effect/particle_effect/foam/proc/kill_foam() - set waitfor = FALSE - STOP_PROCESSING(SSprocessing, src) - switch(metal) - if(ALUMINUM_FOAM) - new /obj/structure/foamedmetal(get_turf(src)) - if(IRON_FOAM) - new /obj/structure/foamedmetal/iron(get_turf(src)) - if(RESIN_FOAM) - new /obj/structure/foamedmetal/resin(get_turf(src)) - flick("[icon_state]-disolve", src) - QDEL_IN(src, 5) - -/obj/effect/particle_effect/foam/smart/kill_foam() //Smart foam adheres to area borders for walls - STOP_PROCESSING(SSprocessing, src) - if(metal) - var/turf/T = get_turf(src) - if(isspaceturf(T)) //Block up any exposed space - T.PlaceOnTop(/turf/open/floor/plating/foam, flags = CHANGETURF_INHERIT_AIR) - for(var/direction in GLOB.cardinals) - var/turf/cardinal_turf = get_step(T, direction) - if(get_area(cardinal_turf) != get_area(T)) //We're at an area boundary, so let's block off this turf! - new/obj/structure/foamedmetal(T) - break - flick("[icon_state]-disolve", src) - QDEL_IN(src, 5) - -/obj/effect/particle_effect/foam/process() - lifetime-- - if(lifetime < 1) - kill_foam() - return - - var/fraction = 1/initial(reagent_divisor) - for(var/obj/O in range(0,src)) - if(O.type == src.type) - continue - if(one_apply_per_object && (O in applied_atoms)) - continue - if(isturf(O.loc)) - var/turf/T = O.loc - if(T.intact && O.level == 1) //hidden under the floor - continue - if(lifetime % reagent_divisor) - reagents.reaction(O, VAPOR, fraction) - applied_atoms += O - CHECK_TICK - var/hit = 0 - for(var/mob/living/L in range(0,src)) - hit += foam_mob(L) - CHECK_TICK - if(hit) - lifetime++ //this is so the decrease from mobs hit and the natural decrease don't cumulate. - var/T = get_turf(src) - if(!(one_apply_per_object && (T in applied_atoms))) - if(lifetime % reagent_divisor) - reagents.reaction(T, VAPOR, fraction) - applied_atoms += T - - if(--amount < 0) - return - CHECK_TICK - spread_foam() - -/obj/effect/particle_effect/foam/proc/foam_mob(mob/living/L) - if(lifetime<1) - return 0 - if(!istype(L)) - return 0 - var/fraction = 1/initial(reagent_divisor) - if(lifetime % reagent_divisor) - reagents.reaction(L, VAPOR, fraction) - lifetime-- - return 1 - -/obj/effect/particle_effect/foam/proc/spread_foam() - set waitfor = FALSE - var/turf/t_loc = get_turf(src) - for(var/turf/T in t_loc.GetAtmosAdjacentTurfs()) - var/obj/effect/particle_effect/foam/foundfoam = locate() in T //Don't spread foam where there's already foam! - if(foundfoam) - continue - - if(is_type_in_typecache(T, blacklisted_turfs)) - continue - - for(var/mob/living/L in T) - foam_mob(L) - var/obj/effect/particle_effect/foam/F = new src.type(T) - F.amount = amount - reagents.copy_to(F, (reagents.total_volume)) - F.add_atom_colour(color, FIXED_COLOUR_PRIORITY) - F.metal = metal - F.one_apply_per_object = one_apply_per_object - - -/obj/effect/particle_effect/foam/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) - if(prob(max(0, exposed_temperature - 475))) //foam dissolves when heated - kill_foam() - - -/obj/effect/particle_effect/foam/metal/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) - return - - -/////////////////////////////////////////////// -//FOAM EFFECT DATUM -/datum/effect_system/foam_spread - var/amount = 10 // the size of the foam spread. - var/obj/chemholder - effect_type = /obj/effect/particle_effect/foam - var/metal = 0 - var/one_apply_per_object = FALSE - - -/datum/effect_system/foam_spread/metal - effect_type = /obj/effect/particle_effect/foam/metal - - -/datum/effect_system/foam_spread/metal/smart - effect_type = /obj/effect/particle_effect/foam/smart - - -/datum/effect_system/foam_spread/long - effect_type = /obj/effect/particle_effect/foam/long_life - -/datum/effect_system/foam_spread/New() - ..() - chemholder = new /obj() - var/datum/reagents/R = new/datum/reagents(1000) - chemholder.reagents = R - R.my_atom = chemholder - -/datum/effect_system/foam_spread/Destroy() - qdel(chemholder) - chemholder = null - return ..() - -/datum/effect_system/foam_spread/set_up(amt=5, loca, datum/reagents/carry = null) - if(isturf(loca)) - location = loca - else - location = get_turf(loca) - - amount = round(sqrt(amt / 2), 1) - carry.copy_to(chemholder, carry.total_volume) - -/datum/effect_system/foam_spread/metal/set_up(amt=5, loca, datum/reagents/carry = null, metaltype) - ..() - metal = metaltype - -/datum/effect_system/foam_spread/start() - var/obj/effect/particle_effect/foam/F = new effect_type(location) - F.one_apply_per_object = one_apply_per_object - var/foamcolor = mix_color_from_reagents(chemholder.reagents.reagent_list) - chemholder.reagents.copy_to(F, chemholder.reagents.total_volume/amount) - F.add_atom_colour(foamcolor, FIXED_COLOUR_PRIORITY) - F.amount = amount - F.metal = metal - - -////////////////////////////////////////////////////////// -// FOAM STRUCTURE. Formed by metal foams. Dense and opaque, but easy to break -/obj/structure/foamedmetal - icon = 'icons/effects/effects.dmi' - icon_state = "metalfoam" - density = TRUE - opacity = 1 // changed in New() - anchored = TRUE - layer = EDGED_TURF_LAYER - resistance_flags = FIRE_PROOF | ACID_PROOF - name = "foamed metal" - desc = "A lightweight foamed metal wall." - gender = PLURAL - max_integrity = 20 - CanAtmosPass = ATMOS_PASS_DENSITY - -/obj/structure/foamedmetal/Initialize() - . = ..() - air_update_turf(1) - -/obj/structure/foamedmetal/Move() - var/turf/T = loc - . = ..() - move_update_air(T) - -/obj/structure/foamedmetal/attack_paw(mob/user) - return attack_hand(user) - -/obj/structure/foamedmetal/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) - playsound(src.loc, 'sound/weapons/tap.ogg', 100, 1) - -/obj/structure/foamedmetal/attack_hand(mob/user) - . = ..() - if(.) - return - user.changeNext_move(CLICK_CD_MELEE) - user.do_attack_animation(src, ATTACK_EFFECT_PUNCH) - to_chat(user, span_warning("You hit [src] but bounce off it!")) - playsound(src.loc, 'sound/weapons/tap.ogg', 100, 1) - -/obj/structure/foamedmetal/iron - max_integrity = 50 - icon_state = "ironfoam" - -//Atmos Backpack Resin, transparent, prevents atmos and filters the air -/obj/structure/foamedmetal/resin - name = "\improper ATMOS Resin" - desc = "A lightweight, transparent resin used to suffocate fires, scrub the air of toxins, and restore the air to a safe temperature." - opacity = FALSE - icon_state = "atmos_resin" - alpha = 120 - max_integrity = 10 - -/obj/structure/foamedmetal/resin/Initialize() - . = ..() - if(isopenturf(loc)) - var/turf/open/O = loc - O.ClearWet() - if(O.air) - var/datum/gas_mixture/G = O.air - G.set_temperature(293.15) - for(var/obj/effect/hotspot/H in O) - qdel(H) - for(var/I in G.get_gases()) - if(I == /datum/gas/oxygen || I == /datum/gas/nitrogen) - continue - G.set_moles(I, 0) - O.air_update_turf() - for(var/obj/machinery/atmospherics/components/unary/U in O) - if(!U.welded) - U.welded = TRUE - U.update_icon() - U.visible_message(span_danger("[U] sealed shut!")) - for(var/mob/living/L in O) - L.ExtinguishMob() - for(var/obj/item/Item in O) - Item.extinguish() - -/obj/structure/foamedmetal/resin/CanAllowThrough(atom/movable/mover, turf/target) - . = ..() - if(istype(mover) && (mover.pass_flags & PASSGLASS)) - return TRUE - -#undef ALUMINUM_FOAM -#undef IRON_FOAM -#undef RESIN_FOAM diff --git a/code/game/objects/effects/effect_system/effects_smoke.dm b/code/game/objects/effects/effect_system/effects_smoke.dm deleted file mode 100644 index 29b4a3fd7ff9..000000000000 --- a/code/game/objects/effects/effect_system/effects_smoke.dm +++ /dev/null @@ -1,336 +0,0 @@ -///////////////////////////////////////////// -//// SMOKE SYSTEMS -///////////////////////////////////////////// - -/obj/effect/particle_effect/smoke - name = "smoke" - icon = 'icons/effects/96x96.dmi' - icon_state = "smoke" - pixel_x = -32 - pixel_y = -32 - opacity = 0 - layer = FLY_LAYER - anchored = TRUE - mouse_opacity = MOUSE_OPACITY_TRANSPARENT - animate_movement = 0 - var/amount = 4 - var/lifetime = 5 - var/opaque = 1 //whether the smoke can block the view when in enough amount - - -/obj/effect/particle_effect/smoke/proc/fade_out(frames = 16) - if(alpha == 0) //Handle already transparent case - return - if(frames == 0) - frames = 1 //We will just assume that by 0 frames, the coder meant "during one frame". - var/lighting_updated = FALSE - var/step = alpha / frames - for(var/i = 0, i < frames, i++) - alpha -= step - if(alpha < 160) - set_opacity(0) //if we were blocking view, we aren't now because we're fading out - if(!lighting_updated) // Only update lights around me once we have sufficiently faded, and only do it once - lighting_updated = TRUE - for(var/atom/L in view(15, src)) // Floodlights reach 15 tiles max, this should be sufficient - L.light?.force_update() - CHECK_TICK - stoplag() - -/obj/effect/particle_effect/smoke/Initialize() - . = ..() - create_reagents(500) - START_PROCESSING(SSobj, src) - - -/obj/effect/particle_effect/smoke/Destroy() - STOP_PROCESSING(SSobj, src) - return ..() - -/obj/effect/particle_effect/smoke/proc/kill_smoke() - STOP_PROCESSING(SSobj, src) - INVOKE_ASYNC(src, .proc/fade_out) - QDEL_IN(src, 10) - -/obj/effect/particle_effect/smoke/process() - lifetime-- - if(lifetime < 1) - kill_smoke() - return 0 - for(var/mob/living/L in range(0,src)) - smoke_mob(L) - return 1 - -/obj/effect/particle_effect/smoke/proc/smoke_mob(mob/living/carbon/C) - if(!istype(C)) - return 0 - if(lifetime<1) - return 0 - if(C.internal != null || C.has_smoke_protection()) - return 0 - if(C.smoke_delay) - return 0 - C.smoke_delay++ - addtimer(CALLBACK(src, .proc/remove_smoke_delay, C), 10) - return 1 - -/obj/effect/particle_effect/smoke/proc/remove_smoke_delay(mob/living/carbon/C) - if(C) - C.smoke_delay = 0 - -/obj/effect/particle_effect/smoke/proc/spread_smoke() - var/turf/t_loc = get_turf(src) - if(!t_loc) - return - var/list/newsmokes = list() - for(var/turf/T in t_loc.GetAtmosAdjacentTurfs()) - var/obj/effect/particle_effect/smoke/foundsmoke = locate() in T //Don't spread smoke where there's already smoke! - if(foundsmoke) - continue - for(var/mob/living/L in T) - smoke_mob(L) - var/obj/effect/particle_effect/smoke/S = new type(T) - reagents.copy_to(S, reagents.total_volume) - S.setDir(pick(GLOB.cardinals)) - S.amount = amount-1 - S.add_atom_colour(color, FIXED_COLOUR_PRIORITY) - S.lifetime = lifetime - if(S.amount>0) - if(opaque) - S.set_opacity(TRUE) - newsmokes.Add(S) - - if(newsmokes.len) - spawn(1) //the smoke spreads rapidly but not instantly - for(var/obj/effect/particle_effect/smoke/SM in newsmokes) - SM.spread_smoke() - - -/datum/effect_system/smoke_spread - var/amount = 10 - effect_type = /obj/effect/particle_effect/smoke - -/datum/effect_system/smoke_spread/set_up(radius = 5, loca) - if(isturf(loca)) - location = loca - else - location = get_turf(loca) - amount = radius - -/datum/effect_system/smoke_spread/start() - if(holder) - location = get_turf(holder) - var/obj/effect/particle_effect/smoke/S = new effect_type(location) - S.amount = amount - if(S.amount) - S.spread_smoke() - - -///////////////////////////////////////////// -// Bad smoke -///////////////////////////////////////////// - -/obj/effect/particle_effect/smoke/bad - lifetime = 8 - -/obj/effect/particle_effect/smoke/bad/smoke_mob(mob/living/carbon/M) - if(..()) - M.drop_all_held_items() - M.adjustOxyLoss(1) - M.emote("cough") - return 1 - -/obj/effect/particle_effect/smoke/bad/Crossed(atom/movable/AM, oldloc) - . = ..() - if(istype(AM, /obj/item/projectile/beam)) - var/obj/item/projectile/beam/B = AM - B.damage = (B.damage/2) - -/datum/effect_system/smoke_spread/bad - effect_type = /obj/effect/particle_effect/smoke/bad - -///////////////////////////////////////////// -// Nanofrost smoke -///////////////////////////////////////////// - -/obj/effect/particle_effect/smoke/freezing - name = "nanofrost smoke" - color = "#B2FFFF" - opaque = 0 - -/datum/effect_system/smoke_spread/freezing - effect_type = /obj/effect/particle_effect/smoke/freezing - var/blast = 0 - var/temperature = 2 - var/weldvents = TRUE - var/distcheck = TRUE - -/datum/effect_system/smoke_spread/freezing/proc/Chilled(atom/A) - if(isopenturf(A)) - var/turf/open/T = A - if(T.air) - var/datum/gas_mixture/G = T.air - if(!distcheck || get_dist(T, location) < blast) // Otherwise we'll get silliness like people using Nanofrost to kill people through walls with cold air - G.set_temperature(temperature) - T.air_update_turf() - for(var/obj/effect/hotspot/H in T) - qdel(H) - if(G.get_moles(/datum/gas/plasma)) - G.adjust_moles(/datum/gas/nitrogen, G.get_moles(/datum/gas/plasma)) - G.set_moles(/datum/gas/plasma, 0) - if (weldvents) - for(var/obj/machinery/atmospherics/components/unary/U in T) - if(!isnull(U.welded) && !U.welded) //must be an unwelded vent pump or vent scrubber. - U.welded = TRUE - U.update_icon() - U.visible_message(span_danger("[U] was frozen shut!")) - for(var/mob/living/L in T) - L.ExtinguishMob() - for(var/obj/item/Item in T) - Item.extinguish() - -/datum/effect_system/smoke_spread/freezing/set_up(radius = 5, loca, blast_radius = 0) - ..() - blast = blast_radius - -/datum/effect_system/smoke_spread/freezing/start() - if(blast) - for(var/turf/T in RANGE_TURFS(blast, location)) - Chilled(T) - ..() - -/datum/effect_system/smoke_spread/freezing/decon - temperature = 293.15 - distcheck = FALSE - weldvents = FALSE - - -///////////////////////////////////////////// -// Sleep smoke -///////////////////////////////////////////// - -/obj/effect/particle_effect/smoke/sleeping - color = "#9C3636" - lifetime = 10 - -/obj/effect/particle_effect/smoke/sleeping/smoke_mob(mob/living/carbon/M) - if(..()) - M.Sleeping(200) - M.emote("cough") - return 1 - -/datum/effect_system/smoke_spread/sleeping - effect_type = /obj/effect/particle_effect/smoke/sleeping - -///////////////////////////////////////////// -// Chem smoke -///////////////////////////////////////////// - -/obj/effect/particle_effect/smoke/chem - lifetime = 10 - - -/obj/effect/particle_effect/smoke/chem/process() - if(..()) - var/turf/T = get_turf(src) - var/fraction = 1/initial(lifetime) - for(var/atom/movable/AM in T) - if(AM.type == src.type) - continue - if(T.intact && AM.level == 1) //hidden under the floor - continue - reagents.reaction(AM, TOUCH, fraction) - - reagents.reaction(T, TOUCH, fraction) - return 1 - -/obj/effect/particle_effect/smoke/chem/smoke_mob(mob/living/carbon/M) - if(lifetime<1) - return 0 - if(!istype(M)) - return 0 - var/mob/living/carbon/C = M - if(C.internal != null || C.has_smoke_protection()) - return 0 - var/fraction = 1/initial(lifetime) - reagents.copy_to(C, fraction*reagents.total_volume) - reagents.reaction(M, INGEST, fraction) - return 1 - - - -/datum/effect_system/smoke_spread/chem - var/obj/chemholder - effect_type = /obj/effect/particle_effect/smoke/chem - -/datum/effect_system/smoke_spread/chem/New() - ..() - chemholder = new /obj() - var/datum/reagents/R = new/datum/reagents(500) - chemholder.reagents = R - R.my_atom = chemholder - -/datum/effect_system/smoke_spread/chem/Destroy() - qdel(chemholder) - chemholder = null - return ..() - -/datum/effect_system/smoke_spread/chem/set_up(datum/reagents/carry = null, radius = 1, loca, silent = FALSE) - if(isturf(loca)) - location = loca - else - location = get_turf(loca) - amount = radius - carry.copy_to(chemholder, carry.total_volume) - - if(!silent) - var/contained = "" - for(var/reagent in carry.reagent_list) - contained += " [reagent] " - if(contained) - contained = "\[[contained]\]" - - var/where = "[AREACOORD(location)]" - if(carry.my_atom.fingerprintslast) - var/mob/M = get_mob_by_key(carry.my_atom.fingerprintslast) - var/more = "" - if(M) - more = "[ADMIN_LOOKUPFLW(M)] " - message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. Key: [more ? more : carry.my_atom.fingerprintslast].") - log_game("A chemical smoke reaction has taken place in ([where])[contained]. Last touched by [carry.my_atom.fingerprintslast].") - else - message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. No associated key.") - log_game("A chemical smoke reaction has taken place in ([where])[contained]. No associated key.") - - -/datum/effect_system/smoke_spread/chem/start() - var/mixcolor = mix_color_from_reagents(chemholder.reagents.reagent_list) - if(holder) - location = get_turf(holder) - var/obj/effect/particle_effect/smoke/chem/S = new effect_type(location) - - if(chemholder.reagents.total_volume > 1) // can't split 1 very well - chemholder.reagents.copy_to(S, chemholder.reagents.total_volume) - - if(mixcolor) - S.add_atom_colour(mixcolor, FIXED_COLOUR_PRIORITY) // give the smoke color, if it has any to begin with - S.amount = amount - if(S.amount) - S.spread_smoke() //calling process right now so the smoke immediately attacks mobs. - - -///////////////////////////////////////////// -// Transparent smoke -///////////////////////////////////////////// - -//Same as the base type, but the smoke produced is not opaque -/datum/effect_system/smoke_spread/transparent - effect_type = /obj/effect/particle_effect/smoke/transparent - -/obj/effect/particle_effect/smoke/transparent - opaque = FALSE - -/proc/do_smoke(range=0, location=null, smoke_type=/obj/effect/particle_effect/smoke) - var/datum/effect_system/smoke_spread/smoke = new - smoke.effect_type = smoke_type - smoke.set_up(range, location) - smoke.start() diff --git a/code/game/objects/effects/effect_system/fluid_spread/_fluid_spread.dm b/code/game/objects/effects/effect_system/fluid_spread/_fluid_spread.dm new file mode 100644 index 000000000000..9987eef158cb --- /dev/null +++ b/code/game/objects/effects/effect_system/fluid_spread/_fluid_spread.dm @@ -0,0 +1,159 @@ +///////////////////////////////////////////// +//// SMOKE SYSTEMS +///////////////////////////////////////////// + +/** + * A group of fluid objects. + */ +/datum/fluid_group + /// The set of fluid objects currently in this group. + var/list/nodes + /// The number of fluid object that this group wants to have contained. + var/target_size + /// The total number of fluid objects that have ever been in this group. + var/total_size = 0 + +/datum/fluid_group/New(target_size = 0) + . = ..() + src.nodes = list() + src.target_size = target_size + +/datum/fluid_group/Destroy(force) + QDEL_LAZYLIST(nodes) + return ..() + +/** + * Adds a fluid node to this fluid group. + * + * Is a noop if the node is already in the group. + * Removes the node from any other fluid groups it is in. + * Syncs the group of the node with the group it is being added to (this one). + * Increments the total size of the fluid group. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The fluid node that is going to be added to this group. + * + * Returns: + * - [TRUE]: If the node to be added is in this group by the end of the proc. + * - [FALSE]: Otherwise. + */ +/datum/fluid_group/proc/add_node(obj/effect/particle_effect/fluid/node) + if(!istype(node)) + CRASH("Attempted to add non-fluid node [isnull(node) ? "NULL" : node] to a fluid group.") + if(QDELING(node)) + CRASH("Attempted to add qdeling node to a fluid group") + + if(node.group) + if(node.group == src) + return TRUE + if(!node.group.remove_node(node)) + return FALSE + + nodes += node + node.group = src + total_size++ + return TRUE + + +/** + * Removes a fluid node from this fluid group. + * + * Is a noop if the node is not in this group. + * Nulls the nodes fluid group ref to sync it with its new state. + * DOES NOT decrement the total size of the fluid group. + * + * Arguments: + * - [node][/obj/effect/particle_effect/fluid]: The fluid node that is going to be removed from this group. + * + * Returns: + * - [TRUE]: If the node to be removed is not in the group by the end of the proc. + */ +/datum/fluid_group/proc/remove_node(obj/effect/particle_effect/fluid/node) + if(node.group != src) + return TRUE + + nodes -= node + node.group = null + return TRUE // Note: does not decrement total size since we don't want the group to expand again when it begins to dissipate or it will never stop. + + +/** + * A particle effect that belongs to a fluid group. + */ +/obj/effect/particle_effect/fluid + name = "fluid" + /// The fluid group that this particle effect belongs to. + var/datum/fluid_group/group + /// What SSfluid bucket this particle effect is currently in. + var/tmp/effect_bucket + /// The index of the fluid spread bucket this is being spread in. + var/tmp/spread_bucket + +/obj/effect/particle_effect/fluid/Initialize(mapload, datum/fluid_group/group, obj/effect/particle_effect/fluid/source) + // We don't pass on explosions. Don't wanna set off a chain reaction in our reagents + flags_1 |= PREVENT_CONTENTS_EXPLOSION_1 + . = ..() + if(!group) + group = source?.group || new + group.add_node(src) + source?.transfer_fingerprints_to(src) + +/obj/effect/particle_effect/fluid/Destroy() + group.remove_node(src) + return ..() + +/** + * Attempts to spread this fluid node to wherever it can spread. + * + * Exact results vary by subtype implementation. + */ +/obj/effect/particle_effect/fluid/proc/spread() + CRASH("The base fluid spread proc is not implemented and should not be called. You called it.") + + +/** + * A factory which produces fluid groups. + */ +/datum/effect_system/fluid_spread + effect_type = /obj/effect/particle_effect/fluid + /// The amount of smoke to produce. + var/amount = 10 + +/datum/effect_system/fluid_spread/set_up(range = 1, amount = DIAMOND_AREA(range), atom/holder, atom/location, ...) + src.holder = holder + src.location = location + src.amount = amount + +/datum/effect_system/fluid_spread/start(log = FALSE) + var/location = src.location || get_turf(holder) + var/obj/effect/particle_effect/fluid/flood = new effect_type(location, new /datum/fluid_group(amount)) + if (log) // Smoke is used as an aesthetic effect in a tonne of places and we don't want, say, a broken secway spamming admin chat. + help_out_the_admins(flood, holder, location) + flood.spread() + +/** + * Handles logging the beginning of a fluid flood. + * + * Arguments: + * - [flood][/obj/effect/particle_effect/fluid]: The first cell of the fluid flood. + * - [holder][/atom]: What the flood originated from. + * - [location][/atom]: Where the flood originated. + */ +/datum/effect_system/fluid_spread/proc/help_out_the_admins(obj/effect/particle_effect/fluid/flood, atom/holder, atom/location) + var/source_msg + var/blame_msg + if (holder) + holder.transfer_fingerprints_to(flood) // This is important. If this doesn't exist thermobarics are annoying to adjudicate. + + source_msg = "from inside of [ismob(holder) ? ADMIN_LOOKUPFLW(holder) : ADMIN_VERBOSEJMP(holder)]" + var/lastkey = holder.fingerprintslast + if (lastkey) + var/mob/scapegoat = get_mob_by_key(lastkey) + blame_msg = " last touched by [ADMIN_LOOKUPFLW(scapegoat)]" + else + blame_msg = " with no known fingerprints" + else + source_msg = "with no known source" + + message_admins("\A [flood] flood started at [ADMIN_VERBOSEJMP(location)] [source_msg][blame_msg].") + log_game("\A [flood] flood started at [location || "nonexistant location"] [holder ? "from [holder] last touched by [holder || "N/A"]" : "with no known source"].") diff --git a/code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm b/code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm new file mode 100644 index 000000000000..7480b2a40330 --- /dev/null +++ b/code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm @@ -0,0 +1,404 @@ +/// The minimum foam range required to start diluting the reagents past the minimum dilution rate. +#define MINIMUM_FOAM_DILUTION_RANGE 3 +/// The minumum foam-area based divisor used to decrease foam exposure volume. +#define MINIMUM_FOAM_DILUTION DIAMOND_AREA(MINIMUM_FOAM_DILUTION_RANGE) +/// The effective scaling of the reagents in the foam. (Total delivered at or below [MINIMUM_FOAM_DILUTION]) +#define FOAM_REAGENT_SCALE 3.2 + +/** + * ## Foam + * + * Similar to smoke, but slower and mobs absorb its reagent through their exposed skin. + */ +/obj/effect/particle_effect/fluid/foam + name = "foam" + icon_state = "foam" + opacity = FALSE + anchored = TRUE + density = FALSE + layer = EDGED_TURF_LAYER + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + animate_movement = NO_STEPS + /// The types of turfs that this foam cannot spread to. + var/static/list/blacklisted_turfs = typecacheof(list( + /turf/open/space/transit, + /turf/open/chasm, + /turf/open/lava, + )) + /// The typepath for what this foam leaves behind when it dissipates. + var/atom/movable/result_type = null + /// Whether or not this foam can produce a remnant movable if something of the same type is already on its turf. + var/allow_duplicate_results = TRUE + /// The amount of time this foam stick around for before it dissipates. + var/lifetime = 8 SECONDS + /// Whether or not this foam should be slippery. + var/slippery_foam = TRUE + + +/obj/effect/particle_effect/fluid/foam/Initialize(mapload) + . = ..() + if(slippery_foam) + AddComponent(/datum/component/slippery, 100) + create_reagents(1000) + playsound(src, 'sound/effects/bubbles2.ogg', 80, TRUE, -3) + //AddElement(/datum/element/atmos_sensitive, mapload) + SSfoam.start_processing(src) + +/obj/effect/particle_effect/fluid/foam/Destroy() + SSfoam.stop_processing(src) + if (spread_bucket) + SSfoam.cancel_spread(src) + return ..() + +/** + * Makes the foam dissipate and create whatever remnants it must. + */ +/obj/effect/particle_effect/fluid/foam/proc/kill_foam() + SSfoam.stop_processing(src) + if (spread_bucket) + SSfoam.cancel_spread(src) + make_result() + flick("[icon_state]-disolve", src) + QDEL_IN(src, 0.5 SECONDS) + +/** + * Makes the foam leave behind something when it dissipates. + * + * Returns the thing the foam leaves behind for further modification by subtypes. + */ +/obj/effect/particle_effect/fluid/foam/proc/make_result() + if(isnull(result_type)) + return null + + var/atom/location = loc + var/atom/movable/result = (!allow_duplicate_results && (locate(result_type) in location)) || (new result_type(location)) + transfer_fingerprints_to(result) + return result + +/obj/effect/particle_effect/fluid/foam/process(delta_time) + var/ds_delta_time = delta_time SECONDS + lifetime -= ds_delta_time + if(lifetime <= 0) + kill_foam() + return + + var/fraction = (ds_delta_time * MINIMUM_FOAM_DILUTION) / (initial(lifetime) * max(MINIMUM_FOAM_DILUTION, group.total_size)) + var/turf/location = loc + for(var/obj/object in location) + if(object == src) + continue + if(isturf(object.loc)) + var/turf/turf = object.loc + if(turf.intact && object.level == 1) //hidden under the floor + continue + reagents.reaction(object, VAPOR, fraction) + + var/hit = 0 + for(var/mob/living/foamer in location) + hit += foam_mob(foamer, delta_time) + if(hit) + lifetime += ds_delta_time //this is so the decrease from mobs hit and the natural decrease don't cumulate. + + reagents.reaction(location, VAPOR, fraction) + +/** + * Applies the effect of this foam to a mob. + * + * Arguments: + * - [foaming][/mob/living]: The mob that this foam is acting on. + * - delta_time: The amount of time that this foam is acting on them over. + * + * Returns: + * - [TRUE]: If the foam was successfully applied to the mob. Used to scale how quickly foam dissipates according to the number of mobs it is applied to. + * - [FALSE]: Otherwise. + */ +/obj/effect/particle_effect/fluid/foam/proc/foam_mob(mob/living/foaming, delta_time) + if(lifetime <= 0) + return FALSE + if(!istype(foaming)) + return FALSE + + delta_time = min(delta_time SECONDS, lifetime) + var/fraction = (delta_time * MINIMUM_FOAM_DILUTION) / (initial(lifetime) * max(MINIMUM_FOAM_DILUTION, group.total_size)) + reagents.reaction(foaming, VAPOR, fraction) + lifetime -= delta_time + return TRUE + +/obj/effect/particle_effect/fluid/foam/spread(delta_time = 0.2 SECONDS) + if(group.total_size > group.target_size) + return + var/turf/location = get_turf(src) + if(!istype(location)) + return FALSE + + for(var/turf/spread_turf as anything in location.reachableAdjacentTurfs()) + var/obj/effect/particle_effect/fluid/foam/foundfoam = locate() in spread_turf //Don't spread foam where there's already foam! + if(foundfoam) + continue + + if(is_type_in_typecache(spread_turf, blacklisted_turfs)) + continue + + for(var/mob/living/foaming in spread_turf) + foam_mob(foaming, delta_time) + + var/obj/effect/particle_effect/fluid/foam/spread_foam = new type(spread_turf, group, src) + reagents.copy_to(spread_foam, (reagents.total_volume)) + spread_foam.add_atom_colour(color, FIXED_COLOUR_PRIORITY) + spread_foam.result_type = result_type + SSfoam.queue_spread(spread_foam) + +/obj/effect/particle_effect/fluid/foam/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) + if(prob(max(0, exposed_temperature - 475))) //foam dissolves when heated + kill_foam() + +/obj/effect/particle_effect/fluid/foam/metal/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) + return + +/// A factory for foam fluid floods. +/datum/effect_system/fluid_spread/foam + effect_type = /obj/effect/particle_effect/fluid/foam + /// A container for all of the chemicals we distribute through the foam. + var/datum/reagents/chemholder + /// The amount that + var/reagent_scale = FOAM_REAGENT_SCALE + /// What type of thing the foam should leave behind when it dissipates. + var/atom/movable/result_type = null + + +/datum/effect_system/fluid_spread/foam/New() + ..() + chemholder = new(1000, NO_REACT) + +/datum/effect_system/fluid_spread/foam/Destroy() + QDEL_NULL(chemholder) + return ..() + +/datum/effect_system/fluid_spread/foam/set_up(range = 1, amount = DIAMOND_AREA(range), atom/holder, atom/location = null, datum/reagents/carry = null, result_type = null) + . = ..() + carry?.copy_to(chemholder, carry.total_volume) + if(!isnull(result_type)) + src.result_type = result_type + +/datum/effect_system/fluid_spread/foam/start(log = FALSE) + var/obj/effect/particle_effect/fluid/foam/foam = new effect_type(location, new /datum/fluid_group(amount)) + var/foamcolor = mix_color_from_reagents(chemholder.reagent_list) + if(reagent_scale > 1) // Make room in case we were created by a particularly stuffed payload. + foam.reagents.maximum_volume *= reagent_scale + chemholder.copy_to(foam, chemholder.total_volume, reagent_scale) // Foam has an amplifying effect on the reagents it is supplied with. This is balanced by the reagents being diluted as the area the foam covers increases. + foam.add_atom_colour(foamcolor, FIXED_COLOUR_PRIORITY) + if(!isnull(result_type)) + foam.result_type = result_type + if (log) + help_out_the_admins(foam, holder, location) + SSfoam.queue_spread(foam) + + +// Short-lived foam +/// A foam variant which dissipates quickly. +/obj/effect/particle_effect/fluid/foam/short_life + lifetime = 1 SECONDS + +/datum/effect_system/fluid_spread/foam/short + effect_type = /obj/effect/particle_effect/fluid/foam/short_life + +// Long lasting foam +/// A foam variant which lasts for an extended amount of time. +/obj/effect/particle_effect/fluid/foam/long_life + lifetime = 30 SECONDS + +/// A factory which produces foam with an extended lifespan. +/datum/effect_system/fluid_spread/foam/long + effect_type = /obj/effect/particle_effect/fluid/foam/long_life + reagent_scale = FOAM_REAGENT_SCALE * (30 / 8) + + +// Firefighting foam +/// A variant of foam which absorbs plasma in the air if there is a fire. +/obj/effect/particle_effect/fluid/foam/firefighting + name = "firefighting foam" + lifetime = 20 //doesn't last as long as normal foam + result_type = /obj/effect/decal/cleanable/plasma + allow_duplicate_results = FALSE + slippery_foam = FALSE + /// The amount of plasma gas this foam has absorbed. To be deposited when the foam dissipates. + var/absorbed_plasma = 0 + +/obj/effect/particle_effect/fluid/foam/firefighting/Initialize(mapload) + . = ..() + //RemoveElement(/datum/element/atmos_sensitive) + +/obj/effect/particle_effect/fluid/foam/firefighting/process() + ..() + + var/turf/open/location = loc + if(!istype(location)) + return + + var/obj/effect/hotspot/hotspot = locate() in location + if(!(hotspot && location.air)) + return + + QDEL_NULL(hotspot) + var/datum/gas_mixture/air = location.air + var/scrub_amt = min(30, air.get_moles(/datum/gas/plasma)) //Absorb some plasma + air.adjust_moles(/datum/gas/plasma, -scrub_amt) + absorbed_plasma += scrub_amt + + if (air.return_temperature() > T20C) + air.set_temperature(max(air.return_temperature() / 2, T20C)) + + location.air_update_turf(FALSE, FALSE) + +/obj/effect/particle_effect/fluid/foam/firefighting/make_result() + var/atom/movable/deposit = ..() + if(istype(deposit) && deposit.reagents && absorbed_plasma > 0) + deposit.reagents.add_reagent(/datum/reagent/stable_plasma, absorbed_plasma) + absorbed_plasma = 0 + return deposit + +/obj/effect/particle_effect/fluid/foam/firefighting/foam_mob(mob/living/foaming, delta_time) + if(!istype(foaming)) + return + foaming.adjust_fire_stacks(-2) + foaming.ExtinguishMob() + +/// A factory which produces firefighting foam +/datum/effect_system/fluid_spread/foam/firefighting + effect_type = /obj/effect/particle_effect/fluid/foam/firefighting + +// Metal foam + +/// A foam variant which +/obj/effect/particle_effect/fluid/foam/metal + name = "aluminium foam" + result_type = /obj/structure/foamedmetal + icon_state = "mfoam" + slippery_foam = FALSE + +/// A factory which produces aluminium metal foam. +/datum/effect_system/fluid_spread/foam/metal + effect_type = /obj/effect/particle_effect/fluid/foam/metal + +/// FOAM STRUCTURE. Formed by metal foams. Dense and opaque, but easy to break +/obj/structure/foamedmetal + icon = 'icons/effects/effects.dmi' + icon_state = "metalfoam" + density = TRUE + opacity = TRUE // changed in New() + anchored = TRUE + layer = EDGED_TURF_LAYER + resistance_flags = FIRE_PROOF | ACID_PROOF + name = "foamed metal" + desc = "A lightweight foamed metal wall that can be used as base to construct a wall." + gender = PLURAL + max_integrity = 20 + CanAtmosPass = ATMOS_PASS_DENSITY + ///Var used to prevent spamming of the construction sound + var/next_beep = 0 + +/obj/structure/foamedmetal/Initialize(mapload) + . = ..() + air_update_turf(1) + +/obj/structure/foamedmetal/Move() + var/turf/T = loc + . = ..() + move_update_air(T) + +/obj/structure/foamedmetal/attack_paw(mob/user, list/modifiers) + return attack_hand(user, modifiers) + +/obj/structure/foamedmetal/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) + playsound(src.loc, 'sound/weapons/tap.ogg', 100, TRUE) + +/obj/structure/foamedmetal/attack_hand(mob/user, list/modifiers) + . = ..() + if(.) + return + user.changeNext_move(CLICK_CD_MELEE) + user.do_attack_animation(src, ATTACK_EFFECT_PUNCH) + to_chat(user, span_warning("You hit [src] but bounce off it!")) + playsound(src.loc, 'sound/weapons/tap.ogg', 100, TRUE) + +/// A metal foam variant which produces slightly sturdier walls. +/obj/effect/particle_effect/fluid/foam/metal/iron + name = "iron foam" + result_type = /obj/structure/foamedmetal/iron + +/// A factory which produces iron metal foam. +/datum/effect_system/fluid_spread/foam/metal/iron + effect_type = /obj/effect/particle_effect/fluid/foam/metal/iron + +/// A variant of metal foam walls with higher durability. +/obj/structure/foamedmetal/iron + max_integrity = 50 + icon_state = "ironfoam" + +/// A variant of metal foam which only produces walls at area boundaries. +/obj/effect/particle_effect/fluid/foam/metal/smart + name = "smart foam" + +/// A factory which produces smart aluminium metal foam. +/datum/effect_system/fluid_spread/foam/metal/smart + effect_type = /obj/effect/particle_effect/fluid/foam/metal/smart + +/obj/effect/particle_effect/fluid/foam/metal/smart/make_result() //Smart foam adheres to area borders for walls + var/turf/open/location = loc + if(isspaceturf(location)) + location.PlaceOnTop(/turf/open/floor/plating/foam) + + for(var/cardinal in GLOB.cardinals) + var/turf/cardinal_turf = get_step(location, cardinal) + if(get_area(cardinal_turf) != get_area(location)) + return ..() + return null + +/datum/effect_system/fluid_spread/foam/metal/resin + effect_type = /obj/effect/particle_effect/fluid/foam/metal/resin + +/// A foam variant which produces atmos resin walls. +/obj/effect/particle_effect/fluid/foam/metal/resin + name = "resin foam" + result_type = /obj/structure/foamedmetal/resin + +/// Atmos Backpack Resin, transparent, prevents atmos and filters the air +/obj/structure/foamedmetal/resin + name = "\improper ATMOS Resin" + desc = "A lightweight, transparent resin used to suffocate fires, scrub the air of toxins, and restore the air to a safe temperature. It can be used as base to construct a wall." + opacity = FALSE + icon_state = "atmos_resin" + alpha = 120 + max_integrity = 10 + +/obj/structure/foamedmetal/resin/Initialize(mapload) + . = ..() + var/turf/open/location = loc + if(!istype(location)) + return + + location.ClearWet() + if(location.air) + var/datum/gas_mixture/air = location.air + air.set_temperature(T20C) + for(var/obj/effect/hotspot/fire in location) + qdel(fire) + + for(var/gas_type in air.get_gases()) + switch(gas_type) + if(/datum/gas/oxygen, /datum/gas/nitrogen) + continue + else + air.set_moles(gas_type, 0) + location.air_update_turf() + + for(var/obj/machinery/atmospherics/components/unary/comp in location) + if(!comp.welded) + comp.welded = TRUE + comp.update_icon() + comp.visible_message(span_danger("[comp] sealed shut!")) + + for(var/mob/living/potential_tinder in location) + potential_tinder.ExtinguishMob() + for(var/obj/item/potential_tinder in location) + potential_tinder.extinguish() diff --git a/code/game/objects/effects/effect_system/fluid_spread/effects_smoke.dm b/code/game/objects/effects/effect_system/fluid_spread/effects_smoke.dm new file mode 100644 index 000000000000..5bc55db1d9c6 --- /dev/null +++ b/code/game/objects/effects/effect_system/fluid_spread/effects_smoke.dm @@ -0,0 +1,455 @@ +/** + * A fluid which spreads through the air affecting every mob it engulfs. + */ +/obj/effect/particle_effect/fluid/smoke + name = "smoke" + icon = 'icons/effects/96x96.dmi' + icon_state = "smoke" + pixel_x = -32 + pixel_y = -32 + opacity = TRUE + layer = FLY_LAYER + anchored = TRUE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + animate_movement = FALSE + /// How long the smoke sticks around before it dissipates. + var/lifetime = 10 SECONDS + /// Makes the smoke react to changes on/of its turf. + var/static/loc_connections = list( + COMSIG_TURF_CALCULATED_ADJACENT_ATMOS = .proc/react_to_atmos_adjacency_changes + ) + +/obj/effect/particle_effect/fluid/smoke/Initialize(mapload, datum/fluid_group/group, ...) + . = ..() + create_reagents(500) + setDir(pick(GLOB.cardinals)) + //AddElement(/datum/element/connect_loc, loc_connections) + SSsmoke.start_processing(src) + +/obj/effect/particle_effect/fluid/smoke/Destroy() + SSsmoke.stop_processing(src) + if (spread_bucket) + SSsmoke.cancel_spread(src) + return ..() + + +/** + * Makes the smoke fade out and then deletes it. + */ +/obj/effect/particle_effect/fluid/smoke/proc/kill_smoke() + SSsmoke.stop_processing(src) + if (spread_bucket) + SSsmoke.cancel_spread(src) + INVOKE_ASYNC(src, .proc/fade_out) + QDEL_IN(src, 1 SECONDS) + +/** + * Animates the smoke gradually fading out of visibility. + * Also makes the smoke turf transparent as it passes 160 alpha. + * + * Arguments: + * - frames = 0.8 [SECONDS]: The amount of time the smoke should fade out over. + */ +/obj/effect/particle_effect/fluid/smoke/proc/fade_out(frames = 0.8 SECONDS) + if(alpha == 0) //Handle already transparent case + if(opacity) + set_opacity(FALSE) + return + + if(frames == 0) + set_opacity(FALSE) + alpha = 0 + return + + var/time_to_transparency = round(((alpha - 160) / alpha) * frames) + if(time_to_transparency >= 1) + addtimer(CALLBACK(src, /atom.proc/set_opacity, FALSE), time_to_transparency) + else + set_opacity(FALSE) + animate(src, time = frames, alpha = 0) + + +/obj/effect/particle_effect/fluid/smoke/spread(delta_time = 0.1 SECONDS) + if(group.total_size > group.target_size) + return + var/turf/t_loc = get_turf(src) + if(!t_loc) + return + + for(var/turf/spread_turf in t_loc.GetAtmosAdjacentTurfs()) + if(group.total_size > group.target_size) + break + if(locate(type) in spread_turf) + continue // Don't spread smoke where there's already smoke! + for(var/mob/living/smoker in spread_turf) + smoke_mob(smoker, delta_time) + + var/obj/effect/particle_effect/fluid/smoke/spread_smoke = new type(spread_turf, group, src) + reagents.copy_to(spread_smoke, reagents.total_volume) + spread_smoke.add_atom_colour(color, FIXED_COLOUR_PRIORITY) + spread_smoke.lifetime = lifetime + + // the smoke spreads rapidly, but not instantly + SSfoam.queue_spread(spread_smoke) + + +/obj/effect/particle_effect/fluid/smoke/process(delta_time) + lifetime -= delta_time SECONDS + if(lifetime <= 0) + kill_smoke() + return FALSE + for(var/mob/living/smoker in loc) // In case smoke somehow winds up in a locker or something this should still behave sanely. + smoke_mob(smoker, delta_time) + return TRUE + +/** + * Handles the effects of this smoke on any mobs it comes into contact with. + * + * Arguments: + * - [smoker][/mob/living/carbon]: The mob that is being exposed to this smoke. + * - delta_time: A scaling factor for the effects this has. Primarily based off of tick rate to normalize effects to units of rate/sec. + * + * Returns whether the smoke effect was applied to the mob. + */ +/obj/effect/particle_effect/fluid/smoke/proc/smoke_mob(mob/living/carbon/smoker, delta_time) + if(!istype(smoker)) + return FALSE + if(lifetime < 1) + return FALSE + if(smoker.internal != null || smoker.has_smoke_protection()) + return FALSE + if(smoker.smoke_delay) + return FALSE + + smoker.smoke_delay = TRUE + addtimer(VARSET_CALLBACK(smoker, smoke_delay, FALSE), 1 SECONDS) + return TRUE + +/** + * Makes the smoke react to nearby opening/closing airlocks and the like. + * Makes it possible for smoke to spread through airlocks that open after the edge of the smoke cloud has already spread past them. + * + * Arguments: + * - [source][/turf]: The turf that has been touched by an atmos adjacency change. + */ +/obj/effect/particle_effect/fluid/smoke/proc/react_to_atmos_adjacency_changes(turf/source) + SIGNAL_HANDLER + if(!group) + return NONE + if (spread_bucket) + return NONE + SSsmoke.queue_spread(src) + +/// A factory which produces clouds of smoke. +/datum/effect_system/fluid_spread/smoke + effect_type = /obj/effect/particle_effect/fluid/smoke + +///////////////////////////////////////////// +// Transparent smoke +///////////////////////////////////////////// + +/// Same as the base type, but the smoke produced is not opaque +/datum/effect_system/fluid_spread/smoke/transparent + effect_type = /obj/effect/particle_effect/fluid/smoke/transparent + +/// Same as the base type, but is not opaque. +/obj/effect/particle_effect/fluid/smoke/transparent + opacity = FALSE + +/** + * A helper proc used to spawn small puffs of smoke. + * + * Arguments: + * - range: The amount of smoke to produce as number of steps from origin covered. + * - amount: The amount of smoke to produce as the total desired coverage area. Autofilled from the range arg if not set. + * - location: Where to produce the smoke cloud. + * - smoke_type: The smoke typepath to spawn. + */ +/proc/do_smoke(range = 0, amount = DIAMOND_AREA(range), atom/holder = null, location = null, smoke_type = /obj/effect/particle_effect/fluid/smoke, log = FALSE) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.effect_type = smoke_type + smoke.set_up(amount = amount, holder = holder, location = location) + smoke.start(log = log) + +///////////////////////////////////////////// +// Quick smoke +///////////////////////////////////////////// + +/// Smoke that dissipates as quickly as possible. +/obj/effect/particle_effect/fluid/smoke/quick + lifetime = 1 SECONDS + opacity = FALSE + +/// A factory which produces smoke that dissipates as quickly as possible. +/datum/effect_system/fluid_spread/smoke/quick + effect_type = /obj/effect/particle_effect/fluid/smoke/quick + +///////////////////////////////////////////// +// Bad smoke +///////////////////////////////////////////// + +/// Smoke that makes you cough and reduces the power of lasers. +/obj/effect/particle_effect/fluid/smoke/bad + lifetime = 16 SECONDS + +/obj/effect/particle_effect/fluid/smoke/bad/Initialize(mapload) + . = ..() + /*var/static/list/loc_connections = list( + COMSIG_ATOM_ENTERED = .proc/on_entered, + )*/ + RegisterSignal(src, COMSIG_ATOM_ENTERED, .proc/on_entered) + //AddElement(/datum/element/connect_loc, loc_connections) + +/obj/effect/particle_effect/fluid/smoke/bad/smoke_mob(mob/living/carbon/smoker) + . = ..() + if(!.) + return + + smoker.drop_all_held_items() + smoker.adjustOxyLoss(1) + smoker.emote("cough") + +/** + * Reduces the power of any beam projectile that passes through the smoke. + * + * Arguments: + * - [source][/datum]: The location that has just been entered. If [/datum/element/connect_loc] is working this is [src.loc][/atom/var/loc]. + * - [arrived][/atom/movable]: The atom that has just entered the source location. + * - [old_loc][/atom]: The location the entering atom just was in. + * - [old_locs][/list/atom]: The set of locations the entering atom was just in. + */ +/obj/effect/particle_effect/fluid/smoke/bad/proc/on_entered(datum/source, atom/movable/arrived, atom/oldloc) + SIGNAL_HANDLER + if(istype(arrived, /obj/item/projectile/beam)) + var/obj/item/projectile/beam/beam = arrived + beam.damage = (beam.damage/2) + +/// A factory which produces smoke that makes you cough. +/datum/effect_system/fluid_spread/smoke/bad + effect_type = /obj/effect/particle_effect/fluid/smoke/bad + +///////////////////////////////////////////// +// Bad Smoke (But Green (and Black)) +///////////////////////////////////////////// + +/// Green smoke that makes you cough. +/obj/effect/particle_effect/fluid/smoke/bad/green + name = "green smoke" + color = "#00FF00" + opacity = FALSE + +/// A factory which produces green smoke that makes you cough. +/datum/effect_system/fluid_spread/smoke/bad/green + effect_type = /obj/effect/particle_effect/fluid/smoke/bad/green + +/// Black smoke that makes you cough. (Actually dark grey) +/obj/effect/particle_effect/fluid/smoke/bad/black + name = "black smoke" + color = "#383838" + opacity = FALSE + +/// A factory which produces black smoke that makes you cough. +/datum/effect_system/fluid_spread/smoke/bad/black + effect_type = /obj/effect/particle_effect/fluid/smoke/bad/black + +///////////////////////////////////////////// +// Nanofrost smoke +///////////////////////////////////////////// + +/// Light blue, transparent smoke which is usually paired with a blast that chills every turf in the area. +/obj/effect/particle_effect/fluid/smoke/freezing + name = "nanofrost smoke" + color = "#B2FFFF" + opacity = FALSE + +/// A factory which produces light blue, transparent smoke and a blast that chills every turf in the area. +/datum/effect_system/fluid_spread/smoke/freezing + effect_type = /obj/effect/particle_effect/fluid/smoke/freezing + /// The radius in which to chill every open turf. + var/blast = 0 + /// The temperature to set the turfs air temperature to. + var/temperature = 2 + /// Whether to weld every vent and air scrubber in the affected area shut. + var/weldvents = TRUE + /// Whether to make sure each affected turf is actually within range before cooling it. + var/distcheck = TRUE + +/** + * Chills an open turf. + * + * Forces the air temperature to a specific value. + * Transmutes all of the plasma in the air into nitrogen. + * Extinguishes all fires and burning objects/mobs in the turf. + * May freeze all vents and vent scrubbers shut. + * + * Arguments: + * - [chilly][/turf/open]: The open turf to chill + */ +/datum/effect_system/fluid_spread/smoke/freezing/proc/Chilled(turf/open/chilly) + if(!istype(chilly)) + return + + if(chilly.air) + var/datum/gas_mixture/air = chilly.air + if(!distcheck || get_dist(location, chilly) < blast) // Otherwise we'll get silliness like people using Nanofrost to kill people through walls with cold air + air.set_temperature(temperature) + + if(air.get_moles(/datum/gas/plasma)) + air.adjust_moles(/datum/gas/nitrogen, air.get_moles(/datum/gas/plasma)) + air.set_moles(/datum/gas/plasma, 0) + + for(var/obj/effect/hotspot/fire in chilly) + qdel(fire) + chilly.air_update_turf() + + if(weldvents) + for(var/obj/machinery/atmospherics/components/unary/comp in chilly) + if(!isnull(comp.welded) && !comp.welded) //must be an unwelded vent pump or vent scrubber. + comp.welded = TRUE + comp.update_icon() + comp.visible_message(span_danger("[comp] is frozen shut!")) + + // Extinguishes everything in the turf + for(var/mob/living/potential_tinder in chilly) + potential_tinder.ExtinguishMob() + for(var/obj/item/potential_tinder in chilly) + potential_tinder.extinguish() + +/datum/effect_system/fluid_spread/smoke/freezing/set_up(range = 5, amount = DIAMOND_AREA(range), atom/holder, atom/location, blast_radius = 0) + . = ..() + blast = blast_radius + +/datum/effect_system/fluid_spread/smoke/freezing/start(log = FALSE) + if(blast) + for(var/turf/T in RANGE_TURFS(blast, location)) + Chilled(T) + return ..() + +/// A variant of the base freezing smoke formerly used by the vent decontamination event. +/datum/effect_system/fluid_spread/smoke/freezing/decon + temperature = 293.15 + distcheck = FALSE + weldvents = FALSE + + +///////////////////////////////////////////// +// Sleep smoke +///////////////////////////////////////////// + +/// Smoke which knocks you out if you breathe it in. +/obj/effect/particle_effect/fluid/smoke/sleeping + color = "#9C3636" + lifetime = 20 SECONDS + +/obj/effect/particle_effect/fluid/smoke/sleeping/smoke_mob(mob/living/carbon/smoker, delta_time) + if(..()) + smoker.Sleeping(20 SECONDS) + smoker.emote("cough") + return TRUE + +/// A factory which produces sleeping smoke. +/datum/effect_system/fluid_spread/smoke/sleeping + effect_type = /obj/effect/particle_effect/fluid/smoke/sleeping + +///////////////////////////////////////////// +// Chem smoke +///////////////////////////////////////////// + +/** + * Smoke which contains reagents which it applies to everything it comes into contact with. + */ +/obj/effect/particle_effect/fluid/smoke/chem + lifetime = 20 SECONDS + +/obj/effect/particle_effect/fluid/smoke/chem/process(delta_time) + . = ..() + if(!.) + return + + var/turf/location = get_turf(src) + var/fraction = (delta_time SECONDS) / initial(lifetime) + for(var/atom/movable/thing as anything in location) + if(thing == src) + continue + if(location.intact && thing.level == 1) //hidden under the floor + continue + reagents.reaction(thing, TOUCH, fraction) + + reagents.reaction(location, TOUCH, fraction) + return TRUE + +/obj/effect/particle_effect/fluid/smoke/chem/smoke_mob(mob/living/carbon/smoker, delta_time) + if(lifetime < 1) + return FALSE + if(!istype(smoker)) + return FALSE + if(smoker.internal != null || smoker.has_smoke_protection()) + return FALSE + + var/fraction = (delta_time SECONDS) / initial(lifetime) + reagents.copy_to(smoker, reagents.total_volume, fraction) + reagents.reaction(smoker, INGEST, fraction) + return TRUE + + +/// A factory which produces clouds of chemical bearing smoke. +/datum/effect_system/fluid_spread/smoke/chem + /// Evil evil hack so we have something to "hold" our reagents + var/datum/reagents/chemholder + effect_type = /obj/effect/particle_effect/fluid/smoke/chem + +/datum/effect_system/fluid_spread/smoke/chem/New() + ..() + chemholder = new(1000, NO_REACT) + +/datum/effect_system/fluid_spread/smoke/chem/Destroy() + QDEL_NULL(chemholder) + return ..() + + +/datum/effect_system/fluid_spread/smoke/chem/set_up(range = 1, amount = DIAMOND_AREA(range), atom/holder, atom/location = null, datum/reagents/carry = null, silent = FALSE) + . = ..() + carry?.copy_to(chemholder, carry.total_volume) + + if(silent) + return + + var/list/contained_reagents = list() + for(var/datum/reagent/reagent as anything in chemholder.reagent_list) + contained_reagents += "[reagent.volume]u [reagent]" + + var/where = "[AREACOORD(location)]" + var/contained = length(contained_reagents) ? "[contained_reagents.Join(", ", " \[", "\]")] @ [chemholder.chem_temp]K" : null + if(carry.my_atom?.fingerprintslast) //Some reagents don't have a my_atom in some cases + var/mob/M = get_mob_by_key(carry.my_atom.fingerprintslast) + var/more = "" + if(M) + more = "[ADMIN_LOOKUPFLW(M)] " + message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. Key: [more ? more : carry.my_atom.fingerprintslast].") + log_game("A chemical smoke reaction has taken place in ([where])[contained]. Last touched by [carry.my_atom.fingerprintslast].") + else + message_admins("Smoke: ([ADMIN_VERBOSEJMP(location)])[contained]. No associated key.") + log_game("A chemical smoke reaction has taken place in ([where])[contained]. No associated key.") + +/datum/effect_system/fluid_spread/smoke/chem/start(log = FALSE) + var/start_loc = holder ? get_turf(holder) : src.location + var/mixcolor = mix_color_from_reagents(chemholder.reagent_list) + var/obj/effect/particle_effect/fluid/smoke/chem/smoke = new effect_type(start_loc, new /datum/fluid_group(amount)) + chemholder.copy_to(smoke, chemholder.total_volume) + + if(mixcolor) + smoke.add_atom_colour(mixcolor, FIXED_COLOUR_PRIORITY) // give the smoke color, if it has any to begin with + if (log) + help_out_the_admins(smoke, holder, location) + smoke.spread() // Making the smoke spread immediately. + +/** + * A version of chemical smoke with a very short lifespan. + */ +/obj/effect/particle_effect/fluid/smoke/chem/quick + lifetime = 4 SECONDS + opacity = FALSE + alpha = 100 + +/datum/effect_system/fluid_spread/smoke/chem/quick + effect_type = /obj/effect/particle_effect/fluid/smoke/chem/quick diff --git a/code/game/objects/effects/step_triggers.dm b/code/game/objects/effects/step_triggers.dm index c271dfb79c31..c430cdbd0307 100644 --- a/code/game/objects/effects/step_triggers.dm +++ b/code/game/objects/effects/step_triggers.dm @@ -161,12 +161,12 @@ s.start() if(entersmoke) - var/datum/effect_system/smoke_spread/s = new - s.set_up(4, 1, src, 0) + var/datum/effect_system/fluid_spread/smoke/s = new + s.set_up(4, holder = src, location = src) s.start() if(exitsmoke) - var/datum/effect_system/smoke_spread/s = new - s.set_up(4, 1, dest, 0) + var/datum/effect_system/fluid_spread/smoke/s = new + s.set_up(4, holder = src, location = dest) s.start() uses-- diff --git a/code/game/objects/empulse.dm b/code/game/objects/empulse.dm index afc70a0eeaed..34fa0ccd6e2c 100644 --- a/code/game/objects/empulse.dm +++ b/code/game/objects/empulse.dm @@ -22,11 +22,11 @@ distance = 0 if(distance < heavy_range) T.emp_act(EMP_HEAVY) - else if(distance == heavy_range) + else if(heavy_range && distance == heavy_range) //0 radius heavy EMPs will have no effect if(prob(50)) T.emp_act(EMP_HEAVY) else T.emp_act(EMP_LIGHT) else if(distance <= light_range) T.emp_act(EMP_LIGHT) - return 1 \ No newline at end of file + return 1 diff --git a/code/game/objects/items/RPD.dm b/code/game/objects/items/RPD.dm index 44f5717fad51..c1697f0996b9 100644 --- a/code/game/objects/items/RPD.dm +++ b/code/game/objects/items/RPD.dm @@ -32,6 +32,7 @@ GLOBAL_LIST_INIT(atmos_pipe_recipes, list( new /datum/pipe_info/pipe("Injector", /obj/machinery/atmospherics/components/unary/outlet_injector, TRUE), new /datum/pipe_info/pipe("Scrubber", /obj/machinery/atmospherics/components/unary/vent_scrubber, TRUE), new /datum/pipe_info/pipe("Unary Vent", /obj/machinery/atmospherics/components/unary/vent_pump, TRUE), + new /datum/pipe_info/pipe("Passive Vent", /obj/machinery/atmospherics/components/unary/passive_vent, TRUE), new /datum/pipe_info/pipe("Manual Valve", /obj/machinery/atmospherics/components/binary/valve, TRUE), new /datum/pipe_info/pipe("Digital Valve", /obj/machinery/atmospherics/components/binary/valve/digital, TRUE), new /datum/pipe_info/pipe("Pressure Valve", /obj/machinery/atmospherics/components/binary/pressure_valve, TRUE), @@ -389,12 +390,12 @@ GLOBAL_LIST_INIT(fluid_duct_recipes, list( //make sure what we're clicking is valid for the current category var/static/list/make_pipe_whitelist if(!make_pipe_whitelist) - make_pipe_whitelist = typecacheof(list(/obj/structure/lattice, /obj/structure/girder, /obj/item/pipe, /obj/structure/window, /obj/structure/grille)) + make_pipe_whitelist = typecacheof(list(/obj/structure/lattice, /obj/structure/girder, /obj/item/pipe, /obj/structure/window, /obj/structure/grille, /obj/machinery/atmospherics/pipe)) var/can_make_pipe = (isturf(A) || is_type_in_typecache(A, make_pipe_whitelist)) . = FALSE - if((mode&DESTROY_MODE) && istype(A, /obj/item/pipe) || istype(A, /obj/structure/disposalconstruct) || istype(A, /obj/structure/c_transit_tube) || istype(A, /obj/structure/c_transit_tube_pod) || istype(A, /obj/item/pipe_meter)) + if((mode & DESTROY_MODE) && istype(A, /obj/item/pipe) || istype(A, /obj/structure/disposalconstruct) || istype(A, /obj/structure/c_transit_tube) || istype(A, /obj/structure/c_transit_tube_pod) || istype(A, /obj/item/pipe_meter)) // yogs start - disposable check if(istype(A, /obj/item/pipe)) var/obj/item/pipe/P = A @@ -409,7 +410,7 @@ GLOBAL_LIST_INIT(fluid_duct_recipes, list( qdel(A) return - if((mode&PAINT_MODE)) + if (mode & PAINT_MODE) if(istype(A, /obj/machinery/atmospherics/pipe) && !istype(A, /obj/machinery/atmospherics/pipe/layer_manifold)) var/obj/machinery/atmospherics/pipe/P = A to_chat(user, span_notice("You start painting \the [P] [paint_color]...")) @@ -427,14 +428,16 @@ GLOBAL_LIST_INIT(fluid_duct_recipes, list( user.visible_message(span_notice("[user] paints \the [A] [paint_color]."),span_notice("You paint \the [A] [paint_color].")) return - if(mode&BUILD_MODE) + if (mode & BUILD_MODE) if(istype(get_area(user), /area/reebe/city_of_cogs)) to_chat(user, span_notice("You cannot build on Reebe..")) return + switch(category) //if we've gotten this var, the target is valid if(ATMOS_CATEGORY) //Making pipes if(!can_make_pipe) return ..() + playsound(get_turf(src), 'sound/machines/click.ogg', 50, 1) if (recipe.type == /datum/pipe_info/meter) to_chat(user, span_notice("You start building a meter...")) diff --git a/code/game/objects/items/busterarm.dm b/code/game/objects/items/busterarm.dm index 5972b1f32d09..ba5562254b1d 100644 --- a/code/game/objects/items/busterarm.dm +++ b/code/game/objects/items/busterarm.dm @@ -1,24 +1,106 @@ -/obj/effect/proc_holder/spell/targeted/buster - clothes_req = FALSE - include_user = TRUE - range = -1 - -/obj/effect/proc_holder/spell/targeted/buster/can_cast(mob/living/user) - var/obj/item/bodypart/l_arm/robot/buster/L = user.get_bodypart(BODY_ZONE_L_ARM) - var/obj/item/bodypart/r_arm/robot/buster/R = user.get_bodypart(BODY_ZONE_R_ARM) - if(R?.bodypart_disabled || L?.bodypart_disabled) - to_chat(user, span_warning("The arm isn't in a functional state right now!")) +/datum/action/cooldown/buster + check_flags = AB_CHECK_RESTRAINED|AB_CHECK_STUN|AB_CHECK_CONSCIOUS + transparent_when_unavailable = TRUE + icon_icon = 'icons/mob/actions/actions_arm.dmi' + +/datum/action/cooldown/buster/IsAvailable() + . = ..() + if(!isliving(owner)) + return FALSE + if(HAS_TRAIT(owner, TRAIT_PACIFISM)) + return FALSE + +//Separate isavailables so if someone is using two arms they won't care about the other + +/datum/action/cooldown/buster/mop/l/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/l_arm/L = O.get_bodypart(BODY_ZONE_L_ARM) + if(L?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/slam/l/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/l_arm/L = O.get_bodypart(BODY_ZONE_L_ARM) + if(L?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/megabuster/l/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/l_arm/L = O.get_bodypart(BODY_ZONE_L_ARM) + if(L?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) return FALSE - if(user.IsParalyzed() || user.IsStun() || user.restrained()) + +/datum/action/cooldown/buster/wire_snatch/l/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/l_arm/L = O.get_bodypart(BODY_ZONE_L_ARM) + if(L?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) return FALSE - return TRUE +/datum/action/cooldown/buster/grap/l/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/l_arm/L = O.get_bodypart(BODY_ZONE_L_ARM) + if(L?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + + +/datum/action/cooldown/buster/mop/r/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/r_arm/R = O.get_bodypart(BODY_ZONE_R_ARM) + if(R?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/slam/r/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/r_arm/R = O.get_bodypart(BODY_ZONE_R_ARM) + if(R?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/megabuster/r/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/r_arm/R = O.get_bodypart(BODY_ZONE_R_ARM) + if(R?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/wire_snatch/r/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/r_arm/R = O.get_bodypart(BODY_ZONE_R_ARM) + if(R?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + +/datum/action/cooldown/buster/grap/r/IsAvailable() + . = ..() + var/mob/living/O = owner + var/obj/item/bodypart/r_arm/R = O.get_bodypart(BODY_ZONE_R_ARM) + if(R?.bodypart_disabled) + to_chat(owner, span_warning("The arm isn't in a functional state right now!")) + return FALSE + + + /obj/item/buster/proc/hit(mob/living/user, mob/living/target, damage) var/obj/item/bodypart/limb_to_hit = target.get_bodypart(user.zone_selected) var/armor = target.run_armor_check(limb_to_hit, MELEE, armour_penetration = 35) target.apply_damage(damage, BRUTE, limb_to_hit, armor, wound_bonus=CANT_WOUND) -/obj/effect/proc_holder/spell/targeted/buster/proc/grab(mob/living/user, mob/living/target, damage) +/datum/action/cooldown/buster/proc/grab(mob/living/user, mob/living/target, damage) var/obj/item/bodypart/limb_to_hit = target.get_bodypart(user.zone_selected) var/armor = target.run_armor_check(limb_to_hit, MELEE, armour_penetration = 35) target.apply_damage(damage, BRUTE, limb_to_hit, armor, wound_bonus=CANT_WOUND) @@ -34,30 +116,32 @@ /obj/item/buster/Initialize(mob/living/user) . = ..() - ADD_TRAIT(src, TRAIT_NODROP, HAND_REPLACEMENT_TRAIT) + ADD_TRAIT(src, HAND_REPLACEMENT_TRAIT, NOBLUDGEON) + -/obj/effect/proc_holder/spell/targeted/buster/wire_snatch +/datum/action/cooldown/buster/wire_snatch name = "Wire Snatch" - desc = "Extend a wire to your active hand for reeling in foes from a distance. Reeled in targets will be unable to walk for 1.5 seconds. Anchored targets that are hit will\ + desc = "Extend a wire for reeling in foes from a distance. Reeled in targets will be unable to walk for 1.5 seconds. Anchored targets that are hit will\ pull you towards them instead. It can be used 3 times before reeling back into the arm." - include_user = TRUE - range = -1 - charge_max = 50 - cooldown_min = 10 - action_icon = 'icons/obj/guns/magic.dmi' - action_icon_state = "hook" - var/summon_path = /obj/item/gun/magic/wire - -/obj/effect/proc_holder/spell/targeted/buster/wire_snatch/cast(list/targets, mob/user) - for(var/obj/item/gun/magic/wire/T in user) - qdel(T) - to_chat(user, span_notice("The wire returns into your wrist.")) + icon_icon = 'icons/obj/guns/magic.dmi' + button_icon_state = "hook" + cooldown_time = 5 SECONDS + +/datum/action/cooldown/buster/wire_snatch/l/Trigger() + if(!..()) + return FALSE + StartCooldown() + var/obj/item/gun/magic/wire/T = new() + for(var/obj/item/gun/magic/wire/J in owner) + qdel(J) + to_chat(owner, span_notice("The wire returns into your wrist.")) return - for(var/mob/living/carbon/C in targets) - var/GUN = new summon_path - C.put_in_r_hand(GUN) - if(C.active_hand_index % 2 == 1) - C.swap_hand(0) //making the grappling hook hand (right) the active one so using it is streamlined + if(!owner.put_in_r_hand(T)) + to_chat(owner, span_warning("You can't do this with your right hand full!")) + else + if(owner.active_hand_index % 2 == 1) + owner.swap_hand(0) //making the grappling hook hand (right) the active one so using it is streamlined + /obj/item/gun/magic/wire/Initialize() @@ -78,6 +162,7 @@ max_charges = 3 item_flags = NEEDS_PERMIT | DROPDEL force = 0 + can_charge = FALSE /obj/item/ammo_casing/magic/wire name = "hook" @@ -167,39 +252,32 @@ qdel(wire) return ..() -/obj/effect/proc_holder/spell/targeted/touch/buster/grap + +/datum/action/cooldown/buster/grap/l name = "Grapple" desc = "Prepare your left hand for grabbing. Throw your target and inflict more damage if they hit a solid object. If the targeted limb is horribly bruised, you'll tear it off\ when throwing the victim." - hand_path = /obj/item/buster/graphand - school = "transmutation" - charge_max = 30 - action_icon = 'icons/mob/actions/actions_arm.dmi' - action_icon_state = "lariat" - sound = 'sound/magic/fleshtostone.ogg' - clothes_req = FALSE - -/obj/effect/proc_holder/spell/targeted/touch/buster/grap/cast(list/targets, mob/user = usr) - if(!QDELETED(attached_hand)) - remove_hand(TRUE) - to_chat(user, span_notice("[dropmessage]")) - return - for(var/mob/living/carbon/C in targets) - C.visible_message(span_warning("The fingers on [C]'s left buster arm begin to tense up.")) - if(!attached_hand) - attached_hand = new hand_path(src) - attached_hand.attached_spell = src - user.put_in_l_hand(attached_hand) - recharging = FALSE - if(C.active_hand_index % 2 == 0) - C.swap_hand(0) - return + button_icon_state = "lariat" + cooldown_time = 3 SECONDS + +/datum/action/cooldown/buster/grap/l/Trigger() + if(!..()) + return FALSE + var/obj/item/buster/graphand/G = new() + if(!owner.put_in_l_hand(G)) + to_chat(owner, span_warning("You can't do this with your left hand full!")) + else + StartCooldown() + owner.visible_message(span_warning("The fingers on [owner]'s left buster arm begin to tense up.")) + owner.put_in_l_hand(G) + if(owner.active_hand_index % 2 == 0) + owner.swap_hand(0) + /obj/item/buster/graphand name = "grapple" desc = "Your fingers occasionally curl as if they have their own urge to dig into something." color = "#f14b4b" - var/obj/effect/proc_holder/spell/targeted/touch/attached_spell var/throwdist = 5 var/throwdam = 15 var/slamdam = 7 @@ -208,8 +286,6 @@ /obj/item/buster/graphand/afterattack(atom/target, mob/living/user, proximity) var/turf/Z = get_turf(user) var/list/thrown = list() - var/obj/item/bodypart/l_arm/robot/buster/L = user.get_bodypart(BODY_ZONE_L_ARM) - var/obj/item/bodypart/r_arm/robot/buster/R = user.get_bodypart(BODY_ZONE_R_ARM) var/side = user.get_held_index_of_item(src) target.add_fingerprint(user, FALSE) if(!proximity) @@ -226,13 +302,6 @@ var/obj/I = target var/old_density = I.density if(istype(I, /obj/mecha)) - if(side == LEFT_HANDS) - (L?.set_disabled(TRUE)) - addtimer(CALLBACK(L, /obj/item/bodypart/l_arm/.proc/set_disabled), 5 SECONDS, TRUE) - if(side == RIGHT_HANDS) - (R?.set_disabled(TRUE)) - addtimer(CALLBACK(R, /obj/item/bodypart/r_arm/.proc/set_disabled), 5 SECONDS, TRUE) - to_chat(user, span_userdanger("The strain of lifting [I] disables your arm for a few seconds!")) I.anchored = FALSE if(I.anchored == TRUE) if(istype(I, /obj/machinery/vending)) @@ -358,37 +427,35 @@ var/atom/throw_target = get_edge_target_turf(K, direction) K.throw_at(throw_target, 6, 4, user, 3) - - -/obj/item/buster/graphand/Destroy() - if(attached_spell) - attached_spell.on_hand_destroy(src) - return ..() - /obj/item/buster/graphand/ignition_effect(atom/A, mob/user) playsound(user,'sound/misc/fingersnap2.ogg', 20, 1) playsound(user,'sound/effects/sparks4.ogg', 20, 1) do_sparks(5, TRUE, src) . = span_rose("With a single snap, [user] sets [A] alight with sparks from [user.p_their()] metal fingers.") - -/obj/effect/proc_holder/spell/targeted/buster/mop + + + +/datum/action/cooldown/buster/mop name = "Mop the Floor" desc = "Launch forward and drag whoever's in front of you on the ground. The power of this move increases with closeness to the target upon using it." - action_icon = 'icons/mob/actions/actions_arm.dmi' - action_icon_state = "mop" - charge_max = 40 + button_icon_state = "mop" + cooldown_time = 4 SECONDS var/jumpdistance = 5 var/dragdam = 8 var/crashdam = 10 -/obj/effect/proc_holder/spell/targeted/buster/mop/cast(atom/target,mob/living/user) - var/turf/T = get_step(get_turf(user), user.dir) - var/turf/Z = get_turf(user) - var/obj/effect/temp_visual/decoy/fading/threesecond/F = new(Z, user) +/datum/action/cooldown/buster/mop/Trigger() + if(!..()) + return FALSE + StartCooldown() + var/mob/living/B = owner + var/turf/T = get_step(get_turf(B), B.dir) + var/turf/Z = get_turf(B) + var/obj/effect/temp_visual/decoy/fading/threesecond/F = new(Z, B) var/list/mopped = list() - user.visible_message(span_warning("[user] sprints forward with [user.p_their()] hand outstretched!")) - playsound(user,'sound/effects/gravhit.ogg', 20, 1) - user.Immobilize(0.1 SECONDS) //so they dont skip through the target + B.visible_message(span_warning("[B] sprints forward with [B.p_their()] hand outstretched!")) + playsound(B,'sound/effects/gravhit.ogg', 20, 1) + B.Immobilize(0.1 SECONDS) //so they dont skip through the target for(var/i = 1 to jumpdistance) if(T.density) return @@ -397,28 +464,28 @@ return if(T) sleep(0.01 SECONDS) - user.forceMove(T) - walk_towards(F, user, 0, 1.5) + B.forceMove(T) + walk_towards(F, owner, 0, 1.5) animate(F, alpha = 0, color = "#d40a0a", time = 0.5 SECONDS) for(var/mob/living/L in T.contents) - if(L != user) + if(L != B) mopped |= L - L.add_fingerprint(user, FALSE) - var/turf/Q = get_step(get_turf(user), user.dir) - var/mob/living/U = user - to_chat(L, span_userdanger("[user] grinds you against the ground!")) + L.add_fingerprint(B, FALSE) + var/turf/Q = get_step(get_turf(B), B.dir) + var/mob/living/U = B + to_chat(L, span_userdanger("[B] grinds you against the ground!")) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = matrix(90, MATRIX_ROTATE), time = 0.1 SECONDS, loop = 0) if(istype(T, /turf/open/space)) - var/atom/throw_target = get_edge_target_turf(L, user.dir) + var/atom/throw_target = get_edge_target_turf(L, B.dir) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.5 SECONDS, loop = 0) - L.throw_at(throw_target, 2, 4, user, 3) + L.throw_at(throw_target, 2, 4, B, 3) return if(Q.density) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.5 SECONDS, loop = 0) - grab(user, L, crashdam) + grab(B, L, crashdam) U.visible_message(span_warning("[U] rams [L] into [Q]!")) to_chat(L, span_userdanger("[U] rams you into [Q]!")) L.Knockdown(1 SECONDS) @@ -428,9 +495,9 @@ if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.5 SECONDS, loop = 0) if(D.density == TRUE) - grab(user, L, crashdam) - U.visible_message(span_warning("[user] rams [L] into [D]!")) - to_chat(L, span_userdanger("[user] rams you into [D]!")) + grab(B, L, crashdam) + U.visible_message(span_warning("[B] rams [L] into [D]!")) + to_chat(L, span_userdanger("[B] rams you into [D]!")) D.take_damage(200) L.Knockdown(1 SECONDS) L.Immobilize(1 SECONDS) @@ -440,33 +507,36 @@ to_chat(L, span_userdanger("[U] catches you with [U.p_their()] hand and drags you down!")) U.visible_message(span_warning("[U] hits [L] and drags them through the dirt!")) L.forceMove(Q) - grab(user, L, dragdam) + grab(B, L, dragdam) playsound(L,'sound/effects/meteorimpact.ogg', 60, 1) - T = get_step(user, user.dir) + T = get_step(B, B.dir) for(var/mob/living/C in mopped) if(C.stat == CONSCIOUS && C.resting == FALSE) animate(C, transform = null, time = 0.5 SECONDS, loop = 0) -/obj/effect/proc_holder/spell/targeted/buster/slam + +/datum/action/cooldown/buster/slam name = "Slam" - desc = "Grab the target in front of you and slam them back onto the ground. \ - If there's a solid object or wall behind you when the move is successfully performed then it will \ take substantial damage." - action_icon = 'icons/mob/actions/actions_arm.dmi' - action_icon_state = "suplex" - charge_max = 7 + desc = "Grab the target in front of you and slam them back onto the ground. If there's a solid object or wall behind you when the move is successfully performed then\ + it will take substantial damage." + button_icon_state = "suplex" + cooldown_time = 0.7 SECONDS var/supdam = 25 var/crashdam = 10 var/walldam = 30 -/obj/effect/proc_holder/spell/targeted/buster/slam/cast(atom/target,mob/living/user) - var/turf/T = get_step(get_turf(user), user.dir) - var/turf/Z = get_turf(user) - user.visible_message(span_warning("[user] outstretches [user.p_their()] arm and goes for a grab!")) +/datum/action/cooldown/buster/slam/Trigger() + if(!..()) + return FALSE + StartCooldown() + var/turf/T = get_step(get_turf(owner), owner.dir) + var/turf/Z = get_turf(owner) + owner.visible_message(span_warning("[owner] outstretches [owner.p_their()] arm and goes for a grab!")) for(var/mob/living/L in T.contents) - var/turf/Q = get_step(get_turf(user), turn(user.dir,180)) + var/turf/Q = get_step(get_turf(owner), turn(owner.dir,180)) if(Q.density) var/turf/closed/wall/W = Q - grab(user, L, walldam) + grab(owner, L, walldam) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = matrix(90, MATRIX_ROTATE), time = 0.1 SECONDS, loop = 0) if(isanimal(L) && L.stat == DEAD) @@ -474,10 +544,10 @@ L.gib() if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.2 SECONDS, loop = 0) - to_chat(user, span_warning("[user] turns around and slams [L] against [Q]!")) - to_chat(L, span_userdanger("[user] crushes you against [Q]!")) + to_chat(owner, span_warning("[owner] turns around and slams [L] against [Q]!")) + to_chat(L, span_userdanger("[owner] crushes you against [Q]!")) playsound(L, 'sound/effects/meteorimpact.ogg', 60, 1) - playsound(user, 'sound/effects/gravhit.ogg', 20, 1) + playsound(owner, 'sound/effects/gravhit.ogg', 20, 1) if(!istype(W, /turf/closed/wall/r_wall)) W.dismantle_wall(1) L.forceMove(Q) @@ -490,12 +560,12 @@ var/obj/machinery/disposal/bin/dumpster = D L.forceMove(D) dumpster.do_flush() - to_chat(L, span_userdanger("[user] throws you down disposals!")) + to_chat(L, span_userdanger("[owner] throws you down disposals!")) target.visible_message(span_warning("[L] is thrown down the trash chute!")) return - user.visible_message(span_warning("[user] turns around and slams [L] against [D]!")) + owner.visible_message(span_warning("[owner] turns around and slams [L] against [D]!")) D.take_damage(400) - grab(user, L, crashdam) + grab(owner, L, crashdam) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = matrix(90, MATRIX_ROTATE), time = 0.1 SECONDS, loop = 0) if(isanimal(L) && L.stat == DEAD) @@ -505,7 +575,7 @@ if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.2 SECONDS, loop = 0) for(var/mob/living/M in Q.contents) - grab(user, L, crashdam) + grab(owner, L, crashdam) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = matrix(90, MATRIX_ROTATE), time = 0.1 SECONDS, loop = 0) if(isanimal(L) && L.stat == DEAD) @@ -514,23 +584,23 @@ sleep(0.2 SECONDS) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.2 SECONDS, loop = 0) - to_chat(L, span_userdanger("[user] throws you into [M]")) - to_chat(M, span_userdanger("[user] throws [L] into you!")) - user.visible_message(span_warning("[L] slams into [M]!")) - grab(user, M, crashdam) + to_chat(L, span_userdanger("[owner] throws you into [M]")) + to_chat(M, span_userdanger("[owner] throws [L] into you!")) + owner.visible_message(span_warning("[L] slams into [M]!")) + grab(owner, M, crashdam) L.forceMove(Q) if(istype(Q, /turf/open/space)) - user.setDir(turn(user.dir,180)) - var/atom/throw_target = get_edge_target_turf(L, user.dir) - L.throw_at(throw_target, 2, 4, user, 3) - user.visible_message(span_warning("[user] throws [L] behind [user.p_them()]!")) + owner.setDir(turn(owner.dir,180)) + var/atom/throw_target = get_edge_target_turf(L, owner.dir) + L.throw_at(throw_target, 2, 4, owner, 3) + owner.visible_message(span_warning("[owner] throws [L] behind [owner.p_them()]!")) return playsound(L,'sound/effects/meteorimpact.ogg', 60, 1) - playsound(user, 'sound/effects/gravhit.ogg', 20, 1) - to_chat(L, span_userdanger("[user] catches you with [user.p_their()] hand and crushes you on the ground!")) - user.visible_message(span_warning("[user] turns around and slams [L] against the ground!")) - user.setDir(turn(user.dir, 180)) - grab(user, L, supdam) + playsound(owner, 'sound/effects/gravhit.ogg', 20, 1) + to_chat(L, span_userdanger("[owner] catches you with [owner.p_their()] hand and crushes you on the ground!")) + owner.visible_message(span_warning("[owner] turns around and slams [L] against the ground!")) + owner.setDir(turn(owner.dir, 180)) + grab(owner, L, supdam) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = matrix(90, MATRIX_ROTATE), time = 0.1 SECONDS, loop = 0) if(isanimal(L) && L.stat == DEAD) @@ -539,26 +609,30 @@ sleep(0.2 SECONDS) if(L.stat == CONSCIOUS && L.resting == FALSE) animate(L, transform = null, time = 0.2 SECONDS, loop = 0) - -/obj/effect/proc_holder/spell/targeted/buster/megabuster + + +/datum/action/cooldown/buster/megabuster name = "Mega Buster" desc = "Put the buster arm through its paces to gain extreme power for five seconds. Connecting the blow will devastate the target and send them flying. Flying targets will have\ a snowball effect on hitting other unanchored people or objects collided with. Punching a mangled limb will instead send it flying and momentarily stun its owner. Once the five\ - seconds are up or a strong wall or person or exosuit is hit, the entire arm will be unusable for 15 seconds." - action_icon = 'icons/mob/actions/actions_arm.dmi' - action_icon_state = "ponch" - charge_max = 60 + seconds are up or a strong wall or person or exosuit is hit, the arm won't be able to do that again for 20 seconds." + button_icon_state = "ponch" + cooldown_time = 20 SECONDS -/obj/effect/proc_holder/spell/targeted/buster/megabuster/cast(list/targets, mob/living/user) +/datum/action/cooldown/buster/megabuster/l/Trigger() + if(!..()) + return FALSE var/obj/item/buster/megabuster/B = new() - user.visible_message(span_userdanger("[user]'s left arm begins crackling loudly!")) - playsound(user,'sound/effects/beepskyspinsabre.ogg', 60, 1) - if(do_after(user, 2 SECONDS, user, TRUE, stayStill = FALSE)) - if(!user.put_in_l_hand(B)) - to_chat(user, span_warning("You can't do this with your left hand full!")) + owner.visible_message(span_userdanger("[owner]'s left arm begins crackling loudly!")) + playsound(owner,'sound/effects/beepskyspinsabre.ogg', 60, 1) + if(do_after(owner, 2 SECONDS, owner, TRUE, stayStill = FALSE)) + if(!owner.put_in_l_hand(B)) + to_chat(owner, span_warning("You can't do this with your left hand full!")) else - user.visible_message(span_danger("[user]'s arm begins shaking violently!")) - B.fizzle(user) + owner.visible_message(span_danger("[owner]'s arm begins shaking violently!")) + if(owner.active_hand_index % 2 == 0) + owner.swap_hand(0) + StartCooldown() /obj/item/buster/megabuster name = "supercharged emitter" @@ -584,10 +658,7 @@ /obj/item/buster/megabuster/afterattack(atom/target, mob/living/user, proximity) var/direction = user.dir - var/obj/item/bodypart/l_arm/R = user.get_bodypart(BODY_ZONE_L_ARM) - var/obj/item/bodypart/r_arm/Q = user.get_bodypart(BODY_ZONE_R_ARM) var/list/knockedback = list() - var/side = user.get_held_index_of_item(src) var/mob/living/L = target if(!proximity) return @@ -611,15 +682,6 @@ if(istype(W, /turf/closed/wall/r_wall)) W.dismantle_wall(1) qdel(src) - to_chat(user, span_warning("The huge impact takes the arm out of commission! It won't be ready for 15 seconds!")) - if(side == LEFT_HANDS) - (R?.set_disabled(TRUE)) - addtimer(CALLBACK(Q, /obj/item/bodypart/r_arm/.proc/set_disabled), 5 SECONDS, TRUE) - return - if(side == RIGHT_HANDS) - (Q?.set_disabled(TRUE)) - addtimer(CALLBACK(R, /obj/item/bodypart/l_arm/.proc/set_disabled), 5 SECONDS, TRUE) - return else W.dismantle_wall(1) user.visible_message(span_warning("[user] demolishes [W]!")) @@ -628,14 +690,7 @@ var/obj/mecha/A = target A.take_damage(mechdam) user.visible_message(span_warning("[user] crushes [target]!")) - if(side == LEFT_HANDS) - (R?.set_disabled(TRUE)) - addtimer(CALLBACK(Q, /obj/item/bodypart/r_arm/.proc/set_disabled), 5 SECONDS, TRUE) - qdel(src) - if(side == RIGHT_HANDS) - (Q?.set_disabled(TRUE)) - addtimer(CALLBACK(R, /obj/item/bodypart/l_arm/.proc/set_disabled), 5 SECONDS, TRUE) - qdel(src) + qdel(src) if(isstructure(target) || ismachinery(target)) user.visible_message(span_warning("[user] strikes [target]!")) var/obj/I = target @@ -650,15 +705,8 @@ var/obj/item/bodypart/limb_to_hit = L.get_bodypart(user.zone_selected) var/armor = L.run_armor_check(limb_to_hit, MELEE, armour_penetration = 35) qdel(src, force = TRUE) - to_chat(user, span_warning("The huge impact takes the arm out of commission! It won't be ready for 15 seconds!")) shake_camera(L, 4, 3) L.apply_damage(punchdam, BRUTE, limb_to_hit, armor, wound_bonus=CANT_WOUND) - if(side == LEFT_HANDS) - (R?.set_disabled(TRUE)) - addtimer(CALLBACK(Q, /obj/item/bodypart/r_arm/.proc/set_disabled), 5 SECONDS, TRUE) - if(side == RIGHT_HANDS) - (Q?.set_disabled(TRUE)) - addtimer(CALLBACK(R, /obj/item/bodypart/l_arm/.proc/set_disabled), 5 SECONDS, TRUE) if(!limb_to_hit) limb_to_hit = L.get_bodypart(BODY_ZONE_CHEST) if(iscarbon(L)) @@ -730,20 +778,7 @@ /obj/item/buster/megabuster/Initialize(mob/living/user) . = ..() animate(src, alpha = 50, time = 5 SECONDS) - -/obj/item/buster/megabuster/proc/fizzle(mob/living/user, right = FALSE) - var/obj/item/bodypart/l_arm/L = user.get_bodypart(BODY_ZONE_L_ARM) - var/obj/item/bodypart/r_arm/R = user.get_bodypart(BODY_ZONE_R_ARM) - sleep(5 SECONDS) - qdel(src) - if(right) - (R?.set_disabled(TRUE)) - addtimer(CALLBACK(R, /obj/item/bodypart/r_arm/.proc/set_disabled), 15 SECONDS, TRUE) - to_chat(user, span_warning("The energy output shorts out the buster arm! It won't be ready for 15 seconds!")) - else - (L?.set_disabled(TRUE)) - addtimer(CALLBACK(L, /obj/item/bodypart/l_arm/.proc/set_disabled), 15 SECONDS, TRUE) - to_chat(user, span_warning("The energy output shorts out the buster arm! It won't be ready for 15 seconds!")) + QDEL_IN(src, 5 SECONDS) /obj/structure/bed/grip name = "" @@ -768,48 +803,57 @@ unbuckle_mob(M) add_fingerprint(user) -/obj/effect/proc_holder/spell/targeted/touch/buster/grap/right - desc = "Prepare your right hand for grabbing. Throw your target and inflict more damage if they hit a solid object. If the targeted limb is horribly bruised, you'll tear it off when \ - throwing the victim." - -/obj/effect/proc_holder/spell/targeted/touch/buster/grap/right/cast(list/targets, mob/living/user) - if(!QDELETED(attached_hand)) - remove_hand(TRUE) - to_chat(user, span_notice("[dropmessage]")) - return - for(var/mob/living/carbon/C in targets) - C.visible_message(span_warning("The fingers on [C]'s left buster arm begin to tense up.")) - if(!attached_hand) - attached_hand = new hand_path(src) - attached_hand.attached_spell = src - user.put_in_r_hand(attached_hand) - recharging = FALSE - if(C.active_hand_index % 2 == 1) - C.swap_hand(0) - return - +/datum/action/cooldown/buster/grap/r + name = "Grapple" + desc = "Prepare your right hand for grabbing. Throw your target and inflict more damage if they hit a solid object. If the targeted limb is horribly bruised, you'll tear it off\ + when throwing the victim." + button_icon_state = "lariat" + cooldown_time = 3 SECONDS -/obj/effect/proc_holder/spell/targeted/buster/megabuster/right/cast(list/targets, mob/living/user) +/datum/action/cooldown/buster/grap/r/Trigger() + if(!..()) + return FALSE + var/obj/item/buster/graphand/G = new() + if(!owner.put_in_r_hand(G)) + to_chat(owner, span_warning("You can't do this with your right hand full!")) + else + owner.visible_message(span_warning("The fingers on [owner]'s right buster arm begin to tense up.")) + playsound(owner,'sound/effects/servostep.ogg', 60, 1) + owner.put_in_r_hand(G) + StartCooldown() + if(owner.active_hand_index % 2 == 1) + owner.swap_hand(0) + +/datum/action/cooldown/buster/megabuster/r/Trigger() + if(!..()) + return FALSE var/obj/item/buster/megabuster/B = new() - user.visible_message(span_userdanger("[user]'s right arm begins crackling loudly!")) - playsound(user,'sound/effects/beepskyspinsabre.ogg', 60, 1) - if(do_after(user, 2 SECONDS, user, TRUE, stayStill = FALSE)) - if(!user.put_in_r_hand(B)) - to_chat(user, span_warning("You can't do this with your right hand full!")) + owner.visible_message(span_userdanger("[owner]'s right arm begins crackling loudly!")) + playsound(owner,'sound/effects/beepskyspinsabre.ogg', 60, 1) + if(do_after(owner, 2 SECONDS, owner, TRUE, stayStill = FALSE)) + if(!owner.put_in_r_hand(B)) + to_chat(owner, span_warning("You can't do this with your right hand full!")) else - user.visible_message(span_danger("[user]'s arm begins shaking violently!")) - B.fizzle(user, right = TRUE) + owner.visible_message(span_danger("[owner]'s arm begins shaking violently!")) + if(owner.active_hand_index % 2 == 1) + owner.swap_hand(0) + StartCooldown() + -/obj/effect/proc_holder/spell/targeted/buster/wire_snatch/right/cast(list/targets, mob/user) - for(var/obj/item/gun/magic/wire/T in user) - qdel(T) - to_chat(user, span_notice("The wire returns into your wrist.")) +/datum/action/cooldown/buster/wire_snatch/r/Trigger() + if(!..()) + return FALSE + StartCooldown() + var/obj/item/gun/magic/wire/T = new() + for(var/obj/item/gun/magic/wire/J in owner) + qdel(J) + to_chat(owner, span_notice("The wire returns into your wrist.")) return - for(var/mob/living/carbon/C in targets) - var/GUN = new summon_path - C.put_in_l_hand(GUN) - if(C.active_hand_index % 2 == 0) - C.swap_hand(0) //switching to hook in left hand + if(!owner.put_in_l_hand(T)) + to_chat(owner, span_warning("You can't do this with your right hand full!")) + else + if(owner.active_hand_index % 2 == 0) + owner.swap_hand(0) //making the grappling hook hand (right) the active one so using it is streamlined //buster Arm @@ -821,26 +865,31 @@ max_damage = 60 aux_layer = 12 var/obj/item/bodypart/r_arm/robot/buster/opphand + var/datum/action/cooldown/buster/mop/l/C = new/datum/action/cooldown/buster/mop/l() + var/datum/action/cooldown/buster/slam/l/V = new/datum/action/cooldown/buster/slam/l() + var/datum/action/cooldown/buster/megabuster/l/I = new/datum/action/cooldown/buster/megabuster/l() + var/datum/action/cooldown/buster/wire_snatch/l/D =new/datum/action/cooldown/buster/wire_snatch/l() + var/datum/action/cooldown/buster/grap/l/M = new/datum/action/cooldown/buster/grap/l() -/obj/item/bodypart/l_arm/robot/buster/attach_limb(mob/living/carbon/C, special) +/obj/item/bodypart/l_arm/robot/buster/attach_limb(mob/living/carbon/N, special) . = ..() - var/datum/species/S = C.dna?.species - S.add_no_equip_slot(C, SLOT_GLOVES) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/wire_snatch) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/touch/buster/grap) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/mop) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/slam) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/megabuster) + var/datum/species/S = N.dna?.species + S.add_no_equip_slot(N, SLOT_GLOVES) + D.Grant(N) + M.Grant(N) + C.Grant(N) + V.Grant(N) + I.Grant(N) /obj/item/bodypart/l_arm/robot/buster/drop_limb(special) - var/mob/living/carbon/C = owner - var/datum/species/S = C.dna?.species - S.add_no_equip_slot(C, SLOT_GLOVES) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/wire_snatch) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/touch/buster/grap) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/mop) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/slam) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/megabuster) + var/mob/living/carbon/N = owner + var/datum/species/S = N.dna?.species + S.remove_no_equip_slot(N, SLOT_GLOVES) + D.Remove(N) + M.Remove(N) + C.Remove(N) + V.Remove(N) + I.Remove(N) ..() /obj/item/bodypart/l_arm/robot/buster/attack(mob/living/L, proximity) @@ -869,6 +918,11 @@ max_damage = 60 aux_layer = 12 var/obj/item/bodypart/l_arm/robot/buster/opphand + var/datum/action/cooldown/buster/mop/r/C = new/datum/action/cooldown/buster/mop/r() + var/datum/action/cooldown/buster/slam/r/V = new/datum/action/cooldown/buster/slam/r() + var/datum/action/cooldown/buster/megabuster/r/I = new/datum/action/cooldown/buster/megabuster/r() + var/datum/action/cooldown/buster/wire_snatch/r/D = new/datum/action/cooldown/buster/wire_snatch/r() + var/datum/action/cooldown/buster/grap/r/M = new/datum/action/cooldown/buster/grap/r() /obj/item/bodypart/r_arm/robot/buster/attack(mob/living/L, proximity) if(!proximity) @@ -887,23 +941,23 @@ to_chat(user, span_notice("You modify [src] to be installed on the left arm.")) qdel(src) -/obj/item/bodypart/r_arm/robot/buster/attach_limb(mob/living/carbon/C, special) +/obj/item/bodypart/r_arm/robot/buster/attach_limb(mob/living/carbon/N, special) . = ..() - var/datum/species/S = C.dna?.species - S.add_no_equip_slot(C, SLOT_GLOVES) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/wire_snatch/right) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/touch/buster/grap/right) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/mop) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/slam) - C.AddSpell (new /obj/effect/proc_holder/spell/targeted/buster/megabuster/right) + var/datum/species/S = N.dna?.species + S.add_no_equip_slot(N, SLOT_GLOVES) + D.Grant(N) + M.Grant(N) + C.Grant(N) + V.Grant(N) + I.Grant(N) /obj/item/bodypart/r_arm/robot/buster/drop_limb(special) - var/mob/living/carbon/C = owner - var/datum/species/S = C.dna?.species - S.add_no_equip_slot(C, SLOT_GLOVES) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/wire_snatch/right) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/touch/buster/grap/right) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/mop) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/slam) - C.RemoveSpell (/obj/effect/proc_holder/spell/targeted/buster/megabuster/right) + var/mob/living/carbon/N = owner + var/datum/species/S = N.dna?.species + S.remove_no_equip_slot(N, SLOT_GLOVES) + D.Remove(N) + M.Remove(N) + C.Remove(N) + V.Remove(N) + I.Remove(N) ..() diff --git a/code/game/objects/items/chrono_eraser.dm b/code/game/objects/items/chrono_eraser.dm index 04bde957dc2c..f63991f4e6f3 100644 --- a/code/game/objects/items/chrono_eraser.dm +++ b/code/game/objects/items/chrono_eraser.dm @@ -133,6 +133,10 @@ if(istype(C)) gun = C.gun +/obj/item/projectile/energy/chrono_beam/Destroy() + gun = null + return ..() + /obj/item/projectile/energy/chrono_beam/on_hit(atom/target) if(target && gun && isliving(target)) var/obj/structure/chrono_field/F = new(target.loc, target, gun) @@ -151,7 +155,9 @@ gun = loc . = ..() - +/obj/item/ammo_casing/energy/chrono_beam/Destroy() + gun = null + return ..() diff --git a/code/game/objects/items/cigs_lighters.dm b/code/game/objects/items/cigs_lighters.dm index 40497b687830..04b83d8b0b3c 100644 --- a/code/game/objects/items/cigs_lighters.dm +++ b/code/game/objects/items/cigs_lighters.dm @@ -928,15 +928,15 @@ CIGARETTE PACKETS ARE IN FANCY.DM //open flame removed because vapes are a closed system, they wont light anything on fire if(super && vapetime >= vapedelay)//Time to start puffing those fat vapes, yo. - var/datum/effect_system/smoke_spread/chem/smoke_machine/s = new - s.set_up(reagents, 1, 24, loc) - s.start() + var/datum/effect_system/fluid_spread/smoke/chem/smoke_machine/puff = new + puff.set_up(1, location = loc, carry = reagents, efficiency = 24) + puff.start() vapetime -= vapedelay if((obj_flags & EMAGGED) && vapetime >= vapedelay) - var/datum/effect_system/smoke_spread/chem/smoke_machine/s = new - s.set_up(reagents, 4, 24, loc) - s.start() + var/datum/effect_system/fluid_spread/smoke/chem/smoke_machine/puff = new + puff.set_up(4, location = loc, carry = reagents, efficiency = 24) + puff.start() vapetime -= vapedelay if(prob(5))//small chance for the vape to break and deal damage if it's emagged playsound(get_turf(src), 'sound/effects/pop_expl.ogg', 50, 0) diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index 9118383d3cf1..cc7acc7fd760 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -76,7 +76,7 @@ /obj/item/soap/suicide_act(mob/user) user.say(";FFFFFFFFFFFFFFFFUUUUUUUDGE!!", forced="soap suicide") user.visible_message(span_suicide("[user] lifts [src] to [user.p_their()] mouth and gnaws on it furiously, producing a thick froth! [user.p_they(TRUE)]'ll never get that BB gun now!")) - new /obj/effect/particle_effect/foam(loc) + new /obj/effect/particle_effect/fluid/foam(loc) return (TOXLOSS) /obj/item/soap/proc/decreaseUses(mob/user, amount = 1) diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 87cb47e81cef..ca7140b04390 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -92,10 +92,13 @@ span_danger("You direct [src] to [M]'s eyes.")) if(M.stat == DEAD || (HAS_TRAIT(M, TRAIT_BLIND)) || !M.flash_act(visual = 1)) //mob is dead or fully blind to_chat(user, span_warning("[M]'s pupils don't react to the light!")) - else if(M.dna && M.dna.check_mutation(XRAY)) //mob has X-ray vision - to_chat(user, span_danger("[M]'s pupils give an eerie glow!")) - else //they're okay! - to_chat(user, span_notice("[M]'s pupils narrow.")) + else + for(var/datum/brain_trauma/trauma in M.get_traumas()) + trauma.on_shine_light(user, M, src) + if(M.dna && M.dna.check_mutation(XRAY)) //mob has X-ray vision + to_chat(user, span_danger("[M]'s pupils give an eerie glow!")) + else //they're okay! + to_chat(user, span_notice("[M]'s pupils narrow.")) if(BODY_ZONE_PRECISE_MOUTH) diff --git a/code/game/objects/items/devices/laserpointer.dm b/code/game/objects/items/devices/laserpointer.dm index 5f7dbf310387..aac2ae567fcd 100644 --- a/code/game/objects/items/devices/laserpointer.dm +++ b/code/game/objects/items/devices/laserpointer.dm @@ -111,6 +111,8 @@ //chance to actually hit the eyes depends on internal component if(prob(effectchance * diode.rating) && C.flash_act(severity)) outmsg = span_notice("You blind [C] by shining [src] in [C.p_their()] eyes.") + for(var/datum/brain_trauma/trauma in C.get_traumas()) + trauma.on_shine_laser(user, C) else outmsg = span_warning("You fail to blind [C] by shining [src] at [C.p_their()] eyes!") diff --git a/code/game/objects/items/devices/transfer_valve.dm b/code/game/objects/items/devices/transfer_valve.dm index 3c43eb22354c..8fe070b1f720 100644 --- a/code/game/objects/items/devices/transfer_valve.dm +++ b/code/game/objects/items/devices/transfer_valve.dm @@ -14,6 +14,10 @@ var/valve_open = FALSE var/toggle = TRUE +/obj/item/transfer_valve/Destroy() + attached_device = null + return ..() + /obj/item/transfer_valve/IsAssemblyHolder() return TRUE @@ -246,4 +250,4 @@ attached_device = null . = TRUE - update_icon() \ No newline at end of file + update_icon() diff --git a/code/game/objects/items/extinguisher.dm b/code/game/objects/items/extinguisher.dm index d4d6b0fd726a..0605fc08be52 100644 --- a/code/game/objects/items/extinguisher.dm +++ b/code/game/objects/items/extinguisher.dm @@ -118,9 +118,9 @@ else to_chat(user, span_warning("\The [W] is empty!")) safety = safety_save - return 1 + return TRUE else - return 0 + return FALSE /obj/item/extinguisher/afterattack(atom/target, mob/user , flag) . = ..() diff --git a/code/game/objects/items/grenades/smokebomb.dm b/code/game/objects/items/grenades/smokebomb.dm index 28d872c9ce34..52f611271e01 100644 --- a/code/game/objects/items/grenades/smokebomb.dm +++ b/code/game/objects/items/grenades/smokebomb.dm @@ -5,7 +5,7 @@ icon_state = "smokewhite" item_state = "flashbang" slot_flags = ITEM_SLOT_BELT - var/datum/effect_system/smoke_spread/bad/smoke + var/datum/effect_system/fluid_spread/smoke/bad/smoke /obj/item/grenade/smokebomb/Initialize() . = ..() @@ -19,7 +19,7 @@ /obj/item/grenade/smokebomb/prime() update_mob() playsound(src, 'sound/effects/smoke.ogg', 50, 1, -3) - smoke.set_up(4, src) + smoke.set_up(4, location = src) smoke.start() diff --git a/code/game/objects/items/melee/energy.dm b/code/game/objects/items/melee/energy.dm index 60e92e1eb62e..078a5ea37e97 100644 --- a/code/game/objects/items/melee/energy.dm +++ b/code/game/objects/items/melee/energy.dm @@ -229,6 +229,10 @@ spark_system.set_up(5, 0, src) spark_system.attach(src) +/obj/item/melee/transforming/energy/blade/Destroy() + QDEL_NULL(spark_system) + return ..() + /obj/item/melee/transforming/energy/blade/transform_weapon(mob/living/user, supress_message_text) return diff --git a/code/game/objects/items/melee/misc.dm b/code/game/objects/items/melee/misc.dm index 693c58b52b54..cea0e2f1d07d 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -498,7 +498,7 @@ if(!iscarbon(user)) target.LAssailant = null else - target.LAssailant = user + target.LAssailant = WEAKREF(user) cooldown_check = world.time + cooldown /obj/item/melee/classic_baton/telescopic/contractor_baton/get_wait_description() diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index d5c8ae6cd863..f0285773ec63 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -776,8 +776,8 @@ R.SetLockdown(1) R.anchored = TRUE R.expansion_count++ - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(1, R.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(1, location = R.loc) smoke.start() sleep(0.2 SECONDS) for(var/i in 1 to 4) diff --git a/code/game/objects/items/scrolls.dm b/code/game/objects/items/scrolls.dm index f5dc2e2a204c..d25009a16241 100644 --- a/code/game/objects/items/scrolls.dm +++ b/code/game/objects/items/scrolls.dm @@ -60,8 +60,8 @@ return var/area/thearea = GLOB.teleportlocs[A] - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(2, user.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(2, location = user.loc) smoke.attach(user) smoke.start() var/list/L = list() diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 918860c75c71..4b073270bde5 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -258,6 +258,23 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \ recipes = GLOB.wood_recipes return ..() +/obj/item/stack/sheet/mineral/wood/attack_obj(obj/O, mob/living/user) + if(istype(O, /obj/structure/window) || istype(O, /obj/machinery/door/airlock) || istype(O,/obj/machinery/door)) //I hate this but reportedly there is no other way :skull: + for(var/obj/structure/barricade/wooden/crude/crude in get_turf(O)) + to_chat(user, span_warning("There is already a barricade there!")) + return + var/obj/item/stack/sheet/mineral/wood/W = src + if(W.amount < 5) + to_chat(user, span_warning("You need at least five wooden planks to barricade the [O]!")) + return + else + to_chat(user, span_notice("You start adding [src] to [O]...")) + if(do_after(user, 5 SECONDS, src)) + W.use(5) + new /obj/structure/barricade/wooden/crude(get_turf(O)) + return + return ..() + /obj/item/stack/sheet/mineral/wood/attackby(obj/item/item, mob/user, params) if(item.get_sharpness()) user.visible_message( diff --git a/code/game/objects/items/storage/book.dm b/code/game/objects/items/storage/book.dm index bff2a92a3872..8ae311bf5d08 100644 --- a/code/game/objects/items/storage/book.dm +++ b/code/game/objects/items/storage/book.dm @@ -40,6 +40,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", var/mob/affecting = null var/deity_name = "Christ" force_string = "holy" + var/success_heal_chance = 60 /obj/item/storage/book/bible/Initialize() . = ..() @@ -124,7 +125,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", to_chat(user, span_warning("You don't have the dexterity to do this!")) return - if (HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50)) + if (HAS_TRAIT(user, TRAIT_CLUMSY) && prob(success_heal_chance)) to_chat(user, span_danger("[src] slips out of your hand and hits your head.")) user.take_bodypart_damage(10) user.Unconscious(400) @@ -149,7 +150,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", to_chat(user, span_warning("You can't heal yourself!")) return - if(prob(60) && bless(M, user)) + if(prob(success_heal_chance) && bless(M, user)) smack = 0 else if(iscarbon(M)) var/mob/living/carbon/C = M diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 61616db01cf1..b50c1455a600 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -152,12 +152,13 @@ new /obj/item/storage/box/fancy/cigarettes/cigars(src) //It's no Phantom Cigar, but it'll still be badass new /obj/item/lighter(src) //Need to light the cigar - if("oddjob") //Total TC value of 27ish TC + if("oddjob") //Total TC value of 26ish TC new /obj/item/clothing/head/det_hat/evil(src) //6 TC. Absolutely necessary new /obj/item/clothing/under/syndicate/sniper(src) //Variant of tactical turtleneck that looks like a suit, provides 10 melee armor, has no sensors. Would say it's free new /obj/item/clothing/suit/det_suit/grey/evil(src) //Grey det trenchcoat with hos coat values, 2ish TC new /obj/item/clothing/shoes/laceup(src) //Fancy shoes. Free - new /obj/item/gun/ballistic/automatic/pistol/deagle/gold(src) //Gold deagle (golden gun); you only get 7 shots. Realistically only like 7 TC just because you can't reload it; still highballing it + new /obj/item/gun/ballistic/automatic/pistol/deagle/gold(src) //Gold deagle (golden gun). Since you can print off .357 boxes now I'd honestly say it's like 5 TC, even that's an overestimation + new /obj/item/ammo_box/magazine/m50(src) //Spare mag for your gun. 1 TC. new /obj/item/grenade/syndieminibomb(src) //Hand grenade. 6 TC new /obj/item/deployablemine(src) //I don't know if anyone remembers remote mines in Goldeneye because I certainly do. Hilariously less lethal than the 4 TC rubber ducky for clown ops, so I say 3 new /obj/item/dnainjector/dwarf(src) //Gives you dwarfism (smaller hitbox, instantly climb tables), would argue 2-3 TC. The only other core item to this kit @@ -735,3 +736,7 @@ new /obj/item/autosurgeon/upgraded_cyberlungs(src) new /obj/item/autosurgeon/upgraded_cyberstomach(src) new /obj/item/implanter/empshield(src) + +/obj/item/storage/box/beanbag/syndie_darts/PopulateContents() + for(var/i in 1 to 7) + new /obj/item/ammo_casing/shotgun/dart/hidden(src) diff --git a/code/game/objects/items/tanks/watertank.dm b/code/game/objects/items/tanks/watertank.dm index ad68779abc62..2328758d6072 100644 --- a/code/game/objects/items/tanks/watertank.dm +++ b/code/game/objects/items/tanks/watertank.dm @@ -254,43 +254,49 @@ return /obj/item/extinguisher/mini/nozzle/afterattack(atom/target, mob/user) - if(nozzle_mode == EXTINGUISHER) - ..() + if(AttemptRefill(target, user)) return + + if(nozzle_mode == EXTINGUISHER) + return ..() + var/Adj = user.Adjacent(target) - if(Adj) - AttemptRefill(target, user) if(nozzle_mode == RESIN_LAUNCHER) if(Adj) return //Safety check so you don't blast yourself trying to refill your tank + var/datum/reagents/R = reagents if(R.total_volume < launcher_cost) to_chat(user, span_warning("You need at least [launcher_cost] units of water to use the resin launcher!")) return + if(!COOLDOWN_FINISHED(src, resin_cooldown)) to_chat(user, span_warning("Resin launcher is still recharging...")) return - resin_cooldown = TRUE + + COOLDOWN_START(src, resin_cooldown, 5 SECONDS) R.remove_any(launcher_cost) - var/obj/effect/resin_container/A = new (get_turf(src)) + var/obj/effect/resin_container/resin = new (get_turf(src)) log_game("[key_name(user)] used Resin Launcher at [AREACOORD(user)].") - playsound(src,'sound/items/syringeproj.ogg',40,1) + playsound(src,'sound/items/syringeproj.ogg',40,TRUE) for(var/a=0, a<5, a++) - step_towards(A, target) + step_towards(resin, target) sleep(0.2 SECONDS) - A.Smoke() - COOLDOWN_START(src, resin_cooldown, 5 SECONDS) + resin.Smoke() return + if(nozzle_mode == RESIN_FOAM) - if(!Adj|| !isturf(target)) + if(!Adj || !isturf(target)) return + for(var/S in target) - if(istype(S, /obj/effect/particle_effect/foam/metal/resin) || istype(S, /obj/structure/foamedmetal/resin)) + if(istype(S, /obj/effect/particle_effect/fluid/foam/metal/resin) || istype(S, /obj/structure/foamedmetal/resin)) to_chat(user, span_warning("There's already resin here!")) return + if(resin_charges) - var/obj/effect/particle_effect/foam/metal/resin/F = new (get_turf(target)) - F.amount = 0 + var/obj/effect/particle_effect/fluid/foam/metal/resin/foam = new (get_turf(target)) + foam.group.target_size = 0 resin_charges-- addtimer(CALLBACK(src, .proc/add_foam_charge), 5 SECONDS) else @@ -313,9 +319,10 @@ anchored = TRUE /obj/effect/resin_container/proc/Smoke() - var/obj/effect/particle_effect/foam/metal/resin/S = new /obj/effect/particle_effect/foam/metal/resin(get_turf(loc)) - S.amount = 4 - playsound(src,'sound/effects/bamf.ogg',100,1) + var/datum/effect_system/fluid_spread/foam/metal/resin/foaming = new + foaming.set_up(4, holder = src, location = loc) + foaming.start() + playsound(src,'sound/effects/bamf.ogg',100,TRUE) qdel(src) #undef EXTINGUISHER diff --git a/code/game/objects/items/twohanded.dm b/code/game/objects/items/twohanded.dm index 105edd5390f7..343dcade8cf5 100644 --- a/code/game/objects/items/twohanded.dm +++ b/code/game/objects/items/twohanded.dm @@ -996,7 +996,7 @@ slot_flags = ITEM_SLOT_BACK actions_types = list(/datum/action/item_action/charge_hammer) light_system = MOVABLE_LIGHT - light_color = LIGHT_COLOR_LIGHT_CYAN + light_color = LIGHT_COLOR_HALOGEN light_range = 2 light_power = 2 var/datum/effect_system/spark_spread/spark_system //It's a surprise tool that'll help us later @@ -1008,6 +1008,7 @@ spark_system = new spark_system.set_up(5, 0, src) spark_system.attach(src) + set_light_on(FALSE) /obj/item/twohanded/vxtvulhammer/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) if(attack_type == PROJECTILE_ATTACK || !wielded) //Doesn't work against ranged or if it's not wielded @@ -1054,7 +1055,7 @@ force = initial(force) + (wielded ? force_wielded : 0) + 12 //12 additional damage for a total of 40 has to be a massively irritating check because of how force_wielded works armour_penetration = 100 else - set_light_on(TRUE) + set_light_on(FALSE) force = initial(force) + (wielded ? force_wielded : 0) armour_penetration = initial(armour_penetration) update_icon() @@ -1091,11 +1092,13 @@ return if(isfloorturf(target)) //So you don't just lose your supercharge if you miss and wack the floor. No I will NOT let people space with this thing return + if(charging) //Needs a special snowflake check if you hit something that isn't a mob if(ismachinery(target) || isstructure(target) || ismecha(target)) to_chat(user, span_notice("You flip the switch off after your blow.")) user.visible_message(span_warning("[user] flicks the hammer off after striking [target]!")) charging = FALSE + if(supercharged) var/turf/target_turf = get_turf(target) //Does the nice effects first so whatever happens to what's about to get clapped doesn't affect it var/obj/effect/temp_visual/kinetic_blast/K = new /obj/effect/temp_visual/kinetic_blast(target_turf) @@ -1103,6 +1106,7 @@ playsound(loc, 'sound/effects/gravhit.ogg', 80, TRUE) //Mainly this sound playsound(loc, 'sound/effects/explosion3.ogg', 20, TRUE) //Bit of a reverb supercharge() //At start so it doesn't give an unintentional message if you hit yourself + if(ismachinery(target)) var/obj/machinery/machine = target machine.take_damage(machine.max_integrity * 2) //Should destroy machines in one hit @@ -1115,23 +1119,27 @@ for(var/obj/structure/light_construct/light in target_turf) //Also light frames because why not light.take_damage(light.max_integrity * 2) user.visible_message(span_danger("The hammer thunders against the [target.name], demolishing it!")) - if(isstructure(target)) + + else if(isstructure(target)) var/obj/structure/struct = target struct.take_damage(struct.max_integrity * 2) //Destroy structures in one hit too if(istype(target, /obj/structure/table)) for(var/obj/structure/table_frame/platform in target_turf) platform.take_damage(platform.max_integrity * 2) //Destroys table frames left behind user.visible_message(span_danger("The hammer thunders against the [target.name], destroying it!")) - if(iswallturf(target)) + + else if(iswallturf(target)) var/turf/closed/wall/fort = target fort.dismantle_wall(1) //Deletes the wall but drop the materials, just like destroying a machine above user.visible_message(span_danger("The hammer thunders against the [target.name], shattering it!")) playsound(loc, 'sound/effects/meteorimpact.ogg', 50, TRUE) //Otherwise there's no sound for hitting the wall, since it's just dismantled - if(ismecha(target)) + + else if(ismecha(target)) var/obj/mecha/mech = target mech.take_damage(mech.max_integrity/3) //A third of its max health is dealt as an untyped damage, in addition to the normal damage of the weapon (which has high AP) user.visible_message(span_danger("The hammer thunders as it massively dents the plating of the [target.name]!")) - if(isliving(target)) + + else if(isliving(target)) var/atom/throw_target = get_edge_target_turf(target, user.dir) var/mob/living/victim = target victim.throw_at(throw_target, 15, 5) //Same distance as maxed out power fist with three extra force diff --git a/code/game/objects/structures/beds_chairs/bed.dm b/code/game/objects/structures/beds_chairs/bed.dm index cf9ed1e2d3ed..fc54ef127227 100644 --- a/code/game/objects/structures/beds_chairs/bed.dm +++ b/code/game/objects/structures/beds_chairs/bed.dm @@ -173,7 +173,7 @@ anchored = FALSE buildstacktype = /obj/item/stack/sheet/mineral/wood buildstackamount = 10 - var/mob/living/owner = null + var/owned = FALSE /obj/structure/bed/dogbed/ian desc = "Ian's bed! Looks comfy." @@ -200,10 +200,14 @@ name = "Birdboat's bed" anchored = TRUE +///Used to set the owner of a dogbed, returns FALSE if called on an owned bed or an invalid one, TRUE if the possesion succeeds /obj/structure/bed/dogbed/proc/update_owner(mob/living/M) - owner = M + if(owned || type != /obj/structure/bed/dogbed) //Only marked beds work, this is hacky but I'm a hacky man + return FALSE //Failed + owned = TRUE name = "[M]'s bed" desc = "[M]'s bed! Looks comfy." + return TRUE //Let any callers know that this bed is ours now /obj/structure/bed/dogbed/buckle_mob(mob/living/M, force, check_loc) . = ..() diff --git a/code/game/objects/structures/fireaxe.dm b/code/game/objects/structures/fireaxe.dm index f93a1a6d38cb..07792760cc2d 100644 --- a/code/game/objects/structures/fireaxe.dm +++ b/code/game/objects/structures/fireaxe.dm @@ -12,6 +12,7 @@ var/open = FALSE var/obj/item/twohanded/fireaxe/fireaxe var/obj/item/card/id/captains_spare/spareid + var/obj/item/twohanded/fishingrod/collapsable/miningmedic/olreliable //what the fuck? var/alert = TRUE var/axe = TRUE @@ -84,6 +85,17 @@ to_chat(user, span_caution("You place the [S.name] back in the [name].")) update_icon() return + else if(istype(I, /obj/item/twohanded/fishingrod/collapsable/miningmedic) && !olreliable && !axe) + var/obj/item/twohanded/fishingrod/collapsable/miningmedic/R = I + if(R.opened) + to_chat(user, span_caution("[R.name] won't seem to fit!")) + return + if(!user.transferItemToLoc(R, src)) + return + olreliable = R + to_chat(user, span_caution("You place the [R.name] back in the [name].")) + update_icon() + return else if(!broken) //open the cabinet normally. toggle_open() @@ -155,13 +167,16 @@ if(.) return if(open || broken) - if(fireaxe || spareid) + if(fireaxe || spareid || olreliable) if(spareid) fireaxe = spareid + if(olreliable) + fireaxe = olreliable user.put_in_hands(fireaxe) to_chat(user, span_caution("You take the [fireaxe.name] from the [name].")) fireaxe = null spareid = null + olreliable = null src.add_fingerprint(user) update_icon() return @@ -185,6 +200,8 @@ add_overlay("axe") if(spareid) add_overlay("card") + if(olreliable) + add_overlay("rod") if(!open) var/hp_percent = obj_integrity/max_integrity * 100 if(broken) @@ -276,3 +293,19 @@ if(!.) return trigger_alarm() + + +/obj/structure/fireaxecabinet/fishingrod + name = "fishing cabinet" + desc = "There is a small label that reads \"Fo* Em**gen*y u*e *nly\". All the other text is scratched out and replaced with various fish weights.
    There are bolts under it's glass cover for easy disassembly using a wrench." + icon = 'icons/obj/wallmounts.dmi' + icon_state = "fishingrod" + axe = FALSE + alert = FALSE + req_access = list(ACCESS_MEDICAL, ACCESS_MINING) + +/obj/structure/fireaxecabinet/fishingrod/Initialize() + . = ..() + fireaxe = null + olreliable = new(src) + update_icon() diff --git a/code/game/objects/structures/hivebot.dm b/code/game/objects/structures/hivebot.dm index 0dad2c71766d..8fcff298ac22 100644 --- a/code/game/objects/structures/hivebot.dm +++ b/code/game/objects/structures/hivebot.dm @@ -10,8 +10,8 @@ /obj/structure/hivebot_beacon/Initialize() . = ..() - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(2, loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(2, location = loc) smoke.start() visible_message(span_boldannounce("[src] warps in!")) playsound(src.loc, 'sound/effects/empulse.ogg', 25, 1) diff --git a/code/game/objects/structures/lavaland/geyser.dm b/code/game/objects/structures/lavaland/geyser.dm index e7ab0b398172..66d0f9e77615 100644 --- a/code/game/objects/structures/lavaland/geyser.dm +++ b/code/game/objects/structures/lavaland/geyser.dm @@ -40,7 +40,7 @@ activated = TRUE create_reagents(max_volume, DRAINABLE) reagents.add_reagent(reagent_id, start_volume) - START_PROCESSING(SSfluids, src) //It's main function is to be plumbed, so use SSfluids + START_PROCESSING(SSplumbing, src) //It's main function is to be plumbed, so use SSplumbing if(erupting_state) icon_state = erupting_state else diff --git a/code/game/objects/structures/lavaland/necropolis_tendril.dm b/code/game/objects/structures/lavaland/necropolis_tendril.dm index 5ac25c98d342..db8d49c8808b 100644 --- a/code/game/objects/structures/lavaland/necropolis_tendril.dm +++ b/code/game/objects/structures/lavaland/necropolis_tendril.dm @@ -85,8 +85,8 @@ GLOBAL_LIST_INIT(tendrils, list()) for(var/mob/M in range(7,src)) shake_camera(M, 15, 1) playsound(get_turf(src),'sound/effects/explosionfar.ogg', 200, 1) - visible_message(span_boldannounce("The tendril falls inward, the ground around it churning into bubbling lava!")) + visible_message(span_boldannounce("The tendril falls inward, the ground around it widening into a yawning chasm!")) for(var/turf/T in range(2,src)) if(!T.density) - T.TerraformTurf(/turf/open/lava/smooth/lava_land_surface, /turf/open/lava/smooth/lava_land_surface, flags = CHANGETURF_INHERIT_AIR) + T.TerraformTurf(/turf/open/chasm/lavaland, /turf/open/chasm/lavaland, flags = CHANGETURF_INHERIT_AIR) qdel(src) diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm index e5e63ab5e777..7ffe958f4b06 100644 --- a/code/game/objects/structures/morgue.dm +++ b/code/game/objects/structures/morgue.dm @@ -210,6 +210,9 @@ GLOBAL_LIST_EMPTY(crematoriums) desc = "A human incinerator. Works well on barbecue nights." icon_state = "crema1" dir = SOUTH + breakout_time = 3 SECONDS + var/cremate_time = 3 SECONDS + var/cremate_timer var/id = 1 /obj/structure/bodycontainer/crematorium/attack_robot(mob/user) //Borgs can't use crematoriums without help @@ -255,42 +258,53 @@ GLOBAL_LIST_EMPTY(crematoriums) return else - audible_message(span_italics("You hear a roar as the crematorium activates.")) - + audible_message(span_italics("You hear a roar as the crematorium fires up.")) locked = TRUE update_icon() + cremate_timer = addtimer(CALLBACK(src, .proc/finish_cremate, user), (breakout_time + cremate_time ), TIMER_STOPPABLE) + + +/obj/structure/bodycontainer/crematorium/open() + . = ..() + if(cremate_timer) + locked = FALSE + playsound(src.loc, 'sound/machines/ding.ogg', 50, 1) //you horrible people + deltimer(cremate_timer) + cremate_timer = null + update_icon() - for(var/mob/living/M in conts) +/obj/structure/bodycontainer/crematorium/proc/finish_cremate(mob/user) + var/list/conts = GetAllContents() - src - connected + audible_message(span_italics("You hear a roar as the crematorium reaches its maximum temperature.")) + for(var/mob/living/M in conts) + if(M.stat != DEAD) + M.emote("scream") + if(M.client) if(M.stat != DEAD) - M.emote("scream") - if(M.client) - if(M.stat != DEAD) - SSachievements.unlock_achievement(/datum/achievement/cremated_alive, M.client) //they are in body and alive, give achievement - SSachievements.unlock_achievement(/datum/achievement/cremated, M.client) //they are in body, but dead, they can have one achievement - else if(M.oobe_client) //they might be ghosted if they are dead, we'll allow it. - SSachievements.unlock_achievement(/datum/achievement/cremated, M.oobe_client) //no burning alive achievement if you are ghosted though - if(user) - log_combat(user, M, "cremated") - else - M.log_message("was cremated", LOG_ATTACK) - - M.death(1) - if(M) //some animals get automatically deleted on death. - M.ghostize() - qdel(M) - - for(var/obj/O in conts) //conts defined above, ignores crematorium and tray - qdel(O) - - if(!locate(/obj/effect/decal/cleanable/ash) in get_step(src, dir))//prevent pile-up - new/obj/effect/decal/cleanable/ash/crematorium(src) - - sleep(3 SECONDS) - - if(!QDELETED(src)) - locked = FALSE - update_icon() - playsound(src.loc, 'sound/machines/ding.ogg', 50, 1) //you horrible people + SSachievements.unlock_achievement(/datum/achievement/cremated_alive, M.client) //they are in body and alive, give achievement + SSachievements.unlock_achievement(/datum/achievement/cremated, M.client) //they are in body, but dead, they can have one achievement + else if(M.oobe_client) //they might be ghosted if they are dead, we'll allow it. + SSachievements.unlock_achievement(/datum/achievement/cremated, M.oobe_client) //no burning alive achievement if you are ghosted though + if(user) + log_combat(user, M, "cremated") + else + M.log_message("was cremated", LOG_ATTACK) + + M.death(1) + if(M) //some animals get automatically deleted on death. + M.ghostize() + qdel(M) + + for(var/obj/O in conts) //conts defined above, ignores crematorium and tray + qdel(O) + + if(!locate(/obj/effect/decal/cleanable/ash) in get_step(src, dir))//prevent pile-up + new/obj/effect/decal/cleanable/ash/crematorium(src) + + if(!QDELETED(src)) + locked = FALSE + update_icon() + playsound(src.loc, 'sound/machines/ding.ogg', 50, 1) //you horrible people /obj/structure/bodycontainer/crematorium/creamatorium name = "crematorium" diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index a15558489b87..05fc04ec4f9a 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -176,18 +176,6 @@ add_fingerprint(user) - if(istype(I,/obj/item/stack/sheet/mineral/wood)) - var/obj/item/stack/sheet/mineral/wood/W = I - if(W.amount < 5) - to_chat(user, span_warning("You need at least five wooden planks to barricade the window!")) - return - else - to_chat(user, span_notice("You start adding [I] to [src]...")) - if(do_after(user, 5 SECONDS, src)) - W.use(5) - new /obj/structure/barricade/wooden/crude(get_turf(src)) - return - if(I.tool_behaviour == TOOL_WELDER && user.a_intent == INTENT_HELP) if(obj_integrity < max_integrity) if(!I.tool_start_check(user, amount=0)) diff --git a/code/game/turfs/simulated/floor/reinf_floor.dm b/code/game/turfs/simulated/floor/reinf_floor.dm index cdd7e7c68e31..232fa520347b 100644 --- a/code/game/turfs/simulated/floor/reinf_floor.dm +++ b/code/game/turfs/simulated/floor/reinf_floor.dm @@ -135,6 +135,7 @@ desc = "The air smells strangely over this sinister flooring." icon_state = "plating" floor_tile = null + CanAtmosPass = ATMOS_PASS_NO // cant be spaced or flooded that easily var/obj/effect/clockwork/overlay/floor/bloodcult/realappearance @@ -167,6 +168,7 @@ /turf/open/floor/engine/cult/airless initial_gas_mix = AIRLESS_ATMOS + CanAtmosPass = ATMOS_PASS_PROC // same as /turf/open/floor/engine /turf/open/floor/engine/vacuum name = "vacuum floor" diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index d3b970f48426..7b6461a976ee 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -121,6 +121,13 @@ GLOBAL_LIST_EMPTY(station_turfs) requires_activation = FALSE ..() +/// WARNING WARNING +/// Turfs DO NOT lose their signals when they get replaced, REMEMBER THIS +/// It's possible because turfs are fucked, and if you have one in a list and it's replaced with another one, the list ref points to the new turf +/// We do it because moving signals over was needlessly expensive, and bloated a very commonly used bit of code +/turf/clear_signal_refs() + return + /turf/attack_hand(mob/user) . = ..() if(SEND_SIGNAL(user, COMSIG_MOB_ATTACK_HAND_TURF, src) & COMPONENT_NO_ATTACK_HAND) diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index 83fd45eeb708..cec77a11a6e5 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -853,12 +853,12 @@ var/datum/DBQuery/query_edit_ban = SSdbcore.NewQuery({" UPDATE [format_table_name("ban")] SET - [format_table_name("ban")].expiration_time = IF(:duration IS NULL, NULL, bantime + INTERVAL :duration [interval]) + [format_table_name("ban")].expiration_time = IF(:duration IS NULL, NULL, bantime + INTERVAL :duration [interval]), [format_table_name("ban")].applies_to_admins = :applies_to_admins, [format_table_name("ban")].reason = :reason, [format_table_name("ban")].ckey = :ckey, [format_table_name("ban")].ip = INET_ATON(:ip), - [format_table_name("ban")].computerid = :ci + [format_table_name("ban")].computerid = :cid, [format_table_name("ban")].edits = CONCAT(IFNULL(edits,''), :change_message) WHERE [where] "}, arguments) diff --git a/code/modules/antagonists/_common/antag_datum.dm b/code/modules/antagonists/_common/antag_datum.dm index bfed056bb21d..eb22af762432 100644 --- a/code/modules/antagonists/_common/antag_datum.dm +++ b/code/modules/antagonists/_common/antag_datum.dm @@ -85,7 +85,7 @@ GLOBAL_LIST_EMPTY(antagonists) if(!owner.current) CRASH("[src] ran on_gain() on a mind without a mob") greet() - apply_innate_effects() + apply_innate_effects(owner.current) give_antag_moodies() if(is_banned(owner.current) && replace_banned) replace_banned_player() @@ -117,7 +117,7 @@ GLOBAL_LIST_EMPTY(antagonists) //Called by the remove_antag_datum() and remove_all_antag_datums() mind procs for the antag datum to handle its own removal and deletion. /datum/antagonist/proc/on_removal() SHOULD_CALL_PARENT(TRUE) - remove_innate_effects() + remove_innate_effects(owner.current) clear_antag_moodies() if(owner) LAZYREMOVE(owner.antag_datums, src) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index 7d6a66f4a57e..ce68abeb8a92 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -86,7 +86,7 @@ to_chat(H, "Unable to reach your apprentice! You can either attack the spellbook with the contract to refund your points, or wait and try again later.") /obj/item/antag_spawner/contract/spawn_antag(client/C, turf/T, kind ,datum/mind/user) - new /obj/effect/particle_effect/smoke(T) + new /obj/effect/particle_effect/fluid/smoke(T) var/mob/living/carbon/human/M = new/mob/living/carbon/human(T) C.prefs.apply_prefs_to(M) M.key = C.key diff --git a/code/modules/antagonists/abductor/equipment/gland.dm b/code/modules/antagonists/abductor/equipment/gland.dm index 94d40e5f71a7..4bb9d1a76549 100644 --- a/code/modules/antagonists/abductor/equipment/gland.dm +++ b/code/modules/antagonists/abductor/equipment/gland.dm @@ -148,8 +148,8 @@ owner.vomit(20) var/mob/living/simple_animal/slime/Slime = new(get_turf(owner), "grey") - Slime.Friends = list(owner) - Slime.Leader = owner + Slime.set_friends(list(owner)) + Slime.set_leader(owner) /obj/item/organ/heart/gland/mindshock true_name = "neural crosstalk uninhibitor" diff --git a/code/modules/antagonists/blob/blob_mobs.dm b/code/modules/antagonists/blob/blob_mobs.dm index 5b64f2a89889..147173b50967 100644 --- a/code/modules/antagonists/blob/blob_mobs.dm +++ b/code/modules/antagonists/blob/blob_mobs.dm @@ -172,7 +172,7 @@ /mob/living/simple_animal/hostile/blob/blobspore/death(gibbed) // On death, create a small smoke of harmful gas (s-Acid) - var/datum/effect_system/smoke_spread/chem/S = new + var/datum/effect_system/fluid_spread/smoke/chem/S = new var/turf/location = get_turf(src) // Create the reagents to put into the air @@ -187,7 +187,7 @@ // Attach the smoke spreader and setup/start it. S.attach(location) - S.set_up(reagents, death_cloud_size, location, silent = TRUE) + S.set_up(death_cloud_size, location = location, carry = reagents, silent = TRUE) S.start() if(factory) factory.spore_delay = world.time + factory.spore_cooldown //put the factory on cooldown diff --git a/code/modules/antagonists/blob/blobstrains/_blobstrain.dm b/code/modules/antagonists/blob/blobstrains/_blobstrain.dm index ad439d962de2..87e87ba24c67 100644 --- a/code/modules/antagonists/blob/blobstrains/_blobstrain.dm +++ b/code/modules/antagonists/blob/blobstrains/_blobstrain.dm @@ -22,6 +22,10 @@ GLOBAL_LIST_INIT(valid_blobstrains, subtypesof(/datum/blobstrain) - list(/datum/ stack_trace("blobstrain created without overmind") overmind = new_overmind +/datum/blobstrain/Destroy() + overmind = null + return ..() + /datum/blobstrain/proc/on_gain() overmind.color = complementary_color point_rate = point_rate * overmind.basemodifier diff --git a/code/modules/antagonists/blob/overmind.dm b/code/modules/antagonists/blob/overmind.dm index 0b2255a11b27..4c4f8013620d 100644 --- a/code/modules/antagonists/blob/overmind.dm +++ b/code/modules/antagonists/blob/overmind.dm @@ -175,6 +175,7 @@ GLOBAL_LIST_EMPTY(blob_nodes) SSticker.force_ending = 1 /mob/camera/blob/Destroy() + QDEL_NULL(blobstrain) for(var/BL in GLOB.blobs) var/obj/structure/blob/B = BL if(B && B.overmind == src) diff --git a/code/modules/antagonists/bloodsuckers/bloodsuckers.dm b/code/modules/antagonists/bloodsuckers/bloodsuckers.dm index dcacce04380c..10ff70e2d0de 100644 --- a/code/modules/antagonists/bloodsuckers/bloodsuckers.dm +++ b/code/modules/antagonists/bloodsuckers/bloodsuckers.dm @@ -61,6 +61,8 @@ var/obj/structure/closet/crate/coffin var/total_blood_drank = 0 var/frenzy_blood_drank = 0 + var/task_heart_required = 0 + var/task_blood_required = 0 var/task_blood_drank = 0 var/frenzies = 0 @@ -89,6 +91,7 @@ TRAIT_VIRUSIMMUNE, TRAIT_TOXIMMUNE, TRAIT_HARDLY_WOUNDED, + TRAIT_RESISTDAMAGESLOWDOWN, ) /mob/living/proc/explain_powers() diff --git a/code/modules/antagonists/bloodsuckers/powers/gangrel.dm b/code/modules/antagonists/bloodsuckers/powers/gangrel.dm index 44dd57770122..a4d322008240 100644 --- a/code/modules/antagonists/bloodsuckers/powers/gangrel.dm +++ b/code/modules/antagonists/bloodsuckers/powers/gangrel.dm @@ -138,7 +138,7 @@ /datum/action/bloodsucker/targeted/haste/batdash/FireTargetedPower(atom/target_atom) . = ..() - do_smoke(2, owner.loc, smoke_type = /obj/effect/particle_effect/smoke/transparent) //so you can attack people after hasting + do_smoke(2, owner.loc, smoke_type = /obj/effect/particle_effect/fluid/smoke/transparent) //so you can attack people after hasting /datum/action/bloodsucker/targeted/bloodbolt name = "Blood Bolt" diff --git a/code/modules/antagonists/bloodsuckers/powers/gohome.dm b/code/modules/antagonists/bloodsuckers/powers/gohome.dm index d0b86fa0d0eb..8cf6fbc165a4 100644 --- a/code/modules/antagonists/bloodsuckers/powers/gohome.dm +++ b/code/modules/antagonists/bloodsuckers/powers/gohome.dm @@ -124,7 +124,7 @@ DeactivatePower() /datum/effect_system/steam_spread/bloodsucker - effect_type = /obj/effect/particle_effect/smoke/vampsmoke + effect_type = /obj/effect/particle_effect/fluid/smoke/vampsmoke #undef GOHOME_START #undef GOHOME_FLICKER_ONE diff --git a/code/modules/antagonists/bloodsuckers/powers/targeted/brawn.dm b/code/modules/antagonists/bloodsuckers/powers/targeted/brawn.dm index 9a577d21341c..f8baa3b71dd1 100644 --- a/code/modules/antagonists/bloodsuckers/powers/targeted/brawn.dm +++ b/code/modules/antagonists/bloodsuckers/powers/targeted/brawn.dm @@ -130,7 +130,7 @@ span_danger("[user] lands a vicious punch, sending [target] away!"), \ span_userdanger("[user] has landed a horrifying punch on you, sending you flying!"), ) - target.Knockdown(min(5, rand(10, 10 * powerlevel))) + target.Knockdown(min(5 SECONDS, rand(1 SECONDS, 1 SECONDS * powerlevel))) // Attack! to_chat(owner, span_warning("You punch [target]!")) playsound(get_turf(target), 'sound/weapons/punch4.ogg', 60, TRUE, -1) diff --git a/code/modules/antagonists/bloodsuckers/powers/targeted/lunge.dm b/code/modules/antagonists/bloodsuckers/powers/targeted/lunge.dm index b90d72da8461..70ab7c29b1d6 100644 --- a/code/modules/antagonists/bloodsuckers/powers/targeted/lunge.dm +++ b/code/modules/antagonists/bloodsuckers/powers/targeted/lunge.dm @@ -108,7 +108,7 @@ span_notice("You spin!"), ) return - do_smoke(0, owner.loc, smoke_type = /obj/effect/particle_effect/smoke/transparent) + do_smoke(0, owner.loc, smoke_type = /obj/effect/particle_effect/fluid/smoke/transparent) /datum/action/bloodsucker/targeted/lunge/proc/lunge_end(atom/hit_atom) var/mob/living/user = owner diff --git a/code/modules/antagonists/bloodsuckers/powers/targeted/mesmerize.dm b/code/modules/antagonists/bloodsuckers/powers/targeted/mesmerize.dm index b18fbfe10c26..9b7422d43939 100644 --- a/code/modules/antagonists/bloodsuckers/powers/targeted/mesmerize.dm +++ b/code/modules/antagonists/bloodsuckers/powers/targeted/mesmerize.dm @@ -5,7 +5,6 @@ * Level 2: Additionally mutes * Level 3: Can be used through face protection * Level 5: Doesn't need to be facing you anymore - * Level 6: Causes the target to fall asleep */ /datum/action/bloodsucker/targeted/mesmerize @@ -20,7 +19,6 @@ At level 1, your target will additionally be muted.\n\ At level 3, you will be able to use the power through items covering your face.\n\ At level 5, you will be able to mesmerize regardless of your target's direction.\n\ - At level 6, you will cause your target to fall asleep.\n\ Higher levels will increase the time of the mesmerize's freeze." power_flags = BP_AM_TOGGLE check_flags = BP_CANT_USE_IN_TORPOR|BP_CANT_USE_IN_FRENZY|BP_CANT_USE_WHILE_INCAPACITATED|BP_CANT_USE_WHILE_UNCONSCIOUS @@ -106,9 +104,7 @@ if(iscarbon(target)) var/mob/living/carbon/mesmerized = target to_chat(owner, span_notice("Successfully mesmerized [mesmerized].")) - if(level_current >= 6) - mesmerized.SetUnconscious(power_time) - else if(level_current >= 1) + if(level_current >= 1) ADD_TRAIT(mesmerized, TRAIT_MUTE, BLOODSUCKER_TRAIT) mesmerized.Immobilize(power_time) //mesmerized.silent += power_time / 10 // Silent isn't based on ticks. diff --git a/code/modules/antagonists/bloodsuckers/powers/targeted/trespass.dm b/code/modules/antagonists/bloodsuckers/powers/targeted/trespass.dm index 88a87770432d..a6b9dffc3182 100644 --- a/code/modules/antagonists/bloodsuckers/powers/targeted/trespass.dm +++ b/code/modules/antagonists/bloodsuckers/powers/targeted/trespass.dm @@ -81,7 +81,7 @@ var/sound_dist = max(-6, -level_current) // world.view is 7, so 7-6 = hearing distance of 1 playsound(get_turf(owner), 'sound/magic/summon_karp.ogg', sound_strength, 1, sound_dist) var/datum/effect_system/steam_spread/puff = new /datum/effect_system/steam_spread/() - puff.effect_type = /obj/effect/particle_effect/smoke/vampsmoke + puff.effect_type = /obj/effect/particle_effect/fluid/smoke/vampsmoke puff.set_up(3, 0, my_turf) puff.start() @@ -110,7 +110,7 @@ // Effect Destination playsound(get_turf(owner), 'sound/magic/summon_karp.ogg', sound_strength, 1, sound_dist) puff = new /datum/effect_system/steam_spread/() - puff.effect_type = /obj/effect/particle_effect/smoke/vampsmoke + puff.effect_type = /obj/effect/particle_effect/fluid/smoke/vampsmoke puff.set_up(3, 0, target_turf) puff.start() diff --git a/code/modules/antagonists/bloodsuckers/powers/veil.dm b/code/modules/antagonists/bloodsuckers/powers/veil.dm index 09538a1f7a41..de1b1b0ab183 100644 --- a/code/modules/antagonists/bloodsuckers/powers/veil.dm +++ b/code/modules/antagonists/bloodsuckers/powers/veil.dm @@ -124,16 +124,15 @@ // Effect playsound(get_turf(owner), 'sound/magic/smoke.ogg', 20, 1) var/datum/effect_system/steam_spread/puff = new /datum/effect_system/steam_spread/() - puff.effect_type = /obj/effect/particle_effect/smoke/vampsmoke + puff.effect_type = /obj/effect/particle_effect/fluid/smoke/vampsmoke puff.set_up(3, 0, get_turf(owner)) puff.attach(owner) //OPTIONAL puff.start() owner.spin(8, 1) //Spin around like a loon. -/obj/effect/particle_effect/smoke/vampsmoke - opaque = FALSE - amount = 0 +/obj/effect/particle_effect/fluid/smoke/vampsmoke + opacity = FALSE lifetime = 0 -/obj/effect/particle_effect/smoke/vampsmoke/fade_out(frames = 6) +/obj/effect/particle_effect/fluid/smoke/vampsmoke/fade_out(frames = 6) ..(frames) diff --git a/code/modules/antagonists/bloodsuckers/structures/bloodsucker_crypt.dm b/code/modules/antagonists/bloodsuckers/structures/bloodsucker_crypt.dm index 9d1ab7c45f0d..1a2401b8ba04 100644 --- a/code/modules/antagonists/bloodsuckers/structures/bloodsucker_crypt.dm +++ b/code/modules/antagonists/bloodsuckers/structures/bloodsucker_crypt.dm @@ -122,18 +122,19 @@ to_chat(user, span_notice("You have done all tasks for the night, come back tomorrow for more.")) return var/task //just like amongus - var/suckamount = 0 - var/heartamount = 0 - switch(bloodsuckerdatum.bloodsucker_level + bloodsuckerdatum.bloodsucker_level_unspent) - if(0 to 3) - suckamount = rand(100, 200) - heartamount = rand(1,2) - if(3 to 8) - suckamount = rand(200, 300) - heartamount = rand(1,2) - if(8 to INFINITY) - suckamount = rand(500, 600) - heartamount = rand(5,6) + var/suckamount = bloodsuckerdatum.task_blood_required + var/heartamount = bloodsuckerdatum.task_heart_required + if(suckamount == 0 && heartamount == 0) // Generate random amounts if we don't already have them set + switch(bloodsuckerdatum.bloodsucker_level + bloodsuckerdatum.bloodsucker_level_unspent) + if(0 to 3) + suckamount = rand(100, 200) + heartamount = rand(1,2) + if(3 to 8) + suckamount = rand(200, 300) + heartamount = rand(1,2) + if(8 to INFINITY) + suckamount = rand(500, 600) + heartamount = rand(5,6) if(bloodsuckerdatum.task_blood_drank >= suckamount || sacrifices >= heartamount) task_completed = TRUE if(task_completed) @@ -142,6 +143,8 @@ bloodsuckerdatum.bloodsucker_level_unspent++ bloodsuckerdatum.altar_uses++ bloodsuckerdatum.task_blood_drank = 0 + bloodsuckerdatum.task_blood_required = 0 + bloodsuckerdatum.task_heart_required = 0 sacrifices = 0 to_chat(user, span_notice("You have sucessfully done a task and gained a rank!")) task_completed = FALSE @@ -161,8 +164,10 @@ C.blood_volume -= 50 switch(rand(1, 3)) if(1,2) + bloodsuckerdatum.task_blood_required = suckamount task = "Suck [suckamount] units of pure blood." if(3) + bloodsuckerdatum.task_heart_required = heartamount task = "Sacrifice [heartamount] hearts by using them on the altar." sacrificialtask = TRUE bloodsuckerdatum.task_memory += "Current Rank Up Task: [task]
    " diff --git a/code/modules/antagonists/changeling/powers/headcrab.dm b/code/modules/antagonists/changeling/powers/headcrab.dm index eb7400d7d1a4..0f70a2d6e6fa 100644 --- a/code/modules/antagonists/changeling/powers/headcrab.dm +++ b/code/modules/antagonists/changeling/powers/headcrab.dm @@ -11,7 +11,10 @@ /datum/action/changeling/headcrab/sting_action(mob/user) set waitfor = FALSE - if(tgui_alert(usr,"Are we sure we wish to kill ourself and create a headslug?",,list("Yes", "No")) == "No") + if(ismob(user.pulledby) && is_changeling(user.pulledby) && user.pulledby.grab_state >= GRAB_NECK) + to_chat(user, span_warning("Our abilities are being dampened! We cannot use [src]!")) + return + if(tgui_alert(usr,"Are we sure we wish to kill ourself and create a headslug?",,list("Yes", "No")) != "Yes") return ..() var/datum/mind/M = user.mind diff --git a/code/modules/antagonists/clockcult/clock_scriptures/scripture_scripts.dm b/code/modules/antagonists/clockcult/clock_scriptures/scripture_scripts.dm index 6fab41a555a6..9d8b47302ff5 100644 --- a/code/modules/antagonists/clockcult/clock_scriptures/scripture_scripts.dm +++ b/code/modules/antagonists/clockcult/clock_scriptures/scripture_scripts.dm @@ -222,7 +222,7 @@ //Call brass bow: Creates or calls a brass bow, which is capable of firing redlight arrows. /datum/action/innate/call_weapon/brass_bow name = "Call Brass Bow" - desc = "Calls a brass bowcapable of firing redlight arrows, doing moderate damage but recharges after use. The bow will recharge after 1.5 seconds.." + desc = "Calls a rechargable brass bow capable of firing redlight arrows that do moderate damage. The bow will recharge after 1.5 seconds." weapon_type = /obj/item/gun/ballistic/bow/energy/clockwork diff --git a/code/modules/antagonists/cult/cult_structures.dm b/code/modules/antagonists/cult/cult_structures.dm index 999ed74d312f..bd1442d8f5f5 100644 --- a/code/modules/antagonists/cult/cult_structures.dm +++ b/code/modules/antagonists/cult/cult_structures.dm @@ -223,9 +223,9 @@ var/turf/T = safepick(validturfs) if(T) if(istype(T, /turf/open/floor/plating)) - T.PlaceOnTop(/turf/open/floor/engine/cult, flags = CHANGETURF_INHERIT_AIR) + T.PlaceOnTop(/turf/open/floor/engine/cult, flags = CHANGETURF_IGNORE_AIR) else - T.ChangeTurf(/turf/open/floor/engine/cult, flags = CHANGETURF_INHERIT_AIR) + T.ChangeTurf(/turf/open/floor/engine/cult, flags = CHANGETURF_IGNORE_AIR) else var/turf/open/floor/engine/cult/F = safepick(cultturfs) if(F) @@ -453,7 +453,7 @@ for(var/turf/T in range(5,src)) var/dist = get_dist(src, T) if (dist <= 2) - T.ChangeTurf(/turf/open/floor/engine/cult) + T.ChangeTurf(/turf/open/floor/engine/cult, flags = CHANGETURF_IGNORE_AIR) for (var/obj/structure/S in T) if(!istype(S,/obj/structure/destructible/cult)) S.ex_act(EXPLODE_DEVASTATE) @@ -461,7 +461,7 @@ qdel(M) else if (dist <= 4) if (istype(T,/turf/open/space)) - T.ChangeTurf(/turf/open/floor/engine/cult) + T.ChangeTurf(/turf/open/floor/engine/cult, flags = CHANGETURF_IGNORE_AIR) else T.narsie_act(TRUE, TRUE) else if (dist <= 5) diff --git a/code/modules/antagonists/disease/disease_disease.dm b/code/modules/antagonists/disease/disease_disease.dm index b4b8ac095606..802d7209ac9c 100644 --- a/code/modules/antagonists/disease/disease_disease.dm +++ b/code/modules/antagonists/disease/disease_disease.dm @@ -12,6 +12,7 @@ /datum/disease/advance/sentient_disease/Destroy() . = ..() + overmind = null GLOB.sentient_disease_instances -= src /datum/disease/advance/sentient_disease/remove_disease() diff --git a/code/modules/antagonists/disease/disease_mob.dm b/code/modules/antagonists/disease/disease_mob.dm index 13cf0085f31d..04373100feca 100644 --- a/code/modules/antagonists/disease/disease_mob.dm +++ b/code/modules/antagonists/disease/disease_mob.dm @@ -73,10 +73,12 @@ the new instance inside the host to be updated to the template's stats. /mob/camera/disease/Destroy() . = ..() QDEL_NULL(adaptation_menu_action) + disease_template = null for(var/V in GLOB.sentient_disease_instances) var/datum/disease/advance/sentient_disease/S = V if(S.overmind == src) S.overmind = null + browser = null /mob/camera/disease/Login() ..() diff --git a/code/modules/antagonists/eldritch_cult/eldritch_antag.dm b/code/modules/antagonists/eldritch_cult/eldritch_antag.dm index cf93ce107723..ac7f4b76f192 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_antag.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_antag.dm @@ -54,7 +54,7 @@ // This makes the image 64x64. icon.Crop(-15, -15, 48, 48) - var/obj/item/melee/sickly_blade/blade = new + var/obj/item/gun/magic/hook/sickly_blade/blade = new icon.Blend(icon(blade.lefthand_file, blade.item_state), ICON_OVERLAY) qdel(blade) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_book.dm b/code/modules/antagonists/eldritch_cult/eldritch_book.dm index c53dd7df9661..75f4bb92702a 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_book.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_book.dm @@ -9,9 +9,11 @@ var/mob/living/last_user ///Where we cannot create the rune? var/static/list/blacklisted_turfs = typecacheof(list(/turf/closed,/turf/open/space,/turf/open/lava)) + var/obj/effect/eldritch/big/last_rune /obj/item/forbidden_book/Destroy() last_user = null + last_rune = null . = ..() @@ -58,7 +60,7 @@ to_chat(user, span_danger("You have already studied this influence!")) return to_chat(user, span_danger("You start to study [RS]...")) - if(do_after(user, 10 SECONDS, RS)) + if(do_after(user, 4 SECONDS, RS)) var/datum/antagonist/heretic/H = user.mind?.has_antag_datum(/datum/antagonist/heretic) H?.charge += 1 to_chat(user, span_notice("You finish your study of [RS]!")) @@ -74,9 +76,10 @@ var/A = get_turf(target) to_chat(user, span_danger("You start drawing a rune...")) - if(do_after(user, 30 SECONDS, A)) - - new /obj/effect/eldritch/big(A) + if(do_after(user, 8 SECONDS, A)) + if(!QDELETED(last_rune)) + qdel(last_rune) + last_rune = new /obj/effect/eldritch/big(A) ///Removes runes from the selected turf /obj/item/forbidden_book/proc/remove_rune(atom/target,mob/user) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_effects.dm b/code/modules/antagonists/eldritch_cult/eldritch_effects.dm index 4308034d745b..96a31a0e1506 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_effects.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_effects.dm @@ -338,8 +338,8 @@ ..() /datum/status_effect/brazil_penance/on_apply() - var/datum/effect_system/smoke_spread/S = new - S.set_up(1, get_turf(owner)) + var/datum/effect_system/fluid_spread/smoke/S = new + S.set_up(1, location = get_turf(owner)) S.start() owner.revive(full_heal = TRUE) //this totally won't be used to bypass stuff(tm) owner.regenerate_organs() diff --git a/code/modules/antagonists/eldritch_cult/eldritch_items.dm b/code/modules/antagonists/eldritch_cult/eldritch_items.dm index bb3201b9d5bc..154bb4d09c5a 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_items.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_items.dm @@ -60,7 +60,7 @@ icon_icon = 'icons/mob/actions/actions_ecult.dmi' check_flags = AB_CHECK_RESTRAINED|AB_CHECK_STUN var/mob/living/carbon/human/holder - var/obj/item/melee/sickly_blade/sword + var/obj/item/gun/magic/hook/sickly_blade/sword /datum/action/innate/heretic_shatter/Grant(mob/user, obj/object) sword = object @@ -75,6 +75,9 @@ return FALSE /datum/action/innate/heretic_shatter/Activate() + to_chat(holder, span_warning("You raise \the [sword] in careful preparation to smash it...")) + if(!do_after(holder, 2 SECONDS, sword)) + return var/turf/safe_turf = find_safe_turf(zlevels = sword.z, extended_safety_checks = TRUE) holder.visible_message("Light bends around [holder] as they smash [sword], and in a moment they are gone.", span_notice("You feel yourself begin to descend as [sword] breaks, before the darkness suddenly receeds and you find yourself somewhere else.")) playsound(holder, "shatter", 70, pressure_affected = FALSE) @@ -83,7 +86,7 @@ do_teleport(holder,safe_turf,forceMove = TRUE) qdel(sword) -/obj/item/melee/sickly_blade +/obj/item/gun/magic/hook/sickly_blade name = "Sickly blade" desc = "A sickly green crescent blade, decorated with an ornamental eye. You feel like you're being watched..." icon = 'icons/obj/eldritch.dmi' @@ -102,20 +105,47 @@ hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacks", "slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "rends") var/datum/action/innate/heretic_shatter/linked_action + /// Hook stuff + item_flags = NEEDS_PERMIT // doesn't include NOBLUDGEON for obvious reasons + recharge_rate = 3 // seconds + ammo_type = /obj/item/ammo_casing/magic/hook/sickly_blade + fire_sound = 'sound/effects/snap.ogg' + +/obj/item/gun/magic/hook/sickly_blade/shoot_with_empty_chamber(mob/living/user as mob|obj) + to_chat(user, span_warning("The [name] grumbles quietly. It is not yet ready to fire again!")) + +/obj/item/ammo_casing/magic/hook/sickly_blade + projectile_type = /obj/item/projectile/hook/sickly_blade + +/obj/item/projectile/hook/sickly_blade + damage = 0 + knockdown = 0 + immobilize = 2 // there's no escape + range = 5 // hey now cowboy + armour_penetration = 0 // no piercing shields + hitsound = 'sound/effects/gravhit.ogg' + +/obj/item/projectile/hook/sickly_blade/on_hit(atom/target, blocked) + . = ..() + if(iscarbon(target) && blocked != 100) + var/mob/living/carbon/C = target + for(var/obj/item/shield/riot/R in C.get_all_gear()) + R.shatter() // Shield :b:roke + qdel(R) -/obj/item/melee/sickly_blade/Initialize() +/obj/item/gun/magic/hook/sickly_blade/Initialize() . = ..() linked_action = new(src) -/obj/item/melee/sickly_blade/pickup(mob/user) +/obj/item/gun/magic/hook/sickly_blade/pickup(mob/user) . = ..() linked_action.Grant(user, src) -/obj/item/melee/sickly_blade/dropped(mob/user, silent) +/obj/item/gun/magic/hook/sickly_blade/dropped(mob/user, silent) . = ..() linked_action.Remove(user, src) -/obj/item/melee/sickly_blade/attack(mob/living/M, mob/living/user) +/obj/item/gun/magic/hook/sickly_blade/attack(mob/living/M, mob/living/user) if(!(IS_HERETIC(user) || IS_HERETIC_MONSTER(user))) to_chat(user,span_danger("You feel a pulse of some alien intellect lash out at your mind!")) var/mob/living/carbon/human/human_user = user @@ -123,7 +153,7 @@ return FALSE return ..() -/obj/item/melee/sickly_blade/afterattack(atom/target, mob/user, proximity_flag, click_parameters) +/obj/item/gun/magic/hook/sickly_blade/afterattack(atom/target, mob/user, proximity_flag, click_parameters) . = ..() var/datum/antagonist/heretic/cultie = user.mind.has_antag_datum(/datum/antagonist/heretic) if(!cultie || !proximity_flag || target == user) @@ -133,19 +163,19 @@ var/datum/eldritch_knowledge/eldritch_knowledge_datum = knowledge[X] eldritch_knowledge_datum.on_eldritch_blade(target,user,proximity_flag,click_parameters) -/obj/item/melee/sickly_blade/rust +/obj/item/gun/magic/hook/sickly_blade/rust name = "Rusted Blade" desc = "This crescent blade is decrepit, wasting to dust. Yet still it bites, catching flesh with jagged, rotten teeth." icon_state = "rust_blade" item_state = "rust_blade" -/obj/item/melee/sickly_blade/ash +/obj/item/gun/magic/hook/sickly_blade/ash name = "Ashen Blade" desc = "Molten and unwrought, a hunk of metal warped to cinders and slag. Unmade, it aspires to be more than it is, and shears soot-filled wounds with a blunt edge." icon_state = "ash_blade" item_state = "ash_blade" -/obj/item/melee/sickly_blade/flesh +/obj/item/gun/magic/hook/sickly_blade/flesh name = "Flesh Blade" desc = "A crescent blade born from a fleshwarped creature. Keenly aware, it seeks to spread to others the excruitations it has endured from dread origins." icon_state = "flesh_blade" @@ -191,7 +221,7 @@ item_state = "eldritch_armor" flags_inv = HIDESHOES|HIDEJUMPSUIT body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS - allowed = list(/obj/item/melee/sickly_blade, /obj/item/forbidden_book) + allowed = list(/obj/item/gun/magic/hook/sickly_blade, /obj/item/forbidden_book) hoodtype = /obj/item/clothing/head/hooded/cult_hoodie/eldritch // slightly better than normal cult robes armor = list(MELEE = 50, BULLET = 50, LASER = 50,ENERGY = 50, BOMB = 35, BIO = 20, RAD = 0, FIRE = 20, ACID = 20) diff --git a/code/modules/antagonists/eldritch_cult/knowledge/ash_lore.dm b/code/modules/antagonists/eldritch_cult/knowledge/ash_lore.dm index 494408806f5b..d21c0a943766 100644 --- a/code/modules/antagonists/eldritch_cult/knowledge/ash_lore.dm +++ b/code/modules/antagonists/eldritch_cult/knowledge/ash_lore.dm @@ -1,6 +1,6 @@ /datum/eldritch_knowledge/base_ash name = "Nightwatcher's Secret" - desc = "Opens up the path of ash to you. Allows you to transmute a pile of ash with a knife or its derivatives into an ashen blade. Additionally empowers your mansus grasp to throw away enemies." + desc = "Opens up the path of ash to you. Allows you to transmute a pile of ash with a knife or its derivatives into an ashen blade. Additionally empowers your mansus grasp to throw away enemies and makes you resistant to fire." gain_text = "The City Guard knows their watch. If you ask them past dusk they may tell you tales of the Ashy Lantern." banned_knowledge = list(/datum/eldritch_knowledge/base_rust,/datum/eldritch_knowledge/base_flesh,/datum/eldritch_knowledge/rust_mark,/datum/eldritch_knowledge/flesh_mark,/datum/eldritch_knowledge/rust_blade_upgrade,/datum/eldritch_knowledge/flesh_blade_upgrade,/datum/eldritch_knowledge/rust_final,/datum/eldritch_knowledge/flesh_final) unlocked_transmutations = list(/datum/eldritch_transmutation/ash_knife) @@ -10,7 +10,10 @@ /datum/eldritch_knowledge/base_ash/on_gain(mob/user) . = ..() - var/obj/realknife = new /obj/item/melee/sickly_blade/ash + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.physiology.heat_mod *= 0.6 + var/obj/realknife = new /obj/item/gun/magic/hook/sickly_blade/ash user.put_in_hands(realknife) /datum/eldritch_knowledge/base_ash/on_mansus_grasp(atom/target, mob/user, proximity_flag, click_parameters) @@ -59,7 +62,7 @@ /datum/eldritch_knowledge/ash_mark name = "Mark of Ash" gain_text = "Spread the famine." - desc = "Your mansus grasp now applies ash mark on hit. Use your sickly blade to detonate the mark. The Mark of Ash causes stamina damage, and fire loss, and spreads to a nearby carbon. Damage decreases with how many times the mark has spread." + desc = "Your mansus grasp now applies ash mark on hit. Use your sickly blade to detonate the mark. The Mark of Ash causes fire loss, attempts to ignite them, and spreads to a nearby carbon. Damage decreases with how many times the mark has spread." cost = 2 banned_knowledge = list(/datum/eldritch_knowledge/rust_mark,/datum/eldritch_knowledge/flesh_mark) route = PATH_ASH @@ -110,7 +113,7 @@ . = ..() if(iscarbon(target)) var/mob/living/carbon/C = target - C.adjust_fire_stacks(1) + C.adjust_fire_stacks(2) C.IgniteMob() /datum/eldritch_knowledge/flame_birth diff --git a/code/modules/antagonists/eldritch_cult/knowledge/flesh_lore.dm b/code/modules/antagonists/eldritch_cult/knowledge/flesh_lore.dm index 13c6e5424c9d..4cb0f9db296a 100644 --- a/code/modules/antagonists/eldritch_cult/knowledge/flesh_lore.dm +++ b/code/modules/antagonists/eldritch_cult/knowledge/flesh_lore.dm @@ -12,7 +12,7 @@ /datum/eldritch_knowledge/base_flesh/on_gain(mob/user) . = ..() - var/obj/realknife = new /obj/item/melee/sickly_blade/flesh + var/obj/realknife = new /obj/item/gun/magic/hook/sickly_blade/flesh user.put_in_hands(realknife) /datum/eldritch_knowledge/base_flesh/on_mansus_grasp(atom/target, mob/user, proximity_flag, click_parameters) diff --git a/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm b/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm index a2155c1c64da..080b05c44ac6 100644 --- a/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm +++ b/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm @@ -10,7 +10,7 @@ /datum/eldritch_knowledge/base_rust/on_gain(mob/user) . = ..() - var/obj/realknife = new /obj/item/melee/sickly_blade/rust + var/obj/realknife = new /obj/item/gun/magic/hook/sickly_blade/rust user.put_in_hands(realknife) /datum/eldritch_knowledge/base_rust/on_mansus_grasp(atom/target, mob/user, proximity_flag, click_parameters) diff --git a/code/modules/antagonists/eldritch_cult/transmutations/ash_transmutations.dm b/code/modules/antagonists/eldritch_cult/transmutations/ash_transmutations.dm index 817f4492edd5..0d8bb8efc8f8 100644 --- a/code/modules/antagonists/eldritch_cult/transmutations/ash_transmutations.dm +++ b/code/modules/antagonists/eldritch_cult/transmutations/ash_transmutations.dm @@ -1,7 +1,7 @@ /datum/eldritch_transmutation/ash_knife name = "Ashen Blade" required_atoms = list(/obj/item/kitchen/knife,/obj/effect/decal/cleanable/ash) - result_atoms = list(/obj/item/melee/sickly_blade/ash) + result_atoms = list(/obj/item/gun/magic/hook/sickly_blade/ash) required_shit_list = "A pile of ash and a knife." /datum/eldritch_transmutation/ashen_eyes diff --git a/code/modules/antagonists/eldritch_cult/transmutations/flesh_transmutations.dm b/code/modules/antagonists/eldritch_cult/transmutations/flesh_transmutations.dm index 27e1e30ee438..c86eab9c5663 100644 --- a/code/modules/antagonists/eldritch_cult/transmutations/flesh_transmutations.dm +++ b/code/modules/antagonists/eldritch_cult/transmutations/flesh_transmutations.dm @@ -1,7 +1,7 @@ /datum/eldritch_transmutation/flesh_blade name = "Flesh Blade" required_atoms = list(/obj/item/kitchen/knife,/obj/effect/decal/cleanable/blood) - result_atoms = list(/obj/item/melee/sickly_blade/flesh) + result_atoms = list(/obj/item/gun/magic/hook/sickly_blade/flesh) required_shit_list = "A pool of blood and a knife." /datum/eldritch_transmutation/voiceless_dead diff --git a/code/modules/antagonists/eldritch_cult/transmutations/rust_transmutations.dm b/code/modules/antagonists/eldritch_cult/transmutations/rust_transmutations.dm index d1891becbb75..ec476ebe9718 100644 --- a/code/modules/antagonists/eldritch_cult/transmutations/rust_transmutations.dm +++ b/code/modules/antagonists/eldritch_cult/transmutations/rust_transmutations.dm @@ -1,7 +1,7 @@ /datum/eldritch_transmutation/rust_blade name = "Rusty Blade" required_atoms = list(/obj/item/kitchen/knife,/obj/item/trash) - result_atoms = list(/obj/item/melee/sickly_blade/rust) + result_atoms = list(/obj/item/gun/magic/hook/sickly_blade/rust) required_shit_list = "A piece of trash and a knife." /datum/eldritch_transmutation/armor diff --git a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm index 763f2c27392c..a4a44efe2f9d 100644 --- a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm +++ b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm @@ -546,7 +546,7 @@ disarm() return if(is_station_level(bomb_location.z)) - var/datum/round_event_control/E = locate(/datum/round_event_control/vent_clog/beer) in SSevents.control + var/datum/round_event_control/E = locate(/datum/round_event_control/scrubber_overflow/beer) in SSevents.control if(E) E.runEvent() addtimer(CALLBACK(src, .proc/really_actually_explode), 110) @@ -570,8 +570,8 @@ R.my_atom = src R.add_reagent(/datum/reagent/consumable/ethanol/beer, 100) - var/datum/effect_system/foam_spread/foam = new - foam.set_up(200, get_turf(src), R) + var/datum/effect_system/fluid_spread/foam/foam = new + foam.set_up(200, location = get_turf(src), carry = R) foam.start() disarm() diff --git a/code/modules/antagonists/nukeop/nukeop.dm b/code/modules/antagonists/nukeop/nukeop.dm index d46de192ec8e..f7aceab8e506 100644 --- a/code/modules/antagonists/nukeop/nukeop.dm +++ b/code/modules/antagonists/nukeop/nukeop.dm @@ -215,7 +215,7 @@ if(!istype(H)) P.forceMove(get_turf(H)) else - H.put_in_hands(P, TRUE) + H.put_in_hands(P, TRUE, no_sound = TRUE) H.update_icons() /datum/antagonist/nukeop/leader/give_alias() diff --git a/code/modules/antagonists/traitor/equipment/Malf_Modules.dm b/code/modules/antagonists/traitor/equipment/Malf_Modules.dm index 1fee436c0670..8eb998c2315a 100644 --- a/code/modules/antagonists/traitor/equipment/Malf_Modules.dm +++ b/code/modules/antagonists/traitor/equipment/Malf_Modules.dm @@ -343,9 +343,7 @@ GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/AI_Module)) var/turf/T = get_turf(L) if(!T || !is_station_level(T.z)) continue - if(issilicon(L)) - continue - if(isipc(L)) + if((MOB_ROBOTIC in L.mob_biotypes) && !(MOB_ORGANIC in L.mob_biotypes)) continue to_chat(L, span_userdanger("The blast wave from [src] tears you atom from atom!")) L.dust() diff --git a/code/modules/assembly/assembly.dm b/code/modules/assembly/assembly.dm index 8cedba9b8188..f3a0fab4bf22 100644 --- a/code/modules/assembly/assembly.dm +++ b/code/modules/assembly/assembly.dm @@ -28,6 +28,10 @@ var/next_activate = 0 //When we're next allowed to activate - for spam control +/obj/item/assembly/Destroy() + holder = null + return ..() + /obj/item/assembly/get_part_rating() return 1 @@ -132,4 +136,4 @@ return src /obj/item/assembly/ui_state(mob/user) - return GLOB.hands_state \ No newline at end of file + return GLOB.hands_state diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index 4ca380c91aba..4d0fa1f102f1 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -144,6 +144,8 @@ visible_message(span_disarm("[user] blinds [M] with the flash!")) to_chat(user, span_danger("You blind [M] with the flash!")) to_chat(M, span_userdanger("[user] blinds you with the flash!")) + for(var/datum/brain_trauma/trauma in M.get_traumas()) + trauma.on_flash(user, M) else to_chat(M, span_userdanger("You are blinded by [src]!")) if(M.IsParalyzed()) diff --git a/code/modules/assembly/mousetrap.dm b/code/modules/assembly/mousetrap.dm index 2ab62be50f68..6266ccaf3595 100644 --- a/code/modules/assembly/mousetrap.dm +++ b/code/modules/assembly/mousetrap.dm @@ -49,11 +49,17 @@ if("feet") if(!H.shoes) affecting = H.get_bodypart(pick(BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)) - H.Paralyze(60) - if(BODY_ZONE_PRECISE_L_HAND, BODY_ZONE_PRECISE_R_HAND) + if(affecting?.status != BODYPART_ROBOTIC) + H.Paralyze(60) + else + affecting = null + if(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM) if(!H.gloves) affecting = H.get_bodypart(type) - H.Stun(60) + if(affecting?.status != BODYPART_ROBOTIC) + H.Stun(60) + else + affecting = null if(affecting) if(affecting.receive_damage(1, 0)) H.update_damage_overlays() @@ -72,9 +78,9 @@ to_chat(user, span_notice("You arm [src].")) else if((HAS_TRAIT(user, TRAIT_DUMB) || HAS_TRAIT(user, TRAIT_CLUMSY)) && prob(50)) - var/which_hand = BODY_ZONE_PRECISE_L_HAND + var/which_hand = BODY_ZONE_L_ARM if(!(user.active_hand_index % 2)) - which_hand = BODY_ZONE_PRECISE_R_HAND + which_hand = BODY_ZONE_R_ARM triggered(user, which_hand) user.visible_message(span_warning("[user] accidentally sets off [src], breaking their fingers."), \ span_warning("You accidentally trigger [src]!")) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 8dd7d17fa359..8bda72b7e1c3 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -337,3 +337,31 @@ get_true_breath_pressure(pp) --> gas_pp = pp/breath_pp*total_moles() set_moles(gas_id, moles_left) return removed + +///Distributes the contents of two mixes equally between themselves +//Returns: bool indicating whether gases moved between the two mixes +/datum/gas_mixture/proc/equalize(datum/gas_mixture/other) + . = FALSE + + var/self_temp = return_temperature() + var/other_temp = other.return_temperature() + if(abs(self_temp - other_temp) > MINIMUM_TEMPERATURE_DELTA_TO_SUSPEND) + . = TRUE + var/self_heat_cap = heat_capacity() + var/other_heat_cap = other.heat_capacity() + var/new_temp = (self_temp * self_heat_cap + other_temp * other_heat_cap) / (self_heat_cap + other_heat_cap) + set_temperature(new_temp) + other.set_temperature(new_temp) + + var/min_p_delta = 0.1 + var/total_volume = return_volume() + other.return_volume() + var/list/gas_list = get_gases() | other.get_gases() + for(var/gas_id in gas_list) + //math is under the assumption temperatures are equal + var/self_moles = get_moles(gas_id) + var/other_moles = other.get_moles(gas_id) + if(abs(self_moles / return_volume() - other_moles / other.return_volume()) > min_p_delta / (R_IDEAL_GAS_EQUATION * return_temperature())) + . = TRUE + var/total_moles = self_moles + other_moles + set_moles(gas_id, total_moles * (return_volume() / total_volume)) + other.set_moles(gas_id, total_moles * (other.return_volume() / total_volume)) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm index 933455cf947f..b511f3ff624a 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm @@ -1,6 +1,5 @@ /obj/machinery/atmospherics/components/unary/passive_vent icon_state = "passive_vent_map-3" - name = "passive vent" desc = "It is an open vent." @@ -18,43 +17,17 @@ icon_state = "passive_vent" /obj/machinery/atmospherics/components/unary/passive_vent/process_atmos() - return - /* MONSTER EXTOOLS PROC NEEDED (EQUALIZE) -//////////////////////////////////////////////////////////////////////// - /datum/gas_mixture/proc/equalize(datum/gas_mixture/other) - . = FALSE - if(abs(return_temperature() - other.return_temperature()) > MINIMUM_TEMPERATURE_DELTA_TO_SUSPEND) - . = TRUE - var/self_heat_cap = heat_capacity() - var/other_heat_cap = other.heat_capacity() - var/new_temp = (temperature * self_heat_cap + other.temperature * other_heat_cap) / (self_heat_cap + other_heat_cap) - temperature = new_temp - other.temperature = new_temp - - var/min_p_delta = 0.1 - var/total_volume = volume + other.volume - var/list/gas_list = gases | other.gases - for(var/gas_id in gas_list) - assert_gas(gas_id) - other.assert_gas(gas_id) - //math is under the assumption temperatures are equal - if(abs(gases[gas_id][MOLES] / volume - other.gases[gas_id][MOLES] / other.volume) > min_p_delta / (R_IDEAL_GAS_EQUATION * temperature)) - . = TRUE - var/total_moles = gases[gas_id][MOLES] + other.gases[gas_id][MOLES] - gases[gas_id][MOLES] = total_moles * (volume/total_volume) - other.gases[gas_id][MOLES] = total_moles * (other.volume/total_volume) - //////////////////////////////////////////////////////////////////////////////// - + var/turf/location = get_turf(loc) + if(isclosedturf(location)) + return - ..() - - var/datum/gas_mixture/external = loc.return_air() + var/datum/gas_mixture/external = location.return_air() var/datum/gas_mixture/internal = airs[1] if(internal.equalize(external)) air_update_turf() update_parents() -*/ + /obj/machinery/atmospherics/components/unary/passive_vent/can_crawl_through() return TRUE diff --git a/code/modules/atmospherics/machinery/portable/portable_atmospherics.dm b/code/modules/atmospherics/machinery/portable/portable_atmospherics.dm index b342b60c0a53..6651e9376774 100644 --- a/code/modules/atmospherics/machinery/portable/portable_atmospherics.dm +++ b/code/modules/atmospherics/machinery/portable/portable_atmospherics.dm @@ -24,11 +24,9 @@ return 1 /obj/machinery/portable_atmospherics/Destroy() - SSair.atmos_machinery -= src - disconnect() - qdel(air_contents) - air_contents = null + QDEL_NULL(air_contents) + SSair.atmos_machinery -= src return ..() diff --git a/code/modules/awaymissions/mission_code/Cabin.dm b/code/modules/awaymissions/mission_code/Cabin.dm index a13fecd11c45..73b975fad814 100644 --- a/code/modules/awaymissions/mission_code/Cabin.dm +++ b/code/modules/awaymissions/mission_code/Cabin.dm @@ -25,7 +25,7 @@ var/active = 1 /obj/structure/firepit/Initialize() - ..() + . = ..() toggleFirepit() /obj/structure/firepit/interact(mob/living/user) diff --git a/code/modules/awaymissions/mission_code/mining.dm b/code/modules/awaymissions/mission_code/mining.dm index b232802e1311..d2ef68361c0b 100644 --- a/code/modules/awaymissions/mission_code/mining.dm +++ b/code/modules/awaymissions/mission_code/mining.dm @@ -163,7 +163,7 @@ name = "Kinetic Crusher Chest" desc = "Contains an assortment of kinetic crusher equipment." respawn_loot = list( - /obj/item/twohanded/required/kinetic_crusher=1, + /obj/item/twohanded/kinetic_crusher=1, /obj/item/crusher_trophy/vortex_talisman=1, /obj/item/crusher_trophy/demon_claws=1, /obj/item/crusher_trophy/tail_spike=1, diff --git a/code/modules/awaymissions/super_secret_room.dm b/code/modules/awaymissions/super_secret_room.dm index 176102e7ee3a..0c4c8269e48d 100644 --- a/code/modules/awaymissions/super_secret_room.dm +++ b/code/modules/awaymissions/super_secret_room.dm @@ -28,8 +28,8 @@ SpeakPeace(list("Welcome to the error handling room.","Something's goofed up bad to send you here.","You should probably tell an admin what you were doing, or make a bug report.")) for(var/obj/structure/signpost/salvation/S in orange(7)) S.invisibility = 0 - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(1, S.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(1, location = S.loc) smoke.start() break if(1) diff --git a/code/modules/cargo/bounties/progression.dm b/code/modules/cargo/bounties/progression.dm index 74db56aede6e..9814773e26a9 100644 --- a/code/modules/cargo/bounties/progression.dm +++ b/code/modules/cargo/bounties/progression.dm @@ -16,18 +16,18 @@ reward = 5000 required_count = 20 wanted_types = list(/obj/item/stack/sheet/mineral/silver,/obj/item/stack/sheet/mineral/gold,/obj/item/stack/sheet/mineral/uranium) - unlocked_crates = list(/datum/supply_pack/clearance/ka_damage,/datum/supply_pack/clearance/ka_cooldown,/datum/supply_pack/clearance/ka_range) + unlocked_crates = list(/datum/supply_pack/clearance/ka_damage,/datum/supply_pack/clearance/ka_cooldown,/datum/supply_pack/clearance/ka_range, /datum/supply_pack/clearance/kacrate) /datum/bounty/item/progression/mining_basic/reward_string() return "[reward] Credits and clearance to order basic kinetic accelerator modification crates" /datum/bounty/item/progression/mining_plasma name = "Plasma Extraction" - description = "The reason you're here: plasma. Ship us 20 sheets of it and we can certify your mining program as \"profitable\", allowing access to plasma-based mining equipment." + description = "The reason you're here: plasma. Ship us 20 sheets of it and we can certify your mining program as \"profitable\", allowing access to plasma-based mining equipment and special kinetic accelerator mods." reward = 4000 wanted_types = list(/obj/item/stack/sheet/mineral/plasma) required_count = 20 - unlocked_crates = list(/datum/supply_pack/clearance/plasmacutter) + unlocked_crates = list(/datum/supply_pack/clearance/plasmacutter, /datum/supply_pack/clearance/special_mods) /datum/bounty/item/progression/mining_plasma/reward_string() return "[reward] Credits and clearance to order plasmacutters" diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 7743495db07c..e50b2ec00183 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -1938,6 +1938,18 @@ cost = 350 contains = list(/obj/item/borg/upgrade/modkit/range,/obj/item/borg/upgrade/modkit/range,/obj/item/borg/upgrade/modkit/range) +/datum/supply_pack/clearance/special_mods + name = "KA Special Mods" + desc = "Modifiers for a kinetic accelerator that significantly change its properties. Comes in four different forms." + cost = 750 + contains = list(/obj/item/borg/upgrade/modkit/aoe/turfs/andmobs, /obj/item/borg/upgrade/modkit/cooldown/repeater, /obj/item/borg/upgrade/modkit/resonator_blasts, /obj/item/borg/upgrade/modkit/bounty) + +/datum/supply_pack/clearance/kacrate + name = "Kinetic Accelerator Crate" + desc = "Two Kinetic Accelerators, self recharging, ranged mining tools that do increased damage in low pressure." + cost = 900 + contains = list(/obj/item/gun/energy/kinetic_accelerator, /obj/item/gun/energy/kinetic_accelerator) + /datum/supply_pack/clearance/plasmacutter name = "Plasmacutter Crate" desc = "Two plasmacutters, experimental mining equipment that uses heated plasma as fuel." diff --git a/code/modules/client/preferences/pda.dm b/code/modules/client/preferences/pda.dm index 2e05208a5b8e..fd3215ebefa7 100644 --- a/code/modules/client/preferences/pda.dm +++ b/code/modules/client/preferences/pda.dm @@ -31,3 +31,6 @@ savefile_key = "id_in_pda" savefile_identifier = PREFERENCE_PLAYER default_value = FALSE + +/datum/preference/toggle/id_in_pda/apply_to_human(mob/living/carbon/human/target, value) + target.id_in_pda = value diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 6f3d9a2a55ae..5210757be95a 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -179,6 +179,16 @@ force = 12 throwforce = 12 +/obj/item/clothing/glasses/hud/personnel + name = "personnel HUD sunglasses" + desc = "Sunglasses with a personnel HUD." + icon_state = "sunhudhop" + item_state = "glasses" + hud_type = DATA_HUD_SECURITY_BASIC // Apparently the basic sec HUD is just IDs and the basic ones we use (mindshield detection etc. are "advanced" sec HUDs. + flash_protect = 1 + tint = 1 + glass_colour_type = /datum/client_colour/glass_colour/blue + /obj/item/clothing/glasses/hud/toggle name = "Toggle HUD" desc = "A HUD with multiple functions." diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index a7dc7fb224ec..fdf842e82dd4 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -31,8 +31,6 @@ worn = FALSE /obj/item/clothing/gloves/fingerless/bigboss - name = "tactical fingerless gloves" - desc = "Simple fabric gloves without fingertips to permit better dexterity in combat and tasks. Especially helpful with carrying bodies." var/carrytrait = TRAIT_QUICKER_CARRY tacticalspeed = 0.66 //Does channels 34% faster diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 8fa8ed3fe693..009e9d0bd198 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -378,3 +378,8 @@ icon_state = "flowerwizhat" item_state = "flowerwizhat" +/obj/item/clothing/head/fedora/gtrim_fedora + name = "Gold trimmed Fedora" + desc = "A Unique variation of the classic fedora. Now with 'Waterproofing' for when buisness gets messy." + icon_state = "gtrim_fedora" + item_state = "gtrim_fedora" diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 855e7a786875..bebab5647bc0 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -451,3 +451,15 @@ if(TIMER_COOLDOWN_CHECK(src, "cloak_emp_disable")) return return ..() + +/////////// +// OTHER // +/////////// + +/obj/item/clothing/neck/falcon + name = "Faclonry pauldron" + desc = "A thick leather pad for a falcon to rest one. This one comes with a fake bird, free of charge." + icon = 'icons/obj/clothing/neck.dmi' + w_class = WEIGHT_CLASS_SMALL + icon_state = "falcon" + item_state = "falcon" diff --git a/code/modules/clothing/outfits/plasmaman.dm b/code/modules/clothing/outfits/plasmaman.dm index 41e4c1bb3b03..0dee8c530134 100644 --- a/code/modules/clothing/outfits/plasmaman.dm +++ b/code/modules/clothing/outfits/plasmaman.dm @@ -211,12 +211,13 @@ ears = /obj/item/radio/headset/headset_cargo/mining shoes = /obj/item/clothing/shoes/workboots/mining gloves = /obj/item/clothing/gloves/color/black - l_pocket = /obj/item/reagent_containers/autoinjector/medipen/survival + l_pocket = /obj/item/wormhole_jaunter r_pocket = /obj/item/flashlight/seclite backpack = /obj/item/storage/backpack/explorer satchel = /obj/item/storage/backpack/satchel/explorer duffelbag = /obj/item/storage/backpack/duffelbag - backpack_contents = list(/obj/item/storage/box/plasmaman/miner = 1) + backpack_contents = list(/obj/item/storage/box/plasmaman/miner = 1,\ + /obj/item/reagent_containers/autoinjector/medipen/survival = 1) /datum/outfit/job/plasmaman/lawyer @@ -476,7 +477,8 @@ backpack_contents = list(/obj/item/roller = 1,\ /obj/item/kitchen/knife/combat/survival = 1,\ /obj/item/gps/mining = 1,\ - /obj/item/storage/box/plasmaman/miner = 1) + /obj/item/storage/box/plasmaman/miner = 1,\ + /obj/item/reagent_containers/autoinjector/medipen/survival = 1) belt = /obj/item/storage/belt/medical/mining ears = /obj/item/radio/headset/headset_medcargo glasses = /obj/item/clothing/glasses/hud/health/meson @@ -484,6 +486,7 @@ uniform = /obj/item/clothing/under/plasmaman/mining l_hand = /obj/item/storage/firstaid/regular l_pocket = /obj/item/pda/medical + r_pocket = /obj/item/wormhole_jaunter gloves = /obj/item/clothing/gloves/color/latex/nitrile backpack = /obj/item/storage/backpack/medic satchel = /obj/item/storage/backpack/satchel/med diff --git a/code/modules/clothing/spacesuits/chronosuit.dm b/code/modules/clothing/spacesuits/chronosuit.dm index 1fbb99fff725..cd5500a57579 100644 --- a/code/modules/clothing/spacesuits/chronosuit.dm +++ b/code/modules/clothing/spacesuits/chronosuit.dm @@ -65,6 +65,7 @@ /obj/item/clothing/suit/space/chronos/Destroy() dropped() + QDEL_NULL(teleport_now) return ..() /obj/item/clothing/suit/space/chronos/emp_act(severity) @@ -330,6 +331,10 @@ check_flags = AB_CHECK_CONSCIOUS //|AB_CHECK_INSIDE var/obj/item/clothing/suit/space/chronos/chronosuit = null +/datum/action/innate/chrono_teleport/Destroy() + chronosuit = null + return ..() + /datum/action/innate/chrono_teleport/IsAvailable() return (chronosuit && chronosuit.activated && chronosuit.camera && !chronosuit.teleporting) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 6e04b7388d46..12b65fcc2749 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -1030,11 +1030,7 @@ allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/melee/transforming/energy/sword/saber, /obj/item/restraints/handcuffs, /obj/item/tank/internals) helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/syndi slowdown = 0 - - -/obj/item/clothing/suit/space/hardsuit/shielded/syndi/Initialize() - jetpack = new /obj/item/tank/jetpack/suit(src) - . = ..() + jetpack = /obj/item/tank/jetpack/suit /obj/item/clothing/head/helmet/space/hardsuit/shielded/syndi name = "blood-red hardsuit helmet" @@ -1161,7 +1157,7 @@ item_state = "advpa1_hardsuit" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/powerarmor_advanced hardsuit_type = "advancedpa1" - allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/resonator, /obj/item/mining_scanner, /obj/item/t_scanner/adv_mining_scanner, /obj/item/gun/energy/kinetic_accelerator, /obj/item/twohanded/required/kinetic_crusher, /obj/item/pickaxe, /obj/item/pickaxe/drill/jackhammer, /obj/item/shield/riot/goliath, /obj/item/shield/riot/roman) + allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/resonator, /obj/item/mining_scanner, /obj/item/t_scanner/adv_mining_scanner, /obj/item/gun/energy/kinetic_accelerator, /obj/item/twohanded/kinetic_crusher, /obj/item/pickaxe, /obj/item/pickaxe/drill/jackhammer, /obj/item/shield/riot/goliath, /obj/item/shield/riot/roman) armor = list(MELEE = 50, BULLET = 10, LASER = 25, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 0, ACID = 10, WOUND = 0) slowdown = 0 strip_delay = 180 diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 9eca99872dc3..6aaa9e659514 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -130,11 +130,11 @@ . = ..() /obj/item/clothing/suit/space/hardsuit/Destroy() - if(helmet) + if(!QDELETED(helmet)) helmet.suit = null - qdel(helmet) + QDEL_NULL(helmet) if(jetpack && istype(jetpack)) - qdel(jetpack) + QDEL_NULL(jetpack) return ..() /obj/item/clothing/head/helmet/space/hardsuit/Destroy() diff --git a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm index c6150f370b76..a220deb6b013 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm @@ -76,7 +76,11 @@ return next_extinguish = world.time + extinguish_cooldown extinguishes_left-- - H.visible_message(span_warning("[H]'s suit spews out a tonne of space lube!"),span_warning("Your suit spews out a tonne of space lube!")) + H.visible_message(span_warning("[H]'s suit spews out a tonne of space lube!"), span_warning("Your suit spews out a tonne of space lube!")) H.ExtinguishMob() - new /obj/effect/particle_effect/foam(loc) //Truely terrifying. + var/datum/effect_system/fluid_spread/foam/foam = new + var/datum/reagents/foamreagent = new /datum/reagents(15) + foamreagent.add_reagent(/datum/reagent/lube, 15) + foam.set_up(4, holder = src, location = loc, carry = foamreagent) + foam.start() //Truly terrifying. return 0 diff --git a/code/modules/events/_event.dm b/code/modules/events/_event.dm index 3443c0ef3b14..657316b48b61 100644 --- a/code/modules/events/_event.dm +++ b/code/modules/events/_event.dm @@ -35,6 +35,12 @@ /// Whether or not dynamic should hijack this event var/dynamic_should_hijack = FALSE +/datum/round_event_control/vv_edit_var(var_name, var_value) + if(var_name == NAMEOF(src, random) && var_value) // CAN'T LET YOU DO THAT, STAR FOX + message_admins("No, [key_name_admin(usr)], you cannot fake force a random event.") + return FALSE + . = ..() + /datum/round_event_control/New() if(config && !wizardevent) // Magic is unaffected by configs earliest_start = CEILING(earliest_start * CONFIG_GET(number/events_min_time_mul), 1) diff --git a/code/modules/events/darkspawn.dm b/code/modules/events/darkspawn.dm new file mode 100644 index 000000000000..26ca2d7741c7 --- /dev/null +++ b/code/modules/events/darkspawn.dm @@ -0,0 +1,55 @@ +/datum/round_event_control/darkspawn + name = "Spawn Darkspawn(s)" + typepath = /datum/round_event/ghost_role/darkspawn + max_occurrences = 1 + min_players = 30 + dynamic_should_hijack = TRUE + gamemode_blacklist = list("darkspawn", "shadowling") + +/datum/round_event/ghost_role/darkspawn + minimum_required = 1 + role_name = "darkspawn" + fakeable = FALSE + +/datum/round_event/ghost_role/darkspawn/spawn_role() + var/list/candidates = get_candidates(ROLE_DARKSPAWN, null, ROLE_DARKSPAWN) + if(!candidates.len) + return NOT_ENOUGH_PLAYERS + + var/list/spawn_locs = list() + for(var/turf/T in GLOB.xeno_spawn) + var/light_amount = T.get_lumcount() + if(light_amount < SHADOW_SPECIES_LIGHT_THRESHOLD) + spawn_locs += T + + if(!spawn_locs.len) + message_admins("No valid spawn locations found, aborting...") + return MAP_ERROR + + var/darkspawn_to_spawn = 1 + var/datum/job/hos = SSjob.GetJob("Head of Security") + var/datum/job/warden = SSjob.GetJob("Warden") + var/datum/job/officers = SSjob.GetJob("Security Officer") + var/sec_amount = hos.current_positions + warden.current_positions + officers.current_positions + if(sec_amount >= 5 && candidates.len >= 2 && spawn_locs.len >= 2) + darkspawn_to_spawn = 2 + + for(var/i=0,i[src] collides with [other]!\ - ") - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(2, get_turf(src)) + visible_message(span_danger("[src] collides with [other]!")) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(2, location = get_turf(src)) smoke.start() qdel(src) qdel(other) /obj/effect/immovablerod/proc/penetrate(mob/living/L) - L.visible_message(span_danger("[L] is penetrated by an immovable rod!") , span_userdanger("The rod penetrates you!") , "You hear a CLANG!") + L.visible_message(span_danger("[L] is penetrated by an immovable rod!") , span_userdanger("The rod penetrates you!") , span_danger("You hear a CLANG!")) if(ishuman(L)) var/mob/living/carbon/human/H = L H.adjustBruteLoss(160) diff --git a/code/modules/events/nightmare.dm b/code/modules/events/nightmare.dm index edc6d9aab154..99f98c6b46d8 100644 --- a/code/modules/events/nightmare.dm +++ b/code/modules/events/nightmare.dm @@ -3,6 +3,7 @@ typepath = /datum/round_event/ghost_role/nightmare max_occurrences = 1 min_players = 30 + weight = 0 // Disabled in favor of darkspawn earliest_start = 45 MINUTES dynamic_should_hijack = TRUE @@ -12,7 +13,7 @@ fakeable = FALSE /datum/round_event/ghost_role/nightmare/spawn_role() - var/list/candidates = get_candidates(ROLE_ALIEN, null, ROLE_ALIEN) + var/list/candidates = get_candidates(ROLE_NIGHTMARE, null, ROLE_NIGHTMARE) if(!candidates.len) return NOT_ENOUGH_PLAYERS diff --git a/code/modules/events/scrubber_overflow.dm b/code/modules/events/scrubber_overflow.dm new file mode 100644 index 000000000000..790b021f04f5 --- /dev/null +++ b/code/modules/events/scrubber_overflow.dm @@ -0,0 +1,133 @@ +/datum/round_event_control/scrubber_overflow + name = "Scrubber Overflow: Normal" + typepath = /datum/round_event/scrubber_overflow + weight = 10 + max_occurrences = 3 + min_players = 10 + +/datum/round_event/scrubber_overflow + announceWhen = 1 + startWhen = 5 + endWhen = 35 + /// The probability that the ejected reagents will be dangerous + var/danger_chance = 1 + /// Amount of reagents ejected from each scrubber + var/reagents_amount = 50 + /// Probability of an individual scrubber overflowing + var/overflow_probability = 50 + /// Specific reagent to force all scrubbers to use, null for random reagent choice + var/forced_reagent + /// A list of scrubbers that will have reagents ejected from them + var/list/scrubbers = list() + /// The list of chems that scrubbers can produce + var/list/safer_chems = list( + /datum/reagent/water, + /datum/reagent/carbon, + /datum/reagent/consumable/flour, + /datum/reagent/space_cleaner, + /datum/reagent/consumable/nutriment, + /datum/reagent/consumable/condensedcapsaicin, + /datum/reagent/drug/mushroomhallucinogen, + /datum/reagent/lube, + /datum/reagent/glitter/pink, + /datum/reagent/cryptobiolin, + /datum/reagent/toxin/plantbgone, + /datum/reagent/blood, + /datum/reagent/medicine/charcoal, + /datum/reagent/drug/space_drugs, + /datum/reagent/medicine/morphine, + /datum/reagent/water/holywater, + /datum/reagent/consumable/ethanol, + /datum/reagent/consumable/hot_coco, + /datum/reagent/toxin/acid, + /datum/reagent/toxin/mindbreaker, + /datum/reagent/toxin/rotatium, + /datum/reagent/bluespace, + /datum/reagent/pax, + /datum/reagent/consumable/laughter, + /datum/reagent/concentrated_barbers_aid, + /datum/reagent/colorful_reagent, + /datum/reagent/peaceborg/confuse, + /datum/reagent/peaceborg/tire, + /datum/reagent/consumable/sodiumchloride, + /datum/reagent/consumable/ethanol/beer, + /datum/reagent/hair_dye, + /datum/reagent/consumable/sugar, + /datum/reagent/glitter/white, + /datum/reagent/growthserum + ) + //needs to be chemid unit checked at some point + +/datum/round_event/scrubber_overflow/announce(fake) + priority_announce("The scrubbers network is experiencing a backpressure surge. Some ejection of contents may occur.", "Atmospherics alert") + +/datum/round_event/scrubber_overflow/setup() + for(var/obj/machinery/atmospherics/components/unary/vent_scrubber/temp_vent in GLOB.machines) + var/turf/scrubber_turf = get_turf(temp_vent) + if(!scrubber_turf) + continue + if(!is_station_level(scrubber_turf.z)) + continue + if(temp_vent.welded) + continue + if(!prob(overflow_probability)) + continue + scrubbers += temp_vent + + if(!scrubbers.len) + return kill() + +/datum/round_event/scrubber_overflow/start() + for(var/obj/machinery/atmospherics/components/unary/vent_scrubber/vent as anything in scrubbers) + if(!vent.loc) + CRASH("SCRUBBER SURGE: [vent] has no loc somehow?") + + var/datum/reagents/dispensed_reagent = new /datum/reagents(reagents_amount) + dispensed_reagent.my_atom = vent + if (forced_reagent) + dispensed_reagent.add_reagent(forced_reagent, reagents_amount) + else if (prob(danger_chance)) + dispensed_reagent.add_reagent(get_random_reagent_id(), reagents_amount) + new /mob/living/simple_animal/cockroach(get_turf(vent)) + new /mob/living/simple_animal/cockroach(get_turf(vent)) + else + dispensed_reagent.add_reagent(pick(safer_chems), reagents_amount) + + dispensed_reagent.create_foam(/datum/effect_system/fluid_spread/foam/short, reagents_amount) + + CHECK_TICK + +/datum/round_event_control/scrubber_overflow/threatening + name = "Scrubber Overflow: Threatening" + typepath = /datum/round_event/scrubber_overflow/threatening + weight = 4 + min_players = 25 + max_occurrences = 1 + earliest_start = 35 MINUTES + +/datum/round_event/scrubber_overflow/threatening + danger_chance = 10 + reagents_amount = 100 + +/datum/round_event_control/scrubber_overflow/catastrophic + name = "Scrubber Overflow: Catastrophic" + typepath = /datum/round_event/scrubber_overflow/catastrophic + weight = 2 + min_players = 35 + max_occurrences = 1 + earliest_start = 45 MINUTES + +/datum/round_event/scrubber_overflow/catastrophic + danger_chance = 30 + reagents_amount = 150 + +/datum/round_event_control/scrubber_overflow/beer // Used when the beer nuke "detonates" + name = "Scrubber Overflow: Beer" + typepath = /datum/round_event/scrubber_overflow/beer + weight = 0 + max_occurrences = 0 + +/datum/round_event/scrubber_overflow/beer + overflow_probability = 100 + forced_reagent = /datum/reagent/consumable/ethanol/beer + reagents_amount = 100 diff --git a/code/modules/events/vent_clog.dm b/code/modules/events/vent_clog.dm deleted file mode 100644 index 8f2c5e892afb..000000000000 --- a/code/modules/events/vent_clog.dm +++ /dev/null @@ -1,138 +0,0 @@ -/datum/round_event_control/vent_clog - name = "Clogged Vents: Normal" - typepath = /datum/round_event/vent_clog - weight = 10 - max_occurrences = 3 - min_players = 10 - -/datum/round_event/vent_clog - announceWhen = 1 - startWhen = 5 - endWhen = 35 - var/interval = 2 - var/list/vents = list() - var/randomProbability = 1 - var/reagentsAmount = 100 - var/list/saferChems = list(/datum/reagent/water,/datum/reagent/carbon,/datum/reagent/consumable/flour,/datum/reagent/space_cleaner,/datum/reagent/consumable/nutriment,/datum/reagent/consumable/condensedcapsaicin,/datum/reagent/drug/mushroomhallucinogen,/datum/reagent/lube,/datum/reagent/glitter/pink,/datum/reagent/cryptobiolin, - /datum/reagent/toxin/plantbgone,/datum/reagent/blood,/datum/reagent/medicine/charcoal,/datum/reagent/drug/space_drugs,/datum/reagent/medicine/morphine,/datum/reagent/water/holywater,/datum/reagent/consumable/ethanol,/datum/reagent/consumable/hot_coco,/datum/reagent/toxin/acid,/datum/reagent/toxin/mindbreaker,/datum/reagent/toxin/rotatium,/datum/reagent/bluespace, - /datum/reagent/pax,/datum/reagent/consumable/laughter,/datum/reagent/concentrated_barbers_aid,/datum/reagent/colorful_reagent,/datum/reagent/peaceborg/confuse,/datum/reagent/peaceborg/tire,/datum/reagent/consumable/sodiumchloride,/datum/reagent/consumable/ethanol/beer,/datum/reagent/hair_dye,/datum/reagent/consumable/sugar,/datum/reagent/glitter/white,/datum/reagent/growthserum) - //needs to be chemid unit checked at some point - -/datum/round_event/vent_clog/announce() - priority_announce("The scrubbers network is experiencing a backpressure surge. Some ejection of contents may occur.", "Atmospherics alert") - -/datum/round_event/vent_clog/setup() - endWhen = rand(25, 100) - for(var/obj/machinery/atmospherics/components/unary/vent_scrubber/temp_vent in GLOB.machines) - var/turf/T = get_turf(temp_vent) - if(T && is_station_level(T.z) && !temp_vent.welded) - vents += temp_vent - if(!vents.len) - return kill() - -/datum/round_event/vent_clog/start() - for(var/obj/machinery/atmospherics/components/unary/vent in vents) - if(vent && vent.loc) - var/datum/reagents/R = new/datum/reagents(1000) - R.my_atom = vent - if (prob(randomProbability)) - R.add_reagent(get_random_reagent_id(), reagentsAmount) - else - R.add_reagent(pick(saferChems), reagentsAmount) - - var/datum/effect_system/foam_spread/foam = new - foam.one_apply_per_object = TRUE - foam.set_up(200, get_turf(vent), R) - foam.start() - - CHECK_TICK - -/datum/round_event_control/vent_clog/threatening - name = "Clogged Vents: Threatening" - typepath = /datum/round_event/vent_clog/threatening - weight = 4 - min_players = 25 - max_occurrences = 1 - earliest_start = 35 MINUTES - -/datum/round_event/vent_clog/threatening - randomProbability = 10 - reagentsAmount = 200 - -/datum/round_event_control/vent_clog/catastrophic - name = "Clogged Vents: Catastrophic" - typepath = /datum/round_event/vent_clog/catastrophic - weight = 2 - min_players = 35 - max_occurrences = 1 - earliest_start = 45 MINUTES - -/datum/round_event/vent_clog/catastrophic - randomProbability = 30 - reagentsAmount = 250 - -/datum/round_event_control/vent_clog/beer - name = "Foamy beer stationwide" - typepath = /datum/round_event/vent_clog/beer - max_occurrences = 0 - -/datum/round_event_control/vent_clog/cleaner - name = "Cleaner stationwide" - typepath = /datum/round_event/vent_clog/cleaner - max_occurrences = 0 - weight = 10 - min_players = 5 - max_occurrences = 1 - -/datum/round_event_control/vent_clog/plasma_decon - name = "Plasma decontamination" - typepath = /datum/round_event/vent_clog/plasma_decon - max_occurrences = 0 - -/datum/round_event/vent_clog/beer - reagentsAmount = 100 - -/datum/round_event/vent_clog/beer/announce() - priority_announce("The scrubbers network is experiencing an unexpected surge of pressurized beer. Some ejection of contents may occur.", "Atmospherics alert") - -/datum/round_event/vent_clog/beer/start() - for(var/obj/machinery/atmospherics/components/unary/vent in vents) - if(vent && vent.loc) - var/datum/reagents/R = new/datum/reagents(100) - R.my_atom = vent - R.add_reagent(/datum/reagent/consumable/ethanol/beer, reagentsAmount) - - var/datum/effect_system/foam_spread/foam = new - foam.one_apply_per_object = TRUE - foam.set_up(200, get_turf(vent), R) - foam.start() - CHECK_TICK - -/datum/round_event/vent_clog/cleaner - reagentsAmount = 100 - -/datum/round_event/vent_clog/cleaner/announce() - priority_announce("The scrubbers network cleaning cycle has been triggered. Some ejection of contents may occur.", "Atmospherics alert") - -/datum/round_event/vent_clog/cleaner/start() - for(var/obj/machinery/atmospherics/components/unary/vent in vents) - if(vent && vent.loc) - var/datum/reagents/R = new/datum/reagents(100) - R.my_atom = vent - R.add_reagent(/datum/reagent/space_cleaner, reagentsAmount) - - var/datum/effect_system/foam_spread/foam = new - foam.set_up(200, get_turf(vent), R) - foam.start() - CHECK_TICK - -/datum/round_event/vent_clog/plasma_decon/announce() - priority_announce("We are deploying an experimental plasma decontamination system. Please stand away from the vents and do not breathe the smoke that comes out.", "Central Command Update") - -/datum/round_event/vent_clog/plasma_decon/start() - for(var/obj/machinery/atmospherics/components/unary/vent in vents) - if(vent && vent.loc) - var/datum/effect_system/smoke_spread/freezing/decon/smoke = new - smoke.set_up(7, get_turf(vent), 7) - smoke.start() - CHECK_TICK diff --git a/code/modules/events/wizard/curseditems.dm b/code/modules/events/wizard/curseditems.dm index 41ee4246b1ab..d7bc152f4555 100644 --- a/code/modules/events/wizard/curseditems.dm +++ b/code/modules/events/wizard/curseditems.dm @@ -55,6 +55,6 @@ I.name = "cursed " + I.name for(var/mob/living/carbon/human/H in GLOB.alive_mob_list) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, H.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = H.loc) smoke.start() diff --git a/code/modules/events/wizard/imposter.dm b/code/modules/events/wizard/imposter.dm index 1c8ef95baae8..968db4909e0b 100644 --- a/code/modules/events/wizard/imposter.dm +++ b/code/modules/events/wizard/imposter.dm @@ -15,7 +15,7 @@ return //Sad Trombone var/mob/dead/observer/C = pick(candidates) - new /obj/effect/particle_effect/smoke(W.loc) + new /obj/effect/particle_effect/fluid/smoke(W.loc) var/mob/living/carbon/human/I = new /mob/living/carbon/human(W.loc) W.dna.transfer_identity(I, transfer_SE=1) diff --git a/code/modules/events/wizard/shuffle.dm b/code/modules/events/wizard/shuffle.dm index 7e3742922321..c3e71ab28898 100644 --- a/code/modules/events/wizard/shuffle.dm +++ b/code/modules/events/wizard/shuffle.dm @@ -31,8 +31,8 @@ moblocs.len -= 1 for(var/mob/living/carbon/human/H in GLOB.alive_mob_list) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, H.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = H.loc) smoke.start() //---// @@ -65,8 +65,8 @@ mobnames.len -= 1 for(var/mob/living/carbon/human/H in GLOB.alive_mob_list) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, H.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = H.loc) smoke.start() //---// @@ -99,6 +99,6 @@ mobs -= mobs[mobs.len] for(var/mob/living/carbon/human/H in GLOB.alive_mob_list) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, H.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = H.loc) smoke.start() diff --git a/code/modules/events/wormholes.dm b/code/modules/events/wormholes.dm index beb43797ed0d..21bc7091454c 100644 --- a/code/modules/events/wormholes.dm +++ b/code/modules/events/wormholes.dm @@ -23,8 +23,14 @@ GLOBAL_LIST_EMPTY(all_wormholes) // So we can pick wormholes to teleport to /datum/round_event/wormholes/start() for(var/turf/open/floor/T in world) - if(is_station_level(T.z)) - pick_turfs += T + if(!is_station_level(T.z)) + continue + + var/area/area = get_area(T) + if (!area || area.noteleport) + continue + + pick_turfs += T for(var/i = 1, i <= number_of_wormholes, i++) var/turf/T = pick(pick_turfs) diff --git a/code/modules/fields/timestop.dm b/code/modules/fields/timestop.dm index ff173ea30a02..9315125f984e 100644 --- a/code/modules/fields/timestop.dm +++ b/code/modules/fields/timestop.dm @@ -42,7 +42,7 @@ timestop() /obj/effect/timestop/Destroy() - qdel(chronofield) + QDEL_NULL(chronofield) return ..() /obj/effect/timestop/proc/timestop() diff --git a/code/modules/food_and_drinks/food/snacks_burgers.dm b/code/modules/food_and_drinks/food/snacks_burgers.dm index 119e77507fb4..aeefecf45357 100644 --- a/code/modules/food_and_drinks/food/snacks_burgers.dm +++ b/code/modules/food_and_drinks/food/snacks_burgers.dm @@ -16,7 +16,7 @@ /obj/item/reagent_containers/food/snacks/burger/plain/Initialize() . = ..() if(prob(1)) - new/obj/effect/particle_effect/smoke(get_turf(src)) + new/obj/effect/particle_effect/fluid/smoke(get_turf(src)) playsound(src, 'sound/effects/smoke.ogg', 50, TRUE) visible_message(span_warning("Oh, ye gods! [src] is ruined! But what if...?")) name = "steamed ham" diff --git a/code/modules/food_and_drinks/kitchen_machinery/food_cart.dm b/code/modules/food_and_drinks/kitchen_machinery/food_cart.dm index ddd6e1059a0e..962a8de3756b 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/food_cart.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/food_cart.dm @@ -25,6 +25,7 @@ /obj/machinery/food_cart/Destroy() QDEL_NULL(mixer) + stored_food.Cut() return ..() /obj/machinery/food_cart/ui_interact(mob/user) diff --git a/code/modules/food_and_drinks/kitchen_machinery/grill.dm b/code/modules/food_and_drinks/kitchen_machinery/grill.dm index 6458482f39e5..1c4109e19985 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/grill.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/grill.dm @@ -80,8 +80,8 @@ if(!grilled_item) grill_fuel -= GRILL_FUELUSAGE_IDLE if(DT_PROB(0.5, delta_time)) - var/datum/effect_system/smoke_spread/bad/smoke = new - smoke.set_up(1, loc) + var/datum/effect_system/fluid_spread/smoke/bad/smoke = new + smoke.set_up(1, location = loc) smoke.start() if(grilled_item) SEND_SIGNAL(grilled_item, COMSIG_ITEM_GRILLED, src, 1) diff --git a/code/modules/food_and_drinks/kitchen_machinery/processor.dm b/code/modules/food_and_drinks/kitchen_machinery/processor.dm index d6905ffa1333..034a2f79e5e4 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/processor.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/processor.dm @@ -1,3 +1,4 @@ +#define PROCESSOR_SELECT_RECIPE(movable_input) LAZYACCESS(processor_inputs[type], movable_input.type) /obj/machinery/processor name = "food processor" @@ -14,6 +15,28 @@ var/processing = FALSE var/rating_speed = 1 var/rating_amount = 1 + var/list/processor_contents + /* + * Static, nested list. The first layer contains all food processor types. + * The second layer contains input typepaths (key) and the associated food_processor_process datums (assoc) the processor can access. + * This allows for different types of processor to produce different outputs from same input as long as the recipes require different processors. + */ + var/static/list/processor_inputs + +/obj/machinery/processor/Initialize() + . = ..() + if(processor_inputs) + return + processor_inputs = list() + for(var/datum/food_processor_process/recipe as anything in subtypesof(/datum/food_processor_process)) + if(!initial(recipe.input)) + continue + recipe = new recipe + var/list/typecache = list() + for(var/input_type in typesof(recipe.input)) + typecache[input_type] = recipe + for(var/machine_type in typesof(recipe.required_machine)) + LAZYADD(processor_inputs[machine_type], typecache) /obj/machinery/processor/RefreshParts() for(var/obj/item/stock_parts/matter_bin/B in component_parts) @@ -36,13 +59,6 @@ else qdel(what) -/obj/machinery/processor/proc/select_recipe(X) - for (var/type in subtypesof(/datum/food_processor_process) - /datum/food_processor_process/mob) - var/datum/food_processor_process/recipe = new type() - if (!istype(X, recipe.input) || !istype(src, recipe.required_machine)) - continue - return recipe - /obj/machinery/processor/attackby(obj/item/O, mob/user, params) if(processing) to_chat(user, span_warning("[src] is in the process of processing!")) @@ -63,7 +79,7 @@ var/obj/item/storage/T = O var/loaded = 0 for(var/obj/item/reagent_containers/food/snacks/S in T.contents) - var/datum/food_processor_process/P = select_recipe(S) + var/datum/food_processor_process/P = PROCESSOR_SELECT_RECIPE(S) if(P) if(SEND_SIGNAL(T, COMSIG_TRY_STORAGE_TAKE, S, src)) loaded++ @@ -72,7 +88,7 @@ to_chat(user, span_notice("You insert [loaded] items into [src].")) return - var/datum/food_processor_process/P = select_recipe(O) + var/datum/food_processor_process/P = PROCESSOR_SELECT_RECIPE(O) if(P) user.visible_message("[user] put [O] into [src].", \ "You put [O] into [src].") @@ -89,7 +105,7 @@ if(processing) to_chat(user, span_warning("[src] is in the process of processing!")) return TRUE - if(user.a_intent == INTENT_GRAB && ismob(user.pulling) && select_recipe(user.pulling)) + if(user.a_intent == INTENT_GRAB && ismob(user.pulling) && PROCESSOR_SELECT_RECIPE(user.pulling)) if(user.grab_state < GRAB_AGGRESSIVE) to_chat(user, span_warning("You need a better grip to do that!")) return @@ -107,18 +123,18 @@ span_italics("You hear a food processor.")) playsound(src.loc, 'sound/machines/blender.ogg', 50, 1) use_power(500) - var/total_time = 0 SECONDS - for(var/O in src.contents) - var/datum/food_processor_process/P = select_recipe(O) - if (!P) - log_admin("DEBUG: [O] in processor doesn't have a suitable recipe. How did it get in there? Please report it immediately!!!") + var/total_time = 5 SECONDS + for(var/atom/movable/movable_input as anything in processor_contents) + var/datum/food_processor_process/recipe = PROCESSOR_SELECT_RECIPE(movable_input) + if (!recipe) + log_admin("DEBUG: [movable_input] in processor doesn't have a suitable recipe. How did it get in there? Please report it immediately!!!") continue - total_time += P.time + total_time += recipe.time var/offset = prob(50) ? -2 : 2 animate(src, pixel_x = pixel_x + offset, time = 0.02 SECONDS, loop = (total_time / rating_speed)*5) //start shaking sleep(total_time / rating_speed) for(var/atom/movable/O in src.contents) - var/datum/food_processor_process/P = select_recipe(O) + var/datum/food_processor_process/P = PROCESSOR_SELECT_RECIPE(O) if (!P) log_admin("DEBUG: [O] in processor doesn't have a suitable recipe. How do you put it in?") continue @@ -186,7 +202,7 @@ break if(!picked_slime) return - var/datum/food_processor_process/P = select_recipe(picked_slime) + var/datum/food_processor_process/P = PROCESSOR_SELECT_RECIPE(picked_slime) if (!P) return @@ -206,3 +222,5 @@ adjust_item_drop_location(item) SSblackbox.record_feedback("tally", "slime_core_harvested", 1, S.colour) ..() + +#undef PROCESSOR_SELECT_RECIPE \ No newline at end of file diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index 2181a509dd1b..ee2b07228b49 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -813,7 +813,7 @@ name = "Catsip" id = /datum/reagent/consumable/ethanol/catsip results = list(/datum/reagent/consumable/ethanol/catsip = 4) - required_reagents = list(/datum/reagent/consumable/ethanol/sake = 2, /datum/reagent/consumable/soymilk = 2, /datum/reagent/consumable/corn_syrup = 1, /datum/reagent/consumable/grenadine = 1) + required_reagents = list(/datum/reagent/consumable/ethanol/sake = 2, /datum/reagent/consumable/soymilk = 2, /datum/reagent/consumable/grenadine = 1) /datum/chemical_reaction/flaming_moe name = "Flaming Moe" diff --git a/code/modules/food_and_drinks/recipes/processor_recipes.dm b/code/modules/food_and_drinks/recipes/processor_recipes.dm index ab141423959e..ffc7ae62b1f5 100644 --- a/code/modules/food_and_drinks/recipes/processor_recipes.dm +++ b/code/modules/food_and_drinks/recipes/processor_recipes.dm @@ -1,5 +1,6 @@ /datum/food_processor_process var/input + var/list/blacklist var/output var/time = 40 var/required_machine = /obj/machinery/processor @@ -7,38 +8,54 @@ /datum/food_processor_process/meat input = /obj/item/reagent_containers/food/snacks/meat/slab output = /obj/item/reagent_containers/food/snacks/raw_meatball //YOGS - Bigotry rule + blacklist = list(/obj/item/reagent_containers/food/snacks/meat/slab, + /obj/item/reagent_containers/food/snacks/meat/slab/corgi, + /obj/item/reagent_containers/food/snacks/meat/slab/xeno, + /obj/item/reagent_containers/food/snacks/meat/slab/bear, + /obj/item/reagent_containers/food/snacks/meat/slab/chicken) /datum/food_processor_process/cutlet input = /obj/item/reagent_containers/food/snacks/meat/cutlet/plain output = /obj/item/reagent_containers/food/snacks/raw_meatball + blacklist = list(/obj/item/reagent_containers/food/snacks/meat/cutlet/plain/human, + /obj/item/reagent_containers/food/snacks/meat/cutlet/xeno, + /obj/item/reagent_containers/food/snacks/meat/cutlet/bear, + /obj/item/reagent_containers/food/snacks/meat/cutlet/chicken) -/datum/food_processor_process/meat/human +/datum/food_processor_process/human input = /obj/item/reagent_containers/food/snacks/meat/slab/human output = /obj/item/reagent_containers/food/snacks/raw_meatball/human + blacklist = null /datum/food_processor_process/cutlet/human input = /obj/item/reagent_containers/food/snacks/meat/cutlet/plain/human output = /obj/item/reagent_containers/food/snacks/raw_meatball/human + blacklist = null -/datum/food_processor_process/meat/corgi +/datum/food_processor_process/corgi input = /obj/item/reagent_containers/food/snacks/meat/slab/corgi output = /obj/item/reagent_containers/food/snacks/raw_meatball/corgi + blacklist = null -/datum/food_processor_process/meat/xeno +/datum/food_processor_process/xeno input = /obj/item/reagent_containers/food/snacks/meat/slab/xeno output = /obj/item/reagent_containers/food/snacks/raw_meatball/xeno + blacklist = null /datum/food_processor_process/cutlet/xeno input = /obj/item/reagent_containers/food/snacks/meat/cutlet/xeno output = /obj/item/reagent_containers/food/snacks/raw_meatball/xeno + blacklist = null /datum/food_processor_process/meat/bear input = /obj/item/reagent_containers/food/snacks/meat/slab/bear output = /obj/item/reagent_containers/food/snacks/raw_meatball/bear + blacklist = null /datum/food_processor_process/cutlet/bear input = /obj/item/reagent_containers/food/snacks/meat/cutlet/bear output = /obj/item/reagent_containers/food/snacks/raw_meatball/bear + blacklist = null /datum/food_processor_process/bacon input = /obj/item/reagent_containers/food/snacks/meat/raw_cutlet @@ -80,7 +97,7 @@ input = /mob/living/simple_animal/slime output = null required_machine = /obj/machinery/processor/slime - + /datum/food_processor_process/bluemix input = /obj/item/reagent_containers/food/snacks/cheesemix_heated/blue output = /obj/item/reagent_containers/food/snacks/store/cheesewheel/blue @@ -115,5 +132,4 @@ /datum/food_processor_process/swissmix input = /obj/item/reagent_containers/food/snacks/cheesemix_heated/swiss - output = /obj/item/reagent_containers/food/snacks/store/cheesewheel/swiss - + output = /obj/item/reagent_containers/food/snacks/store/cheesewheel/swiss \ No newline at end of file diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_burger.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_burger.dm index 4943125de028..270c3615510f 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_burger.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_burger.dm @@ -54,7 +54,7 @@ /datum/crafting_recipe/food/blueburger name = "Blue Burger" reqs = list( - /obj/item/reagent_containers/food/snacks/meat/steak/plain = 1, + /obj/item/reagent_containers/food/snacks/patty/plain = 1, /obj/item/toy/crayon/blue = 1, /obj/item/reagent_containers/food/snacks/bun = 1 ) diff --git a/code/modules/goals/department_goals/cargo.dm b/code/modules/goals/department_goals/cargo.dm index 29b023b6f7da..78441e46749e 100644 --- a/code/modules/goals/department_goals/cargo.dm +++ b/code/modules/goals/department_goals/cargo.dm @@ -21,7 +21,8 @@ /datum/material/silver, /datum/material/plasma, /datum/material/glass, - /datum/material/iron) + /datum/material/iron, + /datum/material/dilithium) for(var/mat in material_list) var/datum/material/M = getmaterialref(mat) diff --git a/code/modules/goals/station_goals/bsa.dm b/code/modules/goals/station_goals/bsa.dm index 704a334a8c93..11149fb38997 100644 --- a/code/modules/goals/station_goals/bsa.dm +++ b/code/modules/goals/station_goals/bsa.dm @@ -319,9 +319,9 @@ if(notice) return null //Totally nanite construction system not an immersion breaking spawning - var/datum/effect_system/smoke_spread/s = new - s.set_up(4,get_turf(centerpiece)) - s.start() + var/datum/effect_system/fluid_spread/smoke/fourth_wall_guard = new + fourth_wall_guard.set_up(4, location = get_turf(centerpiece)) + fourth_wall_guard.start() var/obj/machinery/bsa/full/cannon = new(get_turf(centerpiece),centerpiece.get_cannon_direction()) qdel(centerpiece.front) qdel(centerpiece.back) diff --git a/code/modules/hydroponics/grown/onion.dm b/code/modules/hydroponics/grown/onion.dm index 00cba98b1556..e7d3ffb69ca4 100644 --- a/code/modules/hydroponics/grown/onion.dm +++ b/code/modules/hydroponics/grown/onion.dm @@ -56,10 +56,10 @@ wine_power = 60 /obj/item/reagent_containers/food/snacks/grown/onion/slice(accuracy, obj/item/W, mob/user) - var/datum/effect_system/smoke_spread/chem/S = new //Since the onion is destroyed when it's sliced, + var/datum/effect_system/fluid_spread/smoke/chem/S = new //Since the onion is destroyed when it's sliced, var/splat_location = get_turf(src) //we need to set up the smoke beforehand S.attach(splat_location) - S.set_up(reagents, 0, splat_location, 0) + S.set_up(0, location = splat_location, carry = reagents) if(..()) S.start() return TRUE diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index 939e5bcd2e5f..f2284e674a2b 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -401,11 +401,11 @@ name = "gaseous decomposition" /datum/plant_gene/trait/smoke/on_squash(obj/item/reagent_containers/food/snacks/grown/G, atom/target) - var/datum/effect_system/smoke_spread/chem/S = new + var/datum/effect_system/fluid_spread/smoke/chem/S = new var/splat_location = get_turf(target) var/smoke_amount = round(sqrt(G.seed.potency * 0.1), 1) S.attach(splat_location) - S.set_up(G.reagents, smoke_amount, splat_location, 0) + S.set_up(smoke_amount, location = splat_location, carry = G.reagents) S.start() G.reagents.clear_reagents() diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index 9d2e61feee74..1b3c99a4a4f0 100644 --- a/code/modules/jobs/access.dm +++ b/code/modules/jobs/access.dm @@ -143,7 +143,7 @@ ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_CHEMISTRY, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_HEADS, ACCESS_CAPTAIN, ACCESS_ALL_PERSONAL_LOCKERS, - ACCESS_TECH_STORAGE, ACCESS_CHAPEL_OFFICE, ACCESS_ATMOSPHERICS, ACCESS_KITCHEN, + ACCESS_TECH_STORAGE, ACCESS_SECURE_TECH_STORAGE, ACCESS_CHAPEL_OFFICE, ACCESS_ATMOSPHERICS, ACCESS_KITCHEN, ACCESS_BAR, ACCESS_JANITOR, ACCESS_CREMATORIUM, ACCESS_ROBO_CONTROL, ACCESS_ROBOTICS, ACCESS_CARGO, ACCESS_CONSTRUCTION, ACCESS_HYDROPONICS, ACCESS_LIBRARY, ACCESS_LAWYER, ACCESS_VIROLOGY, ACCESS_CMO, ACCESS_QM, ACCESS_SURGERY, ACCESS_THEATRE, ACCESS_RESEARCH, ACCESS_MINING, ACCESS_MAILSORTING, ACCESS_WEAPONS, @@ -191,11 +191,11 @@ if(4) //research return list(ACCESS_RESEARCH, ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_GENETICS, ACCESS_ROBO_CONTROL, ACCESS_ROBOTICS, ACCESS_XENOBIOLOGY, ACCESS_MECH_SCIENCE, ACCESS_MINISAT, ACCESS_RD, ACCESS_NETWORK, ACCESS_AI_UPLOAD) if(5) //engineering and maintenance - return list(ACCESS_CONSTRUCTION, ACCESS_MAINT_TUNNELS, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_TECH_STORAGE, ACCESS_ATMOSPHERICS, ACCESS_MECH_ENGINE, ACCESS_TCOMSAT, ACCESS_MINISAT, ACCESS_CE, ACCESS_TCOM_ADMIN, ACCESS_RC_ANNOUNCE) // yogs - Yog jobs + return list(ACCESS_CONSTRUCTION, ACCESS_MAINT_TUNNELS, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_TECH_STORAGE, ACCESS_SECURE_TECH_STORAGE, ACCESS_ATMOSPHERICS, ACCESS_MECH_ENGINE, ACCESS_TCOMSAT, ACCESS_MINISAT, ACCESS_CE, ACCESS_TCOM_ADMIN, ACCESS_RC_ANNOUNCE) // yogs - Yog jobs if(6) //supply return list(ACCESS_MAILSORTING, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MECH_MINING, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_QM, ACCESS_VAULT) if(7) //command - return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_GATEWAY, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HOP, ACCESS_CAPTAIN, ACCESS_VAULT) + return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_SECURE_TECH_STORAGE, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_GATEWAY, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HOP, ACCESS_CAPTAIN, ACCESS_VAULT) /// Gets the name from region ID /proc/get_region_accesses_name(code) @@ -274,6 +274,8 @@ return "Chapel Office" if(ACCESS_TECH_STORAGE) return "Technical Storage" + if(ACCESS_SECURE_TECH_STORAGE) + return "Secure Tech Storage" if(ACCESS_ATMOSPHERICS) return "Atmospherics" if(ACCESS_CREMATORIUM) diff --git a/code/modules/jobs/job_types/_job.dm b/code/modules/jobs/job_types/_job.dm index 225f75c1cbc6..87cd6d70cbca 100644 --- a/code/modules/jobs/job_types/_job.dm +++ b/code/modules/jobs/job_types/_job.dm @@ -70,7 +70,7 @@ /// Department XP required YOGS THIS IS NOT FUCKING SET FOR EVERY JOB I HATE WHOEVER DID THIS var/exp_type_department = "" /// How much antag rep this job gets increase antag chances next round unless its overriden in antag_rep.txt - var/antag_rep = 10 + var/antag_rep = 3 /// Base pay of the job var/paycheck = PAYCHECK_MINIMAL /// Where to pull money to pay people @@ -116,6 +116,16 @@ /datum/job/warden/proc/OmegaStationChanges() total_positions = 2 spawn_positions = 2 + + Here is another example of using this: + + /datum/job/doctor/proc/OmegaStationChanges() + selection_color = "#ffffff" + total_positions = 3 + spawn_positions = 3 + added_access = list() + base_access = list(ACCESS_MEDICAL, ACCESS_MORGUE) + supervisors = "the captain and the head of personnel" */ /datum/job/New() @@ -146,7 +156,7 @@ return TRUE /datum/job/proc/GetAntagRep() - . = CONFIG_GET(keyed_list/antag_rep)[lowertext(title)] + . = CONFIG_GET(keyed_list/antag_rep)[replacetext(lowertext(title)," ", "_")] if(. == null) return antag_rep @@ -316,7 +326,7 @@ var/obj/item/modular_computer/PDA = new pda_type() if(istype(PDA)) - if (H.client?.prefs.read_preference(/datum/preference/toggle/id_in_pda)) + if (H.id_in_pda) PDA.InsertID(C) H.equip_to_slot_if_possible(PDA, SLOT_WEAR_ID) else // just in case you hate change diff --git a/code/modules/jobs/job_types/atmospheric_technician.dm b/code/modules/jobs/job_types/atmospheric_technician.dm index 694e2a7a7882..a48c289e98d6 100644 --- a/code/modules/jobs/job_types/atmospheric_technician.dm +++ b/code/modules/jobs/job_types/atmospheric_technician.dm @@ -35,18 +35,8 @@ /obj/item/grenade/gas_crystal/nitrous_oxide_crystal = 5, ) - changed_maps = list("OmegaStation", "EclipseStation") - smells_like = "a gas leak" -/datum/job/atmos/proc/OmegaStationChanges() - total_positions = 3 - supervisors = "the captain and the head of personnel" - -/datum/job/atmos/proc/EclipseStationChanges() - total_positions = 3 - spawn_positions = 3 - /datum/outfit/job/atmos name = "Atmospheric Technician" jobtype = /datum/job/atmos diff --git a/code/modules/jobs/job_types/bartender.dm b/code/modules/jobs/job_types/bartender.dm index d94592cbd9eb..be189e9cb891 100644 --- a/code/modules/jobs/job_types/bartender.dm +++ b/code/modules/jobs/job_types/bartender.dm @@ -35,14 +35,8 @@ /obj/item/reagent_containers/food/drinks/shaker = 5, ) - changed_maps = list("OmegaStation") - smells_like = "alcohol" -/datum/job/bartender/proc/OmegaStationChanges() - added_access = list() - base_access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_WEAPONS) - /datum/outfit/job/bartender name = "Bartender" jobtype = /datum/job/bartender diff --git a/code/modules/jobs/job_types/botanist.dm b/code/modules/jobs/job_types/botanist.dm index 80b97070a164..308114c88ea2 100644 --- a/code/modules/jobs/job_types/botanist.dm +++ b/code/modules/jobs/job_types/botanist.dm @@ -35,18 +35,8 @@ /obj/item/reagent_containers/food/snacks/monkeycube/bee = 2 ) - changed_maps = list("OmegaStation", "EclipseStation") - smells_like = "fertilizer" -/datum/job/hydro/proc/OmegaStationChanges() - added_access = list() - base_access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS) - -/datum/job/hydro/proc/EclipseStationChanges() - total_positions = 4 - spawn_positions = 3 - /datum/outfit/job/botanist name = "Botanist" jobtype = /datum/job/hydro diff --git a/code/modules/jobs/job_types/captain.dm b/code/modules/jobs/job_types/captain.dm index 4f3f1ffe62ef..70986f7d3fb4 100644 --- a/code/modules/jobs/job_types/captain.dm +++ b/code/modules/jobs/job_types/captain.dm @@ -60,7 +60,7 @@ id_type = /obj/item/card/id/gold pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/cap - glasses = /obj/item/clothing/glasses/sunglasses + glasses = /obj/item/clothing/glasses/hud/personnel ears = /obj/item/radio/headset/heads/captain/alt gloves = /obj/item/clothing/gloves/color/captain uniform = /obj/item/clothing/under/rank/captain diff --git a/code/modules/jobs/job_types/cargo_technician.dm b/code/modules/jobs/job_types/cargo_technician.dm index b7af99cd58fb..18e313d962bf 100644 --- a/code/modules/jobs/job_types/cargo_technician.dm +++ b/code/modules/jobs/job_types/cargo_technician.dm @@ -37,21 +37,8 @@ /obj/item/gun/ballistic/rifle/boltaction = 1 ) - changed_maps = list("EclipseStation", "OmegaStation") - smells_like = "cardboard" -/datum/job/cargo_tech/proc/EclipseStationChanges() - total_positions = 5 - spawn_positions = 4 - -/datum/job/cargo_tech/proc/OmegaStationChanges() - total_positions = 2 - spawn_positions = 2 - added_access = list() - base_access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_QM, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM) - supervisors = "the head of personnel" - /datum/outfit/job/cargo_tech name = "Cargo Technician" jobtype = /datum/job/cargo_tech diff --git a/code/modules/jobs/job_types/chemist.dm b/code/modules/jobs/job_types/chemist.dm index bb28706314c0..8a37324b11f6 100644 --- a/code/modules/jobs/job_types/chemist.dm +++ b/code/modules/jobs/job_types/chemist.dm @@ -31,8 +31,6 @@ /datum/job_department/medical, ) - changed_maps = list("OmegaStation", "EclipseStation") - mail_goodies = list( /obj/item/reagent_containers/glass/bottle/flash_powder = 15, ///obj/item/reagent_containers/glass/bottle/exotic_stabilizer = 5, @@ -42,13 +40,6 @@ smells_like = "chemicals" -/datum/job/chemist/proc/OmegaStationChanges() - return TRUE - -/datum/job/chemist/proc/EclipseStationChanges() - total_positions = 3 - spawn_positions = 3 - /datum/outfit/job/chemist name = "Chemist" jobtype = /datum/job/chemist diff --git a/code/modules/jobs/job_types/chief_engineer.dm b/code/modules/jobs/job_types/chief_engineer.dm index 3492249e7046..0bce3f433ac8 100644 --- a/code/modules/jobs/job_types/chief_engineer.dm +++ b/code/modules/jobs/job_types/chief_engineer.dm @@ -23,7 +23,7 @@ outfit = /datum/outfit/job/ce added_access = list(ACCESS_CAPTAIN) - base_access = list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_TECH_STORAGE, ACCESS_MAINT_TUNNELS, + base_access = list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_TECH_STORAGE, ACCESS_SECURE_TECH_STORAGE, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_ATMOSPHERICS, ACCESS_EVA, ACCESS_TCOM_ADMIN, ACCESS_HEADS, ACCESS_CONSTRUCTION, ACCESS_SEC_DOORS, ACCESS_MINISAT, ACCESS_MECH_ENGINE, ACCESS_CE, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_TCOMSAT, ACCESS_MINERAL_STOREROOM) diff --git a/code/modules/jobs/job_types/chief_medical_officer.dm b/code/modules/jobs/job_types/chief_medical_officer.dm index 45030c7bc6bb..a25ca1df7223 100644 --- a/code/modules/jobs/job_types/chief_medical_officer.dm +++ b/code/modules/jobs/job_types/chief_medical_officer.dm @@ -37,8 +37,6 @@ /datum/job_department/command, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/effect/spawner/lootdrop/organ_spawner = 10, /obj/effect/spawner/lootdrop/memeorgans = 8, @@ -48,9 +46,6 @@ smells_like = "blood-soaked stress" -/datum/job/cmo/proc/OmegaStationChanges() - return TRUE - /datum/outfit/job/cmo name = "Chief Medical Officer" jobtype = /datum/job/cmo diff --git a/code/modules/jobs/job_types/cook.dm b/code/modules/jobs/job_types/cook.dm index 25b34fe82512..ec5258457719 100644 --- a/code/modules/jobs/job_types/cook.dm +++ b/code/modules/jobs/job_types/cook.dm @@ -28,8 +28,6 @@ /datum/job_department/service, ) - changed_maps = list("OmegaStation", "EclipseStation") - mail_goodies = list( ///obj/item/storage/box/ingredients/random = 80, /obj/item/reagent_containers/glass/bottle/caramel = 20, @@ -43,14 +41,6 @@ smells_like = "delicious food" -/datum/job/cook/proc/OmegaStationChanges() - added_access = list() - base_access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE) - -/datum/job/cook/proc/EclipseStationChanges() - total_positions = 4 - spawn_positions = 3 - /datum/outfit/job/cook name = "Cook" jobtype = /datum/job/cook diff --git a/code/modules/jobs/job_types/cyborg.dm b/code/modules/jobs/job_types/cyborg.dm index ad63bf9ec3a4..df44d53af8a5 100644 --- a/code/modules/jobs/job_types/cyborg.dm +++ b/code/modules/jobs/job_types/cyborg.dm @@ -21,16 +21,8 @@ /datum/job_department/silicon, ) - changed_maps = list("EclipseStation", "OmegaStation") - smells_like = "inorganic indifference" -/datum/job/cyborg/proc/EclipseStationChanges() - spawn_positions = 3 - -/datum/job/cyborg/proc/OmegaStationChanges() - spawn_positions = 1 - /datum/job/cyborg/equip(mob/living/carbon/human/H, visualsOnly = FALSE, announce = TRUE, latejoin = FALSE, datum/outfit/outfit_override = null, client/preference_source = null) if(visualsOnly) CRASH("dynamic preview is unsupported") diff --git a/code/modules/jobs/job_types/detective.dm b/code/modules/jobs/job_types/detective.dm index 623c7c2ae422..1f58e2b9382d 100644 --- a/code/modules/jobs/job_types/detective.dm +++ b/code/modules/jobs/job_types/detective.dm @@ -44,19 +44,8 @@ ///obj/item/storage/belt/holster/detective/full = 1 ) - changed_maps = list("EclipseStation", "OmegaStation") - smells_like = "whisky-soaked despair" -/datum/job/detective/proc/EclipseStationChanges() - total_positions = 2 - spawn_positions = 2 - -/datum/job/detective/proc/OmegaStationChanges() - added_access = list() - base_access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_MAINT_TUNNELS, ACCESS_MORGUE, ACCESS_WEAPONS, ACCESS_FORENSICS_LOCKERS) - supervisors = "the captain" - /datum/outfit/job/detective name = "Detective" jobtype = /datum/job/detective diff --git a/code/modules/jobs/job_types/geneticist.dm b/code/modules/jobs/job_types/geneticist.dm index 5b32ed194f02..639b7a00622a 100644 --- a/code/modules/jobs/job_types/geneticist.dm +++ b/code/modules/jobs/job_types/geneticist.dm @@ -32,17 +32,8 @@ /obj/item/storage/box/monkeycubes = 10 ) - changed_maps = list("OmegaStation", "EclipseStation") - smells_like = "monkey hair" -/datum/job/geneticist/proc/OmegaStationChanges() - return TRUE - -/datum/job/geneticist/proc/EclipseStationChanges() - total_positions = 3 - spawn_positions = 3 - /datum/outfit/job/geneticist name = "Geneticist" jobtype = /datum/job/geneticist diff --git a/code/modules/jobs/job_types/head_of_personnel.dm b/code/modules/jobs/job_types/head_of_personnel.dm index 394bb5702529..90d923174265 100644 --- a/code/modules/jobs/job_types/head_of_personnel.dm +++ b/code/modules/jobs/job_types/head_of_personnel.dm @@ -41,8 +41,6 @@ /datum/job_department/command, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/item/card/id/silver = 10, /obj/item/stack/sheet/bone = 5 @@ -50,10 +48,6 @@ smells_like = "bureaucracy" -/datum/job/hop/proc/OmegaStationChanges() - added_access = get_all_accesses() - base_access = get_all_accesses() - //only pet worth reviving /datum/job/hop/get_mail_goodies(mob/recipient) . = ..() @@ -69,6 +63,7 @@ id_type = /obj/item/card/id/silver pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/hop + glasses = /obj/item/clothing/glasses/hud/personnel ears = /obj/item/radio/headset/heads/hop uniform = /obj/item/clothing/under/rank/head_of_personnel uniform_skirt = /obj/item/clothing/under/rank/head_of_personnel/skirt diff --git a/code/modules/jobs/job_types/janitor.dm b/code/modules/jobs/job_types/janitor.dm index 460ab8082f36..9233b48ebf82 100644 --- a/code/modules/jobs/job_types/janitor.dm +++ b/code/modules/jobs/job_types/janitor.dm @@ -16,7 +16,7 @@ alt_titles = list("Custodian", "Sanitation Worker", "Cleaner", "Caretaker", "Maid") added_access = list() - base_access = list(ACCESS_JANITOR, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_RESEARCH, ACCESS_MEDICAL, ACCESS_ENGINE) + base_access = list(ACCESS_JANITOR, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_RESEARCH, ACCESS_MEDICAL, ACCESS_CONSTRUCTION) paycheck = PAYCHECK_EASY paycheck_department = ACCOUNT_SRV @@ -27,8 +27,6 @@ /datum/job_department/service, ) - changed_maps = list("OmegaStation", "EclipseStation") - mail_goodies = list( /obj/item/reagent_containers/spray/cleaner = 30, /obj/item/grenade/chem_grenade/cleaner = 30, @@ -38,15 +36,6 @@ smells_like = "bleach" -/datum/job/janitor/proc/OmegaStationChanges() - added_access = list() - base_access = list(ACCESS_JANITOR, ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS) - supervisors = "the captain and the head of personnel" - -/datum/job/janitor/proc/EclipseStationChanges() - total_positions = 4 - spawn_positions = 2 - /datum/outfit/job/janitor name = "Janitor" jobtype = /datum/job/janitor diff --git a/code/modules/jobs/job_types/lawyer.dm b/code/modules/jobs/job_types/lawyer.dm index 66588759d2f5..273026253046 100644 --- a/code/modules/jobs/job_types/lawyer.dm +++ b/code/modules/jobs/job_types/lawyer.dm @@ -29,13 +29,8 @@ /datum/job_department/service, ) - changed_maps = list("OmegaStation") - smells_like = "legal lies" -/datum/job/lawyer/proc/OmegaStationChanges() - return TRUE - /datum/outfit/job/lawyer name = "Lawyer" jobtype = /datum/job/lawyer diff --git a/code/modules/jobs/job_types/medical_doctor.dm b/code/modules/jobs/job_types/medical_doctor.dm index 070ebb3b5ef6..3ee156863bba 100644 --- a/code/modules/jobs/job_types/medical_doctor.dm +++ b/code/modules/jobs/job_types/medical_doctor.dm @@ -29,8 +29,6 @@ /datum/job_department/medical, ) - changed_maps = list("EclipseStation", "OmegaStation") - mail_goodies = list( /obj/item/healthanalyzer/advanced = 15, /obj/item/scalpel/advanced = 6, @@ -43,18 +41,6 @@ smells_like = "a hospital" -/datum/job/doctor/proc/EclipseStationChanges() - total_positions = 6 - spawn_positions = 5 - -/datum/job/doctor/proc/OmegaStationChanges() - selection_color = "#ffffff" - total_positions = 3 - spawn_positions = 3 - added_access = list() - base_access = list(ACCESS_MEDICAL, ACCESS_MORGUE, ACCESS_SURGERY, ACCESS_CHEMISTRY, ACCESS_VIROLOGY, ACCESS_GENETICS) - supervisors = "the captain and the head of personnel" - /datum/outfit/job/doctor name = "Medical Doctor" jobtype = /datum/job/doctor diff --git a/code/modules/jobs/job_types/quartermaster.dm b/code/modules/jobs/job_types/quartermaster.dm index b96ac4868e2c..f31046057afe 100644 --- a/code/modules/jobs/job_types/quartermaster.dm +++ b/code/modules/jobs/job_types/quartermaster.dm @@ -24,8 +24,6 @@ /datum/job_department/cargo, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/item/circuitboard/machine/emitter = 3 ) @@ -36,9 +34,6 @@ exp_type = EXP_TYPE_CREW exp_type_department = EXP_TYPE_SUPPLY -/datum/job/qm/proc/OmegaStationChanges() - return TRUE - /datum/outfit/job/quartermaster name = "Quartermaster" jobtype = /datum/job/qm diff --git a/code/modules/jobs/job_types/research_director.dm b/code/modules/jobs/job_types/research_director.dm index 00944c7315c2..30270851532f 100644 --- a/code/modules/jobs/job_types/research_director.dm +++ b/code/modules/jobs/job_types/research_director.dm @@ -41,8 +41,6 @@ /datum/job_department/command, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/item/storage/box/monkeycubes = 30, ///obj/item/circuitboard/machine/sleeper/party = 3, @@ -51,9 +49,6 @@ smells_like = "theorhetical education" -/datum/job/rd/proc/OmegaStationChanges() - return TRUE - /datum/outfit/job/rd name = "Research Director" jobtype = /datum/job/rd diff --git a/code/modules/jobs/job_types/roboticist.dm b/code/modules/jobs/job_types/roboticist.dm index cc30dd364d43..63619f11e995 100644 --- a/code/modules/jobs/job_types/roboticist.dm +++ b/code/modules/jobs/job_types/roboticist.dm @@ -28,8 +28,6 @@ /datum/job_department/science, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/item/storage/box/flashes = 20, /obj/item/stack/sheet/metal/twenty = 15, @@ -38,9 +36,6 @@ smells_like = "burnt solder" -/datum/job/roboticist/proc/OmegaStationChanges() - supervisors = "the captain and the head of personnel" - /datum/outfit/job/roboticist name = "Roboticist" jobtype = /datum/job/roboticist diff --git a/code/modules/jobs/job_types/scientist.dm b/code/modules/jobs/job_types/scientist.dm index 8aa8852b30a8..5c2421ff9e10 100644 --- a/code/modules/jobs/job_types/scientist.dm +++ b/code/modules/jobs/job_types/scientist.dm @@ -27,8 +27,6 @@ /datum/job_department/science, ) - changed_maps = list("EclipseStation", "OmegaStation") - mail_goodies = list( ///obj/item/raw_anomaly_core/random = 10, ///obj/item/disk/tech_disk/spaceloot = 2, @@ -37,17 +35,6 @@ smells_like = "slime" -/datum/job/scientist/proc/EclipseStationChanges() - total_positions = 6 - spawn_positions = 5 - -/datum/job/scientist/proc/OmegaStationChanges() - total_positions = 3 - spawn_positions = 3 - added_access = list() - base_access = list(ACCESS_ROBO_CONTROL, ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_RESEARCH, ACCESS_XENOBIOLOGY, ACCESS_MINERAL_STOREROOM, ACCESS_TECH_STORAGE) - supervisors = "the captain and the head of personnel" - /datum/outfit/job/scientist name = "Scientist" jobtype = /datum/job/scientist diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index 9a4d1a9db8e4..aff387ecc64b 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -33,8 +33,6 @@ /datum/job_department/security, ) - changed_maps = list("EclipseStation", "YogsPubby", "OmegaStation") - mail_goodies = list( /obj/item/reagent_containers/food/snacks/donut/jelly = 10, /obj/item/reagent_containers/food/snacks/donut/meat = 10, @@ -45,20 +43,6 @@ smells_like = "donuts" -/datum/job/officer/proc/EclipseStationChanges() - total_positions = 14 - spawn_positions = 10 - -/datum/job/officer/proc/YogsPubbyChanges() - base_access |= ACCESS_CREMATORIUM - -/datum/job/officer/proc/OmegaStationChanges() - total_positions = 3 - spawn_positions = 3 - added_access = list() - base_access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_MAINT_TUNNELS, ACCESS_MORGUE, ACCESS_WEAPONS, ACCESS_FORENSICS_LOCKERS) - supervisors = "the captain" - /datum/job/officer/get_access() var/list/L = list() L |= ..() | check_config_for_sec_maint() diff --git a/code/modules/jobs/job_types/shaft_miner.dm b/code/modules/jobs/job_types/shaft_miner.dm index e76a93cbb256..69b3c9019460 100644 --- a/code/modules/jobs/job_types/shaft_miner.dm +++ b/code/modules/jobs/job_types/shaft_miner.dm @@ -27,8 +27,6 @@ /datum/job_department/cargo, ) - changed_maps = list("EclipseStation", "OmegaStation") - mail_goodies = list( /obj/item/reagent_containers/autoinjector/medipen/survival = 10, /obj/item/grenade/plastic/miningcharge/lesser = 10, @@ -41,18 +39,6 @@ smells_like = "ash and dust" -/datum/job/mining/proc/OmegaStationChanges() - total_positions = 2 - spawn_positions = 2 - added_access = list() - base_access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_QM, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM) - supervisors = "the head of personnel" - - -/datum/job/mining/proc/EclipseStationChanges() - total_positions = 6 - spawn_positions = 4 - /datum/outfit/job/miner name = "Shaft Miner" jobtype = /datum/job/mining @@ -65,13 +51,15 @@ gloves = /obj/item/clothing/gloves/color/black uniform = /obj/item/clothing/under/rank/miner/lavaland neck = /obj/item/clothing/neck/bodycam/miner - l_pocket = /obj/item/reagent_containers/autoinjector/medipen/survival + l_pocket = /obj/item/wormhole_jaunter r_pocket = /obj/item/flashlight/seclite backpack_contents = list( - /obj/item/storage/bag/ore=1,\ - /obj/item/kitchen/knife/combat/survival=1,\ - /obj/item/mining_voucher=1,\ - /obj/item/stack/marker_beacon/ten=1) + /obj/item/storage/bag/ore = 1,\ + /obj/item/kitchen/knife/combat/survival = 1,\ + /obj/item/mining_voucher = 1,\ + /obj/item/stack/marker_beacon/ten = 1,\ + /obj/item/reagent_containers/autoinjector/medipen/survival = 1 + ) backpack = /obj/item/storage/backpack/explorer satchel = /obj/item/storage/backpack/satchel/explorer diff --git a/code/modules/jobs/job_types/station_engineer.dm b/code/modules/jobs/job_types/station_engineer.dm index 59efae7b9eca..e23a9ccf8eab 100644 --- a/code/modules/jobs/job_types/station_engineer.dm +++ b/code/modules/jobs/job_types/station_engineer.dm @@ -30,8 +30,6 @@ /datum/job_department/engineering, ) - changed_maps = list("EclipseStation", "OmegaStation") - mail_goodies = list( /obj/item/storage/box/lights/mixed = 20, /obj/item/lightreplacer = 10, @@ -42,17 +40,6 @@ smells_like = "welding fuel" -/datum/job/engineer/proc/EclipseStationChanges() - total_positions = 6 - spawn_positions = 5 - -/datum/job/engineer/proc/OmegaStationChanges() - total_positions = 2 - spawn_positions = 2 - added_access = list() - base_access = list(ACCESS_EVA, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_TECH_STORAGE, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_CONSTRUCTION, ACCESS_ATMOSPHERICS) - supervisors = "the captain and the head of personnel" - GLOBAL_LIST_INIT(available_depts_eng, list(ENG_DEPT_MEDICAL, ENG_DEPT_SCIENCE, ENG_DEPT_SUPPLY, ENG_DEPT_SERVICE)) /datum/job/engineer/after_spawn(mob/living/carbon/human/H, mob/M) diff --git a/code/modules/jobs/job_types/virologist.dm b/code/modules/jobs/job_types/virologist.dm index 5bbeee15d52a..db7c5e480b1b 100644 --- a/code/modules/jobs/job_types/virologist.dm +++ b/code/modules/jobs/job_types/virologist.dm @@ -32,8 +32,6 @@ /datum/job_department/medical, ) - changed_maps = list("OmegaStation") - mail_goodies = list( /obj/item/reagent_containers/glass/bottle/random_virus = 15, /obj/item/reagent_containers/glass/bottle/formaldehyde = 10, @@ -44,9 +42,6 @@ smells_like = "germlessness" -/datum/job/virologist/proc/OmegaStationChanges() - return TRUE - /datum/outfit/job/virologist name = "Virologist" jobtype = /datum/job/virologist diff --git a/code/modules/jobs/job_types/warden.dm b/code/modules/jobs/job_types/warden.dm index 927b09d77a3c..33bd6ddc218a 100644 --- a/code/modules/jobs/job_types/warden.dm +++ b/code/modules/jobs/job_types/warden.dm @@ -35,8 +35,6 @@ /datum/job_department/security, ) - changed_maps = list("YogsPubby", "OmegaStation") - mail_goodies = list( /obj/item/storage/box/fancy/cigarettes = 15, /obj/item/storage/box/handcuffs = 10, @@ -49,12 +47,6 @@ smells_like = "gunpowdery justice" -/datum/job/warden/proc/YogsPubbyChanges() - base_access |= ACCESS_CREMATORIUM - -/datum/job/warden/proc/OmegaStationChanges() - return TRUE - /datum/job/warden/get_access() var/list/L = list() L = ..() | check_config_for_sec_maint() diff --git a/code/modules/keybindings/bindings_atom.dm b/code/modules/keybindings/bindings_atom.dm index e953e2e194a2..11acb69b2590 100644 --- a/code/modules/keybindings/bindings_atom.dm +++ b/code/modules/keybindings/bindings_atom.dm @@ -15,9 +15,9 @@ if((movement_dir & EAST) && (movement_dir & WEST)) movement_dir &= ~(EAST|WEST) - if (user.pixel_shifting) + if (user.pixel_shifting && user.mob?.stat <= SOFT_CRIT) // note: null is less than 2 setShift(movement_dir) - else if(user.movement_locked) + else if(user.movement_locked && user.mob?.stat <= SOFT_CRIT) setDir(movement_dir) else user.Move(get_step(src, movement_dir), movement_dir) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 8ff50eb9a447..dcc17ef7f21c 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -1,14 +1,14 @@ /*********************Mining Hammer****************/ -/obj/item/twohanded/required/kinetic_crusher +/obj/item/twohanded/kinetic_crusher icon = 'icons/obj/mining.dmi' - icon_state = "mining_hammer1" - item_state = "mining_hammer1" + icon_state = "mining_hammer0" lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi' name = "proto-kinetic crusher" desc = "An early design of the proto-kinetic accelerator, it is little more than a combination of various mining tools cobbled together, forming a high-tech club. \ While it is an effective mining tool, it did little to aid any but the most skilled and/or suicidal miners against local fauna." - force = 20 //As much as a bone spear, but this is significantly more annoying to carry around due to requiring the use of both hands at all times + force = 0 //Can't be used if not wielded + force_wielded = 20 //As much as a bone spear, but this is significantly more annoying to carry around due to requiring the use of both hands at all times w_class = WEIGHT_CLASS_BULKY obj_flags = UNIQUE_RENAME slot_flags = ITEM_SLOT_BACK @@ -28,15 +28,19 @@ var/detonation_damage = 50 var/backstab_bonus = 30 -/obj/item/twohanded/required/kinetic_crusher/Initialize() +/obj/item/twohanded/kinetic_crusher/update_icon() //Updates the sprite for in-hand and on-mob. + icon_state = "mining_hammer[wielded]" + return + +/obj/item/twohanded/kinetic_crusher/Initialize() . = ..() AddComponent(/datum/component/butchering, 60, 110) //technically it's huge and bulky, but this provides an incentive to use it -/obj/item/twohanded/required/kinetic_crusher/Destroy() +/obj/item/twohanded/kinetic_crusher/Destroy() QDEL_LIST(trophies) return ..() -/obj/item/twohanded/required/kinetic_crusher/examine(mob/living/user) +/obj/item/twohanded/kinetic_crusher/examine(mob/living/user) . = ..() . += span_notice("Mark a large creature with the destabilizing force, then hit them in melee to do [force + detonation_damage] damage.") . += span_notice("Does [force + detonation_damage + backstab_bonus] damage if the target is backstabbed, instead of [force + detonation_damage].") @@ -44,7 +48,7 @@ var/obj/item/crusher_trophy/T = t . += span_notice("It has \a [T] attached, which causes [T.effect_desc()].") -/obj/item/twohanded/required/kinetic_crusher/attackby(obj/item/I, mob/living/user) +/obj/item/twohanded/kinetic_crusher/attackby(obj/item/I, mob/living/user) if(I.tool_behaviour == TOOL_CROWBAR) if(LAZYLEN(trophies)) to_chat(user, span_notice("You remove [src]'s trophies.")) @@ -60,7 +64,10 @@ else return ..() -/obj/item/twohanded/required/kinetic_crusher/attack(mob/living/target, mob/living/carbon/user) +/obj/item/twohanded/kinetic_crusher/attack(mob/living/target, mob/living/carbon/user) + if(!wielded) + to_chat(user, span_warning("[src] is too heavy to use with one hand!")) + return var/datum/status_effect/crusher_damage/C = target.has_status_effect(STATUS_EFFECT_CRUSHERDAMAGETRACKING) if(!C) C = target.apply_status_effect(STATUS_EFFECT_CRUSHERDAMAGETRACKING) @@ -73,8 +80,11 @@ if(!QDELETED(C) && !QDELETED(target)) C.total_damage += target_health - target.health //we did some damage, but let's not assume how much we did -/obj/item/twohanded/required/kinetic_crusher/afterattack(atom/target, mob/living/user, proximity_flag, clickparams) +/obj/item/twohanded/kinetic_crusher/afterattack(atom/target, mob/living/user, proximity_flag, clickparams) . = ..() + if(!wielded) + to_chat(user, span_warning("[src] is too heavy to use with one hand!")) + return if(!proximity_flag && charged)//Mark a target, or mine a tile. var/turf/proj_turf = user.loc if(!isturf(proj_turf)) @@ -89,7 +99,7 @@ playsound(user, 'sound/weapons/plasma_cutter.ogg', 100, 1) D.fire() charged = FALSE - icon_state = "mining_hammer1_uncharged" + icon_state = "mining_hammer0_uncharged" addtimer(CALLBACK(src, .proc/Recharge), charge_time) return if(proximity_flag && isliving(target)) @@ -120,10 +130,10 @@ C.total_damage += detonation_damage L.apply_damage(detonation_damage, BRUTE, blocked = def_check) -/obj/item/twohanded/required/kinetic_crusher/proc/Recharge() +/obj/item/twohanded/kinetic_crusher/proc/Recharge() if(!charged) charged = TRUE - icon_state = "mining_hammer1" + icon_state = "mining_hammer0" playsound(src.loc, 'sound/weapons/kenetic_reload.ogg', 60, 1) //destablizing force @@ -136,7 +146,7 @@ flag = BOMB range = 6 log_override = TRUE - var/obj/item/twohanded/required/kinetic_crusher/hammer_synced + var/obj/item/twohanded/kinetic_crusher/hammer_synced /obj/item/projectile/destabilizer/Destroy() hammer_synced = null @@ -175,12 +185,12 @@ return "errors" /obj/item/crusher_trophy/attackby(obj/item/A, mob/living/user) - if(istype(A, /obj/item/twohanded/required/kinetic_crusher)) + if(istype(A, /obj/item/twohanded/kinetic_crusher)) add_to(A, user) else ..() -/obj/item/crusher_trophy/proc/add_to(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/proc/add_to(obj/item/twohanded/kinetic_crusher/H, mob/living/user) for(var/t in H.trophies) var/obj/item/crusher_trophy/T = t if(istype(T, denied_type) || istype(src, T.denied_type)) @@ -192,7 +202,7 @@ to_chat(user, span_notice("You attach [src] to [H].")) return TRUE -/obj/item/crusher_trophy/proc/remove_from(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/proc/remove_from(obj/item/twohanded/kinetic_crusher/H, mob/living/user) forceMove(get_turf(H)) H.trophies -= src return TRUE @@ -316,12 +326,12 @@ /obj/item/crusher_trophy/legion_skull/effect_desc() return "a kinetic crusher to recharge [bonus_value*0.1] second\s faster" -/obj/item/crusher_trophy/legion_skull/add_to(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/legion_skull/add_to(obj/item/twohanded/kinetic_crusher/H, mob/living/user) . = ..() if(.) H.charge_time -= bonus_value -/obj/item/crusher_trophy/legion_skull/remove_from(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/legion_skull/remove_from(obj/item/twohanded/kinetic_crusher/H, mob/living/user) . = ..() if(.) H.charge_time += bonus_value @@ -374,14 +384,14 @@ /obj/item/crusher_trophy/demon_claws/effect_desc() return "melee hits to do [bonus_value * 0.2] more damage and heal you for [bonus_value * 0.1], with 5X effect on mark detonation" -/obj/item/crusher_trophy/demon_claws/add_to(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/demon_claws/add_to(obj/item/twohanded/kinetic_crusher/H, mob/living/user) . = ..() if(.) H.force += bonus_value * 0.2 H.force_wielded += bonus_value * 0.2 H.detonation_damage += bonus_value * 0.8 -/obj/item/crusher_trophy/demon_claws/remove_from(obj/item/twohanded/required/kinetic_crusher/H, mob/living/user) +/obj/item/crusher_trophy/demon_claws/remove_from(obj/item/twohanded/kinetic_crusher/H, mob/living/user) . = ..() if(.) H.force -= bonus_value * 0.2 @@ -451,7 +461,7 @@ /obj/item/crusher_trophy/malformed_bone/effect_desc() return "mark detonation to have a [bonus_value]% chance to mark nearby targets" -/obj/item/crusher_trophy/malformed_bone/on_mark_detonation(mob/living/target, mob/living/user, obj/item/twohanded/required/kinetic_crusher/hammer_synced) +/obj/item/crusher_trophy/malformed_bone/on_mark_detonation(mob/living/target, mob/living/user, obj/item/twohanded/kinetic_crusher/hammer_synced) if(hammer_synced) for(var/mob/living/L in oview(2,user))//fuck you and everything around you with a mark if(prob(bonus_value) && !L.has_status_effect(STATUS_EFFECT_CRUSHERMARK)) diff --git a/code/modules/mining/equipment/survival_pod.dm b/code/modules/mining/equipment/survival_pod.dm index 115d9b1864ea..10fd17df362c 100644 --- a/code/modules/mining/equipment/survival_pod.dm +++ b/code/modules/mining/equipment/survival_pod.dm @@ -64,7 +64,7 @@ log_admin("[key_name(usr)] activated a bluespace capsule away from the mining level at [AREACOORD(T)]") playsound(src, 'sound/effects/phasein.ogg', 100, TRUE) - new /obj/effect/particle_effect/smoke(get_turf(src)) + new /obj/effect/particle_effect/fluid/smoke(get_turf(src)) qdel(src) /obj/item/survivalcapsule/luxury diff --git a/code/modules/mining/laborcamp/laborstacker.dm b/code/modules/mining/laborcamp/laborstacker.dm index d5a9dae906d6..a237ac07db67 100644 --- a/code/modules/mining/laborcamp/laborstacker.dm +++ b/code/modules/mining/laborcamp/laborstacker.dm @@ -31,6 +31,13 @@ GLOBAL_LIST(labor_sheet_values) sheet_list += list(list("ore" = initial(sheet.name), "value" = initial(sheet.point_value))) GLOB.labor_sheet_values = sortList(sheet_list, /proc/cmp_sheet_list) +/obj/machinery/mineral/labor_claim_console/Destroy() + QDEL_NULL(Radio) + if(stacking_machine) + stacking_machine.console = null + stacking_machine = null + return ..() + /proc/cmp_sheet_list(list/a, list/b) return a["value"] - b["value"] @@ -109,9 +116,7 @@ GLOBAL_LIST(labor_sheet_values) /obj/machinery/mineral/labor_claim_console/proc/locate_stacking_machine() stacking_machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, machinedir)) if(stacking_machine) - stacking_machine.CONSOLE = src - else - qdel(src) + stacking_machine.console = src /obj/machinery/mineral/labor_claim_console/emag_act(mob/user) if(!(obj_flags & EMAGGED)) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 009d0090ffbb..16f032c2ea78 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -13,7 +13,7 @@ GLOBAL_LIST_EMPTY(aide_list) desc = "It's watching you suspiciously." /obj/structure/closet/crate/necropolis/tendril/PopulateContents() - var/loot = rand(1,26) + var/loot = rand(1,24) switch(loot) if(1) new /obj/item/shared_storage/red(src) @@ -27,56 +27,46 @@ GLOBAL_LIST_EMPTY(aide_list) if(5) new /obj/item/stack/sheet/mineral/mythril(src) if(6) - if(prob(50)) - new /obj/item/disk/design_disk/modkit_disc/resonator_blast(src) - else - new /obj/item/disk/design_disk/modkit_disc/rapid_repeater(src) - if(7) new /obj/item/rod_of_asclepius(src) - if(8) + if(7) new /obj/item/organ/heart/cursed/wizard(src) - if(9) + if(8) new /obj/item/ship_in_a_bottle(src) - if(10) + if(9) new /obj/item/clothing/glasses/telepathy(src) - if(11) + if(10) new /obj/item/jacobs_ladder(src) - if(12) + if(11) new /obj/item/nullrod/scythe/talking(src) - if(13) + if(12) new /obj/item/nullrod/armblade(src) - if(14) - if(prob(50)) - new /obj/item/disk/design_disk/modkit_disc/mob_and_turf_aoe(src) - else - new /obj/item/disk/design_disk/modkit_disc/bounty(src) - if(15) + if(13) new /obj/item/warp_cube/red(src) - if(16) + if(14) new /obj/item/organ/heart/gland/heals(src) - if(17) + if(15) new /obj/item/eflowers(src) - if(18) + if(16) new /obj/item/voodoo(src) - if(19) + if(17) new /obj/item/clothing/suit/space/hardsuit/powerarmor_advanced(src) - if(20) + if(18) new /obj/item/book_of_babel(src) - if(21) + if(19) new /obj/item/borg/upgrade/modkit/lifesteal(src) new /obj/item/bedsheet/cult(src) - if(22) + if(20) new /obj/item/clothing/neck/necklace/memento_mori(src) - if(23) + if(21) new /obj/item/rune_scimmy(src) - if(24) + if(22) new /obj/item/dnainjector/dwarf(src) new /obj/item/grenade/plastic/miningcharge/mega(src) new /obj/item/grenade/plastic/miningcharge/mega(src) new /obj/item/grenade/plastic/miningcharge/mega(src) - if(25) + if(23) new /obj/item/clothing/gloves/gauntlets(src) - if(26) + if(24) new /obj/item/gun/ballistic/bow/ashen(src) new /obj/item/storage/belt/quiver/returning/bone(src) @@ -91,56 +81,11 @@ GLOBAL_LIST_EMPTY(aide_list) . = ..() blueprints[1] = new modkit_design -/obj/item/disk/design_disk/modkit_disc/mob_and_turf_aoe - name = "Offensive Mining Explosion Mod Disk" - modkit_design = /datum/design/unique_modkit/offensive_turf_aoe - -/obj/item/disk/design_disk/modkit_disc/rapid_repeater - name = "Rapid Repeater Mod Disk" - modkit_design = /datum/design/unique_modkit/rapid_repeater - -/obj/item/disk/design_disk/modkit_disc/resonator_blast - name = "Resonator Blast Mod Disk" - modkit_design = /datum/design/unique_modkit/resonator_blast - -/obj/item/disk/design_disk/modkit_disc/bounty - name = "Death Syphon Mod Disk" - modkit_design = /datum/design/unique_modkit/bounty - /datum/design/unique_modkit category = list("Mining Designs", "Cyborg Upgrade Modules") //can't be normally obtained build_type = PROTOLATHE | MECHFAB departmental_flags = DEPARTMENTAL_FLAG_CARGO -/datum/design/unique_modkit/offensive_turf_aoe - name = "Kinetic Accelerator Offensive Mining Explosion Mod" - desc = "A device which causes kinetic accelerators to fire AoE blasts that destroy rock and damage creatures." - id = "hyperaoemod" - materials = list(/datum/material/iron = 7000, /datum/material/glass = 3000, /datum/material/silver = 3000, /datum/material/gold = 3000, /datum/material/diamond = 4000) - build_path = /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs - -/datum/design/unique_modkit/rapid_repeater - name = "Kinetic Accelerator Rapid Repeater Mod" - desc = "A device which greatly reduces a kinetic accelerator's cooldown on striking a living target or rock, but greatly increases its base cooldown." - id = "repeatermod" - materials = list(/datum/material/iron = 5000, /datum/material/glass = 5000, /datum/material/uranium = 8000, /datum/material/bluespace = 2000) - build_path = /obj/item/borg/upgrade/modkit/cooldown/repeater - -/datum/design/unique_modkit/resonator_blast - name = "Kinetic Accelerator Resonator Blast Mod" - desc = "A device which causes kinetic accelerators to fire shots that leave and detonate resonator blasts." - id = "resonatormod" - materials = list(/datum/material/iron = 5000, /datum/material/glass = 5000, /datum/material/silver = 5000, /datum/material/uranium = 5000) - build_path = /obj/item/borg/upgrade/modkit/resonator_blasts - -/datum/design/unique_modkit/bounty - name = "Kinetic Accelerator Death Syphon Mod" - desc = "A device which causes kinetic accelerators to permanently gain damage against creature types killed with it." - id = "bountymod" - materials = list(/datum/material/iron = 4000, /datum/material/silver = 4000, /datum/material/gold = 4000, /datum/material/bluespace = 4000) - reagents_list = list(/datum/reagent/blood = 40) - build_path = /obj/item/borg/upgrade/modkit/bounty - //Spooky special loot //Rod of Asclepius @@ -154,6 +99,7 @@ GLOBAL_LIST_EMPTY(aide_list) var/activated = FALSE var/usedHand var/list/advanced_surgeries = list() + var/efficiency = 1 /obj/item/rod_of_asclepius/attack_self(mob/user) if(activated) @@ -189,7 +135,7 @@ GLOBAL_LIST_EMPTY(aide_list) to_chat(itemUser, failText) return to_chat(itemUser, span_notice("The snake, satisfied with your oath, attaches itself and the rod to your forearm with an inseparable grip. Your thoughts seem to only revolve around the core idea of helping others, and harm is nothing more than a distant, wicked memory...")) - var/datum/status_effect/hippocraticOath/effect = itemUser.apply_status_effect(STATUS_EFFECT_HIPPOCRATIC_OATH) + var/datum/status_effect/hippocraticOath/effect = itemUser.apply_status_effect(STATUS_EFFECT_HIPPOCRATIC_OATH, efficiency) effect.hand = usedHand activated() @@ -398,6 +344,12 @@ GLOBAL_LIST_EMPTY(aide_list) var/obj/item/warp_cube/linked var/teleporting = FALSE +/obj/item/warp_cube/Destroy() + if(!QDELETED(linked)) + qdel(linked) + linked = null + return ..() + /obj/item/warp_cube/attack_self(mob/user) var/turf/current_location = get_turf(user)//yogs added a current location check that was totally ripped from the hand tele code honk var/area/current_area = current_location.loc //yogs more location check stuff @@ -496,9 +448,9 @@ GLOBAL_LIST_EMPTY(aide_list) ..() //TODO: root the firer until the chain returns -/obj/item/projectile/hook/on_hit(atom/target) +/obj/item/projectile/hook/on_hit(atom/target, blocked) . = ..() - if(ismovable(target)) + if(ismovable(target) && blocked != 100) var/atom/movable/A = target if(A.anchored) return diff --git a/code/modules/mining/lavaland/seismicarm.dm b/code/modules/mining/lavaland/seismicarm.dm index 289eb47814b7..645d12f4ceca 100644 --- a/code/modules/mining/lavaland/seismicarm.dm +++ b/code/modules/mining/lavaland/seismicarm.dm @@ -241,8 +241,9 @@ L.adjustBruteLoss(100) if(issilicon(L)) L.adjustBruteLoss(18) + var/turf/P = get_turf(user) for(var/i = 2 to flightdist) - var/turf/T = get_ranged_target_turf(user, direction, i) + var/turf/T = get_ranged_target_turf(P, direction, i) if(ismineralturf(T)) var/turf/closed/mineral/M = T M.attempt_drill() diff --git a/code/modules/mining/machine_silo.dm b/code/modules/mining/machine_silo.dm index 6dde7502a7b7..ddaa3629eca9 100644 --- a/code/modules/mining/machine_silo.dm +++ b/code/modules/mining/machine_silo.dm @@ -26,8 +26,9 @@ GLOBAL_LIST_EMPTY(silo_access_logs) /datum/material/bananium, /datum/material/titanium, /datum/material/bluespace, - /datum/material/plastic, - /datum/material/dilithium + /datum/material/dilithium, + /datum/material/plastic + ) AddComponent(/datum/component/material_container, materials_list, INFINITY, allowed_types=/obj/item/stack, _disable_attackby=TRUE) if (!GLOB.ore_silo_default && mapload && is_station_level(z)) diff --git a/code/modules/mining/machine_stacking.dm b/code/modules/mining/machine_stacking.dm index cb80b0b9024c..20897fa7dab2 100644 --- a/code/modules/mining/machine_stacking.dm +++ b/code/modules/mining/machine_stacking.dm @@ -14,7 +14,7 @@ . = ..() machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, machinedir)) if (machine) - machine.CONSOLE = src + machine.console = src /obj/machinery/mineral/stacking_unit_console/ui_interact(mob/user) . = ..() @@ -84,7 +84,7 @@ circuit = /obj/item/circuitboard/machine/stacking_machine input_dir = EAST output_dir = WEST - var/obj/machinery/mineral/stacking_unit_console/CONSOLE + var/obj/machinery/mineral/stacking_unit_console/console var/stk_types = list() var/stk_amt = list() var/stack_list[0] //Key: Type. Value: Instance of type. @@ -177,8 +177,8 @@ /obj/machinery/mineral/stacking_machine/multitool_act(mob/living/user, obj/item/multitool/M) if(istype(M)) if(istype(M.buffer, /obj/machinery/mineral/stacking_unit_console) && !panel_open) - CONSOLE = M.buffer - CONSOLE.machine = src + console = M.buffer + console.machine = src to_chat(user, span_notice("You link [src] to the console in [M]'s buffer.")) return TRUE if(panel_open) diff --git a/code/modules/mining/machine_vending.dm b/code/modules/mining/machine_vending.dm index 789524f4b7db..b77c93affd6d 100644 --- a/code/modules/mining/machine_vending.dm +++ b/code/modules/mining/machine_vending.dm @@ -19,7 +19,7 @@ var/icon_deny = "mining-deny" var/list/prize_list = list( //if you add something to this, please, for the love of god, sort it by price/type. use tabs and not spaces. new /datum/data/mining_equipment("Kinetic Accelerator", /obj/item/gun/energy/kinetic_accelerator, 750, VENDING_WEAPON), - new /datum/data/mining_equipment("Kinetic Crusher", /obj/item/twohanded/required/kinetic_crusher, 750, VENDING_WEAPON), + new /datum/data/mining_equipment("Kinetic Crusher", /obj/item/twohanded/kinetic_crusher, 750, VENDING_WEAPON), new /datum/data/mining_equipment("Resonator", /obj/item/resonator, 800, VENDING_WEAPON), new /datum/data/mining_equipment("Super Resonator", /obj/item/resonator/upgraded, 2500, VENDING_WEAPON), new /datum/data/mining_equipment("Silver Pickaxe", /obj/item/pickaxe/silver, 1000, VENDING_WEAPON), @@ -196,7 +196,7 @@ "Resonator Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "resonator"), "Minebot Kit" = image(icon = 'icons/mob/aibots.dmi', icon_state = "mining_drone"), "Extraction and Rescue Kit" = image(icon = 'icons/obj/fulton.dmi', icon_state = "extraction_pack"), - "Crusher Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "mining_hammer1"), + "Crusher Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "mining_hammer0"), "Mining Conscription Kit" = image(icon = 'icons/obj/storage.dmi', icon_state = "duffel"), "Mini Plasma Cutter Kit" = image(icon = 'icons/obj/guns/energy.dmi', icon_state="plasmacutter_mini") ) @@ -224,7 +224,7 @@ new /obj/item/stack/marker_beacon/thirty(drop_location) if("Crusher Kit") new /obj/item/extinguisher/mini(drop_location) - new /obj/item/twohanded/required/kinetic_crusher(drop_location) + new /obj/item/twohanded/kinetic_crusher(drop_location) if("Mining Conscription Kit") new /obj/item/storage/backpack/duffelbag/mining_conscript(drop_location) if("Mini Plasma Cutter Kit") @@ -345,7 +345,7 @@ "Kinetic Accelerator" = image(icon = 'icons/obj/guns/energy.dmi', icon_state = "kineticgun"), "Resonator Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "resonator"), "Minebot Kit" = image(icon = 'icons/mob/aibots.dmi', icon_state = "mining_drone"), - "Crusher Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "mining_hammer1"), + "Crusher Kit" = image(icon = 'icons/obj/mining.dmi', icon_state = "mining_hammer0"), "Advanced Scanner" = image(icon = 'icons/obj/device.dmi', icon_state = "adv_mining0") ) @@ -368,7 +368,7 @@ new /obj/item/borg/upgrade/modkit/minebot_passthrough(drop_location) if("Crusher Kit") new /obj/item/extinguisher/mini(drop_location) - new /obj/item/twohanded/required/kinetic_crusher(drop_location) + new /obj/item/twohanded/kinetic_crusher(drop_location) if("Advanced Scanner") new /obj/item/t_scanner/adv_mining_scanner(drop_location) diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index accc0da11295..6d66da9e199c 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -63,7 +63,6 @@ new /obj/item/survivalcapsule(src) new /obj/item/assault_pod/mining(src) new /obj/item/clothing/neck/bodycam/miner(src) - new /obj/item/wormhole_jaunter(src) GLOBAL_LIST_EMPTY(dumb_rev_heads) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 00b8128aec36..48f262b3dd03 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -164,6 +164,13 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER) addtimer(CALLBACK(src, /atom/proc/update_atom_colour), 10) /mob/dead/observer/Destroy() + if(data_huds_on) + remove_data_huds() + + // Update our old body's medhud since we're abandoning it + if(isliving(mind?.current)) + mind.current.med_hud_set_status() + GLOB.ghost_images_default -= ghostimage_default QDEL_NULL(ghostimage_default) diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index cb61ae3f340d..458e9abdd59e 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -175,7 +175,7 @@ return FALSE return !held_items[hand_index] -/mob/proc/put_in_hand(obj/item/I, hand_index, forced = FALSE, ignore_anim = TRUE) +/mob/proc/put_in_hand(obj/item/I, hand_index, forced = FALSE, ignore_anim = TRUE, no_sound = FALSE) if(forced || can_put_in_hand(I, hand_index)) if(isturf(I.loc) && !ignore_anim) I.do_pickup_animation(src) @@ -187,7 +187,7 @@ held_items[hand_index] = I I.layer = ABOVE_HUD_LAYER I.plane = ABOVE_HUD_PLANE - I.equipped(src, SLOT_HANDS) + I.equipped(src, SLOT_HANDS, no_sound) if(I.pulledby) I.pulledby.stop_pulling() update_inv_hands() @@ -214,8 +214,8 @@ return FALSE //Puts the item into our active hand if possible. returns TRUE on success. -/mob/proc/put_in_active_hand(obj/item/I, forced = FALSE, ignore_animation = TRUE) - return put_in_hand(I, active_hand_index, forced, ignore_animation) +/mob/proc/put_in_active_hand(obj/item/I, forced = FALSE, ignore_animation = TRUE, no_sound = FALSE) + return put_in_hand(I, active_hand_index, forced, ignore_animation, no_sound) //Puts the item into our inactive hand if possible, returns TRUE on success @@ -226,7 +226,7 @@ //Puts the item our active hand if possible. Failing that it tries other hands. Returns TRUE on success. //If both fail it drops it on the floor and returns FALSE. //This is probably the main one you need to know :) -/mob/proc/put_in_hands(obj/item/I, del_on_fail = FALSE, merge_stacks = TRUE, forced = FALSE) +/mob/proc/put_in_hands(obj/item/I, del_on_fail = FALSE, merge_stacks = TRUE, forced = FALSE, no_sound = FALSE) if(!I) return FALSE @@ -250,14 +250,14 @@ to_chat(usr, span_notice("Your [inactive_stack.name] stack now contains [inactive_stack.get_amount()] [inactive_stack.singular_name]\s.")) return TRUE - if(put_in_active_hand(I, forced)) + if(put_in_active_hand(I, forced, no_sound = no_sound)) return TRUE var/hand = get_empty_held_index_for_side("l") if(!hand) hand = get_empty_held_index_for_side("r") if(hand) - if(put_in_hand(I, hand, forced)) + if(put_in_hand(I, hand, forced, no_sound = no_sound)) return TRUE if(del_on_fail) qdel(I) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 94f4dc4eed6d..b878d4660c0c 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -452,6 +452,8 @@ SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "friendly_hug", /datum/mood_event/lamphug, src) for(var/datum/brain_trauma/trauma in M.get_traumas()) trauma.on_hug(M, src) + for(var/datum/brain_trauma/trauma in get_traumas()) + trauma.on_hug(M, src) var/averagestacks = (fire_stacks + M.fire_stacks)/2 //transfer firestacks between players fire_stacks = averagestacks diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index cb38bad577e3..cfa874f900e8 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -59,6 +59,7 @@ key = "hiss" key_third_person = "hisses" message = "hisses." + message_param = "hisses at %t." emote_type = EMOTE_AUDIBLE var/list/viable_tongues = list(/obj/item/organ/tongue/lizard, /obj/item/organ/tongue/polysmorph) @@ -71,13 +72,17 @@ return 'sound/voice/lizard/hiss.ogg' if(istype(T, /obj/item/organ/tongue/polysmorph)) return pick('sound/voice/hiss1.ogg','sound/voice/hiss2.ogg','sound/voice/hiss3.ogg','sound/voice/hiss4.ogg') + if(iscatperson(user))//yogs: catpeople can hiss! + return pick('sound/voice/feline/hiss1.ogg', 'sound/voice/feline/hiss2.ogg', 'sound/voice/feline/hiss3.ogg') /datum/emote/living/carbon/hiss/can_run_emote(mob/living/user, status_check = TRUE, intentional) if(!ishuman(user)) return FALSE var/mob/living/carbon/human/H = user - var/obj/item/organ/tongue/T = H?.getorganslot(ORGAN_SLOT_TONGUE) - return is_type_in_list(T, viable_tongues) && ..() + var/obj/item/organ/tongue/T = H.getorganslot(ORGAN_SLOT_TONGUE) + if(iscatperson(user)) //yogs: cat people can hiss! + return TRUE + return is_type_in_list(T, viable_tongues) /datum/emote/living/carbon/human/hug key = "hug" diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index b42ad8c67989..1913d5d002d0 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -118,6 +118,29 @@ badwings = "Weaponized " . += "[t_He] [t_has] a pair of [span_warning(badwings)][(dna.features["wings"])] wings on [t_his] back" + if(HAS_TRAIT(user.mind, TRAIT_PSYCH) && LAZYLEN(get_traumas())) + var/highest_trauma = 0 + for(var/datum/brain_trauma/B in get_traumas()) + if(istype(B, /datum/brain_trauma/magic)) + highest_trauma = 4 + break + else if(istype(B, /datum/brain_trauma/special) && highest_trauma < 3) + highest_trauma = 3 + else if(istype(B, /datum/brain_trauma/severe) && highest_trauma < 2) + highest_trauma = 2 + else if(istype(B, /datum/brain_trauma/mild) && highest_trauma < 1) + highest_trauma = 1 + + switch(highest_trauma) + if(1) + . += span_warning("[t_His] behavior seems a bit off.") + if(2) + . += span_warning("[t_His] behavior is very clearly abnormal.") + if(3) + . += span_warning("[t_His] behavior is strange but intriguing.") + if(4) + . += span_warning("[t_His] behavior seems otherworldly.") + var/appears_dead = 0 if(stat == DEAD || (HAS_TRAIT(src, TRAIT_FAKEDEATH))) appears_dead = 1 diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index 8c986f207a5d..3051debb2b19 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -35,6 +35,7 @@ var/socks = "Nude" //Which socks the player wants var/backbag = DBACKPACK //Which backpack type the player has chosen. var/jumpsuit_style = PREF_SUIT //suit/skirt + var/id_in_pda = FALSE //Whether the player wants their ID to start in their PDA //Equipment slots var/obj/item/clothing/wear_suit = null diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 832525a00adc..ae55554585ec 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -146,11 +146,13 @@ if(HAS_TRAIT(src, TRAIT_NOGUNS)) to_chat(src, span_warning("Your fingers don't fit in the trigger guard!")) return FALSE - if(mind) - if(mind.martial_art && mind.martial_art.no_guns) //great dishonor to famiry + if(mind?.martial_art?.no_guns) //great dishonor to famiry + if(!istype(mind.martial_art, /datum/martial_art/ultra_violence)) to_chat(src, span_warning("Use of ranged weaponry would bring dishonor to the clan.")) return FALSE - + else if(!istype(G, /obj/item/gun/ballistic/revolver/ipcmartial) && !istype(G, /obj/item/gun/ballistic/shotgun/ipcmartial))//more snowflake shit + to_chat(src, span_warning("This gun is not compliant with Ultra Violence standards.")) + return FALSE return . /mob/living/carbon/human/proc/get_bank_account() diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 080a6f635cef..93bfecf6554f 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -2106,7 +2106,7 @@ GLOBAL_LIST_EMPTY(features_by_species) if(thermal_protection >= FIRE_SUIT_MAX_TEMP_PROTECT && !no_protection) H.adjust_bodytemperature(11) else - H.adjust_bodytemperature(BODYTEMP_HEATING_MAX + (H.fire_stacks * 12)) + H.adjust_bodytemperature(BODYTEMP_HEATING_MAX + (H.fire_stacks * 2)) SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "on_fire", /datum/mood_event/on_fire) /datum/species/proc/CanIgniteMob(mob/living/carbon/human/H) diff --git a/code/modules/mob/living/carbon/human/species_types/IPC.dm b/code/modules/mob/living/carbon/human/species_types/IPC.dm index 5a761f5cb804..afbe8f06e098 100644 --- a/code/modules/mob/living/carbon/human/species_types/IPC.dm +++ b/code/modules/mob/living/carbon/human/species_types/IPC.dm @@ -238,7 +238,7 @@ datum/species/ipc/on_species_loss(mob/living/carbon/C) if(H.oxyloss) H.setOxyLoss(0) H.losebreath = 0 - if(H.health <= HEALTH_THRESHOLD_FULLCRIT && H.stat != DEAD) // So they die eventually instead of being stuck in crit limbo. + if(H.health <= HEALTH_THRESHOLD_FULLCRIT && H.stat != DEAD && !HAS_TRAIT(H, TRAIT_NOHARDCRIT)) // So they die eventually instead of being stuck in crit limbo. H.adjustFireLoss(6) // After bodypart_robotic resistance this is ~2/second if(prob(5)) to_chat(H, "Alert: Internal temperature regulation systems offline; thermal damage sustained. Shutdown imminent.") diff --git a/code/modules/mob/living/carbon/human/species_types/golems.dm b/code/modules/mob/living/carbon/human/species_types/golems.dm index d3f413cbdc0f..e046bd44b929 100644 --- a/code/modules/mob/living/carbon/human/species_types/golems.dm +++ b/code/modules/mob/living/carbon/human/species_types/golems.dm @@ -1493,7 +1493,7 @@ inherent_traits = list(TRAIT_NOHARDCRIT,TRAIT_NOSOFTCRIT,TRAIT_NOBREATH,TRAIT_RESISTCOLD,TRAIT_RESISTHIGHPRESSURE,TRAIT_RESISTLOWPRESSURE,TRAIT_NOFIRE,TRAIT_RADIMMUNE,TRAIT_GENELESS,TRAIT_PIERCEIMMUNE,TRAIT_NODISMEMBER,TRAIT_NOHUNGER,TRAIT_NOGUNS) changesource_flags = MIRROR_BADMIN random_eligible = FALSE // Hell no - info_text = "As a Supermatter Golem, you dust almost any physical objects that interact with you. However, you take half more brute damage, three more burn damage and explode on death." + info_text = "As a Supermatter Golem, you dust almost any physical object that interacts with you, while taking half as much brute damage and three times more burn damage. You also explode on death." attack_verb = "dusting punch" attack_sound = 'sound/effects/supermatter.ogg' fixed_mut_color = "ff0" @@ -1507,18 +1507,18 @@ ..() H.adjustFireLoss(2) playsound(get_turf(H), 'sound/effects/supermatter.ogg', 10, TRUE) - H.visible_message(span_danger("[AM] knocks into [H], and then turns into dust in a flash of light!")) + H.visible_message(span_danger("[AM] knocks into [H], and then turns into dust with a flash of light!")) qdel(AM) /datum/species/golem/supermatter/spec_attack_hand(mob/living/carbon/human/M, mob/living/carbon/human/H, datum/martial_art/attacker_style) ..() - M.visible_message(span_danger("[M] tries to punch [H], but turns into dust in a brilliant flash of light!")) + M.visible_message(span_danger("[M] tries to punch [H], but turns into dust with a brilliant flash of light!")) playsound(get_turf(src), 'sound/effects/supermatter.ogg', 10, TRUE) M.dust() /datum/species/golem/supermatter/spec_attacked_by(obj/item/I, mob/living/user, obj/item/bodypart/affecting, intent, mob/living/carbon/human/H) ..() - H.visible_message(span_danger("[user] tries to attack [H] with [I], but in a brilliant flash of light [I] turns into dust!")) + H.visible_message(span_danger("[user] tries to attack [H] with [I], but [I] turns into dust with a brilliant flash of light!")) playsound(get_turf(H), 'sound/effects/supermatter.ogg', 10, TRUE) qdel(I) diff --git a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm index c71e102b3a0e..593a0c91aa15 100644 --- a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm @@ -30,6 +30,7 @@ species_language_holder = /datum/language_holder/lizard var/heat_stunmod = 0 var/last_heat_stunmod = 0 + var/regrowtimer smells_like = "putrid scales" @@ -89,6 +90,13 @@ H.emote("wag") if(-1) stop_wagging_tail(H) + if(!H.getorganslot(ORGAN_SLOT_TAIL) && !regrowtimer) + regrowtimer = addtimer(CALLBACK(src, .proc/regrow_tail, H), 20 MINUTES, TIMER_UNIQUE) + +/datum/species/lizard/proc/regrow_tail(mob/living/carbon/human/H) + if(!H.getorganslot(ORGAN_SLOT_TAIL) && H.stat != DEAD) + mutant_bodyparts |= "tail_lizard" + H.visible_message("[H]'s tail regrows.","You feel your tail regrow.") /datum/species/lizard/get_species_description() return /*"The militaristic Lizardpeople hail originally from Tizira, but have grown \ diff --git a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm index 0b68ce850ecc..8d31a813278e 100644 --- a/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/shadowpeople.dm @@ -10,7 +10,7 @@ ignored_by = list(/mob/living/simple_animal/hostile/faithless) meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/shadow species_traits = list(NOBLOOD,NOEYESPRITES,NOFLASH, AGENDER) - inherent_traits = list(TRAIT_RADIMMUNE,TRAIT_VIRUSIMMUNE,TRAIT_NOBREATH,TRAIT_GENELESS) + inherent_traits = list(TRAIT_RADIMMUNE,TRAIT_VIRUSIMMUNE,TRAIT_NOBREATH,TRAIT_GENELESS,TRAIT_NOHUNGER) changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC mutanteyes = /obj/item/organ/eyes/night_vision diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index fd88a3e01862..03d830dcf87f 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -25,21 +25,23 @@ med_hud_set_status() /mob/living/Destroy() - if(LAZYLEN(status_effects)) - for(var/s in status_effects) - var/datum/status_effect/S = s - if(S.on_remove_on_mob_delete) //the status effect calls on_remove when its mob is deleted - qdel(S) - else - S.be_replaced() + for(var/datum/status_effect/effect as anything in status_effects) + // The status effect calls on_remove when its mob is deleted + if(effect.on_remove_on_mob_delete) + qdel(effect) + else + effect.be_replaced() + if(ranged_ability) ranged_ability.remove_ranged_ability(src) + if(buckled) buckled.unbuckle_mob(src,force=1) remove_from_all_data_huds() GLOB.mob_living_list -= src QDEL_LIST(diseases) + QDEL_LIST(surgeries) return ..() /mob/living/onZImpact(turf/T, levels) @@ -283,7 +285,7 @@ if(!iscarbon(src)) M.LAssailant = null else - M.LAssailant = usr + M.LAssailant = WEAKREF(usr) if(isliving(M)) var/mob/living/L = M //Share diseases that are spread by touch diff --git a/code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm b/code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm index b71c5bd8a0ee..b93c864d8a7e 100644 --- a/code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm +++ b/code/modules/mob/living/simple_animal/bot/SuperBeepsky.dm @@ -147,7 +147,7 @@ drop_part(robot_arm, Tsec) do_sparks(3, TRUE, src) - for(var/IS = 0 to 4) + for(var/IS = 1 to 4) drop_part(baton_type, Tsec) new /obj/effect/decal/cleanable/oil(Tsec) qdel(src) diff --git a/code/modules/mob/living/simple_animal/bot/atmosbot.dm b/code/modules/mob/living/simple_animal/bot/atmosbot.dm index 868674d90709..cff40711067f 100644 --- a/code/modules/mob/living/simple_animal/bot/atmosbot.dm +++ b/code/modules/mob/living/simple_animal/bot/atmosbot.dm @@ -124,7 +124,7 @@ explosion(src.loc,1,2,4,flame_range = 2) qdel(src) else - deployed_smartmetal = WEAKREF(new /obj/effect/particle_effect/foam/metal/smart(get_turf(src))) + deployed_smartmetal = WEAKREF(new /obj/effect/particle_effect/fluid/foam/metal/smart(get_turf(src))) qdel(src) return diff --git a/code/modules/mob/living/simple_animal/bot/cleanbot.dm b/code/modules/mob/living/simple_animal/bot/cleanbot.dm index 9d2322702e91..b87f6a0f1076 100644 --- a/code/modules/mob/living/simple_animal/bot/cleanbot.dm +++ b/code/modules/mob/living/simple_animal/bot/cleanbot.dm @@ -253,7 +253,9 @@ T.MakeSlippery(TURF_WET_WATER, min_wet_time = 20 SECONDS, wet_time_to_add = 15 SECONDS) else visible_message(span_danger("[src] whirs and bubbles violently, before releasing a plume of froth!")) - new /obj/effect/particle_effect/foam(loc) + var/datum/effect_system/fluid_spread/foam/foam = new + foam.set_up(2, holder = src, location = loc) + foam.start() else ..() diff --git a/code/modules/mob/living/simple_animal/bot/firebot.dm b/code/modules/mob/living/simple_animal/bot/firebot.dm index 94c88c21f294..1d992c22bc6b 100644 --- a/code/modules/mob/living/simple_animal/bot/firebot.dm +++ b/code/modules/mob/living/simple_animal/bot/firebot.dm @@ -273,7 +273,9 @@ /mob/living/simple_animal/bot/firebot/temperature_expose(datum/gas_mixture/air, temperature, volume) if((temperature > T0C + 200 || temperature < BODYTEMP_COLD_DAMAGE_LIMIT) && foam_cooldown + FOAM_INTERVAL < world.time) - new /obj/effect/particle_effect/foam/firefighting(loc) + var/datum/effect_system/fluid_spread/foam/firefighting/foam = new + foam.set_up(3, holder = src, location = loc) + foam.start() foam_cooldown = world.time ..() diff --git a/code/modules/mob/living/simple_animal/bot/medbot.dm b/code/modules/mob/living/simple_animal/bot/medbot.dm index 03654fed3020..7d5c56a20d98 100644 --- a/code/modules/mob/living/simple_animal/bot/medbot.dm +++ b/code/modules/mob/living/simple_animal/bot/medbot.dm @@ -301,7 +301,10 @@ if(user.name == tipper_name) messagevoice = list("I forgive you." = 'sound/voice/medbot/forgive.ogg') else - messagevoice = list("Thank you!" = 'sound/voice/medbot/thank_you.ogg', "You are a good person." = 'sound/voice/medbot/youre_good.ogg') + if(prob(1)) // if you're reading this you are a good + messagevoice = list("You are a good." = 'sound/voice/medbot/you_are_a_good.ogg') + else + messagevoice = list("Thank you!" = 'sound/voice/medbot/thank_you.ogg', "You are a good person." = 'sound/voice/medbot/youre_good.ogg') else visible_message(span_notice("[src] manages to writhe wiggle enough to right itself.")) messagevoice = list("Fuck you." = 'sound/voice/medbot/fuck_you.ogg', "Your behavior has been reported, have a nice day." = 'sound/voice/medbot/reported.ogg') diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index dfafac7bd495..e4cfa4fd0a3f 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -123,8 +123,7 @@ . = ..() var/dog_area = get_area(src) for(var/obj/structure/bed/dogbed/D in dog_area) - if(!D.owner) - D.update_owner(src) + if(D.update_owner(src)) //No muscling in on my turf you fucking parrot break /mob/living/simple_animal/pet/dog/corgi/Initialize() diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/drakeling.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/drakeling.dm index 7b16900d6ebc..3f0e58eed85a 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/drakeling.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/drakeling.dm @@ -177,7 +177,7 @@ desc = "Breathe a short flame that is effective against fauna but worthless off of lavaland." action_icon = 'icons/obj/wizard.dmi' action_icon_state = "fireball" - cooldown = 2 SECONDS + cooldown = 1.6 SECONDS //kinetic gun prepare_message = span_notice("You prepare %YOUR fire breath attack") unprepare_message = span_notice("You decide to refrain from roasting more peasants for the time.") @@ -230,7 +230,7 @@ desc = "Causes a large, powerful gust of air to push stuff away, deal damage to fauna, and break rocks." action_icon_state = "tornado" action_icon = 'icons/obj/wizard.dmi' - cooldown = 2 SECONDS + cooldown = 1 SECONDS //adv cutter prepare_message = span_notice("You prepare %YOUR wings.") unprepare_message = span_notice("You stop the flapping.") var/shootie = /obj/item/projectile/wing diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/legionnaire.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/legionnaire.dm index 5f8faf06d873..a7345351c8e7 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/legionnaire.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/legionnaire.dm @@ -210,8 +210,8 @@ visible_message(span_boldwarning("[src] spews smoke from the tip of their spine!")) else visible_message(span_boldwarning("[src] spews smoke from its maw!")) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(2, T) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(2, location = T) smoke.start() /obj/item/gps/internal/legionnaire diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm index d80d8d4b5972..94062df2f0cf 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/clown.dm @@ -72,7 +72,7 @@ response_help = "dips a finger into" response_disarm = "gently scoops and pours aside" emote_see = list("bubbles", "oozes") - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/particle_effect/foam) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/particle_effect/fluid/foam) /mob/living/simple_animal/hostile/retaliate/clown/lube/Life() . = ..() @@ -226,7 +226,7 @@ armour_penetration = 20 attacktext = "steals the girlfriend of" attack_sound = 'sound/items/airhorn2.ogg' - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/foam, /obj/item/soap) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/fluid/foam, /obj/item/soap) /mob/living/simple_animal/hostile/retaliate/clown/clownhulk/honcmunculus name = "Honkmunculus" @@ -246,7 +246,7 @@ melee_damage_upper = 10 attacktext = "ferociously mauls" environment_smash = ENVIRONMENT_SMASH_NONE - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/foam, /obj/item/soap) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/fluid/foam, /obj/item/soap) attack_reagent = /datum/reagent/peaceborg/confuse /mob/living/simple_animal/hostile/retaliate/clown/clownhulk/destroyer @@ -267,7 +267,7 @@ attacktext = "acts out divine vengeance on" obj_damage = 50 environment_smash = ENVIRONMENT_SMASH_RWALLS - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/foam, /obj/item/soap) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/fluid/foam, /obj/item/soap) /mob/living/simple_animal/hostile/retaliate/clown/clownhulk/punisher name = "The Punisher" @@ -288,7 +288,7 @@ attacktext = "flexes on" obj_damage = 50 environment_smash = ENVIRONMENT_SMASH_RWALLS - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/foam, /obj/item/soap) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/particle_effect/fluid/foam, /obj/item/soap) /mob/living/simple_animal/hostile/retaliate/clown/mutant name = "Unknown" @@ -324,7 +324,7 @@ mob_size = MOB_SIZE_LARGE speed = 20 attacktext = "bounces off of" - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/foam, /obj/item/soap, /obj/effect/gibspawner/generic, /obj/effect/gibspawner/generic/animal, /obj/effect/gibspawner/human/bodypartless, /obj/effect/gibspawner/human) + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/fluid/foam, /obj/item/soap, /obj/effect/gibspawner/generic, /obj/effect/gibspawner/generic/animal, /obj/effect/gibspawner/human/bodypartless, /obj/effect/gibspawner/human) attack_reagent = /datum/reagent/toxin/mindbreaker /mob/living/simple_animal/hostile/retaliate/clown/mutant/thicc @@ -338,5 +338,5 @@ mob_size = MOB_SIZE_LARGE speed = 20 attacktext = "bounces off of" - loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/foam, /obj/item/soap, /obj/effect/gibspawner/generic, /obj/effect/gibspawner/generic/animal, /obj/effect/gibspawner/human/bodypartless, /obj/effect/gibspawner/human) - attack_reagent = /datum/reagent/consumable/banana \ No newline at end of file + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/xeno/bodypartless, /obj/effect/particle_effect/fluid/foam, /obj/item/soap, /obj/effect/gibspawner/generic, /obj/effect/gibspawner/generic/animal, /obj/effect/gibspawner/human/bodypartless, /obj/effect/gibspawner/human) + attack_reagent = /datum/reagent/consumable/banana diff --git a/code/modules/mob/living/simple_animal/hostile/venus_human_trap.dm b/code/modules/mob/living/simple_animal/hostile/venus_human_trap.dm index 565d81edaa22..1487bbef3a9a 100644 --- a/code/modules/mob/living/simple_animal/hostile/venus_human_trap.dm +++ b/code/modules/mob/living/simple_animal/hostile/venus_human_trap.dm @@ -224,8 +224,8 @@ /mob/living/simple_animal/hostile/venus_human_trap/proc/check_gas() for(var/contents in src.loc) - if(istype(contents, /obj/effect/particle_effect/smoke/chem)) - var/obj/effect/particle_effect/smoke/chem/gas = contents + if(istype(contents, /obj/effect/particle_effect/fluid/smoke/chem)) + var/obj/effect/particle_effect/fluid/smoke/chem/gas = contents if(gas.reagents.has_reagent(/datum/reagent/toxin/plantbgone, 1)) return TRUE return FALSE diff --git a/code/modules/mob/living/simple_animal/slime/life.dm b/code/modules/mob/living/simple_animal/slime/life.dm index 9227bfa32e0c..987dd9580d15 100644 --- a/code/modules/mob/living/simple_animal/slime/life.dm +++ b/code/modules/mob/living/simple_animal/slime/life.dm @@ -51,13 +51,13 @@ break if(Target.health <= -70 || Target.stat == DEAD) - Target = null + set_target(null) AIproc = 0 break if(Target) if(locate(/mob/living/simple_animal/slime) in Target.buckled_mobs) - Target = null + set_target(null) AIproc = 0 break if(!AIproc) @@ -97,7 +97,7 @@ // Bug of the month candidate: slimes were attempting to move to target only if it was directly next to them, which caused them to target things, but not approach them step_to(src, Target) else - Target = null + set_target(null) AIproc = 0 break @@ -188,12 +188,10 @@ if(M.stat == DEAD) // our victim died if(!client) if(!rabid && !attacked) - if(M.LAssailant && M.LAssailant != M) + var/mob/last_to_hurt = M.LAssailant?.resolve() + if(last_to_hurt && last_to_hurt != M) if(prob(50)) - if(!(M.LAssailant in Friends)) - Friends[M.LAssailant] = 1 - else - ++Friends[M.LAssailant] + add_friendship(last_to_hurt, 1) else to_chat(src, "This subject does not have a strong enough life energy anymore...") @@ -309,7 +307,7 @@ --target_patience if (target_patience <= 0 || SStun > world.time || Discipline || attacked || docile) // Tired of chasing or something draws out attention target_patience = 0 - Target = null + set_target(null) if(AIproc && SStun > world.time) return @@ -324,7 +322,7 @@ if(hungry == 2 && !client) // if a slime is starving, it starts losing its friends if(Friends.len > 0 && prob(1)) var/mob/nofriend = pick(Friends) - --Friends[nofriend] + add_friendship(nofriend, -1) if(!Target) if(will_hunt() && hungry || attacked || rabid) // Only add to the list if we need to @@ -363,16 +361,16 @@ if(targets.len > 0) if(attacked || rabid || hungry == 2) - Target = targets[1] // I am attacked and am fighting back or so hungry I don't even care + set_target(targets[1]) // I am attacked and am fighting back or so hungry I don't even care else for(var/mob/living/carbon/C in targets) if(!Discipline && prob(5)) if(ishuman(C) || isalienadult(C)) - Target = C + set_target(C) break if(islarva(C) || ismonkey(C)) - Target = C + set_target(C) break if (Target) @@ -446,13 +444,13 @@ if (Leader == who) // Already following him to_say = pick("Yes...", "Lead...", "Follow...") else if (Friends[who] > Friends[Leader]) // VIVA - Leader = who + set_leader(who) to_say = "Yes... I follow [who]..." else to_say = "No... I follow [Leader]..." else if (Friends[who] >= SLIME_FRIENDSHIP_FOLLOW) - Leader = who + set_leader(who) to_say = "I follow..." else // Not friendly enough to_say = pick("No...", "I no follow...") @@ -460,27 +458,27 @@ if (buckled) // We are asked to stop feeding if (Friends[who] >= SLIME_FRIENDSHIP_STOPEAT) Feedstop() - Target = null + set_target(null) if (Friends[who] < SLIME_FRIENDSHIP_STOPEAT_NOANGRY) - --Friends[who] + add_friendship(who, -1) to_say = "Grrr..." // I'm angry but I do it else to_say = "Fine..." else if (Target) // We are asked to stop chasing if (Friends[who] >= SLIME_FRIENDSHIP_STOPCHASE) - Target = null + set_target(null) if (Friends[who] < SLIME_FRIENDSHIP_STOPCHASE_NOANGRY) - --Friends[who] + add_friendship(who, -1) to_say = "Grrr..." // I'm angry but I do it else to_say = "Fine..." else if (Leader) // We are asked to stop following if (Leader == who) to_say = "Yes... I stay..." - Leader = null + set_target(null) else if (Friends[who] > Friends[Leader]) - Leader = null + set_target(null) to_say = "Yes... I stop..." else to_say = "No... keep follow..." @@ -502,7 +500,7 @@ to_say = "No... won't stay..." else if (findtext(phrase, "attack")) if (rabid && prob(20)) - Target = who + set_target(who) AIprocess() //Wake up the slime's Target AI, needed otherwise this doesn't work to_say = "ATTACK!?!?" else if (Friends[who] >= SLIME_FRIENDSHIP_ATTACK) @@ -510,14 +508,14 @@ if (findtext(phrase, lowertext(L.name))) if (isslime(L)) to_say = "NO... [L] slime friend" - --Friends[who] //Don't ask a slime to attack its friend + add_friendship(who, -1) //Don't ask a slime to attack its friend else if(!Friends[L] || Friends[L] < 1) - Target = L + set_target(L) AIprocess()//Wake up the slime's Target AI, needed otherwise this doesn't work to_say = "Ok... I attack [Target]" else to_say = "No... like [L] ..." - --Friends[who] //Don't ask a slime to attack its friend + add_friendship(who, -1) //Don't ask a slime to attack its friend break else to_say = "No... no listen" diff --git a/code/modules/mob/living/simple_animal/slime/slime.dm b/code/modules/mob/living/simple_animal/slime/slime.dm index a8925dcf5067..8063901c9f93 100644 --- a/code/modules/mob/living/simple_animal/slime/slime.dm +++ b/code/modules/mob/living/simple_animal/slime/slime.dm @@ -1,3 +1,5 @@ +#define SLIME_CARES_ABOUT(to_check) (to_check && (to_check == Target || to_check == Leader || (to_check in Friends))) + /mob/living/simple_animal/slime name = "grey baby slime (123)" icon = 'icons/mob/slimes.dmi' @@ -107,6 +109,9 @@ for (var/A in actions) var/datum/action/AC = A AC.Remove(src) + set_target(null) + set_leader(null) + clear_friends() return ..() /mob/living/simple_animal/slime/proc/set_colour(new_colour) @@ -362,10 +367,7 @@ if(S.next_step(user,user.a_intent)) return 1 if(istype(W, /obj/item/stack/sheet/mineral/plasma) && !stat) //Let's you feed slimes plasma. - if (user in Friends) - ++Friends[user] - else - Friends[user] = 1 + add_friendship(user, 1) to_chat(user, span_notice("You feed the slime the plasma. It chirps happily.")) var/obj/item/stack/sheet/mineral/plasma/S = W S.use(1) @@ -433,7 +435,7 @@ adjustBruteLoss(rand(15,20)) if(!client) if(Target) // Like cats - Target = null + set_target(null) ++Discipline return @@ -478,8 +480,7 @@ if(Discipline == 1) attacked = 0 - if(Target) - Target = null + set_target(null) if(buckled) Feedstop(silent = TRUE) //we unbuckle the slime from the mob it latched onto. @@ -509,5 +510,57 @@ /mob/living/simple_animal/slime/can_be_implanted() return TRUE +/mob/living/simple_animal/slime/proc/set_target(new_target) + var/old_target = Target + Target = new_target + if(old_target && !SLIME_CARES_ABOUT(old_target)) + UnregisterSignal(old_target, COMSIG_PARENT_QDELETING) + if(Target) + RegisterSignal(Target, COMSIG_PARENT_QDELETING, .proc/clear_memories_of, override = TRUE) + +/mob/living/simple_animal/slime/proc/set_leader(new_leader) + var/old_leader = Leader + Leader = new_leader + if(old_leader && !SLIME_CARES_ABOUT(old_leader)) + UnregisterSignal(old_leader, COMSIG_PARENT_QDELETING) + if(Leader) + RegisterSignal(Leader, COMSIG_PARENT_QDELETING, .proc/clear_memories_of, override = TRUE) + +/mob/living/simple_animal/slime/proc/add_friendship(new_friend, amount = 1) + if(!Friends[new_friend]) + Friends[new_friend] = 0 + Friends[new_friend] += amount + if(new_friend) + RegisterSignal(new_friend, COMSIG_PARENT_QDELETING, .proc/clear_memories_of, override = TRUE) + +/mob/living/simple_animal/slime/proc/set_friendship(new_friend, amount = 1) + Friends[new_friend] = amount + if(new_friend) + RegisterSignal(new_friend, COMSIG_PARENT_QDELETING, .proc/clear_memories_of, override = TRUE) + +/mob/living/simple_animal/slime/proc/remove_friend(friend) + Friends -= friend + if(friend && !SLIME_CARES_ABOUT(friend)) + UnregisterSignal(friend, COMSIG_PARENT_QDELETING) + +/mob/living/simple_animal/slime/proc/set_friends(new_buds) + clear_friends() + for(var/mob/friend as anything in new_buds) + set_friendship(friend, new_buds[friend]) + +/mob/living/simple_animal/slime/proc/clear_friends() + for(var/mob/friend as anything in Friends) + remove_friend(friend) + +/mob/living/simple_animal/slime/proc/clear_memories_of(datum/source) + SIGNAL_HANDLER + if(source == Target) + set_target(null) + if(source == Leader) + set_leader(null) + remove_friend(source) + /mob/living/simple_animal/slime/random/Initialize(mapload, new_colour, new_is_adult) . = ..(mapload, pick(slime_colours), prob(50)) + +#undef SLIME_CARES_ABOUT diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index fc8eee6246d4..35ce2c3bdac3 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -26,20 +26,29 @@ remove_from_mob_list() remove_from_dead_mob_list() remove_from_alive_mob_list() + remove_from_mob_suicide_list() + focus = null + + if(length(progressbars)) + stack_trace("[src] destroyed with elements in its progressbars list") + progressbars = null + for (var/alert in alerts) clear_alert(alert, TRUE) - if(observers && observers.len) - for(var/M in observers) - var/mob/dead/observe = M + + if(observers?.len) + for(var/mob/dead/observe as anything in observers) observe.reset_perspective(null) + qdel(hud_used) - for(var/cc in client_colours) - qdel(cc) - client_colours = null - ghostize() - ..() - return QDEL_HINT_HARDDEL + QDEL_LIST(client_colours) + ghostize() //False, since we're deleting it currently + + if(mind?.current == src) //Let's just be safe yeah? This will occasionally be cleared, but not always. Can't do it with ghostize without changing behavior + mind.current = null + + return ..() /** * Intialize a mob diff --git a/code/modules/mob/mob_defines.dm b/code/modules/mob/mob_defines.dm index d679cffe647d..56355ba108fc 100644 --- a/code/modules/mob/mob_defines.dm +++ b/code/modules/mob/mob_defines.dm @@ -151,8 +151,8 @@ /// Can this mob enter shuttles var/move_on_shuttle = 1 - ///The last mob/living/carbon to push/drag/grab this mob (exclusively used by slimes friend recognition) - var/mob/living/carbon/LAssailant = null + ///A weakref to the last mob/living/carbon to push/drag/grab this mob (exclusively used by slimes friend recognition) + var/datum/weakref/LAssailant = null /** * construct spells and mime spells. diff --git a/code/modules/mob/mob_lists.dm b/code/modules/mob/mob_lists.dm index 4f71e110dd96..a598d6be8155 100644 --- a/code/modules/mob/mob_lists.dm +++ b/code/modules/mob/mob_lists.dm @@ -20,6 +20,13 @@ if(client) remove_from_current_living_players() +///Adds a mob reference to the list of all suicided mobs +/mob/proc/add_to_mob_suicide_list() + GLOB.suicided_mob_list += src + +///Removes a mob references from the list of all suicided mobs +/mob/proc/remove_from_mob_suicide_list() + GLOB.suicided_mob_list -= src ///Adds the mob reference to the list of all the dead mobs. If mob is cliented, it adds it to the list of all dead player-mobs. /mob/proc/add_to_dead_mob_list() @@ -116,4 +123,4 @@ /mob/proc/remove_from_current_living_antags() if(!SSticker?.mode) return - SSticker.mode.current_players[CURRENT_LIVING_ANTAGS] -= src \ No newline at end of file + SSticker.mode.current_players[CURRENT_LIVING_ANTAGS] -= src diff --git a/code/modules/modular_computers/computers/item/laptop/laptop_presets.dm b/code/modules/modular_computers/computers/item/laptop/laptop_presets.dm index 840ca9232238..0b5e18df4fec 100644 --- a/code/modules/modular_computers/computers/item/laptop/laptop_presets.dm +++ b/code/modules/modular_computers/computers/item/laptop/laptop_presets.dm @@ -8,6 +8,32 @@ /obj/item/modular_computer/laptop/preset/civillian desc = "A low-end laptop often used for personal recreation." -/obj/item/modular_computer/laptop/preset/brig_physician +/obj/item/modular_computer/laptop/preset/paramedic//not actually given to a paramedic, just a base-line for the brig phys and mining medic laptops +/obj/item/modular_computer/laptop/preset/paramedic/Initialize() + starting_files |= list( + new /datum/computer_file/program/crew_monitor, + new /datum/computer_file/program/radar/lifeline + ) + . = ..() + +/obj/item/modular_computer/laptop/preset/paramedic/brig_physician desc = "A low-end laptop often used by brig physicians." - starting_files = list(new /datum/computer_file/program/secureye) +/obj/item/modular_computer/laptop/preset/paramedic/brig_physician/Initialize() + starting_files |= list( + new /datum/computer_file/program/secureye + ) + . = ..() + +/obj/item/modular_computer/laptop/preset/paramedic/mining_medic + desc = "A low-end laptop often used by mining medics. Comes with an upgraded network card to allow for use while off Station." + starting_components = list( /obj/item/computer_hardware/processor_unit/small, + /obj/item/stock_parts/cell/computer, + /obj/item/computer_hardware/hard_drive, + /obj/item/computer_hardware/network_card/advanced, + /obj/item/computer_hardware/card_slot) + +/obj/item/modular_computer/laptop/preset/paramedic/mining_medic/Initialize() + starting_files |= list( + new /datum/computer_file/program/secureye/mining + ) + . = ..() diff --git a/code/modules/modular_computers/file_system/programs/medical/crew_monitor.dm b/code/modules/modular_computers/file_system/programs/medical/crew_monitor.dm index db84f1b30d10..880dbe16e8e8 100644 --- a/code/modules/modular_computers/file_system/programs/medical/crew_monitor.dm +++ b/code/modules/modular_computers/file_system/programs/medical/crew_monitor.dm @@ -33,21 +33,28 @@ /datum/computer_file/program/crew_monitor/proc/update_overlay() if(!computer) return - var/z = computer.z - if(!z) - var/turf/T = get_turf(computer) - z = T.z - var/list/death_list = GLOB.crewmonitor.death_list?["[z]"] + + var/turf/computer_turf = get_turf(computer) + if (!computer_turf) + return + + var/computer_z = computer_turf.z + if (!computer_z) + return + + var/list/death_list = GLOB.crewmonitor.death_list?["[computer_z]"] if(death_list && death_list.len > 0) alarm = TRUE else alarm = FALSE + if(alarm) program_icon_state = program_icon_state_alarm ui_header = "health_red.gif" else program_icon_state = initial(program_icon_state) ui_header = "health_green.gif" + if(istype(computer)) computer.update_icon() diff --git a/code/modules/ninja/suit/n_suit_verbs/ninja_smoke.dm b/code/modules/ninja/suit/n_suit_verbs/ninja_smoke.dm index e6898dd10983..66c0325922a4 100644 --- a/code/modules/ninja/suit/n_suit_verbs/ninja_smoke.dm +++ b/code/modules/ninja/suit/n_suit_verbs/ninja_smoke.dm @@ -2,11 +2,10 @@ //Smoke bomb /obj/item/clothing/suit/space/space_ninja/proc/ninjasmoke() - - if(!ninjacost(0,N_SMOKE_BOMB)) + if(!ninjacost(0, N_SMOKE_BOMB)) var/mob/living/carbon/human/H = affecting - var/datum/effect_system/smoke_spread/bad/smoke = new - smoke.set_up(4, H.loc) + var/datum/effect_system/fluid_spread/smoke/bad/smoke = new + smoke.set_up(4, location = H.loc) smoke.start() playsound(H.loc, 'sound/effects/bamf.ogg', 50, 2) s_bombs-- diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index bf1e03e7a356..6933287db103 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -163,7 +163,7 @@ if(!reagents.total_volume || !M.reagents) return - to_chat(user, span_warning("You begin to injecting [src]'s contents into [M]")) + to_chat(user, span_warning("You begin to inject [src]'s contents into [M]")) if(!do_after(user, 0.5 SECONDS, M)) return reagents.reaction(M, INJECT, reagents.total_volume) diff --git a/code/modules/projectiles/ammunition/ballistic/shotgun.dm b/code/modules/projectiles/ammunition/ballistic/shotgun.dm index 04ff0fbbcc6b..29e5923f9655 100644 --- a/code/modules/projectiles/ammunition/ballistic/shotgun.dm +++ b/code/modules/projectiles/ammunition/ballistic/shotgun.dm @@ -163,6 +163,16 @@ if(no_react) ENABLE_BITFIELD(reagents.flags, NO_REACT) +/obj/item/ammo_casing/shotgun/dart/hidden + name = "beanbag slug" + desc = "A weak beanbag slug for riot control." + icon_state = "bshell" + projectile_type = /obj/item/projectile/bullet/reusable/dart/hidden + +/obj/item/ammo_casing/shotgun/dart/hidden/Initialize() + . = ..() + DISABLE_BITFIELD(reagents.flags, TRANSPARENT) // cant examine reagents, stealthy + /obj/item/ammo_casing/shotgun/dart/ready_proj(atom/target, mob/living/user, quiet, zone_override = "") if(!BB) return diff --git a/code/modules/projectiles/ammunition/energy/special.dm b/code/modules/projectiles/ammunition/energy/special.dm index 9887473a9ffc..a7cbe139d9b3 100644 --- a/code/modules/projectiles/ammunition/energy/special.dm +++ b/code/modules/projectiles/ammunition/energy/special.dm @@ -4,8 +4,11 @@ fire_sound = 'sound/weapons/ionrifle.ogg' /obj/item/ammo_casing/energy/ion/hos + projectile_type = /obj/item/projectile/ion/light + e_cost = 200 + +/obj/item/ammo_casing/energy/ion/weak projectile_type = /obj/item/projectile/ion/weak - e_cost = 250 /obj/item/ammo_casing/energy/declone projectile_type = /obj/item/projectile/energy/declone diff --git a/code/modules/projectiles/guns/ballistic.dm b/code/modules/projectiles/guns/ballistic.dm index eb0e96545099..062ae515e331 100644 --- a/code/modules/projectiles/guns/ballistic.dm +++ b/code/modules/projectiles/guns/ballistic.dm @@ -257,6 +257,10 @@ /obj/item/gun/ballistic/proc/rack(mob/user = null) if (bolt_type == BOLT_TYPE_NO_BOLT) //If there's no bolt, nothing to rack return + if (weapon_weight != WEAPON_LIGHT) //Can't rack it if the weapon doesn't permit dual-wielding and your off-hand is full + if (user.get_inactive_held_item()) + to_chat(user, span_warning("You cannot rack the [bolt_wording] of \the [src] while your other hand is full!")) + return if (bolt_type == BOLT_TYPE_OPEN) if(!bolt_locked) //If it's an open bolt, racking again would do nothing if (user) diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index dd0dc1bf43a5..ad9c83325812 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -233,8 +233,8 @@ var/cover_open = FALSE can_suppress = FALSE fire_delay = 1 - burst_size = 2 - spread = 7 + burst_size = 3 + spread = 14 pin = /obj/item/firing_pin/implant/pindicate bolt_type = BOLT_TYPE_OPEN mag_display = TRUE diff --git a/code/modules/projectiles/guns/ballistic/minigun.dm b/code/modules/projectiles/guns/ballistic/minigun.dm index 54db94b707e8..5ae029e2b276 100644 --- a/code/modules/projectiles/guns/ballistic/minigun.dm +++ b/code/modules/projectiles/guns/ballistic/minigun.dm @@ -14,7 +14,7 @@ var/obj/item/gun/ballistic/minigunosprey/gun var/armed = FALSE //whether the gun is attached, FALSE is attached, TRUE is the gun is wielded. var/overheat = 0 - var/overheat_max = 30 + var/overheat_max = 50 var/heat_stage = 0 var/heat_diffusion = 2 @@ -109,7 +109,7 @@ lefthand_file = 'yogstation/icons/mob/inhands/weapons/minigun_inhand_left.dmi' righthand_file = 'yogstation/icons/mob/inhands/weapons/minigun_inhand_right.dmi' flags_1 = CONDUCT_1 - slowdown = 1.5 + slowdown = 1.4 slot_flags = null w_class = WEIGHT_CLASS_HUGE materials = list() diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 7c3ca08c4b0c..9d791fbeb1e4 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -21,6 +21,16 @@ cartridge_wording = "shell" tac_reloads = FALSE +/obj/item/gun/ballistic/shotgun/automatic + name = "semi-auto shotgun" + desc = "A shotgun that automatically chambers a new round after firing." + rack_sound = "sound/weapons/gun_slide_lock_5.ogg" + rack_sound_vary = FALSE + bolt_type = BOLT_TYPE_LOCKING + semi_auto = TRUE + casing_ejector = TRUE + bolt_wording = "charging handle" + /obj/item/gun/ballistic/shotgun/blow_up(mob/user) . = 0 if(chambered && chambered.BB) @@ -40,7 +50,6 @@ mag_type = /obj/item/ammo_box/magazine/internal/shot/riot sawn_desc = "Come with me if you want to live." can_be_sawn_off = TRUE - weapon_weight = WEAPON_HEAVY // Breaching Shotgun // @@ -55,13 +64,9 @@ // Automatic Shotguns// -/obj/item/gun/ballistic/shotgun/automatic/shoot_live_shot(mob/living/user) - ..() - rack() - /obj/item/gun/ballistic/shotgun/automatic/combat name = "combat shotgun" - desc = "A semi automatic shotgun with tactical furniture and a six-shell capacity underneath." + desc = "A semi-automatic shotgun with tactical furniture and a six-shell capacity underneath." fire_delay = 5 icon_state = "cshotgun" mag_type = /obj/item/ammo_box/magazine/internal/shot/com @@ -69,7 +74,7 @@ /obj/item/gun/ballistic/shotgun/automatic/combat/compact name = "compact combat shotgun" - desc = "A compact version of the semi automatic combat shotgun. For close encounters." + desc = "A compact version of the semi-automatic combat shotgun. For close encounters." icon_state = "cshotgunc" mag_type = /obj/item/ammo_box/magazine/internal/shot/com/compact w_class = WEIGHT_CLASS_BULKY @@ -84,7 +89,6 @@ w_class = WEIGHT_CLASS_HUGE var/toggled = FALSE var/obj/item/ammo_box/magazine/internal/shot/alternate_magazine - semi_auto = TRUE /obj/item/gun/ballistic/shotgun/automatic/dual_tube/examine(mob/user) . = ..() diff --git a/code/modules/projectiles/guns/energy.dm b/code/modules/projectiles/guns/energy.dm index c7a50ab39f60..a0864a63a054 100644 --- a/code/modules/projectiles/guns/energy.dm +++ b/code/modules/projectiles/guns/energy.dm @@ -49,8 +49,8 @@ cell = new cell_type(src) else cell = new(src) - if(!dead_cell) - cell.give(cell.maxcharge) + if(dead_cell) + cell.charge = 0 update_ammo_types() recharge_newshot(TRUE) if(selfcharge) diff --git a/code/modules/projectiles/guns/energy/energy_gun.dm b/code/modules/projectiles/guns/energy/energy_gun.dm index afa813728e0b..e1905fa7a975 100644 --- a/code/modules/projectiles/guns/energy/energy_gun.dm +++ b/code/modules/projectiles/guns/energy/energy_gun.dm @@ -132,61 +132,40 @@ /obj/item/gun/energy/e_gun/nuclear name = "advanced energy gun" - desc = "An energy gun with an experimental miniaturized nuclear reactor that automatically charges the internal power cell." + desc = "An experimental energy gun with many settings and a miniaturized nuclear reactor that can be refueled with uranium." icon_state = "nucgun" item_state = "nucgun" - charge_delay = 10 pin = null can_charge = FALSE ammo_x_offset = 1 - ammo_type = list(/obj/item/ammo_casing/energy/laser, /obj/item/ammo_casing/energy/disabler) - selfcharge = 1 - var/reactor_overloaded - var/fail_tick = 0 - var/fail_chance = 0 - -/obj/item/gun/energy/e_gun/nuclear/process(delta_time) - if(fail_tick > 0) - fail_tick -= delta_time * 0.5 - ..() - -/obj/item/gun/energy/e_gun/nuclear/shoot_live_shot(mob/living/user, pointblank = 0, atom/pbtarget = null, message = 1) - failcheck() - update_icon() - ..() - -/obj/item/gun/energy/e_gun/nuclear/proc/failcheck() - if(prob(fail_chance) && isliving(loc)) - var/mob/living/M = loc - switch(fail_tick) - if(0 to 200) - fail_tick += (2*(fail_chance)) - M.rad_act(40) - to_chat(M, span_userdanger("Your [name] feels warmer.")) - if(201 to INFINITY) - SSobj.processing.Remove(src) - M.rad_act(80) - reactor_overloaded = TRUE - to_chat(M, span_userdanger("Your [name]'s reactor overloads!")) - -/obj/item/gun/energy/e_gun/nuclear/emp_act(severity) - . = ..() - if(. & EMP_PROTECT_SELF) - return - fail_chance = min(fail_chance + round(15/severity), 100) - -/obj/item/gun/energy/e_gun/nuclear/update_icon() - ..() - if(reactor_overloaded) - add_overlay("[icon_state]_fail_3") + old_ratio = 1 + ammo_type = list(/obj/item/ammo_casing/energy/disabler, /obj/item/ammo_casing/energy/laser, /obj/item/ammo_casing/energy/xray, /obj/item/ammo_casing/energy/anoxia) //a lot of firemodes so it's really an ADVANCED egun + dead_cell = TRUE //Fuel not included, you will have to get irradiated to shoot this gun + +/obj/item/gun/energy/e_gun/nuclear/attackby(obj/item/I, mob/living/carbon/user) //plasmacutter but using uranium and devoid of any safety measures + var/charge_multiplier = 0 //2 = Refined stack, 1 = Ore + var/previous_loc = user.loc + if(istype(I, /obj/item/stack/sheet/mineral/uranium)) + charge_multiplier = 2 + if(istype(I, /obj/item/stack/ore/uranium)) + charge_multiplier = 1 + if(charge_multiplier) + if(cell.charge == cell.maxcharge) + to_chat(user, span_notice("You try to insert [I] into [src]'s nulear reactor, but it's full.")) + return + to_chat(user, span_notice("You start delicately inserting [I] in [src]'s reactor, refueling it.")) + if(do_after(user, 1 SECONDS, src)) + I.use(1) + cell.give(250*charge_multiplier) + user.radiation += (75*charge_multiplier) //You are putting you hand into a nuclear reactor to put more uranium in it + update_icon(TRUE) + else + if(!(previous_loc == user.loc)) + to_chat(user, span_boldwarning("You move, bumping your hand on [src]'s nulear reactor's core!")) //when I said devoid of ANY safety measures I meant it + user.adjustToxLoss(5*charge_multiplier) //straigth toxin damage rather than rads because we want the user to be punished immediately for moving, not in 2 hours + user.radiation += (100*charge_multiplier) //but also rads because you touched a fucking nuclear reactor's core else - switch(fail_tick) - if(0) - add_overlay("[icon_state]_fail_0") - if(1 to 150) - add_overlay("[icon_state]_fail_1") - if(151 to INFINITY) - add_overlay("[icon_state]_fail_2") + ..() /obj/item/gun/energy/e_gun/bouncer name = "bouncer energy gun" @@ -195,4 +174,4 @@ ammo_type = list(/obj/item/ammo_casing/energy/disabler/bounce, /obj/item/ammo_casing/energy/anoxia/bounce) can_flashlight = FALSE ammo_x_offset = 2 - pin = null \ No newline at end of file + pin = null diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 7347fa88d94d..312d57bd8743 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -96,7 +96,7 @@ ammo_type = list(/obj/item/ammo_casing/energy/bolt) weapon_weight = WEAPON_LIGHT obj_flags = 0 - overheat_time = 20 SECONDS + overheat_time = 10 SECONDS holds_charge = TRUE unique_frequency = TRUE can_flashlight = FALSE diff --git a/code/modules/projectiles/guns/magic.dm b/code/modules/projectiles/guns/magic.dm index 90e4d8af4f4d..a8e5555d17e5 100644 --- a/code/modules/projectiles/guns/magic.dm +++ b/code/modules/projectiles/guns/magic.dm @@ -12,7 +12,7 @@ var/checks_antimagic = TRUE var/max_charges = 6 var/charges = 0 - var/recharge_rate = 8 + var/recharge_rate = 8 // Seconds per charge var/charge_timer = 0 var/can_charge = TRUE var/ammo_type @@ -68,8 +68,11 @@ /obj/item/gun/magic/process(delta_time) + if(charges >= max_charges) + charge_timer = 0 + return 0 charge_timer += delta_time - if(charge_timer < recharge_rate || charges >= max_charges) + if(charge_timer < recharge_rate) return 0 charge_timer = 0 charges++ diff --git a/code/modules/projectiles/guns/magic/wand.dm b/code/modules/projectiles/guns/magic/wand.dm index 8634866a5932..2d7fb5451255 100644 --- a/code/modules/projectiles/guns/magic/wand.dm +++ b/code/modules/projectiles/guns/magic/wand.dm @@ -145,8 +145,8 @@ /obj/item/gun/magic/wand/teleport/zap_self(mob/living/user) if(do_teleport(user, user, 10, channel = TELEPORT_CHANNEL_MAGIC)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(3, user.loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(3, location = user.loc) smoke.start() charges-- ..() @@ -166,8 +166,8 @@ if(do_teleport(user, destination, channel=TELEPORT_CHANNEL_MAGIC)) for(var/t in list(origin, destination)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, t) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = t) smoke.start() ..() diff --git a/code/modules/projectiles/guns/misc/medbeam.dm b/code/modules/projectiles/guns/misc/medbeam.dm index 7761e630b37e..c468564bec22 100644 --- a/code/modules/projectiles/guns/misc/medbeam.dm +++ b/code/modules/projectiles/guns/misc/medbeam.dm @@ -166,10 +166,10 @@ if(current_target && !ubering) if(current_target.health == current_target.maxHealth) - ubercharge += 1.25*delta_time/10 // 80 seconds + ubercharge += 1.25*delta_time // 80 seconds if(current_target.health < current_target.maxHealth) - ubercharge += 2.5*delta_time/10 // 40 seconds + ubercharge += 2.5*delta_time // 40 seconds if(ubering) // No uber flashing @@ -177,7 +177,7 @@ uber_act() ubercharge = 0 else - ubercharge -= 12.5*delta_time/10 + ubercharge -= 12.5*delta_time // 8 second uber if(ubercharge <= 0) uber_act() diff --git a/code/modules/projectiles/projectile/bullets/dart_syringe.dm b/code/modules/projectiles/projectile/bullets/dart_syringe.dm index fa59bbbde3bc..6e6a0ddaffae 100644 --- a/code/modules/projectiles/projectile/bullets/dart_syringe.dm +++ b/code/modules/projectiles/projectile/bullets/dart_syringe.dm @@ -5,6 +5,16 @@ var/obj/item/reagent_containers/container var/piercing = FALSE +/obj/item/projectile/bullet/reusable/dart/hidden + name = "beanbag slug" + stamina = 5 // gotta act like we did stamina + sharpness = SHARP_NONE + +// don't want our "beanbag slugs" dropping reagent darts everywhere +/obj/item/projectile/bullet/reusable/dart/hidden/handle_drop() + if(!dropped) + QDEL_NULL(container) + dropped = TRUE /obj/item/projectile/bullet/reusable/dart/Initialize() . = ..() diff --git a/code/modules/projectiles/projectile/bullets/lmg.dm b/code/modules/projectiles/projectile/bullets/lmg.dm index 1100957369d8..fd690e4a4c1c 100644 --- a/code/modules/projectiles/projectile/bullets/lmg.dm +++ b/code/modules/projectiles/projectile/bullets/lmg.dm @@ -25,21 +25,21 @@ /obj/item/projectile/bullet/mm712x82 name = "7.12x82mm bullet" - damage = 35 + damage = 40 armour_penetration = 5 wound_bonus = -40 //hurt a lot but still mostly pointy wound_falloff_tile = 0 /obj/item/projectile/bullet/mm712x82/ap name = "7.12x82mm armor-piercing bullet" - damage = 30 + damage = 35 wound_bonus = -45 //they go straight through with little damage to surrounding tissue - armour_penetration = 60 + armour_penetration = 45 bare_wound_bonus = -10 //flesh wont stop these very effectively but armor might make it tumble a bit before it enters /obj/item/projectile/bullet/mm712x82/hp name = "7.12x82mm hollow-point bullet" - damage = 50 + damage = 55 armour_penetration = -35 //bulletproof armor almost totally stops these, but you're still getting hit in the chest by a supersonic nugget of lead sharpness = SHARP_EDGED wound_bonus = -35 //odds are you'll be shooting at someone with armor so you don't have a great chance for wounds @@ -47,5 +47,5 @@ /obj/item/projectile/bullet/incendiary/mm712x82 name = "7.12x82mm incendiary bullet" - damage = 22 + damage = 27 fire_stacks = 2 diff --git a/code/modules/projectiles/projectile/bullets/minigun.dm b/code/modules/projectiles/projectile/bullets/minigun.dm index 1d32eaee04d3..3732aa16e819 100644 --- a/code/modules/projectiles/projectile/bullets/minigun.dm +++ b/code/modules/projectiles/projectile/bullets/minigun.dm @@ -2,4 +2,4 @@ /obj/item/projectile/bullet/a546 name = "5.46mm bullet" - damage = 34 \ No newline at end of file + damage = 36 // 1 more than the basic L6 bullet diff --git a/code/modules/projectiles/projectile/bullets/pistol.dm b/code/modules/projectiles/projectile/bullets/pistol.dm index 1b9e9a7473cd..b91b2e9b5c0b 100644 --- a/code/modules/projectiles/projectile/bullets/pistol.dm +++ b/code/modules/projectiles/projectile/bullets/pistol.dm @@ -59,4 +59,4 @@ /obj/item/projectile/bullet/c10mm/emp/on_hit(atom/target, blocked = FALSE) ..() - empulse(target, 0, 1) //Heavy EMP on target, light EMP in tiles around + empulse(target, 0.5, 1) //Heavy EMP on target, light EMP in tiles around diff --git a/code/modules/projectiles/projectile/energy/ebow.dm b/code/modules/projectiles/projectile/energy/ebow.dm index 2f3fa80d790f..3f3bf9b0d942 100644 --- a/code/modules/projectiles/projectile/energy/ebow.dm +++ b/code/modules/projectiles/projectile/energy/ebow.dm @@ -7,9 +7,8 @@ /obj/item/projectile/energy/bolt/on_hit(atom/target, blocked = FALSE) ..() if(ishuman(target)) - target.reagents.add_reagent(/datum/reagent/toxin/polonium/ebow, 5) - target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 8) - target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 8) + target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 6) + target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 6) target.reagents.add_reagent(/datum/reagent/toxin/anacea, 4) /obj/item/projectile/energy/bolt/halloween diff --git a/code/modules/projectiles/projectile/magic.dm b/code/modules/projectiles/projectile/magic.dm index 5e246cd7afb1..8c10d168661d 100644 --- a/code/modules/projectiles/projectile/magic.dm +++ b/code/modules/projectiles/projectile/magic.dm @@ -71,8 +71,9 @@ if(!stuff.anchored && stuff.loc && !isobserver(stuff)) if(do_teleport(stuff, stuff, 10, channel = TELEPORT_CHANNEL_MAGIC)) teleammount++ - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(max(round(4 - teleammount),0), stuff.loc) //Smoke drops off if a lot of stuff is moved for the sake of sanity + var/smoke_range = max(round(4 - teleammount), 0) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(smoke_range, location = stuff.loc) //Smoke drops off if a lot of stuff is moved for the sake of sanity smoke.start() /obj/item/projectile/magic/safety @@ -92,8 +93,8 @@ if(do_teleport(target, destination_turf, channel=TELEPORT_CHANNEL_MAGIC)) for(var/t in list(origin_turf, destination_turf)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, t) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = t) smoke.start() /obj/item/projectile/magic/door diff --git a/code/modules/projectiles/projectile/reusable/foam_dart.dm b/code/modules/projectiles/projectile/reusable/foam_dart.dm index 6603af099a5c..9d9080e18f52 100644 --- a/code/modules/projectiles/projectile/reusable/foam_dart.dm +++ b/code/modules/projectiles/projectile/reusable/foam_dart.dm @@ -9,6 +9,31 @@ ammo_type = /obj/item/ammo_casing/reusable/foam_dart range = 10 +/// Apply stamina damage to other toy gun users +/obj/item/projectile/bullet/reusable/foam_dart/on_hit(atom/target, blocked) + . = ..() + + if(stamina > 0) // NO RIOT DARTS!!! + return + + if(!iscarbon(target)) + return + + var/nerfed = FALSE + var/mob/living/carbon/C = target + for(var/obj/item/gun/ballistic/T in C.held_items) // Is usually just ~2 items + if(ispath(T.mag_type, /obj/item/ammo_box/magazine/toy)) // All automatic foam force guns + nerfed = TRUE + break + if(ispath(T.mag_type, /obj/item/ammo_box/magazine/internal/shot/toy)) // Foam force shotguns & crossbows + nerfed = TRUE + break + + if(!nerfed) + return + + C.adjustStaminaLoss(25) // ARMOR IS CHEATING!!! + /obj/item/projectile/bullet/reusable/foam_dart/riot name = "riot foam dart" icon_state = "foamdart_riot_proj" diff --git a/code/modules/projectiles/projectile/special/ion.dm b/code/modules/projectiles/projectile/special/ion.dm index c092b5f5e769..516ae54f67ad 100644 --- a/code/modules/projectiles/projectile/special/ion.dm +++ b/code/modules/projectiles/projectile/special/ion.dm @@ -6,12 +6,22 @@ nodamage = TRUE flag = ENERGY impact_effect_type = /obj/effect/temp_visual/impact_effect/ion - var/emp_radius = 1 + var/light_emp_radius = 1 + var/heavy_emp_radius = 0.5 //Effectively 1 but doesnt spread to adjacent tiles /obj/item/projectile/ion/on_hit(atom/target, blocked = FALSE) ..() - empulse(target, emp_radius, emp_radius) + empulse(target, heavy_emp_radius, light_emp_radius) return BULLET_ACT_HIT /obj/item/projectile/ion/weak - emp_radius = 0 + light_emp_radius = 0 + heavy_emp_radius = 0 + +/obj/item/projectile/ion/light + light_emp_radius = 1 + heavy_emp_radius = 0 + +/obj/item/projectile/ion/heavy + light_emp_radius = 2 + heavy_emp_radius = 2 diff --git a/code/modules/reagents/chemistry/machinery/smoke_machine.dm b/code/modules/reagents/chemistry/machinery/smoke_machine.dm index 2de5234a132c..c7477ce9d10f 100644 --- a/code/modules/reagents/chemistry/machinery/smoke_machine.dm +++ b/code/modules/reagents/chemistry/machinery/smoke_machine.dm @@ -15,17 +15,19 @@ var/setting = 1 // displayed range is 3 * setting var/max_range = 3 // displayed max range is 3 * max range -/datum/effect_system/smoke_spread/chem/smoke_machine/set_up(datum/reagents/carry, setting=1, efficiency=10, loc, silent=FALSE) - amount = setting - carry.copy_to(chemholder, 20) - carry.remove_any(amount * 16 / efficiency) - location = loc +/datum/effect_system/fluid_spread/smoke/chem/smoke_machine/set_up(range = 1, amount = DIAMOND_AREA(range), atom/location = null, datum/reagents/carry = null, efficiency = 10, silent=FALSE) + src.location = get_turf(location) + src.amount = amount + carry?.copy_to(chemholder, 20) + carry?.remove_any(amount / efficiency) -/datum/effect_system/smoke_spread/chem/smoke_machine - effect_type = /obj/effect/particle_effect/smoke/chem/smoke_machine +/// A factory which produces clouds of smoke for the smoke machine. +/datum/effect_system/fluid_spread/smoke/chem/smoke_machine + effect_type = /obj/effect/particle_effect/fluid/smoke/chem/smoke_machine -/obj/effect/particle_effect/smoke/chem/smoke_machine - opaque = FALSE +/// Smoke which is produced by the smoke machine. Slightly transparent and does not block line of sight. +/obj/effect/particle_effect/fluid/smoke/chem/smoke_machine + opacity = FALSE alpha = 100 /obj/machinery/smoke_machine/Initialize() @@ -54,9 +56,9 @@ if(new_volume < reagents.total_volume) reagents.reaction(loc, TOUCH) // if someone manages to downgrade it without deconstructing reagents.clear_reagents() - efficiency = 9 + efficiency = 18 for(var/obj/item/stock_parts/capacitor/C in component_parts) - efficiency += C.rating + efficiency += 2 * C.rating max_range = 1 for(var/obj/item/stock_parts/manipulator/M in component_parts) max_range += M.rating @@ -70,12 +72,12 @@ on = FALSE update_icon() return - var/turf/T = get_turf(src) - var/smoke_test = locate(/obj/effect/particle_effect/smoke) in T + var/turf/location = get_turf(src) + var/smoke_test = locate(/obj/effect/particle_effect/fluid/smoke) in location if(on && !smoke_test) update_icon() - var/datum/effect_system/smoke_spread/chem/smoke_machine/smoke = new() - smoke.set_up(reagents, setting*3, efficiency, T) + var/datum/effect_system/fluid_spread/smoke/chem/smoke_machine/smoke = new() + smoke.set_up(setting * 3, location = location, carry = reagents, efficiency = efficiency) smoke.start() /obj/machinery/smoke_machine/attackby(obj/item/I, mob/user, params) diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index c380f34f50a9..5977dc74c6a9 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -1866,3 +1866,18 @@ M.Jitter(10 SECONDS) M.emote("gasp") +/datum/reagent/medicine/naniteremover + name = "Nanolytic Agent" + description = "Creates an environment that in unsuitable for nanites, causing them to rapidly break down." + reagent_state = LIQUID + color = "#ff00d4" + metabolization_rate = 0.5 * REAGENTS_METABOLISM + taste_description = "acidic oil" + process_flags = ORGANIC | SYNTHETIC + var/nanite_reduction = -50 + +/datum/reagent/medicine/naniteremover/on_mob_life(mob/living/carbon/M) + if(SEND_SIGNAL(M, COMSIG_HAS_NANITES)) + SEND_SIGNAL(M, COMSIG_NANITE_ADJUST_VOLUME, nanite_reduction) + return ..() + \ No newline at end of file diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm index 5bc0f7fbb2c5..bf0b84919df5 100644 --- a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm @@ -249,25 +249,25 @@ color = "#A6FAFF55" taste_description = "the inside of a fire extinguisher" -/datum/reagent/firefighting_foam/reaction_turf(turf/open/T, reac_volume) - if (!istype(T)) +/datum/reagent/firefighting_foam/reaction_turf(turf/open/exposed_turf, reac_volume) + . = ..() + if (!istype(exposed_turf)) return if(reac_volume >= 1) - var/obj/effect/particle_effect/foam/firefighting/F = (locate(/obj/effect/particle_effect/foam) in T) - if(!F) - F = new(T) - else if(istype(F)) - F.lifetime = initial(F.lifetime) //reduce object churn a little bit when using smoke by keeping existing foam alive a bit longer - - var/obj/effect/hotspot/hotspot = (locate(/obj/effect/hotspot) in T) - if(hotspot && !isspaceturf(T)) - if(T.air) - var/datum/gas_mixture/G = T.air - if(G.return_temperature() > T20C) - G.set_temperature(max(G.return_temperature()/2,T20C)) - G.react(src) - qdel(hotspot) + var/obj/effect/particle_effect/fluid/foam/firefighting/foam = (locate(/obj/effect/particle_effect/fluid/foam) in exposed_turf) + if(!foam) + foam = new(exposed_turf) + else if(istype(foam)) + foam.lifetime = initial(foam.lifetime) //reduce object churn a little bit when using smoke by keeping existing foam alive a bit longer + + var/obj/effect/hotspot/hotspot = (locate(/obj/effect/hotspot) in exposed_turf) + if(hotspot && !isspaceturf(exposed_turf) && exposed_turf.air) + var/datum/gas_mixture/air = exposed_turf.air + if(air.return_temperature() > T20C) + air.set_temperature(max(air.return_temperature()/2, T20C)) + air.react(src) + qdel(hotspot) /datum/reagent/firefighting_foam/reaction_obj(obj/O, reac_volume) O.extinguish() diff --git a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm index 49f515fb4870..b41ab24378dd 100644 --- a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm @@ -415,12 +415,6 @@ M.radiation += radpower ..() -/datum/reagent/toxin/polonium/ebow - name = "Potent Polonium" - description = "A more potent form of Polonium. It is purged more quickly from the body, but also significantly more deadly." - metabolization_rate = 0.8 * REAGENTS_METABOLISM - radpower = 80 - /datum/reagent/toxin/histamine name = "Histamine" description = "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal." diff --git a/code/modules/reagents/chemistry/recipes/drugs.dm b/code/modules/reagents/chemistry/recipes/drugs.dm index 269ec1d35056..5d500bfd9954 100644 --- a/code/modules/reagents/chemistry/recipes/drugs.dm +++ b/code/modules/reagents/chemistry/recipes/drugs.dm @@ -32,8 +32,8 @@ var/datum/reagents/R = new/datum/reagents(5) R.my_atom = holder.my_atom R.add_reagent(/datum/reagent/toxin/acid/fluacid, 5) - var/datum/effect_system/smoke_spread/chem/S = new - S.set_up(R, 0.5, holder.my_atom, 0) + var/datum/effect_system/fluid_spread/smoke/chem/S = new + S.set_up(0.5, location = holder, carry = R,) S.start() playsound(get_turf(holder.my_atom), 'sound/effects/smoke.ogg', 50, 1, -3) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 118a3a411ae2..0bc822ce0920 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -11,6 +11,12 @@ results = list(/datum/reagent/lube = 4) required_reagents = list(/datum/reagent/water = 1, /datum/reagent/silicon = 1, /datum/reagent/oxygen = 1) +/datum/chemical_reaction/naniteremover + name = "Nanolytic Agent" + id = /datum/reagent/medicine/naniteremover + results = list(/datum/reagent/medicine/naniteremover = 3) + required_reagents = list(/datum/reagent/stable_plasma = 1, /datum/reagent/toxin/acid = 1, /datum/reagent/ammonia = 1) + /datum/chemical_reaction/itching_powder name = "Itching Powder" id = /datum/reagent/itching_powder @@ -382,15 +388,7 @@ mob_react = FALSE /datum/chemical_reaction/foam/on_reaction(datum/reagents/holder, created_volume) - var/location = get_turf(holder.my_atom) - for(var/mob/M in viewers(5, location)) - to_chat(M, span_danger("The solution spews out foam!")) - var/datum/effect_system/foam_spread/s = new() - s.set_up(created_volume*2, location, holder) - s.start() - holder.clear_reagents() - return - + holder.create_foam(/datum/effect_system/fluid_spread/foam, 2 * created_volume, notification = span_danger("The solution spews out foam!")) /datum/chemical_reaction/metalfoam name = "Metal Foam" @@ -399,15 +397,7 @@ mob_react = FALSE /datum/chemical_reaction/metalfoam/on_reaction(datum/reagents/holder, created_volume) - var/location = get_turf(holder.my_atom) - - for(var/mob/M in viewers(5, location)) - to_chat(M, span_danger("The solution spews out a metallic foam!")) - - var/datum/effect_system/foam_spread/metal/s = new() - s.set_up(created_volume*5, location, holder, 1) - s.start() - holder.clear_reagents() + holder.create_foam(/datum/effect_system/fluid_spread/foam/metal, 5 * created_volume, /obj/structure/foamedmetal, span_danger("The solution spews out a metallic foam!")) /datum/chemical_reaction/smart_foam name = "Smart Metal Foam" @@ -416,12 +406,7 @@ mob_react = TRUE /datum/chemical_reaction/smart_foam/on_reaction(datum/reagents/holder, created_volume) - var/turf/location = get_turf(holder.my_atom) - location.visible_message(span_danger("The solution spews out metallic foam!")) - var/datum/effect_system/foam_spread/metal/smart/s = new() - s.set_up(created_volume * 5, location, holder, TRUE) - s.start() - holder.clear_reagents() + holder.create_foam(/datum/effect_system/fluid_spread/foam/metal/smart, 5 * created_volume, /obj/structure/foamedmetal, span_danger("The solution spews out metallic foam!")) /datum/chemical_reaction/ironfoam name = "Iron Foam" @@ -430,13 +415,7 @@ mob_react = FALSE /datum/chemical_reaction/ironfoam/on_reaction(datum/reagents/holder, created_volume) - var/location = get_turf(holder.my_atom) - for(var/mob/M in viewers(5, location)) - to_chat(M, span_danger("The solution spews out a metallic foam!")) - var/datum/effect_system/foam_spread/metal/s = new() - s.set_up(created_volume*5, location, holder, 2) - s.start() - holder.clear_reagents() + holder.create_foam(/datum/effect_system/fluid_spread/foam/metal/iron, 5 * created_volume, /obj/structure/foamedmetal/iron, span_danger("The solution spews out a metallic foam!")) /datum/chemical_reaction/foaming_agent name = "Foaming Agent" diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index 24f81e284d08..37f7145870d3 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -292,11 +292,11 @@ holder.remove_reagent(/datum/reagent/smoke_powder, created_volume*3) var/smoke_radius = round(sqrt(created_volume * 1.5), 1) var/location = get_turf(holder.my_atom) - var/datum/effect_system/smoke_spread/chem/S = new + var/datum/effect_system/fluid_spread/smoke/chem/S = new S.attach(location) playsound(location, 'sound/effects/smoke.ogg', 50, 1, -3) if(S) - S.set_up(holder, smoke_radius, location, 0) + S.set_up(smoke_radius, location = location, carry = holder) S.start() if(holder && holder.my_atom) holder.clear_reagents() @@ -311,11 +311,11 @@ /datum/chemical_reaction/smoke_powder_smoke/on_reaction(datum/reagents/holder, created_volume) var/location = get_turf(holder.my_atom) var/smoke_radius = round(sqrt(created_volume / 2), 1) - var/datum/effect_system/smoke_spread/chem/S = new + var/datum/effect_system/fluid_spread/smoke/chem/S = new S.attach(location) playsound(location, 'sound/effects/smoke.ogg', 50, 1, -3) if(S) - S.set_up(holder, smoke_radius, location, 0) + S.set_up(smoke_radius, location = location, carry = holder) S.start() if(holder && holder.my_atom) holder.clear_reagents() diff --git a/code/modules/reagents/reagent_containers/borghypo.dm b/code/modules/reagents/reagent_containers/borghypo.dm index 6173adaa4a85..a922925a8c9f 100644 --- a/code/modules/reagents/reagent_containers/borghypo.dm +++ b/code/modules/reagents/reagent_containers/borghypo.dm @@ -45,6 +45,7 @@ Borg Hypospray /obj/item/reagent_containers/borghypo/Destroy() STOP_PROCESSING(SSobj, src) + QDEL_LIST(reagent_list) return ..() diff --git a/code/modules/recycling/disposal/bin.dm b/code/modules/recycling/disposal/bin.dm index e090782ce478..bab1c389c7b8 100644 --- a/code/modules/recycling/disposal/bin.dm +++ b/code/modules/recycling/disposal/bin.dm @@ -139,7 +139,7 @@ else target.visible_message(span_danger("[user] has placed [target] in [src]."), span_userdanger("[user] has placed [target] in [src].")) log_combat(user, target, "stuffed", addition="into [src]") - target.LAssailant = user + target.LAssailant = WEAKREF(user) update_icon() /obj/machinery/disposal/relaymove(mob/user) diff --git a/code/modules/religion/religion_sects.dm b/code/modules/religion/religion_sects.dm index 4bf8ab525f29..52f8c6a66a79 100644 --- a/code/modules/religion/religion_sects.dm +++ b/code/modules/religion/religion_sects.dm @@ -390,7 +390,7 @@ altar_icon_state = "convertaltar-red" //honkmother bible is supposed to only cure clowns, honk, and be slippery. I don't know how I'll do that -/datum/religion_sect/honkmother/sect_bless/sect_bless(mob/living/blessed, mob/living/user) +/datum/religion_sect/honkmother/sect_bless(mob/living/blessed, mob/living/user) if(!ishuman(blessed)) return var/mob/living/carbon/human/H = blessed @@ -424,3 +424,45 @@ to_chat(user, span_notice("HONK")) qdel(offering) return + +///////////// Sect of the Holy Light ///////////// +/datum/religion_sect/holylight + name = "Holy Light" + desc = "A sect dedicated to healing." + convert_opener = "Welcome to the Holy Light, disciple. Heal others to gain favor." + alignment = ALIGNMENT_GOOD // literally the only good sect besides default lol + rites_list = list(/datum/religion_rites/medibot, /datum/religion_rites/holysight, /datum/religion_rites/healrod, /datum/religion_rites/holyrevival) + altar_icon_state = "convertaltar-heal" + COOLDOWN_DECLARE(last_heal) + +/datum/religion_sect/holylight/on_conversion(mob/living/L) + . = ..() + for(var/obj/item/storage/book/bible/da_bible in L.GetAllContents()) + da_bible.success_heal_chance = 80 + +/datum/religion_sect/holylight/sect_bless(mob/living/L, mob/living/user) + if(!ishuman(L)) + return FALSE + + if(!COOLDOWN_FINISHED(src, last_heal)) // immersion broken + user.visible_message(span_notice("The Holy Light has exhausted its power. It may heal again in [(COOLDOWN_TIMELEFT(src, last_heal))/10] seconds.")) + return FALSE + COOLDOWN_START(src, last_heal, 12 SECONDS) + + var/mob/living/carbon/human/H = L + var/heal_amt = 20 + var/list/hurt_limbs = H.get_damaged_bodyparts(1, 1, null, BODYPART_ANY) + if(hurt_limbs.len) + var/amount_healed = 0 + for(var/X in hurt_limbs) + var/obj/item/bodypart/affecting = X + amount_healed += (heal_amt * 2) + min(affecting.brute_dam - heal_amt, 0) + min(affecting.burn_dam - heal_amt, 0) + if(affecting.heal_damage(heal_amt, heal_amt, null, BODYPART_ANY)) + H.update_damage_overlays() + adjust_favor(amount_healed, user) + H.visible_message(span_notice("[user] heals [H] with the power of [GLOB.deity]!")) + to_chat(H, span_boldnotice("May the power of [GLOB.deity] compel you to be healed!")) + playsound(user, 'sound/magic/staff_healing.ogg', 25, TRUE, -1) + SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "blessing", /datum/mood_event/blessing) + return TRUE + return FALSE diff --git a/code/modules/religion/rites.dm b/code/modules/religion/rites.dm index af549abcb5f2..9a1a2db98fb0 100644 --- a/code/modules/religion/rites.dm +++ b/code/modules/religion/rites.dm @@ -573,3 +573,122 @@ new /obj/item/stack/sheet/mineral/bananium (altar_turf) playsound(altar_turf, 'sound/items/bikehorn.ogg', 50, TRUE) return TRUE + +/*********Holy Light**********/ +/datum/religion_rites/medibot + name = "Angelic Assistance" + desc = "Creates a medibot." + ritual_length = 15 SECONDS + ritual_invocations = list( + "To prolong healing far past even my expiration...", + "...Automated, soulless, but efficient...", + "...Grant us this sustaining robot...", + ) + invoke_msg = "So that we may live forever!" + favor_cost = 150 + +/datum/religion_rites/medibot/invoke_effect(mob/living/user, atom/movable/religious_tool) + var/altar_turf = get_turf(religious_tool) + var/atom/newitem = new /mob/living/simple_animal/bot/medbot (altar_turf) + newitem.name = "\improper Holy Medibot" + playsound(altar_turf, 'sound/magic/staff_healing.ogg', 50, TRUE) + return TRUE + +/datum/religion_rites/holysight + name = "Holy Sight" + desc = "Creates a medhud implant." + ritual_length = 15 SECONDS + ritual_invocations = list( + "To aid in our journey to heal...", + "...Grant us the ability to see within...", + ) + invoke_msg = "So that we may seek the injured!" + favor_cost = 250 + +/datum/religion_rites/holysight/invoke_effect(mob/living/user, atom/movable/religious_tool) + var/altar_turf = get_turf(religious_tool) + var/atom/newitem = new /obj/item/autosurgeon/cmo (altar_turf) + newitem.name = "autosurgeon of truesight" + playsound(altar_turf, 'sound/magic/staff_healing.ogg', 50, TRUE) + return TRUE + +/datum/religion_rites/healrod + name = "The White" + desc = "Creates an area-of-effect healing rod." + ritual_length = 20 SECONDS + ritual_invocations = list( + "To ensure all remain healthy...", + "...Grant us a tool capable of passively healing the injured...", + "...One that binds us to an unbreakable contract of pacifism..." + ) + invoke_msg = "So that we may heal all indiscriminately!" + favor_cost = 400 + +/obj/item/rod_of_asclepius/white + name = "\improper Rod of The White" + desc = "A sleek white rod with a snake spiraling along it." + efficiency = 0.5 + +/obj/item/rod_of_asclepius/white/Initialize() + . = ..() + add_atom_colour(GLOB.freon_color_matrix, TEMPORARY_COLOUR_PRIORITY) + +/datum/religion_rites/healrod/invoke_effect(mob/living/user, atom/movable/religious_tool) + var/altar_turf = get_turf(religious_tool) + new /obj/item/rod_of_asclepius/white (altar_turf) + playsound(altar_turf, 'sound/magic/staff_healing.ogg', 75, TRUE) + return TRUE + +/datum/religion_rites/holyrevival + name = "Rebirth" + desc = "Regenerates a being to its once pure state." + ritual_length = 60 SECONDS + ritual_invocations = list( + "This being is in dire need of your assistance...", + "...As they have been inflicted with great ailment...", + "...Please, grant us the unbridled power of the Holy Light...", + "...We will channel our power in your name...", + ) + invoke_msg = "So that this being may be reborn in your image!" + favor_cost = 650 + +/datum/religion_rites/holyrevival/perform_rite(mob/living/user, atom/religious_tool) + if(!ismovable(religious_tool)) + to_chat(user, span_warning("This rite requires a religious device that individuals can be buckled to.")) + return FALSE + var/atom/movable/movable_reltool = religious_tool + if(!movable_reltool) + return FALSE + if(!LAZYLEN(movable_reltool.buckled_mobs)) + . = FALSE + if(!movable_reltool.can_buckle) + to_chat(user, span_warning("This rite requires a religious device that individuals can be buckled to.")) + return + to_chat(user, span_warning("This rite requires an individual to be buckled to [movable_reltool].")) + return + return ..() + +/datum/religion_rites/holyrevival/invoke_effect(mob/living/user, atom/movable/religious_tool) + if(!ismovable(religious_tool)) + CRASH("[name]'s perform_rite had a movable atom that has somehow turned into a non-movable!") + var/atom/movable/movable_reltool = religious_tool + if(!movable_reltool?.buckled_mobs?.len) + return FALSE + var/mob/living/carbon/human/man_to_revive + for(var/i in movable_reltool.buckled_mobs) + if(istype(i,/mob/living/carbon/human)) + man_to_revive = i + break + if(!man_to_revive) + return FALSE + var/was_dead = man_to_revive.stat == DEAD + man_to_revive.revive(TRUE) + if(was_dead) // aheal needs downside + man_to_revive.adjustCloneLoss(75) // can be slowly healed with the rod of asclepius anyways + man_to_revive.add_atom_colour(GLOB.freon_color_matrix, TEMPORARY_COLOUR_PRIORITY) + to_chat(man_to_revive, span_userdanger("As you rise anew, you forget all that had previously harmed you!")) + man_to_revive.emote("smile") + man_to_revive.visible_message(span_notice("[man_to_revive] rises, reborn in the Holy Light!")) + var/altar_turf = get_turf(religious_tool) + playsound(altar_turf, 'sound/magic/staff_healing.ogg', 100, TRUE) + return TRUE diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index 5be45906a8a8..4c306bfbe516 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -254,8 +254,8 @@ loaded_item = null /obj/machinery/rnd/experimentor/proc/throwSmoke(turf/where) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, where) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = where) smoke.start() @@ -338,28 +338,28 @@ autoexperiment = 0 visible_message(span_danger("[src] destroys [exp_on], leaking dangerous gas!")) chosenchem = pick(/datum/reagent/carbon,/datum/reagent/uranium/radium,/datum/reagent/toxin,/datum/reagent/consumable/condensedcapsaicin,/datum/reagent/drug/mushroomhallucinogen,/datum/reagent/drug/space_drugs,/datum/reagent/consumable/ethanol,/datum/reagent/consumable/ethanol/beepsky_smash) - var/datum/reagents/R = new/datum/reagents(50) - R.my_atom = src - R.add_reagent(chosenchem , 50) + var/datum/reagents/tmp_holder = new/datum/reagents(50) + tmp_holder.my_atom = src + tmp_holder.add_reagent(chosenchem , 50) investigate_log("Experimentor has released [chosenchem] smoke.", INVESTIGATE_EXPERIMENTOR) - var/datum/effect_system/smoke_spread/chem/smoke = new - smoke.set_up(R, 0, src, silent = TRUE) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new + smoke.set_up(0, location = src, carry = tmp_holder, silent = TRUE) playsound(src, 'sound/effects/smoke.ogg', 50, 1, -3) smoke.start() - qdel(R) + qdel(tmp_holder) ejectItem(TRUE) else if(prob(EFFECT_PROB_VERYLOW-badThingCoeffIfCrit)) autoexperiment = 0 visible_message(span_danger("[src]'s chemical chamber has sprung a leak!")) chosenchem = pick(/datum/reagent/mutationtoxin/felinid,/datum/reagent/nanomachines,/datum/reagent/toxin/acid) - var/datum/reagents/R = new/datum/reagents(50) - R.my_atom = src - R.add_reagent(chosenchem , 50) - var/datum/effect_system/smoke_spread/chem/smoke = new - smoke.set_up(R, 0, src, silent = TRUE) + var/datum/reagents/tmp_holder = new/datum/reagents(50) + tmp_holder.my_atom = src + tmp_holder.add_reagent(chosenchem , 50) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new + smoke.set_up(0, location = src, carry = tmp_holder, silent = TRUE) playsound(src, 'sound/effects/smoke.ogg', 50, 1, -3) smoke.start() - qdel(R) + qdel(tmp_holder) ejectItem(TRUE) warn_admins(usr, "[chosenchem] smoke") investigate_log("Experimentor has released [chosenchem] smoke!", INVESTIGATE_EXPERIMENTOR) @@ -444,15 +444,15 @@ else if(prob(EFFECT_PROB_VERYLOW-badThingCoeff)) autoexperiment = 0 visible_message(span_danger("[src] malfunctions, shattering [exp_on] and releasing a dangerous cloud of coolant!")) - var/datum/reagents/R = new/datum/reagents(50) - R.my_atom = src - R.add_reagent(/datum/reagent/consumable/frostoil, 50) + var/datum/reagents/tmp_holder = new/datum/reagents(50) + tmp_holder.my_atom = src + tmp_holder.add_reagent(/datum/reagent/consumable/frostoil, 50) investigate_log("Experimentor has released frostoil gas.", INVESTIGATE_EXPERIMENTOR) - var/datum/effect_system/smoke_spread/chem/smoke = new - smoke.set_up(R, 0, src, silent = TRUE) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new + smoke.set_up(0, location = src, carry = tmp_holder, silent = TRUE) playsound(src, 'sound/effects/smoke.ogg', 50, 1, -3) smoke.start() - qdel(R) + qdel(tmp_holder) ejectItem(TRUE) else if(prob(EFFECT_PROB_LOW-badThingCoeff)) autoexperiment = 0 @@ -472,8 +472,8 @@ else if(prob(EFFECT_PROB_MEDIUM-badThingCoeff)) autoexperiment = 0 visible_message(span_warning("[src] malfunctions, releasing a flurry of chilly air as [exp_on] pops out!")) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, loc) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = loc) smoke.start() ejectItem() //////////////////////////////////////////////////////////////////////////////////////////////// @@ -639,8 +639,8 @@ //////////////// RELIC PROCS ///////////////////////////// /obj/item/relic/proc/throwSmoke(turf/where) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, get_turf(where)) + var/datum/effect_system/fluid_spread/smoke/smoke = new + smoke.set_up(0, location = get_turf(where)) smoke.start() /obj/item/relic/proc/corgicannon(mob/user) diff --git a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm index 95060195193b..6fb88510d445 100644 --- a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm +++ b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm @@ -469,7 +469,7 @@ datum/status_effect/rebreathing/tick() for(var/mob/living/simple_animal/slime/S in range(1, get_turf(owner))) if(!(owner in S.Friends)) to_chat(owner, span_notice("[linked_extract] pulses gently as it communicates with [S]")) - S.Friends[owner] = 1 + S.set_friendship(owner, 1) return ..() /datum/status_effect/stabilized/orange diff --git a/code/modules/research/xenobiology/crossbreeding/burning.dm b/code/modules/research/xenobiology/crossbreeding/burning.dm index 06680dde49da..82cc1c8391c4 100644 --- a/code/modules/research/xenobiology/crossbreeding/burning.dm +++ b/code/modules/research/xenobiology/crossbreeding/burning.dm @@ -34,7 +34,7 @@ Burning extracts: /obj/item/slimecross/burning/grey/do_effect(mob/user) var/mob/living/simple_animal/slime/S = new(get_turf(user),"grey") S.visible_message(span_danger("A baby slime emerges from [src], and it nuzzles [user] before burbling hungrily!")) - S.Friends[user] = 20 //Gas, gas, gas + S.set_friendship(user, 20) //Gas, gas, gas S.bodytemperature = T0C + 400 //We gonna step on the gas. S.set_nutrition(S.get_hunger_nutrition()) //Tonight, we fight! ..() @@ -45,11 +45,11 @@ Burning extracts: /obj/item/slimecross/burning/orange/do_effect(mob/user) user.visible_message(span_danger("[src] boils over with a caustic gas!")) - var/datum/reagents/R = new/datum/reagents(100) - R.add_reagent(/datum/reagent/consumable/condensedcapsaicin, 100) + var/datum/reagents/tmp_holder = new/datum/reagents(100) + tmp_holder.add_reagent(/datum/reagent/consumable/condensedcapsaicin, 100) - var/datum/effect_system/smoke_spread/chem/smoke = new - smoke.set_up(R, 7, get_turf(user)) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new + smoke.set_up(7, location = get_turf(user), carry = tmp_holder) smoke.start() ..() @@ -120,11 +120,11 @@ Burning extracts: /obj/item/slimecross/burning/darkblue/do_effect(mob/user) user.visible_message(span_danger("[src] releases a burst of chilling smoke!")) - var/datum/reagents/R = new/datum/reagents(100) - R.add_reagent(/datum/reagent/consumable/frostoil, 40) - user.reagents.add_reagent(/datum/reagent/medicine/cryoxadone,10) - var/datum/effect_system/smoke_spread/chem/smoke = new - smoke.set_up(R, 7, get_turf(user)) + var/datum/reagents/tmp_holder = new/datum/reagents(100) + tmp_holder.add_reagent(/datum/reagent/consumable/frostoil, 40) + user.reagents.add_reagent(/datum/reagent/medicine/regen_jelly, 10) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new + smoke.set_up(7, location = get_turf(user), carry = tmp_holder) smoke.start() ..() @@ -200,10 +200,10 @@ Burning extracts: for(var/mob/living/simple_animal/slime/S in view(7, get_turf(user))) if(user in S.Friends) var/friendliness = S.Friends[user] - S.Friends = list() - S.Friends[user] = friendliness + S.clear_friends() + S.set_friendship(user, friendliness) else - S.Friends = list() + S.clear_friends() S.rabid = 1 S.visible_message(span_danger("The [S] is driven into a dangerous frenzy!")) ..() diff --git a/code/modules/research/xenobiology/xenobio_camera.dm b/code/modules/research/xenobiology/xenobio_camera.dm index 05c578a24066..15e66e7416fa 100644 --- a/code/modules/research/xenobiology/xenobio_camera.dm +++ b/code/modules/research/xenobiology/xenobio_camera.dm @@ -238,7 +238,7 @@ if(X.monkeys >= 1) var/mob/living/carbon/monkey/food = new /mob/living/carbon/monkey(remote_eye.loc, TRUE, owner) if (!QDELETED(food)) - food.LAssailant = C + food.LAssailant = WEAKREF(C) X.monkeys-- X.monkeys = round(X.monkeys, 0.1) //Prevents rounding errors to_chat(owner, "[X] now has [X.monkeys] monkeys stored.") @@ -440,7 +440,7 @@ if(X.monkeys >= 1) var/mob/living/carbon/monkey/food = new /mob/living/carbon/monkey(T, TRUE, C) if (!QDELETED(food)) - food.LAssailant = C + food.LAssailant = WEAKREF(C) X.monkeys-- X.monkeys = round(X.monkeys, 0.1) //Prevents rounding errors to_chat(C, "[X] now has [X.monkeys] monkeys stored.") diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 0022f70a258b..f3fa1049406a 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -320,11 +320,7 @@ return 250 if(SLIME_ACTIVATE_MAJOR) - var/location = get_turf(user) - var/datum/effect_system/foam_spread/s = new() - s.set_up(20, location, user.reagents) - s.start() - user.reagents.clear_reagents() + user.reagents.create_foam(/datum/effect_system/fluid_spread/foam, 20) user.visible_message(span_danger("Foam spews out from [user]'s skin!"), span_warning("You activate [src], and foam bursts out of your skin!")) return 600 diff --git a/code/modules/spells/spell.dm b/code/modules/spells/spell.dm index 651cd64889e3..b48a884a2600 100644 --- a/code/modules/spells/spell.dm +++ b/code/modules/spells/spell.dm @@ -147,8 +147,10 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th var/sparks_spread = 0 var/sparks_amt = 0 //cropped at 10 - var/smoke_spread = 0 //1 - harmless, 2 - harmful - var/smoke_amt = 0 //cropped at 10 + /// The typepath of the smoke to create on cast. + var/smoke_spread = null + /// The amount of smoke to create on case. This is a range so a value of 5 will create enough smoke to cover everything within 5 steps. + var/smoke_amt = 0 var/centcom_cancast = TRUE //Whether or not the spell should be allowed on z2 @@ -358,19 +360,10 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th to_chat(target, text("[message]")) if(sparks_spread) do_sparks(sparks_amt, FALSE, location) - if(smoke_spread) - if(smoke_spread == 1) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(smoke_amt, location) - smoke.start() - else if(smoke_spread == 2) - var/datum/effect_system/smoke_spread/bad/smoke = new - smoke.set_up(smoke_amt, location) - smoke.start() - else if(smoke_spread == 3) - var/datum/effect_system/smoke_spread/sleeping/smoke = new - smoke.set_up(smoke_amt, location) - smoke.start() + if(ispath(smoke_spread, /datum/effect_system/fluid_spread/smoke)) // Dear god this code is :agony: + var/datum/effect_system/fluid_spread/smoke/smoke = new smoke_spread() + smoke.set_up(smoke_amt, location = location) + smoke.start() /obj/effect/proc_holder/spell/proc/cast(list/targets,mob/user = usr) diff --git a/code/modules/spells/spell_types/construct_spells.dm b/code/modules/spells/spell_types/construct_spells.dm index b33ab8a8bd3d..57c85b095fb8 100644 --- a/code/modules/spells/spell_types/construct_spells.dm +++ b/code/modules/spells/spell_types/construct_spells.dm @@ -183,7 +183,7 @@ include_user = TRUE cooldown_min = 20 //25 deciseconds reduction per rank - smoke_spread = 3 + smoke_spread = /datum/effect_system/fluid_spread/smoke/sleeping smoke_amt = 4 action_icon_state = "smoke" action_background_icon_state = "bg_cult" diff --git a/code/modules/spells/spell_types/devil.dm b/code/modules/spells/spell_types/devil.dm index c1439f95fa40..f66697b24c8c 100644 --- a/code/modules/spells/spell_types/devil.dm +++ b/code/modules/spells/spell_types/devil.dm @@ -220,7 +220,7 @@ var/list/dancefloor_turfs var/list/dancefloor_turfs_types var/dancefloor_exists = FALSE - var/datum/effect_system/smoke_spread/transparent/dancefloor_devil/smoke + var/datum/effect_system/fluid_spread/smoke/transparent/dancefloor_devil/smoke /obj/effect/proc_holder/spell/targeted/summon_dancefloor/cast(list/targets, mob/user = usr) @@ -229,7 +229,7 @@ if(!smoke) smoke = new() - smoke.set_up(0, get_turf(user)) + smoke.set_up(0, location = get_turf(user)) smoke.start() if(dancefloor_exists) @@ -253,8 +253,8 @@ T.ChangeTurf((i % 2 == 0) ? /turf/open/floor/light/colour_cycle/dancefloor_a : /turf/open/floor/light/colour_cycle/dancefloor_b, flags = CHANGETURF_INHERIT_AIR) i++ -/datum/effect_system/smoke_spread/transparent/dancefloor_devil - effect_type = /obj/effect/particle_effect/smoke/transparent/dancefloor_devil +/datum/effect_system/fluid_spread/smoke/transparent/dancefloor_devil + effect_type = /obj/effect/particle_effect/fluid/smoke/transparent/dancefloor_devil -/obj/effect/particle_effect/smoke/transparent/dancefloor_devil +/obj/effect/particle_effect/fluid/smoke/transparent/dancefloor_devil lifetime = 2 diff --git a/code/modules/spells/spell_types/touch_attacks.dm b/code/modules/spells/spell_types/touch_attacks.dm index 895178ec9e0a..f9b9785f2a5f 100644 --- a/code/modules/spells/spell_types/touch_attacks.dm +++ b/code/modules/spells/spell_types/touch_attacks.dm @@ -92,7 +92,7 @@ /obj/effect/proc_holder/spell/targeted/touch/pacify name = "Pacify" - desc = "This spell charges your hand with pure pacifism, alows to pacify your targets and turn them into gondolas. Also temporary mutes them." + desc = "This spell charges your hand with pure pacifism, allowing you to temporarily mute and pacify your targets, as well as turn them into gondolas." hand_path = /obj/item/melee/touch_attack/pacifism school = "evocation" diff --git a/code/modules/spells/spell_types/wizard.dm b/code/modules/spells/spell_types/wizard.dm index 5c41a2b17c43..cfc1797a4975 100644 --- a/code/modules/spells/spell_types/wizard.dm +++ b/code/modules/spells/spell_types/wizard.dm @@ -72,7 +72,7 @@ include_user = TRUE cooldown_min = 20 //25 deciseconds reduction per rank - smoke_spread = 2 + smoke_spread = /datum/effect_system/fluid_spread/smoke/bad smoke_amt = 4 action_icon_state = "smoke" @@ -90,7 +90,7 @@ range = -1 include_user = TRUE - smoke_spread = 1 + smoke_spread = /datum/effect_system/fluid_spread/smoke smoke_amt = 2 action_icon_state = "smoke" @@ -124,7 +124,7 @@ cooldown_min = 5 //4 deciseconds reduction per rank - smoke_spread = 1 + smoke_spread = /datum/effect_system/fluid_spread/smoke smoke_amt = 0 inner_tele_radius = 0 @@ -155,7 +155,7 @@ include_user = TRUE cooldown_min = 200 //100 deciseconds reduction per rank - smoke_spread = 1 + smoke_spread = /datum/effect_system/fluid_spread/smoke smoke_amt = 2 sound1 = 'sound/magic/teleport_diss.ogg' sound2 = 'sound/magic/teleport_app.ogg' diff --git a/code/modules/surgery/bodyparts/_bodyparts.dm b/code/modules/surgery/bodyparts/_bodyparts.dm index a716d9a56b80..5d049e3aae71 100644 --- a/code/modules/surgery/bodyparts/_bodyparts.dm +++ b/code/modules/surgery/bodyparts/_bodyparts.dm @@ -382,6 +382,12 @@ if(HAS_TRAIT(owner, TRAIT_EASYDISMEMBER)) damage *= 1.1 + + // If we have an open surgery site here, wound more easily + for(var/datum/surgery/S in owner.surgeries) + if(S.operated_bodypart == src) + damage *= 1.25 + break var/base_roll = rand(1, round(damage ** WOUND_DAMAGE_EXPONENT)) var/injury_roll = base_roll diff --git a/code/modules/surgery/organs/autosurgeon.dm b/code/modules/surgery/organs/autosurgeon.dm index 626f2a0278f9..94f369f67d34 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -177,6 +177,10 @@ uses = 1 starting_organ = /obj/item/organ/cyberimp/chest/spinalspeed +/obj/item/autosurgeon/suspicious + name = "syndicate autosurgeon" + icon_state = "autoimplanter_red" + //Limb autosurgeons /obj/item/autosurgeon/limb diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 457b3c687675..c043ac02dd3c 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -498,7 +498,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) Slaughter your enemies through sheer force, prone to overheating with extended use. We made this gun so advanced that it fires the whole bullet.\ Thats 60% more bullet per bullet and no more useless casings!" item = /obj/item/minigunbackpack - cost = 36 + cost = 30 surplus = 0 cant_discount = TRUE include_modes = list(/datum/game_mode/nuclear) @@ -641,6 +641,15 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 4 surplus = 50 +/datum/uplink_item/stealthy_weapons/dart_pistol + name = "Box of Chemical Shotgun Darts" + desc = "A box of 7 empty shotgun darts capable of holding 30 units of any reagent, cleverly \ + disguised as non-lethal beanbag slugs. People will still notice the big dart sticking \ + out of their arm. Be careful not to mix them up with actual beanbag slugs!" + item = /obj/item/storage/box/beanbag/syndie_darts + cost = 2 + surplus = 0 // useless for most people + /datum/uplink_item/stealthy_weapons/dehy_carp name = "Dehydrated Space Carp" desc = "Looks like a plush toy carp, but just add water and it becomes a real-life space carp! Activate in \ @@ -1744,8 +1753,8 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/device_tools/roburger_recipe name = "Roburger crafting recipe" desc = "This book contains legendary knowledge about how to make roburgers. \ - Roburgers turn people into cyborgs after a short while when eaten. \ - This book doesn't dissaper after use, so consider hiding it somewhere." + Roburgers turn people into cyborgs when eaten after a short while. \ + This book doesn't disappear after use, so consider hiding it somewhere." item = /obj/item/book/granter/crafting_recipe/roburgers cost = 14 include_objectives = list(/datum/objective/hijack, /datum/objective/martyr, /datum/objective/nuclear) //yogs: give sole_survivors the roburger @@ -1923,6 +1932,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) category = "Implants" surplus = 50 +/datum/uplink_item/implants/reusable + name = "Reusable Autosurgeon" + desc = "An empty autosurgeon, but unlike others can be used multiple times. More suspicious than others." + item = /obj/item/autosurgeon/suspicious + cost = 5 + // Nukies have no use for this and their autosurgeons are already multi-use + exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) + /datum/uplink_item/implants/adrenal name = "Adrenal Implant" desc = "An implant injected into the body, and later activated at the user's will. It will inject a chemical \ @@ -2853,7 +2870,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/nt/mech/marauder name = "Marauder exosuit" - desc = "A heavy-duty exosuit for when the going gets tough. Armed with three smoke bombs, and capable of mounting three pieces of equipment." + desc = "A heavy-duty exosuit for when the going gets tough. Armed with three smoke bombs, and capable of mounting four pieces of equipment." item = /obj/mecha/combat/marauder cost = 12 diff --git a/code/modules/vehicles/cars/clowncar.dm b/code/modules/vehicles/cars/clowncar.dm index 607d62cbff7f..a244aa9a7d0a 100644 --- a/code/modules/vehicles/cars/clowncar.dm +++ b/code/modules/vehicles/cars/clowncar.dm @@ -47,7 +47,11 @@ . = ..() if(prob(33)) visible_message(span_danger("[src] spews out a ton of space lube!")) - new /obj/effect/particle_effect/foam(loc) //YEET + var/datum/effect_system/fluid_spread/foam/foam = new + var/datum/reagents/foamreagent = new /datum/reagents(25) + foamreagent.add_reagent(/datum/reagent/lube, 25) + foam.set_up(4, holder = src, location = loc, carry = foamreagent) + foam.start() /obj/vehicle/sealed/car/clowncar/attacked_by(obj/item/I, mob/living/user) . = ..() @@ -106,11 +110,11 @@ new /obj/item/grown/bananapeel/specialpeel(loc) if(2) visible_message(span_danger("[user] has pressed one of the colorful buttons on [src] and unknown chemicals flood out of it.")) - var/datum/reagents/R = new/datum/reagents(300) - R.my_atom = src - R.add_reagent(get_random_reagent_id(), 100) - var/datum/effect_system/foam_spread/foam = new - foam.set_up(200, loc, R) + var/datum/reagents/tmp_holder = new/datum/reagents(300) + tmp_holder.my_atom = src + tmp_holder.add_reagent(get_random_reagent_id(), 100) + var/datum/effect_system/fluid_spread/foam/short/foam = new + foam.set_up(4, location = loc, carry = tmp_holder) foam.start() if(3) visible_message(span_danger("[user] has pressed one of the colorful buttons on [src] and the clown car turns on its singularity disguise system.")) @@ -119,11 +123,11 @@ addtimer(CALLBACK(src, .proc/ResetIcon), 100) if(4) visible_message(span_danger("[user] has pressed one of the colorful buttons on [src] and the clown car spews out a cloud of laughing gas.")) - var/datum/reagents/R = new/datum/reagents(300) - R.my_atom = src - R.add_reagent(/datum/reagent/consumable/superlaughter, 50) - var/datum/effect_system/smoke_spread/chem/smoke = new() - smoke.set_up(R, 4) + var/datum/reagents/tmp_holder = new/datum/reagents(300) + tmp_holder.my_atom = src + tmp_holder.add_reagent(/datum/reagent/consumable/superlaughter, 50) + var/datum/effect_system/fluid_spread/smoke/chem/smoke = new() + smoke.set_up(4, location = loc, carry = tmp_holder) smoke.attach(src) smoke.start() if(5) diff --git a/code/modules/zombie/items.dm b/code/modules/zombie/items.dm index 75000b0581f2..3f9303242006 100644 --- a/code/modules/zombie/items.dm +++ b/code/modules/zombie/items.dm @@ -18,12 +18,7 @@ damtype = "brute" var/inserted_organ = /obj/item/organ/zombie_infection var/infect_chance = 100 //Before armor calculations - var/scaled_infect_chance = FALSE //Does infection chance scale with damage? (100% of infect chance at 50% health(Crit, humans have 200% health!), 0% at max health) - //Approx chances, with 100 infect_chance - //20% at 40 damage - //40% at 60 damage - //70% at 80 damage - //100% at 100 damage + var/scaled_infect_chance = FALSE //Do we use steeper armor infection block chance or linear? /obj/item/zombie_hand/Initialize() . = ..() @@ -76,19 +71,10 @@ if(H.health <= HEALTH_THRESHOLD_FULLCRIT || (L && L.status != BODYPART_ROBOTIC))//no more infecting via metal limbs unless they're in hard crit and probably going to die var/flesh_wound = ran_zone(user.zone_selected) if(scaled_infect_chance) - var/mob/living/mob_target = M - var/total_damage = mob_target.get_damage_amount(BRUTE) - - var/infect_modifier = (total_damage ** 2) / 100 - - infect_modifier = clamp(infect_modifier, 0, 100) - - if(prob(infect_modifier)) - if(prob(infect_chance - H.getarmor(flesh_wound, MELEE))) - if(!H.stat) - try_to_zombie_infect(M, inserted_organ) - - else + var/scaled_infection = ((100 - H.getarmor(flesh_wound, MELEE))/100) ^ 1.5 //20 armor -> 71.5% chance of infection + if(prob(infect_chance * scaled_infection)) //40 armor -> 46.5% chance + try_to_zombie_infect(M, inserted_organ) //60 armor -> 25.3% chance + else //80 armor -> 8.9% chance if(prob(infect_chance - H.getarmor(flesh_wound, MELEE))) try_to_zombie_infect(M, inserted_organ) else diff --git a/config/antag_rep.txt b/config/antag_rep.txt index f822e855db0a..cac1b7a5d56a 100644 --- a/config/antag_rep.txt +++ b/config/antag_rep.txt @@ -1,8 +1,65 @@ ## Custom antag reputation values ## List of job titles followed by antag rep value, all prefixed with ANTAG_REP. See code/modules/jobs/job_types for titles +## Jobs with spaces in them must have an underscore instead ## e.g. ## ANTAG_REP Captain 10 +## ANTAG_REP Security_Officer 5 ## ANTAG_REP Assistant 0 -ANTAG_REP Assistant 10 -## Like everyone else :) \ No newline at end of file +## Short explanation of antag rep rewards: +## - Players that are antagonist are set to lose antag reputation +## - When a player joins as a station job, they are set to earn that job's antag reputation +## - At a certain time into the round, all players are checked +## - Players that are dead, dying, or AFK are set to earn no antag reputation for that round +## - When the round ends, all players are checked again +## - Players that are on centcom and alive receive 2x antag reputation +## - Players that are not on centcom and alive receive 1.5x antag reputation +## Antag reputation is always rounded down + +## Default is currently 3, as listed in code/modules/jobs/job_types/_job.dm + +## Heads are important and envied roles, we should reward people for playing them +ANTAG_REP AI 6 # AI is an important role but will survive 80% of rounds +ANTAG_REP Captain 15 +ANTAG_REP Chief_Engineer 10 +ANTAG_REP Chief_Medical Officer 10 +ANTAG_REP Head_of_Personnel 12 +ANTAG_REP Head_of_Security 14 +ANTAG_REP Research_Director 8 # Basically scientist++ + +## Security also gets bonus rep, play sec to roll antag more! +ANTAG_REP Detective 9 +ANTAG_REP Security_Officer 12 +ANTAG_REP Warden 13 + +## Certain civilian jobs are more important than others and get more rep +ANTAG_REP Artist 3 +ANTAG_REP Assistant 3 +ANTAG_REP Atmospheric_Technician 5 +ANTAG_REP Bartender 5 +ANTAG_REP Botanist 5 +ANTAG_REP Cargo_Technician 5 +ANTAG_REP Chaplain 6 +ANTAG_REP Chemist 5 +ANTAG_REP Clown 4 +ANTAG_REP Cook 5 +ANTAG_REP Curator 5 +ANTAG_REP Cyborg 4 +ANTAG_REP Geneticist 5 +ANTAG_REP Janitor 5 +ANTAG_REP Lawyer 5 +ANTAG_REP Medical_Doctor 7 # God bless our med staff +ANTAG_REP Mime 4 +ANTAG_REP Quartermaster 6 +ANTAG_REP Roboticist 5 +ANTAG_REP Scientist 5 +ANTAG_REP Shaft_Miner 6 +ANTAG_REP Station_Engineer 6 +ANTAG_REP Virologist 5 +ANTAG_REP Brig_Physician 6 +ANTAG_REP Clerk 5 +ANTAG_REP Mining_Medic 6 +ANTAG_REP Network_Admin 6 +ANTAG_REP Paramedic 6 +ANTAG_REP Psychiatrist 5 +ANTAG_REP Tourist 3 diff --git a/config/config.txt b/config/config.txt index c7d1b7fb6dee..6da053c7f984 100644 --- a/config/config.txt +++ b/config/config.txt @@ -125,9 +125,6 @@ LOG_VIRUS ## log cloning actions LOG_CLONING -## Enable the demo subsystem -DEMOS_ENABLED - ##Log camera pictures - Must have picture logging enabled # PICTURE_LOGGING_CAMERA @@ -455,9 +452,3 @@ MAX_SHUTTLE_SIZE 300 ## Enable/disable roundstart station traits #STATION_TRAITS -## Assets can opt-in to caching their results into `tmp`. -## This is important, as preferences assets take upwards of 30 seconds (without sleeps) to collect. -## The cache is assumed to be cleared by TGS recompiling, which deletes `tmp`. -## This should be disabled (through `CACHE_ASSETS 0`) on development, -## but enabled on production (the default). -CACHE_ASSETS 1 diff --git a/config/game_options.txt b/config/game_options.txt index 0a4b26aa9553..0891a3862afd 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -104,7 +104,7 @@ ALERT_DELTA Destruction of the station is imminent. All crew are instructed to o ## Set to 0 to disable that mode. # New -PROBABILITY DARKSPAWN 6 +PROBABILITY DARKSPAWN 0 # Moved to midround event PROBABILITY HERESY 4 PROBABILITY INFILTRATION 0 PROBABILITY BLOODSUCKER 4 @@ -126,7 +126,7 @@ PROBABILITY CULT 5 PROBABILITY CLOCKWORK_CULT 5 # Snowflakes -PROBABILITY SHADOWLING 0 //For now +PROBABILITY SHADOWLING 6 PROBABILITY WIZARD 8 PROBABILITY NUCLEAR 9 PROBABILITY MALF 8 @@ -161,7 +161,7 @@ CONTINUOUS CLOCKWORK_CULT CONTINUOUS CHANGELING CONTINUOUS WIZARD CONTINUOUS HIVEMIND -CONTINUOUS MALF +#CONTINUOUS MALF CONTINUOUS SHADOWLING CONTINUOUS VAMPIRE CONTINUOUS DYNAMIC @@ -300,6 +300,12 @@ DEFAULT_ANTAG_TICKETS 100 ## The maximum amount of extra tickets a user may use from their ticket bank in addition to the default tickets MAX_TICKETS_PER_ROLL 100 +## The antag-rep multiplier bonus for escaping alive on Central Command at the end of a round +ESCAPED_ALIVE_BONUS 2 + +## The antag-rep multiplier bonus for being alive (and not escaping to CC) at the end of a round +STAYED_ALIVE_BONUS 1.5 + ## Uncomment to allow players to see the set odds of different rounds in secret/random in the get server revision screen. This will NOT tell the current roundtype. SHOW_GAME_TYPE_ODDS @@ -586,9 +592,6 @@ OVERFLOW_JOB Assistant ## Overflow slot cap. Set to -1 for unlimited. If limited, it will still open up if every other job is full. OVERFLOW_CAP -1 -## Starlight for exterior walls and breaches. Uncomment for starlight! -## This is disabled by default to make testing quicker, should be enabled on production servers or testing servers messing with lighting -STARLIGHT ## Uncomment to bring back old grey suit assistants instead of the now default rainbow colored assistants. GREY_ASSISTANTS diff --git a/config/lavaruinblacklist.txt b/config/lavaruinblacklist.txt index 685899026e60..2726be39f916 100644 --- a/config/lavaruinblacklist.txt +++ b/config/lavaruinblacklist.txt @@ -42,3 +42,4 @@ _maps/RandomRuins/LavaRuins/lavaland_surface_prisoner_crash.dmm #_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm #_maps/RandomRuins/LavaRuins/lavaland_surface_library.dmm #_maps/RandomRuins/LavaRuins/lavaland_surface_doorstuck.dmm +#_maps/RandomRuins/LavaRuins/lavaland_surface_maze.dmm diff --git a/config/maps.txt b/config/maps.txt index ae00713859d5..8a987fb9d122 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -17,44 +17,19 @@ map yogstation votable endmap -map asteroidstation - minplayers 40 - votable -endmap - -map omegastation - maxplayers 35 - disabled -endmap - map yogsmeta minplayers 25 votable endmap -map yogsdelta - minplayers 50 - disabled -endmap - -map kilostation - maxplayers 40 - disabled -endmap - map gaxstation maxplayers 40 votable endmap -map icebox - minplayers 25 - disabled -endmap - -map eclipsestation - minplayers 60 - disabled +map asteroidstation + minplayers 40 + votable endmap map runtimestation diff --git a/config/private_default.txt b/config/private_default.txt index 1363c001bb95..bb807ae7f4c8 100644 --- a/config/private_default.txt +++ b/config/private_default.txt @@ -86,3 +86,18 @@ FEEDBACK_TABLEPREFIX SS13_ VOICE_ANNOUNCE_URL_BASE http://localhost/voice_announce/ VOICE_ANNOUNCE_DIR ../Yogstation.net/voice_announce_tmp + +## Enable the demo subsystem +#DEMOS_ENABLED + +## Starlight for exterior walls and breaches. Uncomment for starlight! +## This is disabled by default to make testing quicker, should be enabled on production servers or testing servers messing with lighting +#STARLIGHT + + +## Assets can opt-in to caching their results into `tmp`. +## This is important, as preferences assets take upwards of 30 seconds (without sleeps) to collect. +## The cache is assumed to be cleared by TGS recompiling, which deletes `tmp`. +## This should be disabled (through `CACHE_ASSETS 0`) on development, +## but enabled on production (the default). +CACHE_ASSETS 0 diff --git a/config/private_server.txt b/config/private_server.txt index 23633030ec14..8b2019e124ee 100644 --- a/config/private_server.txt +++ b/config/private_server.txt @@ -93,3 +93,18 @@ FEEDBACK_TABLEPREFIX erro_ VOICE_ANNOUNCE_URL_BASE https://www.yogstation.net/voice_announce/ VOICE_ANNOUNCE_DIR data/voice_announcements + +## Enable the demo subsystem +DEMOS_ENABLED + +## Starlight for exterior walls and breaches. Uncomment for starlight! +## This is disabled by default to make testing quicker, should be enabled on production servers or testing servers messing with lighting +STARLIGHT + + +## Assets can opt-in to caching their results into `tmp`. +## This is important, as preferences assets take upwards of 30 seconds (without sleeps) to collect. +## The cache is assumed to be cleared by TGS recompiling, which deletes `tmp`. +## This should be disabled (through `CACHE_ASSETS 0`) on development, +## but enabled on production (the default). +CACHE_ASSETS 1 diff --git a/html/changelog.html b/html/changelog.html index c5062ca6e704..196e0929d81e 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -57,6 +57,432 @@ -->
    +

    18 February 2023

    +

    ynot01 updated:

    +
      +
    • Fixed an exploit that let you dupe energy swords
    • +
    • Last Resort & Hivemind Speak are now disabled while neck grabbed by another changeling. This means that you can no longer Last Resort out of an absorb or whine on hivemind about the rogue ling.
    • +
    + +

    17 February 2023

    +

    Aquizit updated:

    +
      +
    • Created new Access for Secure Tech Storage, CE has it.
    • +
    • secure tech storage door to be given new access in an upcoming map change merge
    • +
    +

    LazennG updated:

    +
      +
    • tweaked the crusher
    • +
    +

    SapphicOverload updated:

    +
      +
    • robot limbs now protect you from mousetraps
    • +
    • AI no longer needs to kill androids or synthetics
    • +
    • AI doomsday will now spare androids and synthetics
    • +
    +

    SomeguyManperson updated:

    +
      +
    • bloodsucker mesmerize no longer knocks out targets at levels 6 and above
    • +
    +

    adamsong updated:

    +
      +
    • fixed vote weights not working
    • +
    • fixed preferred map pref not working
    • +
    +

    wejengin2 updated:

    +
      +
    • [box] Fixes numerous mapping issues
    • +
    • fixes weird turf on cc zlevel
    • +
    • [box] fixes opacity on psych doors
    • +
    +

    ynot01 updated:

    +
      +
    • You now still get centcom bonus antag rep if the round was force ended and you lived
    • +
    • Added the Holy Light sect
    • +
    + +

    16 February 2023

    +

    SomeguyManperson updated:

    +
      +
    • Ebow chemicals reduced from 8 units to 6 units, reducing their lifespan from ~13 to ~8 chem ticks (~16 seconds)
    • +
    • Ebow cooldown reduced from 20 seconds to 10 seconds
    • +
    • Ebow polonium removed from reality for being annoying and giving the weapon an identity crisis
    • +
    +

    ThatLing updated:

    +
      +
    • Atmos fire fighting backpack will now launch resin globs correctly again
    • +
    +

    TheRyeGuyWhoWillNowDie updated:

    +
      +
    • revolution can roll
    • +
    +

    adamsong updated:

    +
      +
    • fixed bans not being editable ingame
    • +
    +

    ynot01 updated:

    +
      +
    • Bloodsuckers are now affected less by damage slowdown
    • +
    • fixed Honkmother sect not healing clowns
    • +
    • Fixed an oversight that made all brawn knockdowns last for 0.5 seconds regardless of level
    • +
    + +

    15 February 2023

    +

    Ktlwjec, Ghommie updated:

    +
      +
    • The food processor outputs different meatballs again! Make xeno burgers!
    • +
    +

    ToasterBiome, Burger1998 updated:

    +
      +
    • NVS Gax's Incinerator was expanded
    • +
    • Remove duplicate CO2 canister in NVS Gax Atmos
    • +
    +

    ynot01, Wejengin2 updated:

    +
      +
    • Psychiatrist has been reworked. They can now examine to detect traumas and have a wide variety of tools to cure them.
    • +
    +

    MajManatee updated:

    +
      +
    • Minigun TC Price reduction - 36 to 30
    • +
    • Minigun Dmg increase - 34 to 36
    • +
    • Minigun Slowdown reduction (1.5 to 1.4)
    • +
    • Minigun Heat limit increased (30 to 50)
    • +
    +

    Moltijoe updated:

    +
      +
    • Pride bedsheet is now actually a bedsheet
    • +
    • IPC don't take hard crit damage if they have NOHARDCRIT trait
    • +
    +

    wejengin2 updated:

    +
      +
    • [box] Makes a bit more space in med maint
    • +
    +

    ynot01 updated:

    +
      +
    • Hypnotic Flash is no longer role restricted
    • +
    + +

    14 February 2023

    +

    ynot01 updated:

    +
      +
    • Fixed an exploit regarding rechargers
    • +
    + +

    13 February 2023

    +

    @LazennG @Chubbygummibear updated:

    +
      +
    • fixed a few things
    • +
    • tweaked a few things
    • +
    +

    MajManatee updated:

    +
      +
    • no more invoking with donator plushie
    • +
    +

    Skrem7 updated:

    +
      +
    • tactical fingerless gloves no longer have a unique name and description
    • +
    +

    wejengin2 updated:

    +
      +
    • removes janitor access to engine
    • +
    + +

    11 February 2023

    +

    BurgerBB updated:

    +
      +
    • Increase Nuke Op pop requirements from 30 to 35.
    • +
    • Increases the minimum amount of nuke ops from 2 to 3.
    • +
    +

    Aquizit updated:

    +
      +
    • Adds new Personnel HUD type
    • +
    • Gives a pair of new personnel HUD sunglasses to the HoP and Cap worn at round start.
    • +
    • Lightens up the CMO shades to make them a more lighter/brighter blue.
    • +
    • Renames current CMO shades for personnel.
    • +
    +

    Ethan4303 updated:

    +
      +
    • rotateed gas sim console on yogsbox
    • +
    +

    LazennG updated:

    +
      +
    • fixed a seismic arm bug
    • +
    +

    MajManatee updated:

    +
      +
    • Less shitty loot in the necro chest loot pool - Mod disks are gone
    • +
    • KA's are now buyable after completing basic material processing
    • +
    • Special mod disks now buyable after completing plasma extraction.
    • +
    • I love massive holes. Chasms are back now that miners get a jaunter.
    • +
    +

    Moltijoe updated:

    +
      +
    • Fire is less hot
    • +
    • Mining medic now gets a laptop with overwatch installed
    • +
    • Brig physician laptop also starts with lifeline and crew monitor
    • +
    • Lizards now regrow their tail after 30 minutes
    • +
    • IPC martial now makes you immune to stamina damage and hard crit
    • +
    • IPC martial now gives a 0.1 movementspeed boost at all times
    • +
    • Nanite heart runs your nanites on each life tick
    • +
    • Darkspawn appendix
    • +
    • Shafter miners and Mining medics now spawn with a wormhole jaunter
    • +
    • Removes wormhole jaunters from mining lockers
    • +
    +

    Mqiib updated:

    +
      +
    • Scaling infection chance for zombie bites is now less overcomplicated and more consistent
    • +
    • Cloning no longer circumvents darkspawn veil health loss
    • +
    • Darkspawn veils now lose 40 max hp rather than 65 and get it ALL back upon deconversion
    • +
    +

    ReddicusDragon updated:

    +
      +
    • fixed a few typos and grammar issues
    • +
    • Felinid language has been forcibly added to every nook and cranny of history, including native speakers' brains where it was previously.
    • +
    • Felinids can now hiss.
    • +
    • Lizard hiss sound changed.
    • +
    +

    SapphicOverload updated:

    +
      +
    • no more learning CC encrypted language with multilingual quirk
    • +
    • multilingual costs 2 points instead of 3
    • +
    • you are a good
    • +
    +

    Skrem7 updated:

    +
      +
    • fixes vxtvul hammer light and slightly optimizes its code but not really i was lazy
    • +
    • Semi-auto shotguns are now actually semi-auto
    • +
    • Adds bolt_state icons for semi-auto shotguns
    • +
    • Racking a ballistic (interacting with it in-hand while a round is chambered, be it live or not) of medium or heavy size requires your off-hand to be empty
    • +
    • Riot shotgun is no longer weapon_heavy
    • +
    • Removes outdated stechkin animation sprites
    • +
    • Oddjob syndikit special has a spare magazine for its deagle now
    • +
    • darkspawn veil fail text is probably better
    • +
    +

    SomeguyManperson updated:

    +
      +
    • drakelings attack cooldowns are now slightly faster
    • +
    • wizard minimum playercount is now 34 from 27
    • +
    +

    ThatLing updated:

    +
      +
    • Wormholes will no longer spawn in, or teleport you to, syndicate shuttles
    • +
    +

    Xander3359 updated:

    +
      +
    • Crusher can now be carried in 1 hand, wield it before using or you will fumble.
    • +
    • Added new crusher sprites and in-hands.
    • +
    • Old Crusher sprites are gone
    • +
    +

    githubuser4141 updated:

    +
      +
    • Changed the MK-II Ripley's speed to 3 (indoors), and 1.75 (outdoors.) Changes the admin-only Nukie Ripley's speed to 3 indoors, 1.5 outdoors.
    • +
    • fixed the uplink desc for Marauders saying they only had 3 equipment slots when they have 4.
    • +
    +

    ynot01 updated:

    +
      +
    • Added the Reusable Autosurgeon to the uplink for 5TC
    • +
    • Cult tiles now block atmos, making it harder to space or flood them
    • +
    • Added box of shotgun darts disguised as beanbag slugs to the uplink for 2TC
    • +
    • Darkspawn has been moved to a midround event instead of a gamemode
    • +
    • Nightmare has been removed from midround rotation
    • +
    • Antagonist reputation has been tweaked for all jobs, being alive or escaping alive increases antag rep gain!
    • +
    • fixed changing directions while dead
    • +
    + +

    10 February 2023

    +

    ToasterBiome, Jacquerel updated:

    +
      +
    • mining medic gets a 0 fishing power fishing rod for fishing up miner corpses (lol)
    • +
    • falling in chasms no longer deletes your body
    • +
    +

    Addust updated:

    +
      +
    • Red paint has been removed from onehalf's oxygen tank (inside the safe)
    • +
    +

    JamieD1 updated:

    +
      +
    • Highers pop limit for shadow antags
    • +
    +

    MajManatee updated:

    +
      +
    • Dilithium back in many places.
    • +
    +

    Majkl-J updated:

    +
      +
    • Airlocks and doors can now be barricaded
    • +
    • The crude barricade is now faster to crowbar than harm intenting it with it
    • +
    • It is no longer possible to put multiple barricades on the same tile
    • +
    +

    Moltijoe updated:

    +
      +
    • Added a chemical that purges nanites
    • +
    +

    ReddicusDragon updated:

    +
      +
    • makes catsip healthy by removing corn syrup
    • +
    +

    ThatLing updated:

    +
      +
    • RPD with paint mode disabled will now allow building when clicking on pipes
    • +
    +

    ToasterBiome updated:

    +
      +
    • you can now copy the access of a airlock by hitting it with airlock electronics
    • +
    +

    wejengin2 updated:

    +
      +
    • Removes deltastation
    • +
    • Removes deltastation
    • +
    +

    ynot01 updated:

    +
      +
    • fixed uber medigun charging 10x slower and lasting 10x longer
    • +
    • Fixed a runtime that prevented proper sorting in holopad room listing
    • +
    + +

    09 February 2023

    +

    Skrem7 updated:

    +
      +
    • L6 has three round burst again
    • +
    • All L6 bullet damage has been increased by 5
    • +
    • L6 AP has 45 AP, down from 60
    • +
    • L6 has 14 spread, up from 7
    • +
    +

    ThatLing updated:

    +
      +
    • Fix spawning with ID in PDA preference
    • +
    +

    TheGamerdk updated:

    +
      +
    • It now takes approximately 6 seconds to cremate someone, if you're stuck inside alive, resist!
    • +
    +

    ynot01 updated:

    +
      +
    • Heretic's Base ash path now grants you 40% heat resistance
    • +
    • Heretic's upgraded ash blade applies more fire stacks on hit (1 => 2)
    • +
    • Heretic's Ash Mark's detonate no longer applies stamina damage, but instead applies 2 fire stacks and ignites on hit
    • +
    • Researching heretic influences takes less time (10 seconds => 4 seconds)
    • +
    • Drawing heretic runes takes less time (30 seconds => 8 seconds)
    • +
    • You can now only have one heretic rune active at a time, drawing a new one will delete your old one
    • +
    • Breaking your heretic blade now takes 2 seconds of standing still
    • +
    • All heretic blades are now hooks that break shields if they don't get blocked by them
    • +
    • Magical recharging wands and other magical ranged items no longer have one additional charge than they're supposed to
    • +
    + +

    08 February 2023

    +

    BurgerBB updated:

    +
      +
    • Killing the MALF ends the round.
    • +
    +

    MajManatee updated:

    +
      +
    • New donor items, falcon and pauldron + black/gold fedora
    • +
    • Sprites and stuff for the aforementioned items
    • +
    +

    Moltijoe updated:

    +
      +
    • Chasm maze ruin now gives loot
    • +
    +

    ReddicusDragon updated:

    +
      +
    • Felinid language has been forcibly erased from every nook and cranny of history, including native speakers' brains.
    • +
    +

    TemporalOroboros & several other /tg/ contributors updated:

    +
      +
    • Improved foam & smoke behaviour
    • +
    • Clogged vents event now only lasts for 1 seconds
    • +
    +

    ThatLing updated:

    +
      +
    • Passive vents can now be constructed using the RPD
    • +
    +

    cuackles updated:

    +
      +
    • crushed monkey energy is now visible
    • +
    +

    ynot01 updated:

    +
      +
    • fixed foam darts not doing any stamina damage
    • +
    + +

    07 February 2023

    +

    Aquizit, ToasterBiome updated:

    +
      +
    • NVS Gax Arrivals redesigned to allow free miner ship
    • +
    +

    JamieD1 updated:

    +
      +
    • Renables Shadowling
    • +
    +

    ReddicusDragon updated:

    +
      +
    • NukeOps no longer make noise when preparing off-screen (read: nukeops paper with the nuke code no longer spawns with sound enabled)
    • +
    +

    ToasterBiome updated:

    +
      +
    • New ruin: Lavaland corn maze
    • +
    • adds det's sunglasses and shit on his desk on gax
    • +
    • various other gax map changes
    • +
    +

    ynot01 updated:

    +
      +
    • fixed bloodsucker blood altar tasks randomly generating themselves at will
    • +
    + +

    06 February 2023

    +

    00ze-cyclone updated:

    +
      +
    • Aegun can now shoot xray lasers and anoxia rays
    • +
    • Aegun now use uranium to recharge, doesn't self charge anymore and still do not fit in rechargers
    • +
    +

    Mqiib updated:

    +
      +
    • Added heavy and light EMP energy projectiles
    • +
    • Hos gun now shoots light bolts but can fire 5 of them instead of 3
    • +
    • Mech ion cannon shoots big boy ion bolts
    • +
    • Ion shotgun shells can no longer apply heavy EMP effects
    • +
    • Ion carbines fire weaker ion bolts that can't apply heavy EMP effects
    • +
    • Stechkin EMP rounds guarantee a heavy EMP on the target
    • +
    +

    ynot01 updated:

    +
      +
    • Foam darts now deal stamina damage if you're holding a toy gun
    • +
    + +

    05 February 2023

    +

    @Chubbygummibear @LazennG updated:

    +
      +
    • fixed a few buster arm bugs
    • +
    • tweaked buster arm moves
    • +
    +

    Ktlwjec updated:

    +
      +
    • Blue burger is crafted with a patty instead of a steak.
    • +
    +

    ktlwjec updated:

    +
      +
    • Snail emoji for OOC.
    • +
    +

    MajManatee updated:

    +
      +
    • Gunlights fixed
    • +
    +

    SapphicOverload updated:

    +
      +
    • fixes non-harmful stuff hurting you when embedding
    • +
    +

    adamsong updated:

    +
      +
    • fixed ai having weak dabs
    • +
    +

    ynot01 updated:

    +
      +
    • Desynchronizer is now capped to 60 seconds instead of 5 minutes
    • +
    • Added downsides to prematurely cancelling desynchronizer
    • +
    • Neural overclocker autosurgeon is now single use
    • +
    • Added all (non-holiday) roundstart race languages to Multilingual quirks
    • +
    +

    04 February 2023

    Mqiib updated:

      @@ -2197,401 +2623,6 @@

      N3D6 updated:

      • removes an empty can in favor of a third pump in asteroid toxins
      - -

      19 November 2022

      -

      @ToasterBiome @grimm-hollowknight @cuackles updated:

      -
        -
      • new customization options for plasmamen
      • -
      • add new helmets sprites
      • -
      -

      Mqiib, Cuackles updated:

      -
        -
      • MECH SWORDS!
      • -
      • Gives the mauler exosuit an energy axe for awesomeness reasons
      • -
      • Adds mech melee weapons to tech web
      • -
      • Combat mech damage reduced to 25 from 30
      • -
      • Mauler/marauder, seraph, and durand mech damage reduced by 5 (45->40, 55->50, 40->35)
      • -
      • BIG slash sprite
      • -
      • mech melee weapon module sprites
      • -
      • BIG slash noise
      • -
      • fixes a dumb mecha bump issue for z-levels with nojaunt
      • -
      • This is experimental AND AWESOME
      • -
      -

      ChesterTheCheesy updated:

      -
        -
      • embedded syringes now properly trigger reactions instead of just transferring the reagent onto your body
      • -
      • being splashed by low transmitability virus is no longer treated as an injection.
      • -
      -

      LazennG updated:

      -
        -
      • 3 second channel to use cube off lavaland
      • -
      -

      MajManatee updated:

      -
        -
      • adds THE Christmas song, to the Christmas playlist. (All I want for Christmas is you)
      • -
      -

      Moltijoe updated:

      -
        -
      • Bomb armour is now more effective
      • -
      • ipcs can no longer become zombies if someone manually implants the tumor
      • -
      • Mechanical dental implant
      • -
      • minebots no longer take atmospheric damage
      • -
      • minebots can be repaired while in combat mode
      • -
      • Mining medic now gets a synthflesh spray can
      • -
      • Adds more job specific mail items
      • -
      • Ashtrays are now craftable
      • -
      • Lets gummies be stored in the chemfridge
      • -
      • Can no longer wrap items with nodrop
      • -
      • alt click now toggles T scanners and mining scanners
      • -
      • Adds an explosive wheelchair to traitor uplink
      • -
      • Plasmeme can now weld again
      • -
      • negative fire_stacks now gets examined properly
      • -
      -

      N3D6 updated:

      -
        -
      • meta tesla now has a bit more light
      • -
      -

      ReddicusDragon updated:

      -
        -
      • lore-based paperwork can now be printed by the paperwork printing software
      • -
      • changes defibrillator code to fix typos (restucitation is now resuscitation, incompatiable is now incompatible)
      • -
      • Added Anesthesia Tank Holder, ported from BeeStation
      • -
      -

      SapphicOverload updated:

      -
        -
      • atmos holofan barriers are now fireproof
      • -
      -

      Simplehorror updated:

      -
        -
      • Nerf reinforced windows so they don't take a minute to open
      • -
      • Give heretics a free blade to start with
      • -
      • Arrivals shuttle now has slower engines so they don't throw everything back and lag connection-challenged people out
      • -
      • Fixes bug in bloodsucker dynamic latejoin code
      • -
      • Clockcult walls can no longer be RCD'd, and clockcult windows are significantly more stronger.
      • -
      • Eldritch horror now takes 3 seconds to get into the head instead of 4.
      • -
      • Warping if you haven't camoflauged your jumpsuit asks if you're sure
      • -
      • Adds creampie landmine
      • -
      • Clockwork cultists now appear on the manifest and have their metatells stored in their bag instead of being noob bait
      • -
      • Plant people no longer have bones
      • -
      • Adds spy bugs to traitor uplink
      • -
      • Nukie mechs no longer get discount
      • -
      • Nukie mech prices are now 25% off
      • -
      -

      Skrem7 updated:

      -
        -
      • Adds limb autosurgeons that are designed specifically for limbs, a full set found in both augmentation kits
      • -
      • Adds upgraded cyberorgan autosurgeons, found in the superior augmentation kit
      • -
      • Adds the EMP shield implanter, which renders the subject's limbs, organs, and implants immune to EMP, found in the superior augmentation kit
      • -
      • Adds the augmentation and superior augmentation kit. The former is 15 TC for any uplink, the latter is 25 TC for nukies only
      • -
      • Stechkin magazine boxes should now only be readable by Syndicate
      • -
      -

      Sniblet updated:

      -
        -
      • Bloodsuckers heal 1.6x faster in coffins and it doesn't cost them blood
      • -
      • relic
      • -
      -

      SomeguyManperson updated:

      -
        -
      • legion cores properly apply reduced slowdown on station rather than slowdown immunity
      • -
      -

      TheRyeGuyWhoWillNowDie updated:

      -
        -
      • traitorvamps has been re-enabled
      • -
      • all syringe guns except the dart pistol can no longer fire piercing syringes
      • -
      • piercing syringes now hold 15u from 10u
      • -
      • bonus: syringes that are supposed to pierce armor now do so in melee
      • -
      -

      ToasterBiome updated:

      -
        -
      • Fixes various errors around MetaStation science (Maint APC, Unconnected Disposals, walled door)
      • -
      • Remerges Nyx's medbay 3.0 as some turf and decal changes were missing.
      • -
      • adds a single trim piece missing in boxstation medbay
      • -
      -

      warface1234455 updated:

      -
        -
      • You can now add encryption key to station bounce radio and remove it by altclicking on it after its panel is opened
      • -
      • You can now use prefix ";" , as well as ":(channel_prefix)" to send comms message while the bounce radio is in your pocket, belt or in hands.
      • -
      • Increase SM radmod from 1.1 to 1.5
      • -
      • Increase sing radmod from 4.5 to 6, Singulo will be significantly better than tesla after this point. THis will make players feel like singulo is a fucking engine not a shitty solar alike
      • -
      • Examinating mecha now pop up armor tag list (Requires you to be inside the mech to see the armor tag)
      • -
      • Mech will now get environment air data, this is for when you want to see what is the current environment air status when having internal tank on
      • -
      • Fixed unnable to research on rnd ruin console
      • -
      • Fixed unnable to sync ruin exosuit techfab
      • -
      • Fixed runtime spam in mech_fabricator.dm
      • -
      • Replaced and added missing stuffs
      • -
      • Add a new hack wire for advanced airlock controller that can toggle cycle by pulsing
      • -
      • Reduced dumb wire to 1
      • -
      • Cargo budget now gets 50% payment from energy harvester
      • -
      • Conveyor now costs less to build in autolathe (1000 iron) and is now printable in cargo protolathe
      • -
      -

      ynot01 updated:

      -
        -
      • fixed smoke grenades breaking lights
      • -
      • fixed lings spawning as unabsorbable species
      • -
      • You can no longer murderize AIs by repairing the broken mech they're in
      • -
      • fixed players spawning on the title when they had no jobs on
      • -
      • fixed cerulean poly-crystals duplicating warpcrystals
      • -
      • made cerulean poly-crystal punish you significantly less for using it on antag currency
      • -
      • Round-end report now includes what Uplinked ERTs bought
      • -
      • Message monitor now views NTOS PDA messages
      • -
      • NTOS PDA Messages no longer log the user's name rather than the program's username
      • -
      - -

      18 November 2022

      -

      N3D6 updated:

      -
        -
      • removes a scientist spawn in meta server room
      • -
      • removes a spare can in toxins in favor of a new air pump
      • -
      • removes a bomb closet in favor of a space injector
      • -
      - -

      17 November 2022

      -

      SomeguyManperson updated:

      -
        -
      • spacemen have remembered how to point guns at people without shooting them. They are still quite unlikely to point guns at people without shooting them.
      • -
      - -

      16 November 2022

      -

      TheGamerdk updated:

      -
        -
      • Malf AI is no longer able to dominate mechs while doomsdaying
      • -
      - -

      15 November 2022

      -

      Moltijoe updated:

      -
        -
      • COMSIG_ITEM_PREDROPPED is only called if there is an item to drop
      • -
      - -

      14 November 2022

      -

      N3D6 updated:

      -
        -
      • meta tesla template has a new rack with insuls and scanner goggles
      • -
      - -

      13 November 2022

      -

      Altoids updated:

      -
        -
      • Fixed non-bloodsuckers not consistently showing that they have pale skin.
      • -
      • Fixed some sorts of bloodsucking not reducing blood volume.
      • -
      • Fixed some wines not always displaying their taste correctly.
      • -
      • Fixed the King Goat plushie maybe not correctly eating his cabbage.
      • -
      -

      warface1234455, baiomu updated:

      -
        -
      • Gives ability for free golem, free miner and delta station crew to research on a new research network
      • -
      • Gives ability for free golem, free miner and delta station crew to research
      • -
      • Fix exosuit techfab on free miner ship facing into wall result in not able to print stuffs
      • -
      -

      ChesterTheCheesy updated:

      -
        -
      • splashing requires contact with skin, so heavy duty armor will protect from it
      • -
      -

      LazennG updated:

      -
        -
      • Added seismic arm to swarmer ruin
      • -
      • no more noclipping others into walls with the suplex
      • -
      -

      MajManatee updated:

      -
        -
      • Makes the Kinetic Crusher immune to fire/lava
      • -
      -

      MenacingManatee updated:

      -
        -
      • fixed a typo in clown name var
      • -
      -

      Moltijoe updated:

      -
        -
      • Adds a new surgery to fix dead livers
      • -
      • Monochromacy is now considered a negative quirk
      • -
      • Digitigrade prosthetics
      • -
      • Removes the preternis resize thing
      • -
      • Makes water damage do damage faster
      • -
      • Gives preternis a unique footstep and punch sound
      • -
      • Makes preternis ability change icon on toggle
      • -
      • Added a new hijack and glorious death only ipc martial art
      • -
      • added dash charge icon
      • -
      • hypospray now says if there is a speed upgrade installed
      • -
      • Medsprays now hold 100u instead of 30u and apply 25u per use instead of 10u
      • -
      • Medsprays are no longer refillable
      • -
      • buffs beds and holobeds to be better at surgeries
      • -
      • dealing damage to a corpse buckled to a chair also damages the chair
      • -
      • robotic limbs can be self amputated now
      • -
      • cheese staff now properly uncheesifies
      • -
      • Preternis charge the Vxtvul hammer faster
      • -
      -

      ReddicusDragon updated:

      -
        -
      • updates SEC-030 Security Incident Report formatting to actually work properly
      • -
      • Added paperwork printing to modular devices. To use, download the program.
      • -
      • Added NT-43 Literacy Test to heads' paperwork clipboards
      • -
      • Added NT-44 Literacy Test Answer Key to heads' paperwork clipboards
      • -
      -

      SapphicOverload updated:

      -
        -
      • EMPs disable robotic limbs and cause stamina damage instead of paralyzing you
      • -
      • fixes hypernoblium not stopping some reactions
      • -
      -

      Simplehorror updated:

      -
        -
      • Fasten your seatbelts. Throw force & knockdown of most shuttles have been increased.
      • -
      • Microwaving a bomb core now causes it to explode
      • -
      -

      Skrem7 updated:

      -
        -
      • Rectifies gun measurements so America can prosper
      • -
      • Ballistic arrows and energy arrows now have the same projectile speed (ballistic ones are slower, energy ones are faster)
      • -
      -

      SomeguyManperson updated:

      -
        -
      • fixes some issues with items that try to drop things when those things don't exist
      • -
      • genderswap potion is no longer instant when being used on a second party
      • -
      • lightgeists (not photogeists) can't make plants because that's a photogeist thing
      • -
      -

      TheGamerdk updated:

      -
        -
      • Traitors will no longer be tasked to steal a bag of holding
      • -
      • Fixed an exploit in the ninja dojo
      • -
      -

      TheReddDragon updated:

      -
        -
      • Allows chefs to make kebabs with more than one metal rod in hand
      • -
      -

      ToasterBiome updated:

      -
        -
      • reworks metastation service area
      • -
      • reworks science sec/experimentor area on meta
      • -
      • moves artists coven on meta
      • -
      • The station gets 9 mail a minute instead of 15
      • -
      • You can send mail back on the cargo shuttle
      • -
      • generic mail loot includes various coins
      • -
      • the chance of filling an empty space in the mail crate with junkmail was reduced from 100% to 45%
      • -
      • removes rogue tiles in AsteroidStation cargo space
      • -
      • centers AsteroidStation cargo room, moves things from Cargo Office to in the room
      • -
      • granite is generated in the same step as basalt
      • -
      • loading announcement will properly mention lavaland
      • -
      -

      warface1234455 updated:

      -
        -
      • icon "check" will now appear in warnings column when there are no harazdous icons
      • -
      • icon "question" will now appear in warnings column when suit sensor is at binary level
      • -
      • wound check will now detect embed objs in body
      • -
      • Crew pinpointer/lifeline program can track mob has monitor nanite
      • -
      • Fix lifeline name overwriting each others
      • -
      • Swarmer can no longer breach plasma, trit, hydrogen and any burning chambers
      • -
      • You are now able to construct/deconstruct floor light.
      • -
      -

      ynot01 updated:

      -
        -
      • cargo-ordered mech pilot suits now make you better at piloting mechs
      • -
      • Added the backstabbing switchblade to the uplink for 5TC
      • -
      • Removed noslips and camera bug from the bloodspai traitor kit
      • -
      • Replaced the switchblade with the backstabbing switchblade in the bloodyspai traitor kit
      • -
      • fixed not being able to turn off strafing by holding the alt key
      • -
      - -

      12 November 2022

      -

      Sniblet updated:

      -
        -
      • extinguished
      • -
      - -

      11 November 2022

      -

      BurgerBB updated:

      -
        -
      • Fixes NTSL script sanitization being too strict.
      • -
      -

      Sniblet updated:

      -
        -
      • I have fed greed(+i)ly from that which nourishes me.
      • -
      -

      SomeguyManperson updated:

      -
        -
      • headrevs midround promoted get flasehs now
      • -
      • no more hard access lock on the exosuit fabricator, which was undocumented but apparently in the game anyways.
      • -
      -

      TheReddDragon updated:

      -
        -
      • fixes a warning at server boot that the research tree was messed up
      • -
      -

      ToasterBiome updated:

      -
        -
      • Readds the zippo-on sprite
      • -
      - -

      10 November 2022

      -

      Skrem7 updated:

      -
        -
      • Ash blade flavor text ritual thingy fixed to proper recipe
      • -
      - -

      09 November 2022

      -

      SomeguyManperson updated:

      -
        -
      • rust heretics now have to actually use their mansus grasp to rust things, rather than their blade
      • -
      -

      ynot01 updated:

      -
        -
      • stray white pixels removed from rainbow weed
      • -
      - -

      08 November 2022

      -

      warface1234455 updated:

      -
        -
      • Makes plasma materials can reduce radiation and rad particles from travelling through
      • -
      -

      @LazennG @thegoldencat413 @ToasterBiome @Chubbygummibear updated:

      -
        -
      • Added seismic right arm
      • -
      • Removes soulstone from tendril loot pool
      • -
      • added sprites for the arm and its abilities
      • -
      -

      KillerOrcaCora updated:

      -
        -
      • Hisa has a valid reason to kill you now but just all the time, your always valid.
      • -
      -

      LazennG updated:

      -
        -
      • uses the other seismic arm sprite
      • -
      -

      Moltijoe updated:

      -
        -
      • Can now print vial boxes after researching them
      • -
      • Vial box can now go in the medical toolbelt
      • -
      • machine overload will spawn a single spark on the exploding machine
      • -
      -

      N3D6 updated:

      -
        -
      • removes teg from roundstart rotation
      • -
      • tesla/sing and SM have a 50/50 chance to spawn
      • -
      -

      ReddicusDragon updated:

      -
        -
      • Removed Medical Cyborg pinpointer in favor of modular computer Lifeline program
      • -
      -

      Sniblet updated:

      -
        -
      • You are less likely to shoot grenades in people's hands
      • -
      • You are less likely to shoot the tanks of flamethrowers in people's hands
      • -
      -

      SomeguyManperson updated:

      -
        -
      • plastic is now actually mixed on being mixed and heated rather than needing to be cooled immediately after because I HATE FUN
      • -
      -

      ToasterBiome updated:

      -
        -
      • Adds coin stacking. You can stack 8 coins together.
      • -
      - -

      06 November 2022

      -

      JamieD1 updated:

      -
        -
      • Updates Byond to 1589
      • -
      -

      Simplehorror updated:

      -
        -
      • Mothpeople -> mothperson
      • -
    GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 6d672663381a..152f62f39195 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -37095,3 +37095,290 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - rscadd: Added some info to cloaker belt - bugfix: fixed NT-USP not updating its icon when using lethal rounds - bugfix: Heretic runes will no longer eat more items than is required to transmutate +2023-02-05: + ' @Chubbygummibear @LazennG': + - bugfix: fixed a few buster arm bugs + - tweak: tweaked buster arm moves + ' Ktlwjec': + - tweak: Blue burger is crafted with a patty instead of a steak. + ' ktlwjec': + - rscadd: Snail emoji for OOC. + MajManatee: + - bugfix: Gunlights fixed + SapphicOverload: + - tweak: fixes non-harmful stuff hurting you when embedding + adamsong: + - bugfix: fixed ai having weak dabs + ynot01: + - tweak: Desynchronizer is now capped to 60 seconds instead of 5 minutes + - rscadd: Added downsides to prematurely cancelling desynchronizer + - tweak: Neural overclocker autosurgeon is now single use + - rscadd: Added all (non-holiday) roundstart race languages to Multilingual quirks +2023-02-06: + 00ze-cyclone: + - rscadd: Aegun can now shoot xray lasers and anoxia rays + - tweak: Aegun now use uranium to recharge, doesn't self charge anymore and still + do not fit in rechargers + Mqiib: + - rscadd: Added heavy and light EMP energy projectiles + - tweak: Hos gun now shoots light bolts but can fire 5 of them instead of 3 + - tweak: Mech ion cannon shoots big boy ion bolts + - tweak: Ion shotgun shells can no longer apply heavy EMP effects + - tweak: Ion carbines fire weaker ion bolts that can't apply heavy EMP effects + - tweak: Stechkin EMP rounds guarantee a heavy EMP on the target + ynot01: + - rscadd: Foam darts now deal stamina damage if you're holding a toy gun +2023-02-07: + ' Aquizit, ToasterBiome': + - mapping: NVS Gax Arrivals redesigned to allow free miner ship + JamieD1: + - bugfix: Renables Shadowling + ReddicusDragon: + - bugfix: 'NukeOps no longer make noise when preparing off-screen (read: nukeops + paper with the nuke code no longer spawns with sound enabled)' + ToasterBiome: + - mapping: 'New ruin: Lavaland corn maze' + - mapping: adds det's sunglasses and shit on his desk on gax + - mapping: various other gax map changes + ynot01: + - bugfix: fixed bloodsucker blood altar tasks randomly generating themselves at + will +2023-02-08: + ' BurgerBB': + - tweak: Killing the MALF ends the round. + MajManatee: + - rscadd: New donor items, falcon and pauldron + black/gold fedora + - imageadd: Sprites and stuff for the aforementioned items + Moltijoe: + - bugfix: Chasm maze ruin now gives loot + ReddicusDragon: + - rscdel: Felinid language has been forcibly erased from every nook and cranny of + history, including native speakers' brains. + TemporalOroboros & several other /tg/ contributors: + - rscadd: Improved foam & smoke behaviour + - tweak: Clogged vents event now only lasts for 1 seconds + ThatLing: + - rscadd: Passive vents can now be constructed using the RPD + cuackles: + - imageadd: crushed monkey energy is now visible + ynot01: + - bugfix: fixed foam darts not doing any stamina damage +2023-02-09: + Skrem7: + - tweak: L6 has three round burst again + - tweak: All L6 bullet damage has been increased by 5 + - tweak: L6 AP has 45 AP, down from 60 + - tweak: L6 has 14 spread, up from 7 + ThatLing: + - bugfix: Fix spawning with ID in PDA preference + TheGamerdk: + - tweak: It now takes approximately 6 seconds to cremate someone, if you're stuck + inside alive, resist! + ynot01: + - tweak: Heretic's Base ash path now grants you 40% heat resistance + - tweak: Heretic's upgraded ash blade applies more fire stacks on hit (1 => 2) + - tweak: Heretic's Ash Mark's detonate no longer applies stamina damage, but instead + applies 2 fire stacks and ignites on hit + - tweak: Researching heretic influences takes less time (10 seconds => 4 seconds) + - tweak: Drawing heretic runes takes less time (30 seconds => 8 seconds) + - tweak: You can now only have one heretic rune active at a time, drawing a new + one will delete your old one + - tweak: Breaking your heretic blade now takes 2 seconds of standing still + - tweak: All heretic blades are now hooks that break shields if they don't get blocked + by them + - bugfix: Magical recharging wands and other magical ranged items no longer have + one additional charge than they're supposed to +2023-02-10: + ' ToasterBiome, Jacquerel': + - rscadd: mining medic gets a 0 fishing power fishing rod for fishing up miner corpses + (lol) + - tweak: falling in chasms no longer deletes your body + Addust: + - rscdel: Red paint has been removed from onehalf's oxygen tank (inside the safe) + JamieD1: + - tweak: Highers pop limit for shadow antags + MajManatee: + - bugfix: Dilithium back in many places. + Majkl-J: + - rscadd: Airlocks and doors can now be barricaded + - tweak: The crude barricade is now faster to crowbar than harm intenting it with + it + - bugfix: It is no longer possible to put multiple barricades on the same tile + Moltijoe: + - rscadd: Added a chemical that purges nanites + ReddicusDragon: + - tweak: makes catsip healthy by removing corn syrup + ThatLing: + - tweak: RPD with paint mode disabled will now allow building when clicking on pipes + ToasterBiome: + - rscadd: you can now copy the access of a airlock by hitting it with airlock electronics + wejengin2: + - rscdel: Removes deltastation + - mapping: ' Removes deltastation' + ynot01: + - bugfix: fixed uber medigun charging 10x slower and lasting 10x longer + - bugfix: Fixed a runtime that prevented proper sorting in holopad room listing +2023-02-11: + ' BurgerBB': + - tweak: Increase Nuke Op pop requirements from 30 to 35. + - tweak: Increases the minimum amount of nuke ops from 2 to 3. + Aquizit: + - rscadd: Adds new Personnel HUD type + - rscadd: Gives a pair of new personnel HUD sunglasses to the HoP and Cap worn at + round start. + - imageadd: Lightens up the CMO shades to make them a more lighter/brighter blue. + - imageadd: Renames current CMO shades for personnel. + Ethan4303: + - mapping: rotateed gas sim console on yogsbox + LazennG: + - bugfix: fixed a seismic arm bug + MajManatee: + - tweak: Less shitty loot in the necro chest loot pool - Mod disks are gone + - tweak: KA's are now buyable after completing basic material processing + - tweak: Special mod disks now buyable after completing plasma extraction. + - rscadd: I love massive holes. Chasms are back now that miners get a jaunter. + Moltijoe: + - tweak: Fire is less hot + - rscadd: Mining medic now gets a laptop with overwatch installed + - tweak: ' Brig physician laptop also starts with lifeline and crew monitor' + - rscadd: Lizards now regrow their tail after 30 minutes + - tweak: IPC martial now makes you immune to stamina damage and hard crit + - tweak: IPC martial now gives a 0.1 movementspeed boost at all times + - tweak: Nanite heart runs your nanites on each life tick + - rscdel: Darkspawn appendix + - rscadd: Shafter miners and Mining medics now spawn with a wormhole jaunter + - rscdel: Removes wormhole jaunters from mining lockers + Mqiib: + - tweak: Scaling infection chance for zombie bites is now less overcomplicated and + more consistent + - bugfix: Cloning no longer circumvents darkspawn veil health loss + - tweak: Darkspawn veils now lose 40 max hp rather than 65 and get it ALL back upon + deconversion + ReddicusDragon: + - spellcheck: fixed a few typos and grammar issues + - rscadd: Felinid language has been forcibly added to every nook and cranny of history, + including native speakers' brains where it was previously. + - rscadd: Felinids can now hiss. + - tweak: Lizard hiss sound changed. + SapphicOverload: + - tweak: no more learning CC encrypted language with multilingual quirk + - tweak: multilingual costs 2 points instead of 3 + - rscadd: you are a good + Skrem7: + - bugfix: fixes vxtvul hammer light and slightly optimizes its code but not really + i was lazy + - tweak: Semi-auto shotguns are now actually semi-auto + - imageadd: Adds bolt_state icons for semi-auto shotguns + - tweak: Racking a ballistic (interacting with it in-hand while a round is chambered, + be it live or not) of medium or heavy size requires your off-hand to be empty + - tweak: Riot shotgun is no longer weapon_heavy + - imagedel: Removes outdated stechkin animation sprites + - tweak: Oddjob syndikit special has a spare magazine for its deagle now + - spellcheck: darkspawn veil fail text is probably better + SomeguyManperson: + - tweak: drakelings attack cooldowns are now slightly faster + - tweak: wizard minimum playercount is now 34 from 27 + ThatLing: + - tweak: Wormholes will no longer spawn in, or teleport you to, syndicate shuttles + Xander3359: + - tweak: Crusher can now be carried in 1 hand, wield it before using or you will + fumble. + - imageadd: Added new crusher sprites and in-hands. + - imagedel: Old Crusher sprites are gone + githubuser4141: + - tweak: Changed the MK-II Ripley's speed to 3 (indoors), and 1.75 (outdoors.) Changes + the admin-only Nukie Ripley's speed to 3 indoors, 1.5 outdoors. + - spellcheck: fixed the uplink desc for Marauders saying they only had 3 equipment + slots when they have 4. + ynot01: + - rscadd: Added the Reusable Autosurgeon to the uplink for 5TC + - tweak: Cult tiles now block atmos, making it harder to space or flood them + - rscadd: Added box of shotgun darts disguised as beanbag slugs to the uplink for + 2TC + - tweak: Darkspawn has been moved to a midround event instead of a gamemode + - rscdel: Nightmare has been removed from midround rotation + - experiment: Antagonist reputation has been tweaked for all jobs, being alive or + escaping alive increases antag rep gain! + - bugfix: fixed changing directions while dead +2023-02-13: + ' @LazennG @Chubbygummibear': + - bugfix: fixed a few things + - tweak: tweaked a few things + MajManatee: + - bugfix: no more invoking with donator plushie + Skrem7: + - tweak: tactical fingerless gloves no longer have a unique name and description + wejengin2: + - bugfix: removes janitor access to engine +2023-02-14: + ynot01: + - bugfix: Fixed an exploit regarding rechargers +2023-02-15: + ' Ktlwjec, Ghommie': + - bugfix: The food processor outputs different meatballs again! Make xeno burgers! + ' ToasterBiome, Burger1998': + - mapping: NVS Gax's Incinerator was expanded + - mapping: Remove duplicate CO2 canister in NVS Gax Atmos + ' ynot01, Wejengin2': + - experiment: Psychiatrist has been reworked. They can now examine to detect traumas + and have a wide variety of tools to cure them. + MajManatee: + - tweak: Minigun TC Price reduction - 36 to 30 + - tweak: Minigun Dmg increase - 34 to 36 + - tweak: Minigun Slowdown reduction (1.5 to 1.4) + - tweak: Minigun Heat limit increased (30 to 50) + Moltijoe: + - bugfix: Pride bedsheet is now actually a bedsheet + - bugfix: IPC don't take hard crit damage if they have NOHARDCRIT trait + wejengin2: + - mapping: '[box] Makes a bit more space in med maint' + ynot01: + - tweak: Hypnotic Flash is no longer role restricted +2023-02-16: + SomeguyManperson: + - tweak: Ebow chemicals reduced from 8 units to 6 units, reducing their lifespan + from ~13 to ~8 chem ticks (~16 seconds) + - tweak: Ebow cooldown reduced from 20 seconds to 10 seconds + - tweak: Ebow polonium removed from reality for being annoying and giving the weapon + an identity crisis + ThatLing: + - bugfix: Atmos fire fighting backpack will now launch resin globs correctly again + TheRyeGuyWhoWillNowDie: + - bugfix: revolution can roll + adamsong: + - bugfix: fixed bans not being editable ingame + ynot01: + - tweak: Bloodsuckers are now affected less by damage slowdown + - bugfix: fixed Honkmother sect not healing clowns + - bugfix: Fixed an oversight that made all brawn knockdowns last for 0.5 seconds + regardless of level +2023-02-17: + Aquizit: + - tweak: Created new Access for Secure Tech Storage, CE has it. + - experiment: secure tech storage door to be given new access in an upcoming map + change merge + LazennG: + - tweak: tweaked the crusher + SapphicOverload: + - tweak: robot limbs now protect you from mousetraps + - tweak: AI no longer needs to kill androids or synthetics + - tweak: AI doomsday will now spare androids and synthetics + SomeguyManperson: + - tweak: bloodsucker mesmerize no longer knocks out targets at levels 6 and above + adamsong: + - bugfix: fixed vote weights not working + - bugfix: fixed preferred map pref not working + wejengin2: + - mapping: '[box] Fixes numerous mapping issues' + - mapping: fixes weird turf on cc zlevel + - mapping: '[box] fixes opacity on psych doors' + ynot01: + - tweak: You now still get centcom bonus antag rep if the round was force ended + and you lived + - rscadd: Added the Holy Light sect +2023-02-18: + ynot01: + - bugfix: Fixed an exploit that let you dupe energy swords + - tweak: Last Resort & Hivemind Speak are now disabled while neck grabbed by another + changeling. This means that you can no longer Last Resort out of an absorb or + whine on hivemind about the rogue ling. diff --git a/html/changelogs/AutoChangelog-pr-17718.yml b/html/changelogs/AutoChangelog-pr-17718.yml deleted file mode 100644 index 58771de829c4..000000000000 --- a/html/changelogs/AutoChangelog-pr-17718.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SapphicOverload" -delete-after: true -changes: - - tweak: "fixes non-harmful stuff hurting you when embedding" diff --git a/html/changelogs/AutoChangelog-pr-17733.yml b/html/changelogs/AutoChangelog-pr-17733.yml deleted file mode 100644 index 6d62c6d6d23e..000000000000 --- a/html/changelogs/AutoChangelog-pr-17733.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "ynot01" -delete-after: true -changes: - - tweak: "Desynchronizer is now capped to 60 seconds instead of 5 minutes" - - rscadd: "Added downsides to prematurely cancelling desynchronizer" diff --git a/html/changelogs/AutoChangelog-pr-17755.yml b/html/changelogs/AutoChangelog-pr-17755.yml deleted file mode 100644 index 656351ad5df8..000000000000 --- a/html/changelogs/AutoChangelog-pr-17755.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "ynot01" -delete-after: true -changes: - - tweak: "Neural overclocker autosurgeon is now single use" diff --git a/html/changelogs/AutoChangelog-pr-17759.yml b/html/changelogs/AutoChangelog-pr-17759.yml deleted file mode 100644 index f41edf522238..000000000000 --- a/html/changelogs/AutoChangelog-pr-17759.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "adamsong" -delete-after: true -changes: - - bugfix: "fixed ai having weak dabs" diff --git a/html/changelogs/AutoChangelog-pr-17773.yml b/html/changelogs/AutoChangelog-pr-17773.yml deleted file mode 100644 index 41c07b3fce98..000000000000 --- a/html/changelogs/AutoChangelog-pr-17773.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "MajManatee" -delete-after: true -changes: - - bugfix: "Gunlights fixed" diff --git a/html/changelogs/AutoChangelog-pr-17775.yml b/html/changelogs/AutoChangelog-pr-17775.yml deleted file mode 100644 index 932cf2080239..000000000000 --- a/html/changelogs/AutoChangelog-pr-17775.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: " ktlwjec" -delete-after: true -changes: - - rscadd: "Snail emoji for OOC." diff --git a/html/changelogs/AutoChangelog-pr-17965.yml b/html/changelogs/AutoChangelog-pr-17965.yml new file mode 100644 index 000000000000..f3fcb048fa3d --- /dev/null +++ b/html/changelogs/AutoChangelog-pr-17965.yml @@ -0,0 +1,4 @@ +author: "adamsong" +delete-after: true +changes: + - bugfix: "fixed veil health not being modified right" diff --git a/html/changelogs/AutoChangelog-pr-17970.yml b/html/changelogs/AutoChangelog-pr-17970.yml new file mode 100644 index 000000000000..d7217657ab07 --- /dev/null +++ b/html/changelogs/AutoChangelog-pr-17970.yml @@ -0,0 +1,4 @@ +author: "ynot01" +delete-after: true +changes: + - tweak: "It is now easier to wound on open surgery sites. Don't go walking around with your chest open!!!" diff --git a/icons/mob/clothing/eyes/eyes.dmi b/icons/mob/clothing/eyes/eyes.dmi index ff8e9918cf415947eadb643cb16c2f1915d09f57..0e0a5e31855851612023263dc7a037dbf62f48be 100644 GIT binary patch literal 14268 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�K>c0#s>Xyntj*E2*j-=p0^Qz=5Fai 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 literal 14151 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 p0<7=uM}UkoH~o*bqQmcL_lKbQEHIxl9CST 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 z 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�!MiDuOB~O+kjpHp{>0{L>j;!!)eViOM1B0KbKAl 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 bWyC|N_PI5kHPDvh|HN~r%?t}pIX(CfM+FI$ literal 257550 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 pJIsH`2$tgaTAg6(Oal>VFU@ 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 diff --git a/icons/mob/clothing/neck/neck.dmi b/icons/mob/clothing/neck/neck.dmi index aff1a9eabf7a3ef025fb69a6b5f6e2a48ebc7971..827e21d1d14949c1b0be47e52135e088f9d9700b 100644 GIT binary patch literal 26973 zcmcG$byOVB+AcbfK+xb0K?4L0ApsIJ1ef6MPH;(pU;_yRw-DR{1o`3aFgOJF!QGj` z8GPn8dw=JyZ{2m*xAr<`oj>U5>aMP?dh504sV>4)Kg#0cP~(6=Abfc_DRmGCZS~;~ z3lq5FH`SH^6jHo3bw5j4xm&n>a{2tp*$D*lN>4}_{n+&quXhx#p}C>YSjXqO{w;az z=`l`1nwPRIl9Y{xS|x@vmXcT_(oH@$i*DyE>AdLctQg!lwQtABPf9`H$97v|Yui7? zp2gK`F&9N;c=H{bGV+%c3veuY) z>R;X4v`YTrbo<@9^=eLPEB(>?u@y9FN|o8KQ@-@PUpHEC2JT|9n-uzzd%rhV+{0rQ zX5jfo^#|3npp9VW%-~W1_|LxKi~KUI6~{3M=WMm+x3i!wTeaD*G#m z-H2LLCFVK8r)M~7bbU)oxwVVUOa1H)%EiP~OQjX*?a1sonY7e?73YkB_eP2!rDpXIz(!6yFnz+S8z2?A0rq3wg-yzl9C*v z*A>b_cbIUMJ*i?0di()J+xxrPwX5a@6Q@N(8kR}svdW!}bL|Y3^ws`9{2y*aF_H<1 zU&cTl$1U|-58KW{8L&NbcUlR=CYF6~MMav=M>G5<;tP7^et%xG`hdl_{aUU>M!-9> zfz8*mqUEwfHr;iR_z97MNHQ9UBo;RH96pVmr-Ly0+V5--i6r{AT=uQtUQ7R>t%o9s zWT>(WdCmQa=@9mRB)9)mzW-yrZv5fM3`1bppms1q+aB*lP7E^($sP* z?Mk;Tg}7h8g5={_KeZ+5!N1=vL|a6&n7FyS_v}p;sOjq$UF%zurKF@Vv9e+cd%(tg zxvS@&T-Vd}(aN_;@%|vR3EW<(vrQ_n(k8kf44QdltG{SIIQeSf@zv?MKa)}?=a7?J zjeAg(E8$xB^*{n=Æ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 literal 27334 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 literal 5337 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 MW(+lYXW$n5U+~9QBLDyZ diff --git a/icons/mob/inhands/weapons/hammers_righthand.dmi b/icons/mob/inhands/weapons/hammers_righthand.dmi index 1a6a36a12599f1546a2c8966388465f9988b4c19..8a52ec760866c5881175977b5a2a1c71b7a10e9d 100644 GIT binary patch delta 5540 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 GYmVYTUF|g1tyX1cV{{ZAG B^UweQ delta 5335 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 delta 13460 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 diff --git a/icons/obj/clothing/glasses.dmi b/icons/obj/clothing/glasses.dmi index 37c511c30ec40a9b74d9e03a0991c62ee812af50..0795484f35f7dc189d7888d5ed21806392d5cb79 100644 GIT binary patch literal 14914 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 Siw@k&2`I?El_{4p4*qYOpp>Zq diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 31db921fe607068e2b1a3456d15ec18c7d468d21..f6c1826bd0496bd65e7f15a1b61caaed0a9d6a4c 100644 GIT binary patch delta 9499 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 diff --git a/icons/obj/clothing/neck.dmi b/icons/obj/clothing/neck.dmi index 0d0f096e6b7701de07413b9c7191313b19f051c7..37aa266746b45cf782a009c46b76e953a17dae08 100644 GIT binary patch literal 13842 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 diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index a33759c283d078fd24cdd8f8dfbc07ad11065301..2b4ff55561b283e612eb0a2dc5fd92f4c064771f 100644 GIT binary patch delta 52697 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 Y|080kTIds~v<^CJHFfTmXjq2*KP6GJd;kCd diff --git a/icons/obj/food/food.dmi b/icons/obj/food/food.dmi index b2e1b7fc32b372f9caf0d62940e8a258221a321a..fa7fb60c25bf1d3fd7e4b394e6403a3be078d7e2 100644 GIT binary patch delta 68897 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 delta 69032 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 diff --git a/icons/obj/guns/energy.dmi b/icons/obj/guns/energy.dmi index 76fafbc5982376bb38baff7f31c6154e4deaa97c..93eb45ad014064937519da75886f9e18ca912a24 100644 GIT binary patch literal 43960 zcmb@t1yogE`!2fZMnF0hkVZg48l*!BN$C(px_h$$X#_;_N2heRbV~@*4FV$4-LcQ) z`@a7;hN-E@<6%=`LlA_gs37wif{;zXA&H3& zUSaE-`vXB}C|;VnE;1I*=1w0RTt3*_L6Ar4Wb!Nfc|n5Uk+X7wxng&9A;$`_iz
    W0N_@(QTVO~s1?D`$lVH>yib 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

    K;NAY9Fgh`9!d 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

  • He0y0k zSf7WA|D!sn`EWkIMyJq^&dik#cxKA3vhdugU3k=&lCBgKIIA?#BB9H+nwiH_38V#$ zqFXQuT-#xPqyg|-hZ6$gR!tD{m6eyxZ<5&xkWi98M{w)(gIPZ``DyuYDEDcr_o}(l z<=2z*d6zXlP zZ*Q+}!bQgJNWqPpdt=wV(EFL<9%<2DB4Oa*OZa|I>jMW<+x9H379x>|%-ueSDy%f% zFYX~^1NAcO%%oSUltOlDTc`-2j81U0G zh@Xev(V-hKjZup#M*Q|nF#Ud7lT8hs|J3LD+35E)o(HDnreB1>#agh5*eJ&AyA?`_ zkg>TPs(#$e!FZgHz~ccJFNT@>#K(FshONpz-Ok~Yc-7?HyI%tL(vJ)&fG(F2PaIUe zD(2?!Ql5#0BsTsxswKd(IaoSt0j1MWHfj5F!D>=Zggs68ot@}YgwUIKw8$BA1I24! zf0g)Wv%2cq+>6P^p96_J{s)v-P4rDzyCqv!k@W8f74S5&#Ju{}3GL0H!@dLOSC7|9 zticK9&9dz|Ui>lNaOIw}%yDvBtN@m5_V)Jf01(&~<+ZTBkx?E#gI@?dPP-?t< zP<9H7wmwdwVVYN3y_IoNoXqF5J_%7%bC|lNgJq0m&5cF49STKT)et6t#n@M;We^d# zj|ST?*eDI75WhN-PBOe-Mn*=8qvTq~7R({Id6c@{vp+Hs_-K^J3c+DK4a~Ol$d}a6 zaa-r+C$8%eelIGjF&++-R!Km+{`4;ox8_CxSn{Z7(03Z%Lndd2tebQ~X^FzovX&3P z7oQSF+edu1YPhE6P7Wi3yyTilRk10USVtI5SHO3Idi#Aqb&bROWq&xf!GWp0L8DX? zHaLg9EY(}bo8vXjj9*no&fAFVC>=HIk~W(@ab$Bt}2c+ikK^;ygK$kDei z*|1v=i<9>o`E($KV9UHsy*jR}kshG-(DnVqb;Ik-0c^*9@F(YdCIAVlYE6?Qo4rlj zF04Jedsyex1jW3fQ=SR2h?rtr&gk-Oj z2kyK*Y&KwBP$~iWh}D*bxS1fHs5u-=v<>wsx;5^Ou2UBT^FnHT!!-5v6J+eM9c{3c zX1I=(m19w6fD|y=+ft>x^GfqdCc2p?m12LfShK_pd?UQt&so2*pS7D(@_KX(W(6Yrd)g{~vunt1vny z^Ruh#sSa-9;7_0jQqCu=I~Ez(%UtV=LbW|IY2IVfulKRX}9Xhu(faeafYd z_J~jReO#cyW-f83zLWSWU&qlg9|-pYpIeU_ngBtzoGF4H(!8)Gnh!#7)!COn-_ec& z`5I`E&P3)5uoos{#xs$o^I^b!zVU5*)ew(lXmhh}JZc+ED#`-L z$i&mvjr6n4U&M-B8|C=W5+*BklN>~!;B-DF)*wJh zJp9*Qew9;xs&3wJc^t>pi`Y}n8}l@=H|a8QAvD-NyXn~jf{%|FQx0E zhnMe-3$K4(Zhl3;nOK(aG91Pno@+?d1-TWM$^vZ5aB8-FIf;WQo^8cNKZkR{(OB%0wRx}=yv^%PL|qmIg5 z0s#R^VA{Kywms0pW$gM>6IsQ5m$E5hj(!NK_9DNY$u@FrOEqO4JP^O@@dH5Y)Z=t` z)##Va6aaeEX_bm3|0EyT4Zde2;X^uZfGH(f%g+0|am6aBCs*w?O8{u5r+92`jZ?Pi zT2hPpBHJ?7h+9jWnzcn~w%4G-!zol-P~)59j!dRadXSn% zuVYKCi@TNgbv9U!8^A_R*`yf&ZnutBeD1%atJlJ=a^Cz1P@sn-UAk?gvqG!vNjQU! zwt5U+nt;)!hGlcXMLzk^xs)giTQP4Xb9M31gX9M*LjOV#Y))g`Mgvi zy+ud0TKL)p2={T?3E+tifFJt#Wza*P;sMf literal 3526 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 E4f)>@OaK4? delta 17144 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⁡)f(<<4+N|tn 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 uyJQRKdh(8v1lZE_j-F%^n7{us{ler}T diff --git a/icons/obj/ammo.dmi b/icons/obj/ammo.dmi index 2657e2e6f20eb71bca6c3fb85cade63a5e8fac9d..f905fd5a334e97d57822a3bf464062d6a9076a01 100644 GIT binary patch delta 20860 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 delta 20617 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 ccZ(W=9@0L#d1QJ99lwzT`AP7hYY0?sq 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

  • i4JPIZnJ!?tL(sUqHFcf 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 diff --git a/icons/obj/projectiles.dmi b/icons/obj/projectiles.dmi index d34173ce84c10d2f5ada441f6fbee44cdfef58ea..e27093ece014d38a628d983ad2646bb42ba6cfe1 100644 GIT binary patch delta 29268 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 delta 29230 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 diff --git a/icons/obj/stack_medical.dmi b/icons/obj/stack_medical.dmi index 23fe044a0d4c9a01745009522e8e50edef4a8f25..60c03bc71f22dfeaae2f31c370a3800ef51e6ee3 100644 GIT binary patch literal 9281 zcmb_?WmJ?=wDvo63`loLhXSI6bax6;ibE*fE!|y8NH@|Y-Cfd>A~|$3ppX&QMI=d9PHxCTv4yrzONux9h9|FFeAVIShe%t> zybvRc8NvCXEDl2jLS@ev10uf(cTXiwa$WLUwN1f|e>H7aE82Y<@-OY7glxKK`lan_ z<}nSFF63qOoIg{AzU=JKYvR9_Ic`s2-)jn&m7>kVj|{TJ7RfvyG=m5R$1m<=CImnB zI-lT;3W|D;DR7lj> z2_cq53;{0^0#LD>jVxR#ZbZg}m~Mr0iFbYFk^;Geqi+LBx?jHBi`^u3m1G!x`-Q(3 zjZhX%nkXfNncxS%!BZ8s{lY}?Q~FxYxvUd)w>NW2B^RIRvSnJ!4?PZMZ|+1?JaWwO z>BYe~a#ieMttccvHKp++zwpljBnAav&$m*d5bn}6h5#6l9a#RUNEt5;Bb~<6)HBlj z$xb4itW283cPx;lTmQ%=+@2}oEW(MA289KxSH3}KQP0eu zDS4&InarDxLP$o3j$R;Z^DbK7Ek$hbCFRz~O0sywF3QnzC#ls2t)-fQD)A_A_8Va9 z`~xY|;c&y~cxu_(&mkPE8@-+@$s2=$Q-osOK*g%fK!St*ib{-vJy(-6Z-M%SmnyjI zr;8QOI@9R4=S)D2*Em(NJJ;kYnxqKH+g1|-+W_LVV;=N?LM83NSSnJmizGq4;d3^3 z^gaNL8Y&G6UIix`;)dMty^Tjp(LebPg??^GNBWDdnDl>0}&Md ze}8=1N*vGll8_LPGnU#z`4n4{3uyf49a`v3{%Z@0s_O3$a{Q+**s`8#&&>-!+caf* zVWo@%#$X!zF3GFRLV=;lt6ZXET{0(3Al=Oi78bGFb9e2TUyXCmAeEqzcorR5qo4S= zJ(}`mlTAIhxtRh;NJszx_(%+;uU9ZGrU2pf<1AV)Yzg%Uxy@MSXX>#XfEPTqI2#dl z&c)v82}*QO0u>l{^8%>o^@d^;@*o?Vmxk$7Q!6XzD7kHIxahks)6*u2?-4RB2h4L@ z{`0tp&5sVs{s1;MwvZnb&5zFvVHS06g5L}vfY?CkCh-y0rhC5uETcla=+QN z6wSzJWy*4n0gX39)zZpJN>5LaCPY#ROUIf&J-xbMZYd@%&iy?nM@Zi^UeO!$2E*9J zW=|4`XnfiEdrVofUCj#Nzh>u?ad$EWPyo1kTcqD?A}CNK5wIo>3;DCaywaBNyQQO; zt=UmhnAkHt5sv#})B9DxioIUBjv^4*X5P}iECZ5uCK3Ow|$`8!!s;N;w+it6q1}Wv5|rHk5Jg^(!`v(3X2_B z<3t)(HsaNLP(+P9o_`v}f*@?uu6}dYxCB9=rZf^xD8Mp)cp*_&0{qQWIiGk827FTo zYwMut5}D7RDZi^_V1x&+FE$OWJ1%Oy^B}+haEgd9I_PR^BMDw|-Ey{fczZ~e>I9jP zFcebvPshSxiTbDqKK!|dTU|wesZ34H@)iy|)F0YfkMdO?4$GB6KnuJUlf4R5MCQB=7r{!x=Q|*N78v_c~Cd-!H!VPv%FVL2_k!)HC$O zU%#Tt^{SyK-Y3%0b5UjrUBU9@flGNIGC>vWI-Vkpb{KuU5s{IkD*;fAhe-^Msg9wfo`TAc2nyhj4YtV-3{h zf%Vl`pK)+Y;?*mf=@&51gMACw!`OVBbsMElSg z-=65%uc^M7%q{tdNy_d-pddg0Y`e-RRb1@tuZqQ-vxlpZE@pm)=;}oOEOp$_ASq2p zEJjAgZuTVozXw!^$#Ckkqf@$LualNP~CHvo5UGI)a`)z{M^N9 z`zI*{cmf0Msb;AcSpV(YsPqHpOfhe&-HGko8U}hjj`wd2UW-qL2+bc#G5*%sF)csT`<&bi!a|$w0wOx5dZcu$Kn?u)eET( z=WXSkSix0>Y$mU;j@luO%=N)ma%C;Z+k>Qg{k-Gl&N(HYP8_Iw6c5@- zon)K%+IuoeQqq|fI|XfR+@_+)t znp#?s!^4X8jSURlwu2#s%p{~_#^*^NE%^n}Gu zS=JhAefR*X)Q!%74w}rC5V*S5n{C@Tn2o=yhW^}U{Nqje$IUcynf3@L;&3+zo`dat z&zqT=gGUt!3x!^qG^5_RyH2Eu=pA!PR_ey??C9Dn&0e(tb(9z`41@CWQq>C^8vX{+ z{N;N2N6Of(ZAWoa)5OWPV2@sl-#A$-lNP<=Y0Ig(W1x>$vs7pA=t$PPZBEzV!#o_eQ!Vc;lCyXgx_*M{ zAz?%H9QEVwuM6;cfNo_+N5bIE>&3tJ2HDjfjG|d)_D5C zf?A$)w4P8hkG{UP=-a{pB{$^4({>Hmje8U{EQm)A7Ju9CLsUw?;L`EYFF-U_)Y^9?V*_TMX&^%IYZj{cII9Gb|caa&1f=|csH zf(M03TAX_|l6c^CTFtPY(Q=UX@jtw*6HjqNQ0LvFQyL>d`&R}~&s3Peqwuar3IM^_ zYeM;mVddXbE{RxQU=xdgwBMrx>*Nmpfrp87N$rGT+CGgi3$`24-6w?j#c;$mq}lQ5 zhtJ!|Pum`z#EZQyfd}EOANT<8nSfswC=RgTN&lyR)g0}7$owOx-XVITx{KlM*A@dg z$;m8l7dv5}7rM?m*f41!37~AR1CE`okwirm6;#0I?|HELWSzgtCnSggOyx82`^`4S z2JH3$av8MF!N>D$%&aA&gOQrH!(GUYG4$@T2p&r<__e58&-yc1j8zWdp{GOhdgYMy5;nKmj_MyfBx5d|nz z37ldpU-@7${|0w~?53T1|63zPRI2HEB8cyK&(>OwKMF7v9@DeJ>T zYJE;pgF=X^i#YU4TPntcT0A0M6Cn{M>w_AhhP2c9K&`4JC0<#@H-cPzIi$Vh-2lVm zajaiqPdQ(aDR3VL8Bj<3`i=_(z@)79m@BasVr9-}IU?W!%MCL@>N{+n05&=?p6K;JqigOm$o zwFg*y5KE@TX7zz4`BcV8&nA&2+ z43zLgP@f>uCU*%7gn`XoVyAXj35sN*lpUh>*1wd+W4O1<>K9id%k2PHMJ{tziSFWsOD2J&(*nd z^xV&KGhPF?!juZ(H!3N%A_Hpux?|WDaALDs+{?|+h8m+B`ttMR^N88ORs zSUY~P$;7!qLF%_IcE>1k5@RwJ-SHHHUh|`pDgF2%pDQ(1wg*ikl8Nd!B6DmurJ9kq(}L@V^jFCPZ5Q%Rg;jLU7H^JITgGAL2iTIiREr;yW!pnqq9e8dEZ; zGVk;&UE;|8oYYh7g5yWOZsFp9x__|q;Li4tn_(~YsmIDk_Y>>s4&e_U2xaN`c-RY9 za5^V9c9jm76|LirBQ4qU-|kVK)SQ2bx(1e(c3%|DxAcs&7VzYuy}Ws#1orLxJ)m8$ zc`0|x)$`mB*`588(?33MNO*Y_PGB7oQq&^rSkY78by&lG@mCaTSF)voXgtjFrJLcr zRQIP2;_nP0Y6Q2wN;65Zy^DH=@aIaf+ApPnAdYInX;10z1gMYk^rn9=12cQI_TloV zff6aFKN_T|DFhe-qel*M2Kh#BlE35vFUMF5m{oEUbr;jdc0Cfwvk^SAwpL6)H@Sq! zk;%|qc>Je=9&@R>4!XQS%O;tEz;61{Kdpv@g?Q8n-2)#d(j|9>f3TX;eF}K0zd1w1 zJ~hd_==RBMq*1%DV}lcrG@EK8y{@C~WRwzIK>;kwx#<$%1w;jkZ?)d$EHtZ|8}zxo zntT1p?;4gH06fdtzT?X*hCc{U`%|D@Vzu{}g8<7{UQNAzk7>SJJKfo9wq=$)R0(h~ zqprh`Dg5uv6tc8;Ea;!$;B;T=spU63>hZj1lz{lxl^pXJlMeqz(|F(yKFk)y_C`vy zWjJkBJ#?wSWyK;tINTvn%pR_)mU*C?RDn%WmVKgO2R<^xDTS)UmScbLhsspli(!i( zjqh9wD_k(UmD#(xP|MZ5tnbpIT^u5LGeG}L9m5gtC*w9%lb~~yb92V=F?2=EXJB|% zdNVq-_}YU%u#3R!{)DyD6daA1e&|~QoXwgkCGmwSQCQ+MXv(}aCI9%dJMu}s)gs+& zMN8IBlBw&;Ih%cWb*G|`^GTD*>?1<#y695+&sx`1j$%IY_>1NJA02-^Z8G%Y%?f89 zUU)3Kb?xPt6#pxWpf`8E0U{@<<#!i9KOHMQ!kT9`kF(sHhML@6^RKt)rl|sBB|Iin zd#eBL40{Nw`sD8JJaI!fdEl=7KK;3%r!aPPBZ7AOZ}G^Dc#MHIG&dG3XXnCH|0U0| zwn3VHuIZ@ePi{n7SY^f|$Is3LA6TqfR_uhjh+dew`mwfQWo4>}#diqQTY3!Mxr!7h zzRepPv5J%5#8}Kp{`zgpaJA4;BU*ryM?B&E?Pz^b(8FJ^NAyY1tgzUnHA`>4!c7XN zT+SPE0h|RYDonotI*JToYJebt_qR=Hv{Jy_I9b@6{+o{|9MHRy2#{q+#3Z2)%`wplMJ@7@&_n71!?fvMXzNUA!#CpX;0TEi+DlY4$1ymi~|JSz4C z1gM(7M79Cl9|f4$g(z4rCXM+rOj^r}`(yr?aPeHLAalPM=dyiqoX{Bs+#FR4>+c+YID4O!aEC-VJk)f zzU|-B`YW53t-mSzU_877yx`n3mTp0ahTO7Q3Z$u8#|3 zPJA$#1$}6|*RSH-k961+t3uH<;IQXmzJY7M(wl8WzmWU17oN>hI`#T@mA@X{` zJ+p5y`v$Hw_}LYm-EpNEeLA7CDdhx_9i$w-|0kc zMBGBqb0a*d{pfX`{^gRpzBR@6tIOz*558a6Im-J&QA8f#(}p8Uf&2@Kr=QU90`cjW zWxlJaVF0PB^6^8pZRd32&EeqfhcnY5dUa3YRfqYN=$2BKv++_UOK~ryug$>OdU_6{ z@P}ylVvUJeNZ@<{1Qm-^BF9QQvDWQEVkC&oPjF9uWArUZTdh@7g z_)I3s&?OIp5?poH(`Ht3vrCSv>xuj5z==dk%@D>U$2l4n-+Ct6DLFc!w>goc7HDuR z`Ae36)$4XZY8-Vr>n`mNr01U&-G3u3Yq^Ydqg&9U&V;WPxTOhP3r9YZJhSIen`)Er zIi*X`wK>FN@)YmH;Sm=AhhJyQ9TiRs)!#hZS$R!H%0inzJ8-ppaT?vAQ=J1j8K1??(k|I4I<6}!9 zaDPnl5Ak<6ryON^{UYhGxK89}kGO%n4huqh>aZi3WX1H7fl!o531Su&=|6H<;!Ok@ zPIZ6yoMxR!e%qxjZ@$@VrRJqxYoOT|ZI=kH={0k3uRfbas(1D+9S;rgqi9QB)Ln^* zw|)K(d(ZPZ+r#Omtq=_EiJWgH*~f70cJ%tUu$KBFyvK;3+tKQ6NbT)?!H+1L3@@F4kJnP>a)d|3GxrCl%$UIHMf1{%*8+xcX~** zgwT^k;lNt4UDID*zhwTJb2$PIO;lPa>3tpPG=?&=4$gct@l*{bp%GoH0p6be7-^u> zV<=aUVHoMP){qu5qnFTrvG+^c=F=e>w0mx&Y7(~_^3+t%)Gwzto6sdvr{pR9 zYL1jo%Lge8-n1C@nG{pT+sST)!#LAM)9dc)S=_!NOm=>n{h8yThH*lcL$&Jn-NsAv z*%x>0?MHVS>lzX`r`%w5PlVTzh%X*e*?zI1^k@jCyR?_(se$Z}jfs`;zql@8-|v2> z5nV?!3LQ`AWE=+GoJ@)nK~cr>Z*E^oZgfmOnFr5skzcm^E$Ie5C82v451F)Qd$-ip z-8r*xRvh7qA=X72)Wip2t|I;gU*sM0XQ8zrzo&%Nnlx(~6MjmY&3Fo8I91iyw{Z|$ zf6MUjaCG9wEM<+L?3#59AxWu|=rEI1ZN7VLaK3cDd&e z1=zXgU(VD5GfZCecPir;`KZmcLjG4AXRAyS+&%L>748w&@@XP6D2{wZ)nNDy$Ufvdd&^Ib>f$`n}!szJ7$f+z$KwC{JCf=pC=uXLgc>_Z0z6PYxR?Tht zLsAu|chG$Pg>H=j&rR?}bK4tK_hw?+>H&pDGEreSzI1m|r$iYJae|?0%y;DCN1i_N zJ90q6rOfBx&{LyefRJ2cb>xu*2)3BtdNusa1JfZj2dy%&XOyA3t^QB+htT>N)BUl z=5OGZ9$u~bi(j}BEYB@QTg;FMk!%GKYO9CwU%ujAeZ`qFQtdXltf1_#!u0l~sg{s` zkIubCA)fEc6ysm;&CP8 z8mo0jtzD&d*L${CwrKyl9^PEp%fj6u^iR!=UtE87D|p(K)BeLEp8d*^92bBlO1C`Y z*`m;6ei0yHJn-04G2qL`D{)s$?x&0)0yg-kg1rP*35g|7WvFmJ*ytm#4y#ye#j$31 zs!1~k3O^(}gi|uUF~1xL2q<;h`>~W8kJmRo!|F}L7b*2YB27KY^TdmK;fN;;8{W%p zd$N*bD=m47?+a7P+dHN3P%@FkID0kwncIT+v;Tqgh(qs>6Wd>KUoCpr#fHUW&wpwB z+Kue^oAuNOt@z5x&XFvO=~{3;-@ZvEMQE$oYfVcX%eMEycK-Uut}(*>&&ojUk&`)T zYww=<8DW^A=)o=~FLv&460t#czWt{s6x|&lpAYD!FYl?gMa`A&?ThWCS94kuHZ*{u zUcU~H;0m|zbz7n7M*ryJbnR-#!GgjVy{i$@Un4|^BpAS@pn_zcQ#PM3ugwc$i3{C$ zs6{*|V8(xqL#V1_pE&-?{N+8P#{2%gJ)sCc*Nx4MyiM*cidXXY=9f8lZ{O>dm!^_+}$ zltHCJJN1h2BJCeNF@J83yd#qDv^ zuiw+hfC=aj{j4ykJDb~B&01WJToYx%P-9c6xz6TwzVf17;$B!^+PIif2+u!uj$PN+ zQ$8U4#Ex zano&=_dd)+@ZZHiTi2=Yb1pv(H&+qtIOQ0|w{mZNKde8g{TzKNoc0Ob!okw%C*o)` zeF~_+^)>Fkax?mE==v;p@!0|h;0&IxtnqI%#HRqwW`Mwp$Nu&5a`jbmN%=mK2s=kEGd>TG}r?Rz_-yws$839_H zAfSvvhF%*?qDPE4KOJq!SXWw%j{B6bllcbO^M@Zs#dY( zXRSY23Y#v96fRrA>DozsS;INd8~)C=$WzJwQ>&AW(;FduckWb$#oBU-0pw~A;T~#p2}}Mtli(cdcJpY1_0mOjF}$$NI@cu^#;Fq%WJcx6|)YqtWC>na<&Rx{MV!$ z=@fUDvW87$qc5Cs%-;nM7qCK1%noSv=9dDQRCaB-Hf}ej$O@{rP@YQ^yb$_wfN2)Y z@x9s>MRfN+Td5#aS%UUH@M~+`_HaUtI z&q)ilwbS5o#(qq^Fo)*Xwp&K77?UsFX6j^@P^F?T$&-=F3XPGn<71I-c1u%ghwhrg zJt3Bo*U8(o46^S^RtdSJ+LjW_;|+xT9mA9OvRH3K>m8nUESJ$)lq@}7MoQRP28mNv z^UI~TLxr?7{to87mFLw7wg`!l_*j)kCNwmqNPmTTGU{&i=xwG`)<;ls%9Mz3+<+m z>kXO$8Z}!aA6StDYw>d`(Qv+|)ZYtuan-jUGb`oC)%$#2aueyhU)w7VWWDwuI(H$Z z-!(;slIc;SSYF$pnxf#mWhw-HQK#Vn;=k&|wt47!S#mP#KLs!VtF05O{zkPz--LCL zT^Vn+g^h5MVj)(x%#|8Vlp=aGN~08OGW~71HnBDaX)yNsenta1P8%rk1x9q3YPohK zTZ-0f85z&;w)-A_Pi$g*RAO3jNAc@2DGi2)Ha_=nW=Win58Q{Vb@@Y!i%qpVwrWGWAwL|0MJ$T5O8h9q@Da99g zJ{JN@=5>LRw?mmv)So}^U70C`Mx}zj&;xJkI}}Iz66{>hK;OD>Eiqw7Y&=ak#z_=F z&t4?e3-vs_JWax4W~xLJf@l<*L^_-(lIJBDkwk)c5y#FV{#CMqKHfz$%h4xV^y$hh ze0t|yR=4i%`U?O9W9UiC; zcscg6tolcMy#}R_+q8|KFa{o~V5&mZT)3r;or8;lg9odBKmZuHgu%YtD9Zi#@vBH0 z0Uno%%ebEi^y_#)jAf^=aC2jqY8DJ4?INwldc|PYZz9u}y>K2r78xJP=!{+)vX(sh zcjnv1`L_Gz<)vbYemGILo#2bo#TyS;S9Lqb1DN@1Pz$KmkneevVsd^yL)mW{&&C#|;#s89)J;!c?+N?#EI|{R zn<)%`v`?+9L}?7{S|0C*YZgZvSE!|w;L75m>N-8;(CVPYiHbiPl6-KJ2?>Y^Q-3U` zs73>pGst2B7nDyAN(-VZazh^oprkg+UWF^P)-rBc>9H0(Ot2Lk@StE>O;=cRvt~b9 zR8dO{rfLL(a1>qMI}v~XCw65uN)8UZ@i-F-6}n2y2Hxxl%zifC)iNzk9G8Y(NnY?u-tu z?4Mp<#_KSP`2PL*i##cEecqlC7p-3VrZ1fvf;NDSyQHV_6B3dS%r<(Lb7!!VHS9KI zkfnvCnh`k&kPK;BpqHKLhmMbgIQ)Fs&&dX^nDu}07~szr&V~@T=LLY1u1g09!*zeLWG9L?S%rZV<1N z4qWFGB9`7-<=8*+EG#%~XK}u;HpLN7$96&3&&mQxSbW z`*|=+t#EW2|JI++q9cOZfn`YxM@K%nwRXyxZzTyd5Fa&)3HGy7R7irY*JW!e*WV3BAZIUz#Qg`=q5~-(7*s1@uoj0T}2} zx2^tHJf2c&DB(n0WMU|DbNcK4rsVPQ{PX^vK&A85hGiN%p=VyUM|1&7qmJ>4xwAH>C?v`ENw&W(CKN7z5V^j7lTX-c3@>a(QhxZ<1a7q0x!Fy3upIT z$Ml@|+kC6}*<^HRDI~qw=Fd8gP?qZ?FLZJPL%5xP>mxHzl+vX&z0-BF6T$dyl@cB& zJg{~Rx6x-JbM(`~!p*7~?&q90M>F|Z0$E$CN~o%dbl3(3MpYDo!qgve&@1&pO~z4s z#H>W(JOu7-bQns4qd&)yP&NgpHt7yZ^}TWFP|2ld-CeJ)4zL}26$Bq^(dHqC8I?9S zi?MO0D0z9|TUl96u1>`>6%%j0dZlgrDlxA7y>`WKNHn{xCgT9&0nVSI+2%3y?XLW< zF3V6NL(*KcnBMExN>%z>$wI}%6cowT)tZ(57xa}uaD0=FSN4xg4l$}+oIdE%sGEW2 zMA!LDyEz+?5OF)MrQL+SG1nM^!^8Zi0nO8kD6{tL#>PuWx<%s!=+sG*)Dc2F92CY? z7+r`hsY=rZoD74XQ&8(V)kG=*Tc=j{z)X6mob&J}v8TO@XFUAos)oL;d!Xf7%LqOZ zkr^Cdjcx^cJE=tIpvOb*?_Xs>g@F?VT3K1yJ9HG8*Ly7%RKJ}-oDbs^HBoc*Qlg_2 zIwqih4!hlC0<_Xx5RVa`1clILidp1_mo{|gPsY!@PnO~WjynwWP^2zu(qnkSmBPCP z@sI~v;fy^1xJ%BE$-f)5ak=Is8DuNj_?XiEaR_z%Tz!>yALy!BV6Y`&whc=j7m=Kho^x? z%%mc92?zhOu&yQ0;8IFw<^*t5)c1M~$(|{pgVRLyfd2*oK@*h3my`YdgzUFmlfYaj zyo2_m!@UX0rs5Fk@~Kh&#E7Z->p5~w!U{CmZ%JXf=OCom{KID zs6O{#3;xJBr?p+LFbpLhEWE>Kspn^el=sF|4qsTOz^qqWj086w!nwa$(|)IflqqGY zepRQrlL1twwNbR$@X7yoh@@VqfK84fHgE}!Ht!ex5lG-Y5cV9tZ|AVXf%eB}F|1aS zNYpur1pxco#QJ_4-*(&K6Iq0A7G7I{rYTS@b+I5M;AZZRfgQVy0N`|^p7B9K2z{Y!o3eNgR#Y_@6)`b7wiK3e64w2O%S zy&j*2HJVGJqb`@E*F7)X!OQh)1d%>t4QCjMLNj-)4E0Pe&>bDl&(erxxGVnMrKKu< zYRfi7{=Yadi_w$n8>6|z3|8s<87_w&F%~6z67~9o{7?b0hYzl#vE9dEU;zAYg(7RP ze6g9JWY0C}mawCB3a^&P%ffpL@fop8_^~pRDas;PiK$6b>PgKNs|ZzfUkd?De11HY zI|O#cq=M{E$SWhTP!8@7Lh@HjF*j8a|NO=jt!#pV^>S;D>wIyy)ng?Giw`mw)qP)Df*4hEX9nS zg~&jSdY-(q|MTY07&`$JX#+ZWcQgo>TY!IW>)xbw%G{2)m3AKjGZOOKtvd@>du;H# zEj#8LNP^klAE%oyUKc#PLYd-?5R~GfF6AKz*BQ37=N_Vclkc;@p-j(R2Jm+hx_3gp zq+EDxsD>1(tUH%o%vN~)>G4tXeLJ+pm-^)UiWLABXTeTXJU+d>D<~ED`}ePNUcm|m zK;X2p{<1@6dTDO3+?vZM2$EkZXQq|uJki8y#cQh~wA^pVwV+;*{q5acF63`5!iRxY zpls~mP2aN{fdgtFc7_8r(Hbs)+ak&#E4xy4(EtUycWNGa^qMB;{M#RBTU66d9z7ER zuS?&s!An5!x(Q#Aj~g6=ian}#bsAV6&PfB72*OV3aLG={B5#f}diT*ZtM%rJv&UgV zp7-v2^w4?-Xj41vAC!H!Ta#*um*32sjoiL`sQg4d$|dU0x00`spV&4~nM?kkf$)>+ zBS+CN@Q7e)7ANzR#PiVqg=cLBuUzOcQ%}_)dNbb=O)6$Jq{`O1vXkIae>Bcm7&j0# z`#k3E4-!?6q#>fh1mdq|l0RSAEYV`97EiJw6(@Q8>Hlspr|?&zxKcJJB6HAHrF;4} z`wO`Fs1;qbWV!)Yc8yt;N3AX1j9-)1>O4xYFkFpEwgWa_oh$z*`B@paT!Lwn>bV&T zGcSSOhr9b?q$$cCS8rD{>^YC*)ChJhr>2kE`e(F9XyH{(M?tIU74)>rc9Q|t@!}1; zFENLYU_RUTJ{YANicb9dEm3K>6&Y-{*>Sn;ZfL|ms6H8w`a#c2AM#>U76r(Ow3OIg z4tj$aeqs~3$n`tg8UzlW$)ZXVH>L|%XT7`!1N=g{IkM@aN> zrYe+(zaaPXr^BpHHUasIwbst2 z2mqMBU9=>WUX}Mg=b{hg*n=JSS=m`F5BB(^jf_nGZ5`o)<|7!&_`rn7c&HBcavG)!=~DV4UunFW4LjZXlr4p^{|W1N zi>LxUX_&r;bYor6PyPhz`kV5F=IxX4O572zPMyEkU)rHo0<0Y0uDPL0OF{v2iJ=QV zF{!W)*;}gx#)oxvA}89|W_-V<+u@2aHOniZEOsC<*!AoBka>Ca`ql2y?QR|_*HdG= z40q+hq*hZNo1o_}ZK#~Z#BPK8ovAW{2>~Xq_eDdmNDCsxC^e|!E!Xm}`fE?{t(FK0 z<9q(}E2G7HZRO*AbD*%(`f%e*D=#s-#8DD37P zzKTI|HT=avCf;q0EigB<{Unqj35B)TX7YU#7J;y0=`72zU8rV7lxAs^b9|L3Cn#&b z2JRlnkbOA`0z!N2lns3)@Kjk96_qRnAJH(1iK8W(NoG!>+P?EK!QPCH<2u{cDmFTO z%Ka4k{f?kt?XOIxm5`h;bw(Alx}a*?lY|bF*v~CM^=mT~(;D)O0R!SJ8I0Kya+olY zEZB0KAplKNy&!3H+2!yplRw}CqaD2QF%g6Z9Hz-j z^i!NIzB**+?s&)+gUjEe5Dj#Se2%OWq)M`b_c-Sa!y=Sk-6h>C)nTsZp^57m6vK?^ z<1gZM4Aw$7Ay&(FkoN+-IL}>+&%TvOcF*z}X#4ug+kgN5Z`yzHO>R45W{p4t9{Oa{ z$LGx?DFvx3eC#D<2hYHl)Y=2eBU~&JD0))y= zxAP9{qhKrr_xF1OwQ6@@sMbr(UDNnkTs%Vpq8dA;pCvPbfFJ-at}+Sn7tiF7vkXa6 zwV(s`a?(yrWo1ZgMArvzP2dg}gxmY>IYA=3LFl2MX)FVn%b{AYONvU$t0v$z(NDVD z#jh{@)&fh&IP`Ge$q(Cs6%VKYaJW6*C8ap^`2?F&i)M}rIj6Rzeg4blPt;CmSeqU6t%2z2h-Hy9{;=y57Y zx<6T67WsN~VNC0}6?2l7Epn`&riL(B7#-!EoSTar5a1_0G$XPvSfczXcQW869(==a z5+EHZtNa2Q0Q?3&B?@cP2Z&I~|V{S8b~#ZI^=( z!7yn$ldpR|WIZz}qG5iDFVWtG^>ly&(g7!DQ5NVvhKCh=-5h>o`K4J96~ZqYxqnUr zfGgNfS>G3;aodgE;`B4-&PVtRfNLfM$SSv<+|_vYvws(o4x-?vc;k8*TfF5)-*~P_ z&v5gMC-FJ&t3lo~m`BY`24?Hh^~H5(vUybqRnJBGlzm!H8JRma*`wEfjpB{}O8Q5-8gAyv>4E%{KO_kl1`(aSH3$;)l^`d-cI zbfP3?64FA}1^1;V9o|Tp48QcF`MvnJHCZ4ND|bFxxdncQhiN!u9m7z$MV+C4f4l|N zoVQOagw&(NVW%zJXPGP`y1D3NU$G8Pew}6Mn__+1iU`w@sPDo;{+ICoiov}#+iH0D zXj{}D>C%4Mb3kFmdOVfvm|L6Qjhx_ct1SqPpu<`l-M&n)U_x#3Q2rq_xm3AAC0gEW z4GgTqb)d0+S9v!J%kjl(_QR*N9dg);l&^6v$H{5U;e2*?U;}xp@@;% zm&s`Rpye&hhG9=%XG)iiS>a0Sg4+Dh0mtxZnyt+&$z+A{xE|U10ObSx{+p=Oo_N2f z@ zLT-@)V)yuuHB5~1pHv`{W@aEks>?Dx0}GkElx|KM&2@%F*-plCObiV|?Lz6*QYhn$ zkVa~mc-0O!hHlFu?4)FiKF^1y3(<47(=9)=HMiBhnA7TTh6cB-Y;E zt#Gu^aF6C`=<4{c5!3PAVRbN@f+OgCm!ePZN4+}vj$)<2j|W2fF>ToFuU~@i-B^@U z1d-N69|Rtb;D6mh0UKp!W=EF_KDmPhgg`pO>;SkSvNj~UKRsjoW?P|ohO6&QV=%Zft^5b7o=5QzyPeT1l`pcEQmcbU{2KW3*L?F8MWTyh-Ls!HvTKjKu6iMDVg?eW}gOJKNGD#x#}n zgWB(#%SXE$xu^rR#Nc-$rLc%)!DGszyvVC)77!3g1eul_DaixRvJ*+9TqNv_v4-mQ z{v?k1WR3V81c!`2@qP@VMhU&V^aPs0LQl5^EmfGxfVsc8&rCH~=SEKm7oM4~27GMH zGWBq6{PjUAPWX4|b@48)aSD>ZyYq}35X!+pRxnP;(Pj6-wKmP@ocsNg@AWPXn&#@u z*eYD^9v(-W3yitNT^9}p<3lUoyf+j{zRkw-fSMVs^>~2L!h&3-x?%vAfYEzl=djHw zl03{p61Y|tIFWr0Vh%@2c@?-P4R?6kI;DUmV7{giNrLQc#4}Yr$VMqdz<1<9|7p;W z=BCB^=n=+FGX(7XVwOeZM~A@20)kK07PA+*Cl^fHebvm4VV1^KP--@F*Vi%4=(w@c z#E01;F%r`98irXffg-#x(BFGnTmHYKVT*f+;LAXchCjNSCxSK|g|TEu5_l@96nW%V z+R?OyaoAD4Uk2(rFx`Zg)jfTbBfK7yryYRMFWlCXGw)P~G7b#IU*F_+&tStatBC^L zERJi-yUO)CTc!2;@?{fwiOI%tcI%w(X+Ui>`$&Z1{DfRYZe2%Nrt(7kPIRU{%NkQI zP+NwU9WU3AXa>hwAXWIdOMwDN@$T0hMae_28*XeUbf_99SBR6MgZ#Aje(!O0L?0pA z1}$mL4}U}?g+Jt3)H$BhFG;wZOz=$&wt0+L5e|*UhX$EWt&G8oa_3tVYnAev&f(eI zWYx<6fNJvZEkKEQr>8_4qoz^6D=E0HcKJsKc+Ovm*zfkv?EL(yBl5t}@$!0TTq=m! zXeo0P2!)N?4eKSJS#AAdf3ca^K3OY3D4YSJH>j4DkZ;Eaavu(yL%v%LWhti;E;FZa zLIYtN`wfq8+5s<5 zEU9Xf>lPf89s}l6`psIX>+TLFNmsgscVbmMR=BX9fIa9J{m*M}Zv|>+vR^&2XUY30 z@6J~F&S&N+t@GMa|I;y;*i1K4rgm0-HqQO&WsAjo$0#xW-t9>{!M?l)lsiW6w$HNX zjU7a~&59eZfD!9-oj1nN-3ORP6IgleD5`T|Yg~@fyLIb1+9CXVEK|V&>^Yn*S{iRj z!UMa(*M&kT#~CH`$%dEvVUkFeVApC}G?ngFA)a{A#krSG?%K+)nAFqk9=Au6L?|=K z?6E=C4o7Eaa}@LdIQp8mN8J%r>Q~}t^Zfi{sESZ0%*eJyv^hNOCkhZxM9-I0#cvx2 z8MsxPn?U^NUEMpT3pg9$oBm+1;YQ0$q>JW=cKxx{oxTA6ql;|?8jyAK3jtrEU=WDh z&e&NbluI2ysR}ZPs}UGK;giY)n~YtN*9Cwm7T5hvB3qvIs;_UCxzKpA7jyDwV#eXL@o~O~;qJrgiuLme4%6jaiVw8}K uPo-|s{@;>5-2&Ni_^-Dt|A@~BLVQgO#`bu9Jml*n;F*f1atMBhLn~DX%Up}6a;Cclopf*1*8TpjC3j`4FV!v2B650BCR6bAss^x zOug~z;M*+53F^?CTV^ogA;MJ=+_rd0z9Lo9)fESn}exl`yG?^h5>a zrk0t0BSaPXiYy0dLJJ&yUF5(Gp>yHE&WI1wOqVXZN1x>qjRQmjCe-;WCHd%l8+5C90P()+HbIiUI&jN>Fvjq2U zlnAraV~4p=6V7!DxYO*1epTH7gn-Q+;}-D*uh*@1Lkw%Zf_}y4Of`e9vv!;6CK$1> z&dI%--Rjc&k2JozWmL?mdn!0W_s^Mg9V9U>^CD97{_CFxBm5rn3%W{7+O7*u(%`-? zs2J{^gi`|~(d_CbNoo;_?~jR&?g6ou=JTQW_pyGr>4_a7*J;V`Fc9VReDck&uxK>j z9D{SzoLy#7LncGiA&htEe0IKCpeH6m674=5d=2|}R&{DuG2>wVAc5jGBgG3{H44r0 z^fk)Rg8;nTMo)zL0PDm+gUV=kdUiJKY-C|0G#uSLX;%$zBr}JFX)s!-mjjcMKX7MC zpS;-kU0n3KbkKh;My-gz#6&-FX~5pFPVZ8Q)6L7u%tO`hTi(_~Ig&ax*6(93jyKZt z^6q(giH)k_+kO|;>#4#RR1DB6uGJ{ce4rJzPbHul*1rli!rUsI9UH^u7WT>~lkAUN zuQH5FmZBhk@vGbNEtdi{7Z68ATYMc8l4d`4ym>bG3$Og))29S!j|q@_m(fQqmF?i? z3@VFXJ2S3^D^J&N#X`>dl{{D$fKTGou4#Q|pZ?ocvsBW`~ z&>#wTCr@lbV4!9i)#=VjR*dW@{u658yRFi(9V`BDSMuBNF+wc-IneDLewo%6=p!NA zc6OQ+Yj1Ss5hA19PWGy(sQv~<;l-ktyEl|8Vxth1bGY|<1pM-E@*7OMqVwJ8? zrCsZaI13B_QtKn6D_^lR*J5Ytu^TDW4hFycPt)zuAMHP?idFLlKA%|pjImldW<@+$ zFe+DUOu4^;7`yf27a)Imu-$==yMfRym6tRn4jS%?y<_J{1dr zhTC}G-Kcs9fJU0H`9ST>0l;A0`h)8$Q#`?o8JFe<08r&D6+yr3F(JjHNIDZ+?}^`9 zuI>QzP*o_j#~KpZO(S}Wz#I+gVXMwn&2KYxcrdBl$PHoh5)Xf09$$~!;T7JC)j}2S zi+i{#7jB(tqLF*w7Y9#$Mj8-eFhwL@VJtjZ={^mQZ9A;h6bR(zBf=cdW+jv_kdvLl zwJ3n^l#8}8X0Xrpk5PsFMO$pX@yK}>xnl(+{=s6zJ#ky?k*v8t=$+vV32LKRjM2_o ze5gwMDi60J%;D#4nv<2 zZNpm>+la~o7_`tx0~lr-pEUl&b&fsQ3ZGt{eMOj-=S!2z)j$2|(x{itmh(^*A_U;((LSMw z1fwwn^{Fk*St7w5oQEC0;A> z=qC#zxd~!!%d-mr0ypueZ({O3W6}PoGfDsxk5o=qHCvt?`Hx#91bBBUI1_VO600HO z==zYG3HPy2IKZ$It6BY&In`r}WvYYZRzzX>@>k)P#uxv|&lhbC$S(VQxU_jD00@XK zj$sJy+(DYhZNG7iZ)~YD{)(^KD7iZhOh8b8PO9=_&<#B9JX-lFXdM?qaBb<{OC-M0 zr~&1VNcz-0jmhy={BS(F(^21TS-RDQu{G-YbAiq16>a3BzvsK4JU}yv)thN+=eT%6 zDLfd2DjXK~cy=m@3ixYzK4M3}X1ei_(s3skq*Y>4`EO1O`^EiS5~(o?08Bd9yTh6U z#npbo-#9OIarxuT{nH&Czw2G|fpa{ZR-f+=B%N?v*!Qbi*UaG2zp`>5*yC{fnWIOn z;mO+R@+wcQF9FOqSuL}BP!Iw$iubGzIcQ&{HkqnszQ^@_x5a+Xa_1n7-A zH&ODl0pU-b?+3ndBB6@_x==_pIE^Ii5-DD7S#)%dUN+`-{8{yBQM|C(J7S4vCLj!45+bx@eY+kZ459IcDve}se){)lidsUtl}^thkxKj4K$F%$Ui6s<5P0|mX6|fo zzFNqCFDbmYcPLLWmGCe%3g4T=?XOJ|)#&E_YBJrM4Bs;%;^@dN`-{nQ)A+v^S2;Sa zC2N<)eYiPLxh20_TjT8G^7hOFarRE_fwnp+F_DRh$s5m>41!%og*HOC%Smziv@j(KHY)W3B%hdnc!>^6UR8h5? z+mri=wiFuU1?+(8t_n9S;V%TLKGiKr%Yf6j1TVcd*yrmSIq;pQsN-8y1-#mLx_-WU zS|H?oza9VUR^J^tjM-d8BHOEjq6fHkie{ArHo6uFq(c~MN4LC0-{Kg_mUduC0HS~k zVTckCrX1{PR8ks^9c7NP=npT7rVlu@VJor^CuRwU_8qLq3$)+3I8f70i5}ZtxkCw) zKUz#ohCu~4m!m0Rtq=@AKxfcr-^?wgOUDlv-|jx^iu3(M3{colrS9FKtv#xbEd8+L zaro#9b%}L2R6tL%U4ZM;4o~h{vswx1;kflwotl*1WFQ=CGCm=i>1O^WrEf#_V6su$i-J!y!HvcJ?@SS} zfPE7x?3hAVdgArkvRqc3cxhQa2`>7eRgTaMC@ijpixPpk=OC&GW#(HSO{?o07{+}U z#}nVh;@)kcc0h)7633h6R6AV$BSW)PXC81;bh8FT>|=o z%dhMDZg_VjMLC6E00%%ee?azfoC0DSYc%%HLxXg2p7c->C9+c565>}+dNFly6AH&j zp(He;(iPW_A#qOh(BG&RoF!Us>`(trYTz_zzp@*l0ObsiqUU#ttaMciw+U*CT%}p`sXiK<#Dz$5uw}2`VsglxchyB zEroD}TE3@*4Rkj0CEW3@Aty^pG)FX{X=TX6Vggkp<{|Urk?VDcGT3e4{RjP^iKxaT zaXHtjF!~8AOBRMyik*J&ch(}Q6faZOqty#aei}Fn51Xjd@&(o3rWl}7(-8mK z#X+cr*ti|v6GD9KfjS!r88)!kZCh8oApb8_!i0e;E6;K&M1iln1jd(4e|x6`3BcE zcrY3Lc4zzm$W1{|I{*fza&<2@rmTWQ>;O4K1_BW^Dh_pcgB+uA#w_*Y78^d)t7Nr> zU;Y=H?sDp5#~jWUrYwH^&3x7T7cQ+!*;WLG;U?O$Wt|)@)^s9Nts?#$b2~c-vyiRS zA4F&VQBRC~TMVv&{YMRuM_Si=vO+E;#K{t^{}JlKtZ*Ff#b7{=vs>`ql8mm0nh_enJQ*+=0w^`Nj6U+W{gV zzSz{_4>cLvRqi6^2P7R&Zv(;=e^cI>MO(}Udj~Mx5Q)R0-+S-Pn6<08uK{=6Jv?%P zPt7;l=>GPq$148>M#Ly0VlCOQf|U>Xm)X!@$+B*0bB-g%jc@xrZ<{q3lx7R1`$4q4Zq1Nz^C}y&6P(Zr;`wXT2G)m@_FB) zsUPOa=x2d&T;()AukMQls%d-=pYKu699~qrdpc=OK}w7OwafV|^dVl)=>K|5^gJcL z;rHC2BJ2GICSAogrd0AS2$M^y3A5WbkkXwE{L8G)C|7=0q3mQZ;Ocs%)YZTkwEaLM zBKM+$=o)V$;tPDsmq?B-Wf<-(WOcPF@hLi|{gpq+h|MQ%V&dJcd?9a!mrDF|=8+K% z#!cKJph4ovxI?QJXTP+U{`kGf2q8fkI;&ED#Wn`io0b@!mLRF0yz{^vZtnXs9Q72W zGfqamO`ETqkE^+V0O5FZ@4JG6cG$wFbjxKVQ%Gw$6Xwy6hZldqKW;ct?b7N!<|~Vk z2<}l3{{xwDz94_m=0jLaXHY2m7&3pUf$a!wJ?dWK78a&L(i1*rr?AH5}@5(ov;?kE7{Zs?Cdf-3$ zZ4ZcEI}b1e_2GiVI-@7}>-I#=+P7*f^t)55i@{1aa6dH-*j8w3gVdMEgh}QxX+~Mm`2lv{HvsDDDj-Gojs(uODevN254?6IOed5J^Rb(UP@ZsWf zJVJ73Ku~AAGcM_ZB(lRY!Uc5j^_-K6st9wI?+?=Xmkp2{Sod)6R}}9e85khrTBs&D-*@ z2>>@v7F~gOG zH+y}z*3|5_7JX4hV)Y?ngE^=cULlMC!-Sd4Sw3)Q*br|#@{_X*&J;mfIv(?o%Shaf z1lVMf4`m~rNa?Sm?R$VOewnM>%q*hQc=E@Xy*{<2L)LzrSa$Z|u}>;|)jm!)tc_;j zhc0c2|e3UVgoNp{K6@$p>Jvg#8~PL9On#GTC7(Tk~QDoP+_>FHNzfFjZ6hMG_? z(PcybH!W^oM%4R;#uWo0qt1(>=v2Eyw#H!yCKDy}t&AeQxalW~>o9Lam1SP-!mDoi zrT9|!xu-x@SVuGojgsBV$(_Ym`)A#U`j_;pVUdEOA|klaMYLZ(*w+sFSQAQ2TbRo^ z*Goa^^t!Z3xEFA;!e~#?Z9Qj+Nxgcxbag!r{^|$+34baPMHgvh)_&0lOUNn-X`h_H zJiz}p!%Uz0V%Md}AJ0C}|2FbQ6CEUmC#A2LJu>+o)04J-@#rUo(@Ng17Y&P;r(>iD z`Wp`TtQ#?FlSkvMUp^HC+FfuM7ncjEW>_B!^hO3iXvTCbpkg(1NVlzm5iy{l4@PWfSY5u}0KX=@J!- zL-)f2R4HILz3toiTU_OQ|85a2ldLVq&@b|^lm3woGxk$MbLL^-x(;WsR=&sV8)aQ^ z!~Z9BEFD4GS4;AhE}y-E-)qna85`inoVY~5A#-ozh4>_duN%c9m^%4`)*Q_E=8H6$ zT4ChO&=<-O3{$WTWNoQQ_cK81a^k1}z&+iA%|GK!Z(h&4!m{RwZ1Tq=>TL4Dwvv{` zap4;uJU&@aIo-#X4&{D8C!fn;);yZU?ELS3lPSB_{!#;^IPD;1HANj&a<_z9v4G#-Rz`!e8mE&^ez>MSYQ;_!g zZ1?Wr0sh&h@6&@J)%&GzR{o0*@450>2u4q!AGR-s9d`X5)Vl%qWaSIosay^e~YVAjl?iNmATgVwo z?zqb!$fzGv%Kk3HOOCXk_ugkjp~RitKiNI%#p3Nj74~)}^^>C1c8bqK&FSd+oYWkZ zEmMLKPGgFS8-M`PT3G#eIB&`QE@so5l-t*O8$p^8Ja|$R2|9a7g547^HjZTP<}YH0 z|E4#QU^U3#)quryJ3e5vA!;GGNwHl_v~udf%`&DuVXMI z;2ez%rDqjyGdt6;qfPNSNjy-lk3p~Cqv`wp!Hr}4KHH)9Q` zRjBEgMf!2gQ=PO4x4y5I!DAg$eba1?kgg`TS?}=^t2XAeXh8OfJo_Gjsjh2x4sepA zp4iBkCPzjl_UZTIET3NZeCq2{PfTjZJ>OID#iE(@vEJBQTw%aBuHx<9L}UZ2=H?2WRScu^8aQRD_K4?L14gA$$_)xC}y3u>x1iZEI|e2nqC z;Bd%J=!-#ZYypN5*vyo}4Ox3}T8jmP<$Nf3x|iNt^(cqgwQZ*N+PwAu0Z zsK{$!QetoP$(Ly1C@R_u#$xe>vp6SO6WR^~x$FpzB7o6A#<~S|ONA>cVHNMjUf0o~ zHtZ~S{Pf}h?B+{C0)TvMC+wGf45LHrc$l7788l2gj7(X6 z@|kW~4=noXWRko0&f@EZ{dy*(y*_M(hQCuDjI@{WEC%qnnulM`GU`*W$*0ZCJa}wZFntL6uLKLjhFZd0 zrljpJyYO+Jf7n0g0Os*wiZER-+egUw`Q;ekbIWy%y?ofSd7@SC_K!gSk0fQ^r!h$W z7L_1#G@Jj{QvO3)5KXO(aMD?zDyJfOoW^fw+oznj9Q&P(Sb7>b% z7uBfBzh&zDu<8*MFA?}BDp&WsV6o{4j?F`7QXYkk_)!mIFuVQugU^CGF0f)WiIF)= zQE-K|I|`o5^MO!x`f0;QV{&t^RjUHSfONXd;E4({V-6Y3@PIZ{RCM~Gbq6Up zF(Tkk5$NR)^7zalyAV{$q5^B#9{w%|Z9itzjP;$=1~-&Hd_}R?)O6d;kOQ9Utm~#Q zP#6_{(tMmwu~-6>@b0%Ak8nP%q2{b{N5ghAo^~-)oyTGKZNW%Kp1UodEK3r@lEX>|`^QiTs9;5UqiM0V{Ag z`TI8r*^Iy@^JvBxo0_J%{b6lAZ+~d@Y16xLWtmI3y6t{Uy*nrN=ha7@^P;mOp|)g! zVy0DugEDl1xP3w0o^I|XRy>~mRE#y?WP5zj)!qHJb}Hv^dl;HUIYjCOn8q7@*%3)1 z39NhDJJ#EM%_R&Z5pv>sbbKtiuEb{O8ryPPqEal%{C>BxJWSfQs7!Q83-z4bnQ*!X z@8p(zJjBgH*%W%d{|O?MuDqfJbzbU-R6_5*e+N9IWS5gD#f|Ak9qcgXwHz$GGch6B zL5}+en0l+jHU=$^j~?ckjEB2&wS&(9uB9sZb7xF+i&Jlc84evUSor-zli5eLzsEvb zJe5p6Nos1lw)laHCY~@w1Jr=?Q1-2NnDpoYrn~TwtL@X%(7X z#9-(XdHuUT)ag$cO`izTkhWbjmfB^!%6z-~=7Z|{^^2g-G8@0)R$oIt%K2~77U6!s z3qp2+GdWx{m!XXixm#D&ACu*)-GN^3R8_@5YQ_2jP{dHC8?@;H22Nw;2JCZR;&lX- zL;~`dZdh?6PhVI5F3a(QENR99)IVotX56~YJ8&c*({5%b#)gCe*~o++V5?^by!?G( z(Fv#^E$c)n$NKRBfZ1(FDu*2;6afSL#_Ji=uV6)OY^859tW2xw+_Rt~= z+>gH!JuFVkp>B7gpSoc@L@jEJn+(D}c{&RCg0df)yul3X`g!}ugTlR+{}317+Wjdy z=)B?K(ds^;Jn-qsP&RN&zd#|AKt5y_RQ&FFH9>!gWKxS<0i&n|%V3rmz27WZT@`^m zVG3a&!LDZOz-OP16yQSNrCKffnuPkjm_LytLNv?acF@gjDE9Yye!dBp2LOL zpWcgb^jo!1ch+{Xo>xO)`PSIGdx3%?OZyM5)L-QqW;LytCrf{pt;B{)k!m^dQy2_duOGg-+` z*I%0N*vZ~pIP2-@B@tq{ySw|#Ti7z~(tb)j)cENIvpDwYIf!uS-Z9jw({O>%RW2aCDn+VvP(g}_6e$UWBBG!o z0s=zlASKi!kn)26|NeK*yC>&l@7=qz-^~4HXJ+^50vUFW?AaBvq30sXlxg|oqR%}{ z06jv*mq&uP?pz?GTK{I-U6&O%*BrNaoSZG5vR1TuNiCsno$KT>!s$b76k>zYCUzyk z>08`2d&xdd8Ko(@8x!{>@ZAlqONk!rx%|6{#nFO6gZ-C2VSm5U-?8=5P|%$8;f7@l zo_V+MlD(|8u*nM@BYWMg%(<5>{)cb4pBlI(PP{tW7t=b!ed@V=a9cUeEJQNom&Rqa zKL2;$js~qF(+TLnfhx_qGpqeZJIVessk+K6Sd1}FcUAD`+QpD>4xu63bS~Gf@xi)m zlSB2^*{S1Snyngr0jHlC=O(?$E4NjAcwlNVFOyW?BkTmXua+OO87|weM8wxQT)3j; z3(NB{|Mf!sGjqF0KC+yfC|B|4roml;pu)>$s)ZAdz-BH&OEg>2quYnGo^UDq)#p7= zN~SmQyaehi=qq2TZLSWy$CDix0>d^|f3U|TT*OA9L zbE_qXI6?>7t^C3#r&6)e!|0wc5mC{-pujQw+#a@cUBy%+hprxbn)~2wKj7QsRgUKi zUwO(XE+u1gN$t1H_<|=DFPK_q*pTpHO5hSA%}@#b%K8^kP^`=Iol772yL(@`*`@5Y zot^oQkB?Q*b3qo7y%Km-0H$>tiwYY=!z4VjDTRjVobYPJ7hFII;mjee+~t=$WP zJ8gkZgl-;^&B@_BXrQ4eC~RYPDe;|h*xGy`;c&(){V&H82OO}y^%8faleOpg&?0!y z$Bq%!yFGRE@HC3PvbX_| zLhDlVTPBl4KRw9gF-OVitLs}ZRU~w}uk884JWn0tzq#JF3;wzmZ5wu(?*79EBW+uL zcM_ZEfMJx?3WUG6jzB2de(y1IsfG}KxOVlp{trM59(e!~LrlGWsPULK7z~{u?XSx%&I+%GLFV=!4{gXMCAyK0tpRQqLfdq;{9mOWthzp4L@2v)RN__ZfVJOk)?fo zUoV~O26Zw`GaX>MN7SU2Tpa61JES7ezJtifwk4Em7e|s`Xt^S#`t1#N?Ng5{F(H^O z)Z`~IJA9ocjsIyiAH1G@PSift*b~|Hrn6$j1NH^A^I1kRN>N_%+BPuIgs`dFB&%lo z_gc5PPQh96oy3@Jl~3AFXMKP8^T1FmAxe7&h=s_gQ&*lpPA(9mN? z*3DB>Wd_VQ;k1iEql{ zQGRiH8nNaWU3k7G0h%T=ao@aeFIUhAuqK8t?NA`Y=Q;u3!dylAohibfrSa3cPep%* zUyi=udTL-`8#b>=otJw@6-$~iG6zc2Eb96B^Jpt+ddS6KkdH-e?Z?D}=a-uZ&Ly zY5}y7C*cjt-vQ;>B#A?)*?#79w_n|LVy*^^d5^!hZG0EFJq+1l*OukXJ-E|+5^74M zvOJ}4+NAl6vm9gYS8lN_1P%(c`j!2QuM@Faiu8Wt=sfKB=o5`F0hPKhO%cQiRl%VU?`~|^aOFLn)A~P^1&-|itVtOmf$wkmt z#|CzyzAemDx4VL&ab*M{Emv%Mh+Im9t7V;a^)fp)e~CYj$b^@0>{A&_w-4~Zdr=W0AGiO zSPnz8;=WbKyA~?FNLt6Du$tebXZGIvyGfV&EFX@Vf)IX4jFZan0LL>TgU5=!(vGzA zPk6p0v1eMm*GJd{K-&Ha+OM{|xV0|%?7MdHSL#I5U(uz7K26x6(|#ZPL~)wh z-6Zd*#Z7$j&T_TgDM%Es(O{gW)sfqNY=juH`bMF^EzH?VTkE{@0 zH4c9s#ZJo*$?xC^UK^OdAQP6!Q8(D(n6g2)D8Jfxl26><&yWlwm8eF6De@`vl~7!V zLWdldtvMx4W(@%xSFDIulbUYGQ}aL;3zCpEl8|53+CLALmt5#6%AP@Eb)S$qx=oh~ z!yt-C8qxzYy`aNo0N`MC1Tjg8!v_(MS+S((n3xG;a4|MWrVVR@%Tvlxsk(fpE`=@@ zrQ)O(S7{wt+~`W<*oWbxEFJ6vtY8Ft$RZmZ;OOuidi)Q$t2fDbe6l)fwSO-Op7{je zGaz)e;_zS<@=r3cUt|lM$?ko*9D}2q_NAH_MWoZQwyMh&_XSfFFzZBw2kiY>`4c$5aw1#2B)c#OD z!lV-lb-9GooZg6P*+n&w>7BSaj}cW6bJ&WIuz97LEM5Xfm3+c!4k@5(>{F#<7E1C~ z&pX$74TGKrK)dw_*hl(I0q}VLW1+X@L?5?s_EJw5+XI$w{zliPhTdNUJ4Ca5OSZSo%visX zt3vA*|M2bWgmuO9W-GQ?SkxH~H}j_g%A@}ApR}MM0{o5OOfD;<=wUY{>mN;v+&3@v zy(6=Xsc?}scTmn0Xr|<(a~}HoP>BrAUhbw~@*ks9*ydc)ZKTo#b6AeZf~w%ums8Wo z==kGhQ=hm<95L=c<+5BC*rXXX#?<_s{2xh_8lSFD+lEO1&VZ5$m_$U)*ZX=^Vay2x zf6AtL>vg}3#e}!LT|}8;1{-Dn1_3thk(C`SMru;nS_yB(UWdR^!__8iFBmb9= zAAC$PrycLy-!wIOjjiUt+}8!XNpHbU&^kn}c0mw-1WLoTh6@8TA;^oo{Im#<-kYq zHtSY>7Z+Z&yYkq^>RnfzL=G@ZO5e|wd4;>05vNpmKS%Z5rYe;rizp`Azb35wdKX3W zd5D8WoBj?R6fsx;Xa4n!j&%OCrTH;TZ7@2!GtVt9+QH{nu&2UVKKFB zw5h)+smd#)0PyQVM&9zP+{7-)0tSwls^^$%cM{`7Dk3=BgO4+EDZ+kvXtlOOGLQrQ z?lCJ@k<#?k2?^O$=42g`N;XDA{US;3@ik|D7pQfp_EX?RHM7XUMaBU~-NmKvn#I9H zk-l=Xnc(g#oGSd05-)UM9Z#WDeVJ!Xfm$DLrEIm20y^=Q3@!*S(gXJ(0{# zDpm;;PgM7%XQ?1wUEFafrCB6j#M<^u$WaNTXa8vWa*fH?he7$iV=a#){5MW!{RDo` zC|WWs0-UZ<%#cP7oz}DJvILDKp1txls<0c_7%gRUZZ?b|hL-24itpGf+mA3NmMqNO z=C3!eJG3lhX{haQdIyPg=_@r1tV`IN<;bCuO$V>RaIsCy0A8fMLae#{Ggphx!i&f( z9Z@KHll~QZV%AO=M~9$8ulBJro6^roVon4VFvpK*{w;SA(iq2&dOe`WDE}~-qIH?9 zlM`&Q2=K9Rppe|CZe70xj!WC!i8d;5?DkYE=D@dRLgVL^?LADlcnuWm)1=F0ZaoJYL z#sNVNT6cf#SmFey(m*|gir&pkx0^iF%#w`pGCzUg!5D1f-KO5S?bwmr6vv;alT@2F zqXwm4EB^E87n2MR81TQ-_%MHt>;R6*R)1&fxjq+^^CCS7P~NL;(^_6QDRfVnPLof` z)hxt2=ye~+rJ!8}vg_9chxQH4s0=NhXT=IUrQMe>Qz$c_Y^J{{K?^^WV;;~FtSzU3 zFgykAADZe=aSxTphSA?ECns7C&ba=v|W2dB(3lAdU9B$?r8a$dKBK~9wG%R^G zh2(&|f`F?F1%ed=f!E&J7d4A>N%bJo+jb1-k*|>DTseaR!$#eBPFfW;$r&QQ=)EP} zY|SEu!}UkO##6g zKF$%FB8x{2Nmt&q3s$D`5}BC zXo31IC!Q)Z#%kaK?<#oOrW?%B*5^D*GRKGmo*-%FE!OmSX-`2cSc6GOJ0qB=V^j@M zQ}-`G{J`g1=u(NSSim2h+(FBf$Eg(2K6`2=3l6wW%|`3%NFE%X1Em{Rd5^_CXRC_F zCmCDfOkO|h*`wk#HygL{+QTfqeJ}ASA@%L4O@n<%H@Q*{Dj`@`V}SB|6n*_ykWDl| z706OkGAQfFtB`YCp9Vu(jMXL!Q}Tzc&@?9;#)`!V;tM}vd4)?FF`HVyNl9N1DsFwnXv}AV_IqWWsYL| zO@br&%D$cBHSpuBD2J6Gp=W8MqMHP{+#4}zOe<#Nl0Wbqfeg2d`T#+Jr}@=q#GSqm zw>ZZ5@%?*k<3(LH5uD4^0&ag=UpB$I_QjxG;hWhM*V}~VQ3*H6r$@-DM*1HM@@k#> zdNVLI&|ZtuW<4tZeP7)yRtFHKORQ9GUGfqX9Sqyf+sz97Lqnk!A19h_EX_^To3t?K7GAGA)uUBXImcLdc2rEs?I19YFY%+t>#g-}*&- zk&qE*YZ^9Zfr$O|eQEdB`~0XY?#j21qAVGpch>clh6e&4^3KA|Wci?+sA(fU*Gzxb znbE`W>47kM4#>ryvd%3KU9fFdmayhs!?s~b|KbeJBgAq!5DZ)vc#hEZ4ZM#m2nHxF zvhMR!GjHD%V>3$7;;l$$^rvMO6r5kU6Yuso$aYEa8;7%!tT?P=!6)ymsi5`4$AZ`H za@DV&8;bQpJ2xA4($sixCAorIO3dcBk@TBJdR%Ep+ZZAEGk_dds%qrL%Ag?rTAg9p zLS0&jJ4K=ZNEg+Wb5-j{3hvM~f*b<_W(ud-*_LCR?86!9y@wW~MhIx{@;vm2P?o6M zCui;h^tKnZ+`&jq>ElGh6UeCOn(T9s+SYzcM6nNgY;F8QLb1VNDh+=5@5L&y4;iUT zJE3ymoKBYZR_^Cd7HqqX>@oMM4~(-Ts2p9iv{*R+t&#X@QxvmlKr$I8Z=d^152B&3 zJCi~uM(IxO=#{et7oN-FeS&4~bo_}8%bejW%in7~uD_6=j9$7Ckia%aF`YWBP;@6V zE>9JVGVSO#zDP|i%^yTs+4@$2=^{=Vsg~2z*>^z;R(oZthsqgAPrwD;Sz8=qgNS=e z%~{-lSILLv(PdG`R>;Iy+zeF{dHk=WOjxUF(Sp!rMQ4jWGG)2$0!I1@56-r>oY!9>Uc-GOqPkEC1!**@L0q|NIjF+%bMtxW6`AVQX3 zmL}gG{2Lo)uUQE069T932p&kPLo0Wf5rTDsF%JH+By}WA+yDolQL8zN83IIon{F17Uqxgv8&j8@uMla+3m*iK;Bk% zbG2cwr)RCbtjj|`aYxL$hw44O^UI!fgTAi~H@oeIUQ8FIGu$$G!dWzq2)YI?OCC>_ z4j1?4k!6V0p|)l>j@73f(`C|`1nABDDZR54W2-IW^^!61*CcSA$=YWc;`d{H)m<*5 zm?6inNIbikZln_DO71Rl2BjJjre!L-_~JMFN*uMvgXbVc4t^PV2797 z+jxcjP6f9_Vf}w2)y9*TeiQLS`S~7CKsb)HTBp-KVs2kC#q{AD4rh1Z$vuIH+smGt zHjR$qp98%%e{4&eHk_9PJqwV=hPGC6Tz{#SK$0eAqn3CY|7zUK}PV`jG&7UVsD!k3)34-^}BZGuW=x&QQz-0*2* z;NemUll}XvQ5E@jc__1{x3~0GzE`M9 z%)iRYnYerQh*KUt3dKRcGZ79mwIX3&deX1`ycty6ZU8@y#@F+73Cf}BrOGR~zkb|~ zx3Bv!ItDZMk{m($Z`f05mXZK^^2PIA!y$c3GrIBRG0)NJR*HXBQ7D$ay-|SpyA;2! zlXTHeesmt~?(?e>aB4rnuL_-6qAwo6o(%88bOrdXSGzuEs%URI?eA{?@h8Q^mhiQF z8VWGJOz_KId7W%@%aYC|1^~9M24Gi%F!;SGb0}11XYpSZxpycKz5Ly3oQs}tf2&-V z+|%nK-yH8QajOg4q`aeNm^Lp}19kM*w-%6dCW*x?zr;G8A%00C6nUzT!Jc-V+cYu% z@G71bXRhS_N-rUpyi__VcGUw88M9_PH`|0B2bIs)J9#%rDi6e^zcESqLJBo{{*&i5 zq{WF=!N0FHi*tuzLZ?)fY99YqU7qDviQHS$s6j-Pp-U)&dS!uAV$Z=yfStfbG|@6| z$V=cs9(Ql~J=z9R(HX42G2?G&81$86ZR};6T`ijMY9&#o`a2Le?PN8$TUTfFDD7Xx z46#wW)tG^?FY77IC2chRy#8oT>0KoH5gTL0u|!;7`IhmwBiCU1N}3;YbJqm<`|H|u zs=ileGA#1n5ofJzG#Rug=gtt#*#PZU@G3DuPYi7OxQ)kkX#5#<|Fv{!{?)*m|NR60 zcUx-{_*H&tqd2GNQ5I<%t7*B&r;)izFUz`zi~H;S?__T`t*#*2ySp8aYrSv2(xE|# zX=k;2g00o@vdHcz?g<_a8s9k2!#c52Zi={x6hE&W*CBre?Og~dAXp^*aR}ZJ;m_pL}pTR>I2)P zrdqL_K&le(!fs4DYKQa{+(=^LHH9AU&V_fAe_cCzHp2etTZLBm$&8mNp^fu)u(vf{ zEC;+WC7~DqjL(}^Rg(WAnP9VeJ`R)Ao$bmRWuGfN=2&`yo)7H@ zAScuAB=zdqlS!vKqBp94#ue~^Q|JFe`EAtPT-q-{3yn&Y_TzyTvl(*zA5Q&>Vq!F9 zn-B{%Jo6ey2)9JfmaFcrG~%HAGS#5DF*wDN(iGW z;Y|^IPi|6KNtL|<oIAmuCTlUfp{;yhg3Y7wcZ+MM)3?wtF z5OIe;@O2J?EgKA%rEeDb{@9^V;_B6#rD|7mzOQo7P~LI8Z%`vMuru3kX<-qF3z|7P zspAO7JUFGE4^(LN*btp%7(rR}IPuLiyHeEKG_6&pNoVhxSi^fh0GFH(2gY+5LnpjF zzDY?g7I>9>d%VHfJ1>;1Y+dd?ly1IcGebV2AXQ;qii0$v%%AiyK#iMf9jH+mkns7i z6$cHn`OE&M_Xs%bFhl?ntwM4Yi*vLyYqRYO-*+-Qb#pF$^aN?4!GErhykltA4A~)e1o^BE^)Uo5S_-At*HT-j{-k?TeZr^x9S5J*fHMs!Wsr?Ohe8{rcvr ql$87fAD=f34LU Date: Sat, 11 Feb 2023 17:38:13 -0600 Subject: [PATCH 08/57] some value/wording changes + shifts shadow cloak to nukies --- code/game/objects/items/storage/belt.dm | 2 +- code/game/objects/items/storage/uplink_kits.dm | 9 +-------- code/modules/clothing/neck/_neck.dm | 11 ++++++----- .../projectiles/ammunition/caseless/arrow.dm | 2 +- .../projectiles/boxes_magazines/ammo_boxes.dm | 14 +++++++------- code/modules/projectiles/guns/ballistic/bow.dm | 11 ++++++----- .../projectiles/projectile/reusable/arrow.dm | 8 ++++---- code/modules/uplink/uplink_items.dm | 14 +++++++++++--- 8 files changed, 37 insertions(+), 34 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 3c4be4778824..3e41c0942e04 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -864,7 +864,7 @@ /obj/item/storage/belt/quiver/blue name = "toy blue quiver" - desc = "A quiver that holds toy arrows that look suspiciously like the disabler arrows fabricated by certain hardlight bows." + desc = "A quiver that holds toy arrows that look suspiciously like the pulse arrows fabricated by certain hardlight bows." icon_state = "quiver_blue" item_state = "quiver_blue" diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 80619989dcd0..61616db01cf1 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -138,7 +138,7 @@ new /obj/item/card/emag(src) //6 TC /obj/item/storage/box/syndicate/bundle_B/PopulateContents() - switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1, "hawkeye" = 2))) + switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1))) if("v") //Big Boss. Total of ~26 TC. new /obj/item/clothing/under/syndicate/camo(src) //Reskinned tactical turtleneck, free new /obj/item/clothing/glasses/eyepatch/bigboss(src) //Gives flash protection and night vision, probably around 2-3 TC @@ -268,13 +268,6 @@ new /obj/item/reagent_containers/glass/bottle/drugs(src) new /obj/item/slimecross/stabilized/green(src) //secret identity - if("hawkeye") - new /obj/item/clothing/neck/cloak/ranger/syndie(src) // Just a weaker version of the wizard ranger cloak - new /obj/item/gun/ballistic/bow/energy/syndicate/folded(src) // 6 TC - new /obj/item/clothing/glasses/thermal/syndi(src) // 4 TC - new /obj/item/clothing/gloves/krav_maga/combatglovesplus - // TODO: Add more to this - #undef CARP_CARP_CARP /obj/item/stand_arrow/boss diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 1d79f5d9c521..0d53188033b2 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -334,7 +334,7 @@ /obj/item/clothing/neck/cloak/ranger name = "ranger cloak" - desc = "A cape that uses light altering magic to make the wearer invisable and dodge projectiles. The illusion weakens the more the wearer moves." + desc = "A cape that uses light-altering magic to make the wearer invisible and allow them to dodge projectiles. The illusion weakens the more the wearer moves." icon_state = "ranger_cloak" /// The mob currently wearing this @@ -416,8 +416,9 @@ /obj/item/clothing/neck/cloak/ranger/syndie name = "shadow cloak" - desc = "A cape that uses advanced chameleon technology to make the wearer nearly invisable and dodge projectiles. The illusion weakens the more the wearer moves." + desc = "A dark red cape that uses advanced chameleon technology to make the wearer nearly invisible and aid them in dodging projectiles. Unable to sustain its image under distress or EMP." icon_state = "syndie_cloak" - max_cloak = 90 - cloak_charge_rate = 7 - cloak_move_loss = 7 + max_cloak = 75 //Max 75% dodge is a little quirky + cloak_charge_rate = 10 + cloak_move_loss = 5 + cloak_dodge_loss = 75 //Considering nukies are wearing this, they shouldn't get to dodge multiple times in a row diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index 5186346fc26e..6126400c6b6e 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -263,7 +263,7 @@ /obj/item/ammo_casing/reusable/arrow/toy/pulse name = "toy pulse bolt" - desc = "A plastic arrow with a blunt tip covered in velcro to allow it to stick to whoever it hits. This one is made to resemble a pulse bolt from a hardlight bow." + desc = "A plastic, fake arrow that looks like a pulse bolt. A velcro head lets it stick to targets." icon_state = "arrow_pulse" item_state = "arrow_toy_pulse" projectile_type = /obj/item/projectile/bullet/reusable/arrow/toy/pulse diff --git a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm index f75275c73092..6a44a3cb1646 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm @@ -141,36 +141,36 @@ // Arrows // /obj/item/ammo_box/arrow - name = "ammo box (Arrrow)" + name = "ammo box (Arrow)" icon_state = "arrowbox_green" ammo_type = /obj/item/ammo_casing/reusable/arrow max_ammo = 10 /obj/item/ammo_box/arrow/toy - name = "ammo box (Toy Arrrow)" + name = "ammo box (Toy Arrow)" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy /obj/item/ammo_box/arrow/toy/energy - name = "ammo box (Toy Energy Arrrow)" + name = "ammo box (Toy Energy Arrow)" icon_state = "arrowbox_red" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/energy /obj/item/ammo_box/arrow/toy/disabler - name = "ammo box (Toy Disabler Arrrow)" + name = "ammo box (Toy Disabler Arrow)" icon_state = "arrowbox_teal" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/disabler /obj/item/ammo_box/arrow/toy/pulse - name = "ammo box (Toy Pulse Arrrow)" + name = "ammo box (Toy Pulse Arrow)" icon_state = "arrowbox_blue" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/pulse /obj/item/ammo_box/arrow/toy/xray - name = "ammo box (Toy X-ray Arrrow)" + name = "ammo box (Toy X-ray Arrow)" icon_state = "arrowbox_green" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/xray /obj/item/ammo_box/arrow/toy/shock - name = "ammo box (Toy Shock Arrrow)" + name = "ammo box (Toy Shock Arrow)" icon_state = "arrowbox_yellow" ammo_type = /obj/item/ammo_casing/reusable/arrow/toy/shock diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index b6ef73cb4112..1a3a03c0b59f 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -167,7 +167,7 @@ /obj/item/gun/ballistic/bow/crossbow/ashen name = "bone crossbow" - desc = "An advanced primitive bow that is designed to function similar to a typical medieval crossbow. The stock is heavy and loading it takes time, but it can be quickly fired once ready." + desc = "An advanced, primitive bow that is designed to function similar to a crossbow. The stock is heavy and loading it takes time, but it can be quickly fired once ready." icon_state = "ashencrossbow" item_state = "ashencrossbow" spread = 1 @@ -266,7 +266,7 @@ /obj/item/gun/ballistic/bow/break_bow name = "break bow" - desc = "A finely crafted bow consisting of two blades combined at the hilt and a magical, semi-transparent bowstring. Can be taken apart to use the blades individualy." + desc = "A finely-crafted bow consisting of two blades combined at the hilt and a magical, semi-transparent bowstring. Can be taken apart to use the blades individually." icon_state = "breakbow" item_state = "breakbow" hitsound = 'sound/weapons/bladeslice.ogg' @@ -295,7 +295,7 @@ /obj/item/break_blade name = "break bow blade" - desc = "One of ideally two blades used to form a break bow. Can attack with both blades at the same time or combine them into a bow." + desc = "One of two blades used to form a break bow. Can attack with both blades at the same time or combine them into a bow." icon_state = "brakebow_blade" item_state = "brakebow_blade" icon = 'icons/obj/weapons/swords.dmi' @@ -551,11 +551,12 @@ can_fold = TRUE /obj/item/gun/ballistic/bow/energy/ert - name = "ert hardlight bow" // Skrem, change this shit to something good + name = "\improper HL-P1 Multipurpose Combat Bow" + desc = "An expensive hardlight bow designed by Nanotrasen and often sold to the SIC's espionage branch. Capable of firing disabler, energy, pulse, and taser bolts." icon_state = "bow_ert" item_state = "bow_ert" mag_type = /obj/item/ammo_box/magazine/internal/bow/energy/ert - pin = /obj/item/firing_pin/implant/mindshield + pin = /obj/item/firing_pin can_fold = TRUE /obj/item/gun/ballistic/bow/energy/syndicate diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 314bf8d5b9db..35fd80d6aa36 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -174,11 +174,11 @@ damage_type = STAMINA embed_type = /obj/item/ammo_casing/reusable/arrow/energy/disabler -/obj/item/projectile/energy/arrow/pulse //Hardlight projectile. +/obj/item/projectile/energy/arrow/pulse //Hardlight projectile. Woe to your enemies. name = "pulse bolt" icon_state = "arrow_pulse" light_color = LIGHT_COLOR_BLUE - damage = 50 + damage = 75 embed_type = /obj/item/ammo_casing/reusable/arrow/energy/pulse /obj/item/projectile/energy/arrow/pulse/on_hit(atom/target, blocked = FALSE) @@ -200,12 +200,12 @@ pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE | PASSCLOSEDTURF embed_type = /obj/item/ammo_casing/reusable/arrow/energy/xray -/obj/item/projectile/energy/arrow/shock //Hardlight projectile. +/obj/item/projectile/energy/arrow/shock //Hardlight projectile. Replicable tasers are fair and balanced. name = "shock bolt" icon_state = "arrow_shock" light_color = LIGHT_COLOR_YELLOW nodamage = TRUE - paralyze = 100 + paralyze = 10 SECONDS stutter = 5 jitter = 20 embed_type = /obj/item/ammo_casing/reusable/arrow/energy/shock diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 5305da40834d..457b3c687675 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1791,6 +1791,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 8 surplus = 90 +/datum/uplink_item/device_tools/dodge_cloak + name = "Shadow Cloak" + desc = "A highly advanced cloak that renders the user transparent over time and able to dodge attacks. Moving, \ + dodging attacks, or suffering an EMP will reduce or remove the transperency temporarily." + item = /obj/item/clothing/neck/cloak/ranger/syndie + cost = 30 + include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) + /datum/uplink_item/device_tools/medkit name = "Syndicate Combat Medic Kit" desc = "Included is a combat stimulant injector \ @@ -2669,10 +2677,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 35 /datum/uplink_item/nt/energy_weps/hardlightbow - name = "ERT Hardlight Bow" - desc = "A modern bow that can fabricate hardlight arrows, capable of firing multiple types of arrows including pulse and stun. Doesn't need to be charged." + name = "HL-P1 Multipurpose Combat Bow" + desc = "An expensive hardlight bow designed by Nanotrasen and often sold to the SIC's espionage branch. Capable of firing disabler, energy, pulse, and taser bolts." item = /obj/item/gun/ballistic/bow/energy/ert - cost = 60 + cost = 75 //Doesn't need to be recharged but also fires once every now and then instead of being spammable /datum/uplink_item/nt/energy_weps/pulsedestroyer name = "Pulse Destroyer" From a3c5b4dd45ad5bc2b07b403701c1778d5738828a Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Sun, 12 Feb 2023 22:42:42 -0600 Subject: [PATCH 09/57] halve bow slowdown --- code/modules/projectiles/guns/ballistic/bow.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 1a3a03c0b59f..cf95abec727d 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -22,7 +22,7 @@ var/drop_release_draw = TRUE var/move_drawing = TRUE var/draw_time = 0.5 SECONDS - var/draw_slowdown = 1.5 + var/draw_slowdown = 0.75 var/draw_sound = 'sound/weapons/sound_weapons_bowdraw.ogg' var/mutable_appearance/arrow_overlay var/equip_when_loaded = FALSE From 3633cbc5495384a32c9d3fbff89d26229fb5e21d Mon Sep 17 00:00:00 2001 From: nmajask Date: Sun, 12 Feb 2023 23:46:53 -0500 Subject: [PATCH 10/57] aaaa --- code/__DEFINES/dcs/signals/signals_object.dm | 18 ++++++ code/datums/components/butchering.dm | 3 + code/game/gamemodes/nuclear/nuclear.dm | 3 +- code/game/objects/items.dm | 18 ------ code/game/objects/items/storage/belt.dm | 6 +- code/modules/antagonists/nukeop/nukeop.dm | 6 +- .../antagonists/wizard/equipment/spellbook.dm | 18 ++++++ code/modules/cargo/packs.dm | 35 ++++++++++ code/modules/clothing/gloves/color.dm | 1 + code/modules/clothing/gloves/miscellaneous.dm | 7 ++ code/modules/clothing/neck/_neck.dm | 40 ++++++++++-- code/modules/mob/inventory.dm | 1 + .../mob/living/carbon/carbon_defense.dm | 61 +++++++++++++----- code/modules/mob/living/carbon/life.dm | 9 +-- .../projectiles/ammunition/caseless/arrow.dm | 22 +++++-- .../modules/projectiles/guns/ballistic/bow.dm | 20 +++++- .../projectiles/projectile/reusable/arrow.dm | 3 +- .../reagents/reagent_containers/syringes.dm | 17 +++-- code/modules/surgery/bodyparts/_bodyparts.dm | 13 ++-- code/modules/surgery/bodyparts/helpers.dm | 14 +--- icons/mob/clothing/neck/neck.dmi | Bin 28889 -> 26799 bytes icons/obj/clothing/neck.dmi | Bin 6250 -> 6366 bytes icons/obj/guns/bows.dmi | Bin 25185 -> 23035 bytes .../code/datums/martial/garden_warfare.dm | 15 +++-- 24 files changed, 243 insertions(+), 87 deletions(-) diff --git a/code/__DEFINES/dcs/signals/signals_object.dm b/code/__DEFINES/dcs/signals/signals_object.dm index 77a76f9fc773..e9cd258ea7ab 100644 --- a/code/__DEFINES/dcs/signals/signals_object.dm +++ b/code/__DEFINES/dcs/signals/signals_object.dm @@ -146,6 +146,24 @@ ///from base of obj/item/hit_reaction(): (list/args) #define COMSIG_ITEM_HIT_REACT "item_hit_react" #define COMPONENT_HIT_REACTION_BLOCK (1<<0) + +/// Called before an item is embedded (mob/living/carbon/target = carbon that it is getting embedded into) +#define COMSIG_ITEM_EMBEDDED "mob_carbon_embedded" + // Prevents the embed + #define COMSIG_ITEM_BLOCK_EMBED (1 << 0) + +/// Called before an item is removed from being embedded (mob/living/carbon/embedded = carbon that is currently embedded) +#define COMSIG_ITEM_EMBED_REMOVAL "mob_carbon_embed_removal" + // Prevents the removal of the embed + #define COMSIG_ITEM_BLOCK_EMBED_REMOVAL (1 << 0) + // Qdels the object when it is removed instead of droping it + #define COMSIG_ITEM_QDEL_EMBED_REMOVAL (1 << 0) + +/// Called every life tick for the embedded mob when the item is embedded (mob/living/carbon/embedded = carbon that is currently embedded) +#define COMSIG_ITEM_EMBED_TICK "mob_carbon_embed_tick" + // Prevents the rest of the tick logic for the item from proccessing + #define COMSIG_ITEM_BLOCK_EMBED_TICK (1 << 0) + ///from base of item/sharpener/attackby(): (amount, max) #define COMSIG_ITEM_SHARPEN_ACT "sharpen_act" #define COMPONENT_BLOCK_SHARPEN_APPLIED (1<<0) diff --git a/code/datums/components/butchering.dm b/code/datums/components/butchering.dm index 587e986da296..5a85d21e0824 100644 --- a/code/datums/components/butchering.dm +++ b/code/datums/components/butchering.dm @@ -42,6 +42,9 @@ for(var/i in 1 to amount) new sinew (T) meat.guaranteed_butcher_results.Remove(sinew) + var/mob/living/carbon/C = meat + if(istype(C)) + C.remove_all_embedded_objects() if(butcher) meat.visible_message(span_notice("[butcher] butchers [meat].")) ButcherEffects(meat) diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index 145b401c9705..7c3e52b8dc8a 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -137,6 +137,7 @@ id = /obj/item/card/id/syndicate/nuke_leader gloves = /obj/item/clothing/gloves/krav_maga/combatglovesplus r_hand = /obj/item/nuclear_challenge + neck = /obj/item/clothing/neck/cloak/nukie command_radio = TRUE /datum/outfit/syndicate/no_crystals @@ -192,4 +193,4 @@ round_credits += "
    " round_credits += ..() - return round_credits \ No newline at end of file + return round_credits diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 08cf27d94a46..986e22b3e547 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -905,24 +905,6 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons if(ismob(loc)) var/mob/mob_loc = loc mob_loc.regenerate_icons() - -/** - * Called when this object is first embedded into a carbon - */ -/obj/item/proc/on_embed(mob/living/carbon/human/embedde, obj/item/bodypart/part) - return TRUE - -/** - * Called when this object is no longer embedded into a carbon - */ -/obj/item/proc/on_embed_removal(mob/living/carbon/human/embedde) - return TRUE - -/** - * Called every life tick when the object is embedded in a carbon - */ -/obj/item/proc/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) - return /obj/item/proc/do_pickup_animation(atom/target) if(!istype(loc, /turf)) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 3c4be4778824..23089ad6dee4 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -833,6 +833,10 @@ /obj/item/throwing_star/magspear )) +/obj/item/storage/belt/quiver/full/PopulateContents() + for(var/i in 1 to 10) + new /obj/item/ammo_casing/reusable/arrow(src) + /obj/item/storage/belt/quiver/weaver name = "weaver chitin quiver" desc = "A fireproof quiver made from the chitin of a marrow weaver. Used to hold arrows." @@ -857,7 +861,7 @@ /obj/item/storage/belt/quiver/admin/full/PopulateContents() for(var/arrow in typesof(/obj/item/ammo_casing/reusable/arrow)) - if(istype(arrow, /obj/item/ammo_casing/reusable/arrow/energy)) + if(ispath(arrow, /obj/item/ammo_casing/reusable/arrow/energy)) continue for(var/i in 1 to 10) new arrow(src) diff --git a/code/modules/antagonists/nukeop/nukeop.dm b/code/modules/antagonists/nukeop/nukeop.dm index 2230cf6a5c50..d46de192ec8e 100644 --- a/code/modules/antagonists/nukeop/nukeop.dm +++ b/code/modules/antagonists/nukeop/nukeop.dm @@ -202,7 +202,7 @@ nukeop_outfit = /datum/outfit/syndicate/leader always_new_team = TRUE var/title - preview_outfit = /datum/outfit/nuclear_operative + preview_outfit = /datum/outfit/nuclear_operative/leader preview_outfit_behind = null /datum/antagonist/nukeop/leader/memorize_code() @@ -262,6 +262,10 @@ return capitalize(newname) +/datum/outfit/nuclear_operative/leader + name = "Nuclear Operative Leader (Preview only)" + neck = /obj/item/clothing/neck/cloak/nukie + /datum/antagonist/nukeop/lone name = "Lone Operative" always_new_team = TRUE diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index 1968d60bc8d3..b23219e750f6 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -307,6 +307,17 @@ desc = "A sword capable of firing blasts of energy which rip targets limb from limb." item_path = /obj/item/gun/magic/staff/spellblade +/datum/spellbook_entry/item/breakbow + name = "Break Bow" + desc = "A bow consisting that can be taken apart to use the blades individualy. Comes with a quiver of unlimited arrows" + item_path = /obj/item/gun/ballistic/bow/break_bow + cost = 1 + +/datum/spellbook_entry/item/armor/Buy(mob/living/carbon/human/user,obj/item/spellbook/book) + . = ..() + if(.) + new /obj/item/clothing/shoes/sandal/magic(get_turf(user)) //In case they've lost them. + /datum/spellbook_entry/item/staffdoor name = "Staff of Door Creation" desc = "A particular staff that can mold solid walls into ornate doors. Useful for getting around in the absence of other transportation. Does not work on glass." @@ -364,6 +375,13 @@ new /obj/item/clothing/shoes/sandal/magic(get_turf(user)) //In case they've lost them. new /obj/item/clothing/gloves/color/purple(get_turf(user))//To complete the outfit +/datum/spellbook_entry/item/ranger_cloak + name = "Ranger Cloak" + desc = "A cape that make the wearer invisable and dodge projectiles, though the illusion weakens the more the wearer moves." + item_path = /obj/item/clothing/neck/cloak/ranger + cost = 2 + category = "Defensive" + /datum/spellbook_entry/item/contract name = "Contract of Apprenticeship" desc = "A magical contract binding an apprentice wizard to your service, using it will summon them to your side." diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index e8ee025001b9..7743495db07c 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -2636,6 +2636,41 @@ crate_name = "standard costume crate" crate_type = /obj/structure/closet/crate/wooden +/datum/supply_pack/costumes_toys/randomised/archery + name = "Archery Crate" + desc = "Shoot apples of peoples heads with this kit containing everything you need to start your archery carrier." + cost = 1000 + contains = list(/obj/item/gun/ballistic/bow, + /obj/item/storage/belt/quiver/full + ) + crate_name = "archery crate" + crate_type = /obj/structure/closet/crate/wooden + +/datum/supply_pack/costumes_toys/randomised/archery_war + name = "Archery War Crate" + desc = "Set up an all out archery war with this simple kit!" + cost = 5000 + contains = list(/obj/item/gun/ballistic/bow/toy/blue, + /obj/item/gun/ballistic/bow/toy/blue, + /obj/item/gun/ballistic/bow/toy/blue, + /obj/item/storage/belt/quiver/blue, + /obj/item/storage/belt/quiver/blue, + /obj/item/storage/belt/quiver/blue, + /obj/item/gun/ballistic/bow/toy/red, + /obj/item/gun/ballistic/bow/toy/red, + /obj/item/gun/ballistic/bow/toy/red, + /obj/item/storage/belt/quiver/red, + /obj/item/storage/belt/quiver/red, + /obj/item/storage/belt/quiver/red, + /obj/item/ammo_box/arrow/toy/disabler, + /obj/item/ammo_box/arrow/toy/energy, + /obj/item/ammo_box/arrow/toy/pulse, + /obj/item/ammo_box/arrow/toy/xray, + /obj/item/ammo_box/arrow/toy/shock, + ) + crate_name = "archery crate" + crate_type = /obj/structure/closet/crate/wooden + /datum/supply_pack/costumes_toys/randomised/toys name = "Toy Crate" desc = "Who cares about pride and accomplishment? Skip the gaming and get straight to the sweet rewards with this product! Contains five random toys. Warranty void if used to prank research directors." diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 597c2685ffb3..36004f6171a7 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -65,6 +65,7 @@ desc = "Rudimentary gloves that aid in carrying." icon_state = "goligloves" item_state = "goligloves" + can_be_cut = FALSE /obj/item/clothing/gloves/color/black/goliath/equipped(mob/user, slot) ..() diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 8979d7a445c2..a882f3b686f9 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -50,6 +50,13 @@ ..() REMOVE_TRAIT(user, carrytrait, CLOTHING_TRAIT) +/obj/item/clothing/gloves/fingerless/weaver + name = "weaver chitin gloves" + desc = "Grey gloves without fingertips made from the hide of a dead arachnid found on lavaland. Increases the work speed of the wearer." + icon_state = "fingerless" + item_state = "fingerless" + tacticalspeed = 0.8 + /obj/item/clothing/gloves/botanic_leather name = "botanist's leather gloves" desc = "These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They're also quite warm." diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 1d79f5d9c521..bc36918a8b1a 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -327,6 +327,11 @@ desc = "Worn by the right hand of the captain. It smells faintly of bureaucracy." icon_state = "hopcloak" +/obj/item/clothing/neck/cloak/nukie + name = "tactical ablative shawl" + desc = "Worn by the leader of an elite team of nuclear operatives. Commit mass murder in style!" + icon_state = "nukie_cloak" + /obj/item/clothing/neck/cloak/tribalmantle name = "ornate mantle" desc = "An ornate mantle commonly worn by a shaman or chieftain." @@ -350,6 +355,10 @@ /// How much the cloak decreases on a successful dodge var/cloak_dodge_loss = 30 +/obj/item/clothing/neck/cloak/ranger/Initialize() + . = ..() + RegisterSignal(src, COMSIG_ITEM_POST_UNEQUIP, .proc/on_unequip) + /obj/item/clothing/neck/cloak/ranger/equipped(mob/user, slot) . = ..() update_signals() @@ -358,14 +367,18 @@ . = ..() update_signals() +/obj/item/clothing/neck/cloak/ranger/proc/on_unequip(force, newloc, no_move, invdrop = TRUE, silent = FALSE) + . = ..() + update_signals() + /obj/item/clothing/neck/cloak/ranger/proc/update_signals(user) if((!user || (current_user == user)) && current_user == loc && istype(current_user) && current_user.get_item_by_slot(SLOT_NECK) == src) return TRUE + set_cloak(0) UnregisterSignal(current_user, list(COMSIG_MOVABLE_MOVED, COMSIG_ATOM_BULLET_ACT)) if(user) UnregisterSignal(user, list(COMSIG_MOVABLE_MOVED, COMSIG_ATOM_BULLET_ACT)) - adjust_cloak(0) var/mob/new_user = loc if(istype(new_user) && new_user.get_item_by_slot(SLOT_NECK) == src) @@ -376,7 +389,7 @@ else STOP_PROCESSING(SSobj, src) -/obj/item/clothing/neck/cloak/ranger/proc/adjust_cloak(ammount) +/obj/item/clothing/neck/cloak/ranger/proc/set_cloak(ammount) cloak = clamp(ammount, 0, max_cloak) var/mob/user = loc if(istype(user)) @@ -389,7 +402,7 @@ if(!istype(user) || !user.get_item_by_slot(SLOT_NECK) == src) return - adjust_cloak(cloak + (cloak_charge_rate * delta_time)) + set_cloak(cloak + (cloak_charge_rate * delta_time)) /obj/item/clothing/neck/cloak/ranger/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) if(dodge(owner, hitby, attack_text)) @@ -398,7 +411,7 @@ /obj/item/clothing/neck/cloak/ranger/proc/on_move(mob/user, Dir, Forced = FALSE) if(update_signals(user)) - adjust_cloak(cloak - cloak_move_loss) + set_cloak(cloak - cloak_move_loss) /obj/item/clothing/neck/cloak/ranger/proc/on_projectile_hit(mob/living/carbon/human/user, obj/item/projectile/P, def_zone) if(dodge(user, P, "[P]")) @@ -408,7 +421,7 @@ if(!update_signals(user) || current_user.incapacitated(check_immobilized = TRUE) || !prob(cloak)) return FALSE - adjust_cloak(cloak - cloak_dodge_loss) + set_cloak(cloak - cloak_dodge_loss) current_user.SpinAnimation(7,1) current_user.balloon_alert_to_viewers("Dodged!", "Dodged!", COMBAT_MESSAGE_RANGE) current_user.visible_message(span_danger("[current_user] dodges [attack_text]!"), span_userdanger("You dodge [attack_text]"), null, COMBAT_MESSAGE_RANGE) @@ -421,3 +434,20 @@ max_cloak = 90 cloak_charge_rate = 7 cloak_move_loss = 7 + var/cloak_emp_disable_duration = 10 SECONDS + var/cloak_emp_loss = 20 + +/obj/item/clothing/neck/cloak/ranger/syndie/emp_act(severity) + . = ..() + if(CHECK_BITFIELD(., EMP_PROTECT_SELF)) + return + if(EMP_HEAVY) + set_cloak(0) + TIMER_COOLDOWN_START(src, "cloak_emp_disable", cloak_emp_disable_duration) + else + set_cloak(cloak - cloak_emp_loss) + +/obj/item/clothing/neck/cloak/ranger/syndie/process(delta_time) + if(TIMER_COOLDOWN_CHECK(src, "cloak_emp_disable")) + return + return ..() diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index d613c44b5b78..d2940582e51c 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -343,6 +343,7 @@ else I.forceMove(newloc) I.dropped(src, silent) + SEND_SIGNAL(I, COMSIG_ITEM_POST_UNEQUIP, force, newloc, no_move, invdrop, silent) return TRUE //Outdated but still in use apparently. This should at least be a human proc. diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index ac6b71ee0ea3..061f10e682b1 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -82,7 +82,7 @@ * Embeds an object into this carbon */ /mob/living/carbon/proc/embed_object(obj/item/embedding, part, deal_damage, silent, forced) - if(!(forced || (can_embed(embedding) && !HAS_TRAIT(src, TRAIT_PIERCEIMMUNE)))) + if(!(forced || (can_embed(embedding) && !HAS_TRAIT(src, TRAIT_PIERCEIMMUNE))) || get_embedded_part(embedding)) return FALSE var/obj/item/bodypart/body_part = part // In case its a zone @@ -94,9 +94,9 @@ // Thats probably not good if(!istype(body_part)) return FALSE - if(!embedding.on_embed(src, body_part)) - return - body_part.embedded_objects |= embedding + if(CHECK_BITFIELD(SEND_SIGNAL(embedding, COMSIG_ITEM_EMBEDDED, src), COMSIG_ITEM_BLOCK_EMBED) || !embedding) + return FALSE + LAZYADD(body_part.embedded_objects, embedding) var/obj/item/ammo_casing/AC = embedding if(!((istype(AC) && !AC.harmful) || embedding.taped)) embedding.add_mob_blood(src)//it embedded itself in you, of course it's bloody! @@ -113,21 +113,23 @@ * Removes the given embedded object from this carbon */ /mob/living/carbon/proc/remove_embedded_object(obj/item/embedded, new_loc, silent, forced) - var/obj/item/bodypart/body_part - for(var/obj/item/bodypart/part in bodyparts) - if(embedded in part.embedded_objects) - body_part = part + var/obj/item/bodypart/body_part = get_embedded_part(embedded) if(!body_part) - return - body_part.embedded_objects -= embedded + return FALSE + var/sig_return = SEND_SIGNAL(embedded, COMSIG_ITEM_EMBED_REMOVAL, src) + if(CHECK_BITFIELD(sig_return, COMSIG_ITEM_BLOCK_EMBED_REMOVAL)) + LAZYADD(body_part.embedded_objects, embedded) + return FALSE + LAZYREMOVE(body_part.embedded_objects, embedded) if(!silent) emote("scream") if(!has_embedded_objects()) clear_alert("embeddedobject") SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "embedded") - if(new_loc) + if(CHECK_BITFIELD(sig_return, COMSIG_ITEM_QDEL_EMBED_REMOVAL)) + qdel(embedded) + else if(new_loc) embedded.forceMove(new_loc) - embedded.on_embed_removal(src) return TRUE /** @@ -140,9 +142,7 @@ for(var/obj/item/embedded in part.embedded_objects) choice_list[embedded] = image(embedded) var/obj/item/choice = show_radial_menu(user, src, choice_list, tooltips = TRUE) - for(var/obj/item/bodypart/part in bodyparts) - if(choice in part.embedded_objects) - body_part = part + body_part = get_embedded_part(choice) if(!istype(choice) || !(choice in choice_list)) return var/time_taken = choice.embedding.embedded_unsafe_removal_time * choice.w_class @@ -156,11 +156,40 @@ else body_part.receive_damage(damage_amount * 0.25, sharpness = SHARP_EDGED)//It hurts to rip it out, get surgery you dingus. body_part.check_wounding(WOUND_SLASH, damage_amount, 20, 0) - if(remove_embedded_object(choice, get_turf(src), damage_amount)) + if(remove_embedded_object(choice, get_turf(src), damage_amount) && choice) user.put_in_hands(choice) user.visible_message("[user] successfully rips [choice] out of [user == src? p_their() : "[src]'s"] [body_part.name]!", span_notice("You successfully remove [choice] from your [body_part.name].")) return TRUE +/** + * Returns the bodypart that the item is embedded in or returns false if it is not currently embedded + */ +/mob/living/carbon/proc/get_embedded_part(obj/item/embedded) + if(!embedded) + return FALSE + var/obj/item/bodypart/body_part + for(var/obj/item/bodypart/part in bodyparts) + if(embedded in part.embedded_objects) + body_part = part + if(!body_part) + return FALSE + + if(embedded.loc != src) + LAZYREMOVE(body_part.embedded_objects, embedded) + if(!has_embedded_objects()) + clear_alert("embeddedobject") + SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "embedded") + return FALSE + return body_part + +/** + * Returns a list of all embedded objects + */ +/mob/living/carbon/proc/get_embedded_objects() + for(var/obj/item/bodypart/part in bodyparts) + if(part.embedded_objects) + LAZYADD(., part.embedded_objects) + /mob/living/carbon/proc/get_interaction_efficiency(zone) var/obj/item/bodypart/limb = get_bodypart(zone) if(!limb) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index fcb169d41c70..cfc070ad585f 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -665,7 +665,11 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put for(var/X in bodyparts) var/obj/item/bodypart/BP = X for(var/obj/item/I in BP.embedded_objects) - I.embed_tick(src, BP) + // If its not embedded, don't bother proccessing it + if(!get_embedded_part(I)) + continue + if(CHECK_BITFIELD(SEND_SIGNAL(I, COMSIG_ITEM_EMBED_TICK, src), COMSIG_ITEM_BLOCK_EMBED_TICK)) + continue var/pain_chance_current = I.embedding.embedded_pain_chance if(!(mobility_flags & MOBILITY_STAND)) pain_chance_current *= 0.2 @@ -681,9 +685,6 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put BP.receive_damage(I.w_class*I.embedding.embedded_fall_pain_multiplier, wound_bonus = CANT_WOUND) // can wound remove_embedded_object(I, drop_location(), FALSE) visible_message(span_danger("[I] falls out of [name]'s [BP.name]!"), span_userdanger("[I] falls out of your [BP.name]!")) - if(!has_embedded_objects()) - clear_alert("embeddedobject") - SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "embedded") ///////////////////////////////////// //MONKEYS WITH TOO MUCH CHOLOESTROL// diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/caseless/arrow.dm index 5186346fc26e..9743c032b5f6 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/caseless/arrow.dm @@ -23,6 +23,8 @@ var/flaming = FALSE /obj/item/ammo_casing/reusable/arrow/Initialize() + RegisterSignal(src, COMSIG_ITEM_EMBEDDED, PROC_REF(on_embed)) + RegisterSignal(src, COMSIG_ITEM_EMBED_TICK, PROC_REF(embed_tick)) var/list/new_parts if(ispath(explosive)) LAZYADD(new_parts, new explosive()) @@ -139,14 +141,13 @@ flaming = TRUE update_icon() -/obj/item/ammo_casing/reusable/arrow/on_embed(mob/living/carbon/human/embedde, obj/item/bodypart/part) +/obj/item/ammo_casing/reusable/arrow/proc/on_embed(mob/living/carbon/embedde) if(syringe) - return syringe.on_embed(embedde, part) - return TRUE + syringe.embed_inject(embedde) -/obj/item/ammo_casing/reusable/arrow/embed_tick(embedde, part) +/obj/item/ammo_casing/reusable/arrow/proc/embed_tick(mob/living/carbon/embedde) if(syringe) - syringe.embed_tick(embedde, part) + syringe.embed_inject(embedde) // Arrow Subtypes // @@ -315,8 +316,15 @@ var/tick_damage_type = FIRE var/tick_sound = 'sound/effects/sparks4.ogg' -/obj/item/ammo_casing/reusable/arrow/energy/on_embed_removal(mob/living/carbon/human/embedde) - qdel(src) +/obj/item/ammo_casing/reusable/arrow/energy/Initialize() + RegisterSignal(src, COMSIG_ITEM_EMBED_REMOVAL, PROC_REF(on_embed_removal)) + ..() + +/obj/item/ammo_casing/reusable/arrow/energy/proc/on_embed_removal(mob/living/carbon/human/embedde) + return COMSIG_ITEM_QDEL_EMBED_REMOVAL + +/obj/item/ammo_casing/reusable/arrow/energy/on_embed(mob/living/carbon/embedde) + return /obj/item/ammo_casing/reusable/arrow/energy/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) if(ticks >= tick_max) diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index b6ef73cb4112..0873ef133423 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -274,6 +274,7 @@ throwforce = 20 attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") wound_bonus = 10 + draw_time = 0.25 SECONDS var/bladetype = /obj/item/break_blade /obj/item/gun/ballistic/bow/break_bow/Initialize() @@ -302,9 +303,10 @@ lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' hitsound = 'sound/weapons/bladeslice.ogg' - embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 65, "embedded_fall_chance" = 10, "embedded_ignore_throwspeed_threshold" = TRUE) + embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 10, "embedded_fall_chance" = 10, "embedded_ignore_throwspeed_threshold" = TRUE) force = 20 - throwforce = 10 + throwforce = 15 + sharpness = SHARP_EDGED attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") wound_bonus = 10 var/bowtype = /obj/item/gun/ballistic/bow/break_bow @@ -347,7 +349,7 @@ if(istype(secondblade)) sleep(0.2 SECONDS) thrower.dropItemToGround(secondblade, silent = TRUE) - thrower.throw_at(target, range, speed, thrower, spin, diagonals_first, callback, force, quickstart) + secondblade.throw_at(target, range, speed, thrower, spin, diagonals_first, callback, force, quickstart) /obj/item/break_blade/proc/return_to(mob/living/user) if(!istype(user)) @@ -358,6 +360,18 @@ to_chat(holder, span_notice("You feel [src] tugging on you.")) return + var/mob/living/carbon/carbon = loc + if(istype(carbon)) + var/obj/item/bodypart/part = carbon.get_embedded_part(src) + if(part) + var/damage_amount = embedding.embedded_unsafe_removal_pain_multiplier * w_class + part.receive_damage(damage_amount * 0.25, sharpness = SHARP_EDGED) + part.check_wounding(WOUND_SLASH, damage_amount, 20, 0) + if(!carbon.remove_embedded_object(src)) + to_chat(holder, span_notice("You feel [src] tugging on you.")) + return + to_chat(carbon, span_userdanger("[src] suddenly rips out of you!")) + if(!user.put_in_hands(src)) return playsound(user, 'sound/magic/blink.ogg', 50, 1) diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 314bf8d5b9db..0d49a0d68141 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -53,7 +53,8 @@ ammo_type = ispath(ammo_type) ? new ammo_type(ammo_type) : ammo_type var/mob/living/carbon/embede = target var/obj/item/bodypart/part = embede.get_bodypart(def_zone) - if(prob(embed_chance * clamp((100 - (embede.getarmor(part, flag) - armour_penetration)), 0, 100)) && embede.embed_object(ammo_type, part, TRUE)) + var/obj/item/ammo_casing/reusable/arrow/arrow = ammo_type + if(!(istype(arrow) && arrow.explosive) && prob(embed_chance * clamp((100 - (embede.getarmor(part, flag) - armour_penetration)), 0, 100)) && embede.embed_object(ammo_type, part, TRUE)) dropped = TRUE return ..() diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index fbf9cfbcd67b..415151153ba0 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -22,6 +22,7 @@ if(list_reagents) //syringe starts in inject mode if its already got something inside mode = SYRINGE_INJECT update_icon() + RegisterSignals(src, list(COMSIG_ITEM_EMBEDDED, COMSIG_ITEM_EMBED_TICK), PROC_REF(embed_inject)) /obj/item/reagent_containers/syringe/on_reagent_change(changetype) update_icon() @@ -195,13 +196,7 @@ add_overlay(injoverlay) M.update_inv_hands() -/obj/item/reagent_containers/syringe/on_embed(mob/living/carbon/human/embedde, obj/item/bodypart/part) - var/fraction = min(amount_per_transfer_from_this/reagents.total_volume, 1) - reagents.reaction(embedde, INJECT, fraction) - reagents.trans_to(embedde, amount_per_transfer_from_this) - return TRUE - -/obj/item/reagent_containers/syringe/embed_tick(embedde, part) +/obj/item/reagent_containers/syringe/proc/embed_inject(mob/living/carbon/human/embedde, obj/item/bodypart/part) var/fraction = min(amount_per_transfer_from_this/reagents.total_volume, 1) reagents.reaction(embedde, INJECT, fraction) reagents.trans_to(embedde, amount_per_transfer_from_this) @@ -309,6 +304,10 @@ /obj/item/reagent_containers/syringe/dart/temp item_flags = DROPDEL -/obj/item/reagent_containers/syringe/dart/temp/on_embed_removal(mob/living/carbon/human/embedde) - qdel(src) +/obj/item/reagent_containers/syringe/dart/temp/Initialize() + ..() + RegisterSignal(src, COMSIG_ITEM_EMBED_REMOVAL, PROC_REF(on_embed_removal)) + +/obj/item/reagent_containers/syringe/dart/temp/proc/on_embed_removal(mob/living/carbon/human/embedde) + return COMSIG_ITEM_QDEL_EMBED_REMOVAL diff --git a/code/modules/surgery/bodyparts/_bodyparts.dm b/code/modules/surgery/bodyparts/_bodyparts.dm index ecf733bad6a4..193e0e0ce29b 100644 --- a/code/modules/surgery/bodyparts/_bodyparts.dm +++ b/code/modules/surgery/bodyparts/_bodyparts.dm @@ -929,12 +929,13 @@ if(generic_bleedstacks > 0) bleed_rate += generic_bleedstacks - //We want an accurate reading of .len - listclearnulls(embedded_objects) - for(var/obj/item/embeddies in embedded_objects) - var/obj/item/ammo_casing/AC = embeddies - if(!(embeddies.taped || (istype(AC) && !AC.harmful))) - bleed_rate += 0.5 + if(embedded_objects) + //We want an accurate reading of .len + listclearnulls(embedded_objects) + for(var/obj/item/embeddies in embedded_objects) + var/obj/item/ammo_casing/AC = embeddies + if(!(embeddies.taped || (istype(AC) && !AC.harmful))) + bleed_rate += 0.5 for(var/thing in wounds) var/datum/wound/W = thing diff --git a/code/modules/surgery/bodyparts/helpers.dm b/code/modules/surgery/bodyparts/helpers.dm index 594f36c97ca9..d92175d3a763 100644 --- a/code/modules/surgery/bodyparts/helpers.dm +++ b/code/modules/surgery/bodyparts/helpers.dm @@ -155,18 +155,10 @@ return disabled //Remove all embedded objects from all limbs on the carbon mob -/mob/living/carbon/proc/remove_all_embedded_objects() +/mob/living/carbon/proc/remove_all_embedded_objects(silent = TRUE, forced = TRUE) var/turf/T = get_turf(src) - - for(var/X in bodyparts) - var/obj/item/bodypart/L = X - for(var/obj/item/I in L.embedded_objects) - remove_embedded_object(I, T, TRUE, TRUE) - L.embedded_objects -= I - I.forceMove(T) - - clear_alert("embeddedobject") - SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "embedded") + for(var/obj/item/I in get_embedded_objects()) + remove_embedded_object(I, T, silent, forced) /mob/living/carbon/proc/has_embedded_objects() . = FALSE diff --git a/icons/mob/clothing/neck/neck.dmi b/icons/mob/clothing/neck/neck.dmi index 0ed9926e12a45218c25b46d2bdfcaf35a7141e10..df5baed666f720508d9fdbaf50e27d1b33d05b57 100644 GIT binary patch literal 26799 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 R-2VFl+Uf>s6)Lu2{{h#r|3?4- delta 5619 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 diff --git a/icons/obj/guns/bows.dmi b/icons/obj/guns/bows.dmi index 59126be6600e0a3fd3d9a54f910d91ad40944bd1..468924229d2d587fb657d0deb322009d6e6092dc 100644 GIT binary patch literal 23035 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 literal 25185 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 OGB|bNS+^UF=@~ diff --git a/yogstation/code/datums/martial/garden_warfare.dm b/yogstation/code/datums/martial/garden_warfare.dm index 8bd973da836d..047a977fc61f 100644 --- a/yogstation/code/datums/martial/garden_warfare.dm +++ b/yogstation/code/datums/martial/garden_warfare.dm @@ -214,11 +214,18 @@ embedding = list("embedded_pain_multiplier" = 3, "embed_chance" = 100, "embedded_fall_chance" = 0) var/passive_damage = 0.5 -/obj/item/splinter/on_embed_removal(mob/living/carbon/human/embedde) - qdel(src) - . = ..() +/obj/item/splinter/Initialize() + ..() + RegisterSignal(src, COMSIG_ITEM_EMBED_REMOVAL, PROC_REF(on_embed_removal)) + RegisterSignal(src, COMSIG_ITEM_EMBED_TICK, PROC_REF(embed_tick)) + +/obj/item/splinter/proc/on_embed_removal(mob/living/carbon/human/embedde) + return COMSIG_ITEM_QDEL_EMBED_REMOVAL -/obj/item/splinter/embed_tick(mob/living/carbon/human/embedde, obj/item/bodypart/part) +/obj/item/splinter/proc/embed_tick(mob/living/carbon/human/embedde) + var/obj/item/bodypart/part = embedde.get_embedded_part(src) + if(!part) + return part.receive_damage(passive_damage, wound_bonus=-30, sharpness = TRUE) /datum/martial_art/gardern_warfare/handle_counter(mob/living/carbon/human/user, mob/living/carbon/human/attacker) From 0e96a6c50ec64b59f458187e56a2ce021bbaa7f8 Mon Sep 17 00:00:00 2001 From: nmajask Date: Sun, 12 Feb 2023 23:51:29 -0500 Subject: [PATCH 11/57] uhoh --- code/__DEFINES/dcs/signals/signals_object.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/dcs/signals/signals_object.dm b/code/__DEFINES/dcs/signals/signals_object.dm index e9cd258ea7ab..4fb8922c3088 100644 --- a/code/__DEFINES/dcs/signals/signals_object.dm +++ b/code/__DEFINES/dcs/signals/signals_object.dm @@ -157,7 +157,7 @@ // Prevents the removal of the embed #define COMSIG_ITEM_BLOCK_EMBED_REMOVAL (1 << 0) // Qdels the object when it is removed instead of droping it - #define COMSIG_ITEM_QDEL_EMBED_REMOVAL (1 << 0) + #define COMSIG_ITEM_QDEL_EMBED_REMOVAL (1 << 1) /// Called every life tick for the embedded mob when the item is embedded (mob/living/carbon/embedded = carbon that is currently embedded) #define COMSIG_ITEM_EMBED_TICK "mob_carbon_embed_tick" From 02116d552a1b00b32540f209a5e0b6f129eca965 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:30:41 -0600 Subject: [PATCH 12/57] cloak charge rate changes --- code/modules/clothing/neck/_neck.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index d2d25873c4a0..cf65cb022712 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -349,7 +349,7 @@ /// What cloak is capped to var/max_cloak = 100 /// How much the cloak charges per process - var/cloak_charge_rate = 10 + var/cloak_charge_rate = 35 /// How much the cloak decreases when moving var/cloak_move_loss = 5 /// How much the cloak decreases on a successful dodge @@ -432,11 +432,11 @@ desc = "A dark red cape that uses advanced chameleon technology to make the wearer nearly invisible and aid them in dodging projectiles. Unable to sustain its image under distress or EMP." icon_state = "syndie_cloak" max_cloak = 75 //Max 75% dodge is a little quirky - cloak_charge_rate = 10 + cloak_charge_rate = 20 cloak_move_loss = 5 - cloak_dodge_loss = 75 //Considering nukies are wearing this, they shouldn't get to dodge multiple times in a row + cloak_dodge_loss = 40 var/cloak_emp_disable_duration = 10 SECONDS - var/cloak_emp_loss = 20 + var/cloak_emp_loss = 25 /obj/item/clothing/neck/cloak/ranger/syndie/emp_act(severity) . = ..() From e80fccb485972fbfca0391234b35c0aeb2c3481f Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:33:01 -0600 Subject: [PATCH 13/57] remove redundant line --- code/modules/clothing/neck/_neck.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index cf65cb022712..855e7a786875 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -433,7 +433,6 @@ icon_state = "syndie_cloak" max_cloak = 75 //Max 75% dodge is a little quirky cloak_charge_rate = 20 - cloak_move_loss = 5 cloak_dodge_loss = 40 var/cloak_emp_disable_duration = 10 SECONDS var/cloak_emp_loss = 25 From 84103071afa99350c0b85ba1751e04bc835fe668 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:07:33 -0600 Subject: [PATCH 14/57] upgrades break bow damage to middle finger --- code/modules/projectiles/guns/ballistic/bow.dm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 0428e094884a..c865d05a7c19 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -270,11 +270,14 @@ icon_state = "breakbow" item_state = "breakbow" hitsound = 'sound/weapons/bladeslice.ogg' - force = 20 // You can still hit them with one of the blades - throwforce = 20 + force = 40 // You can still hit them with both of the blades (better) + throwforce = 40 //Last ditch screaming + armour_penetration = 50 //Bro this shit's MAGIC + sharpness = SHARP_EDGED attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") wound_bonus = 10 draw_time = 0.25 SECONDS + draw_slowdown = 0 //They're a wizard they need to zoom around var/bladetype = /obj/item/break_blade /obj/item/gun/ballistic/bow/break_bow/Initialize() @@ -304,8 +307,9 @@ righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' hitsound = 'sound/weapons/bladeslice.ogg' embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 10, "embedded_fall_chance" = 10, "embedded_ignore_throwspeed_threshold" = TRUE) - force = 20 - throwforce = 15 + force = 27 //Total of 54 damage = death in two clicks (probably) PLUS it doesn't care about anti-magic + throwforce = 45 //Can't return if it hits anti-magic + armour_penetration = 50 //Enchanted blade of fuck you sharpness = SHARP_EDGED attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "cut") wound_bonus = 10 From 50457c1e8b64b3efc2ab335f50745645d362706a Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:11:03 -0600 Subject: [PATCH 15/57] spellbook adjustments --- code/modules/antagonists/wizard/equipment/spellbook.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index b23219e750f6..e70da26307c9 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -309,9 +309,9 @@ /datum/spellbook_entry/item/breakbow name = "Break Bow" - desc = "A bow consisting that can be taken apart to use the blades individualy. Comes with a quiver of unlimited arrows" + desc = "A bladed bow that can be split into two swords which attack simultaneously as well as return to their thrower. Comes with a quiver of unlimited, powerful arrows." item_path = /obj/item/gun/ballistic/bow/break_bow - cost = 1 + cost = 2 /datum/spellbook_entry/item/armor/Buy(mob/living/carbon/human/user,obj/item/spellbook/book) . = ..() @@ -377,7 +377,7 @@ /datum/spellbook_entry/item/ranger_cloak name = "Ranger Cloak" - desc = "A cape that make the wearer invisable and dodge projectiles, though the illusion weakens the more the wearer moves." + desc = "A cape that makes the wearer quickly invisible while standing still, permitting them to dodge ranged attacks. Moving or dodging projectiles reduces the effect." item_path = /obj/item/clothing/neck/cloak/ranger cost = 2 category = "Defensive" From 6f97627ff8d14ca4517fd0e90bfec10fdf5376c8 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:38:57 -0600 Subject: [PATCH 16/57] tribal armor tweaks (I'm looking at you pathfinder cloak and you're gonna get slapped soon) --- code/modules/clothing/suits/armor.dm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 188b09e1da66..99002ca84ce2 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -141,7 +141,8 @@ icon_state = "bonearmor" item_state = "bonearmor" blood_overlay_type = "armor" - armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) + armor = list(MELEE = 45, BULLET = 15, LASER = 15, ENERGY = 5, BOMB = 35, BIO = 0, RAD = 0, FIRE = 10, ACID = 10, WOUND = 15) + slowdown = 0.2 body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS /obj/item/clothing/suit/armor/bone/heavy @@ -149,17 +150,17 @@ desc = "A hefty set of bones that covers most of the body. Slowing, but able to repel considerable blows." icon_state = "hbonearmor" item_state = "hbonearmor" - armor = list(MELEE = 40, BULLET = 30, LASER = 30, ENERGY = 15, BOMB = 20, BIO = 0, RAD = 0, FIRE = 60, ACID = 30, WOUND = 20) - slowdown = 0.2 + armor = list(MELEE = 55, BULLET = 20, LASER = 20, ENERGY = 10, BOMB = 65, BIO = 0, RAD = 0, FIRE = 20, ACID = 20, WOUND = 20) + slowdown = 0.4 /obj/item/clothing/suit/armor/tribalcoat name = "tribal coat" - desc = "A light, yet tough leather coat, reinforced with bone pauldrons. Often worn by tribe leaders." + desc = "A light, yet tough leather coat, reinforced with bone pauldrons. Often worn by tribal leaders." allowed = list (/obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/tank/internals/ipc_coolant, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) icon_state = "tribalcoat" item_state = "tribalcoat" blood_overlay_type = "armor" - armor = list(MELEE = 25, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) + armor = list(MELEE = 35, BULLET = 15, LASER = 15, ENERGY = 5, BOMB = 50, BIO = 0, RAD = 0, FIRE = 30, ACID = 30, WOUND = 10) //Better against bomb than goliath, but worse in other ways body_parts_covered = CHEST|GROIN|LEGS|ARMS resistance_flags = FLAMMABLE @@ -337,7 +338,7 @@ icon_state = "goliath_cloak" desc = "A staunch, practical cape made out of numerous monster materials. It is coveted amongst exiles and hermits." allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/pickaxe, /obj/item/twohanded/spear, /obj/item/twohanded/bonespear, /obj/item/claymore/bone, /obj/item/gun/ballistic/bow, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife/combat) - armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) //a fair alternative to bone armor, requiring alternative materials and gaining a suit slot + armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 35, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) //a fair alternative to bone armor, requiring alternative materials and gaining a suit slot resistance_flags = FIRE_PROOF hoodtype = /obj/item/clothing/head/hooded/cloakhood/goliath body_parts_covered = CHEST|GROIN|ARMS @@ -346,7 +347,7 @@ name = "goliath cloak hood" icon_state = "golhood" desc = "A protective and concealing hood." - armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) + armor = list(MELEE = 35, BULLET = 25, LASER = 25, ENERGY = 10, BOMB = 35, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10) resistance_flags = FIRE_PROOF flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR transparent_protection = HIDEMASK @@ -385,7 +386,7 @@ name = "drake helm" icon_state = "dragon" desc = "The skull of a dragon." - armor = list(MELEE = 70, BULLET = 20, LASER = 50, ENERGY = 20, BOMB = 70, BIO = 60, RAD = 50, FIRE = 100, ACID = 100) + armor = list(MELEE = 70, BULLET = 20, LASER = 30, ENERGY = 20, BOMB = 70, BIO = 60, RAD = 50, FIRE = 100, ACID = 100) heat_protection = HEAD max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT resistance_flags = FIRE_PROOF | ACID_PROOF From ef43f6891574dff83ee69231635790a36658fc40 Mon Sep 17 00:00:00 2001 From: nmajask Date: Tue, 14 Feb 2023 23:29:09 -0500 Subject: [PATCH 17/57] aaa --- .../dcs/signals/signals_mob/signals_mob.dm | 4 ++ code/__DEFINES/spells.dm | 11 +++++ code/datums/mutations/actions.dm | 2 +- code/game/objects/items/busterarm.dm | 1 - code/modules/antagonists/demon/sins/envy.dm | 2 +- .../antagonists/demon/sins/gluttony.dm | 2 +- code/modules/antagonists/demon/sins/greed.dm | 2 +- code/modules/antagonists/demon/sins/pride.dm | 2 +- code/modules/antagonists/demon/sins/wrath.dm | 4 +- .../eldritch_cult/eldritch_magic.dm | 30 ++++++------- .../antagonists/wizard/equipment/spellbook.dm | 13 ++++-- .../awaymissions/mission_code/Academy.dm | 2 +- code/modules/mob/inventory.dm | 2 +- .../hostile/megafauna/colossus.dm | 4 +- code/modules/mob/mob.dm | 6 +-- .../ammunition/caseless/_caseless.dm | 22 --------- .../ammunition/reusable/_reusable.dm | 29 ++++++++++++ .../{caseless => reusable}/arrow.dm | 42 ++++++++++++++++++ .../ammunition/{caseless => reusable}/foam.dm | 0 .../modules/projectiles/guns/ballistic/bow.dm | 9 +++- code/modules/projectiles/projectile.dm | 3 +- .../projectile/reusable/_reusable.dm | 2 +- .../projectiles/projectile/reusable/arrow.dm | 8 ++++ .../xenobiology/crossbreeding/_mobs.dm | 2 +- code/modules/spells/spell.dm | 40 +++++++++-------- code/modules/spells/spell_types/aimed.dm | 8 ++-- .../spells/spell_types/area_teleport.dm | 23 +++------- code/modules/spells/spell_types/arrow.dm | 32 +++++++++++++ code/modules/spells/spell_types/barnyard.dm | 4 +- code/modules/spells/spell_types/charge.dm | 2 +- .../modules/spells/spell_types/cone_spells.dm | 2 +- code/modules/spells/spell_types/conjure.dm | 15 ++++--- .../spells/spell_types/construct_spells.dm | 22 ++++----- code/modules/spells/spell_types/devil.dm | 10 ++--- .../modules/spells/spell_types/devil_boons.dm | 6 +-- code/modules/spells/spell_types/disguise.dm | 2 +- .../spells/spell_types/ethereal_jaunt.dm | 2 +- code/modules/spells/spell_types/forcewall.dm | 2 +- code/modules/spells/spell_types/hivemind.dm | 32 ++++++------- .../spells/spell_types/infinite_guns.dm | 2 +- code/modules/spells/spell_types/knock.dm | 2 +- code/modules/spells/spell_types/lichdom.dm | 2 +- code/modules/spells/spell_types/lightning.dm | 4 +- code/modules/spells/spell_types/mime.dm | 20 ++++----- .../spells/spell_types/mind_transfer.dm | 2 +- .../spells/spell_types/pointed/blind.dm | 4 +- code/modules/spells/spell_types/rod_form.dm | 2 +- code/modules/spells/spell_types/santa.dm | 2 +- code/modules/spells/spell_types/shapeshift.dm | 2 +- code/modules/spells/spell_types/soultap.dm | 4 +- code/modules/spells/spell_types/summonitem.dm | 2 +- code/modules/spells/spell_types/the_traps.dm | 2 +- .../spells/spell_types/touch_attacks.dm | 2 +- code/modules/spells/spell_types/wizard.dm | 28 ++++++------ icons/mob/clothing/back.dmi | Bin 110060 -> 107729 bytes icons/mob/clothing/suit_storage.dmi | Bin 3526 -> 9271 bytes icons/mob/inhands/weapons/guns_lefthand.dmi | Bin 77309 -> 77480 bytes icons/mob/inhands/weapons/guns_righthand.dmi | Bin 79516 -> 79626 bytes icons/obj/ammo.dmi | Bin 43115 -> 43316 bytes icons/obj/guns/bows.dmi | Bin 23035 -> 23552 bytes icons/obj/guns/toy.dmi | Bin 702 -> 531 bytes icons/obj/projectiles.dmi | Bin 144327 -> 144311 bytes icons/obj/weapons/swords.dmi | Bin 28547 -> 28447 bytes yogstation.dme | 7 ++- .../modules/guardian/abilities/_ability.dm | 2 +- .../guardian/abilities/special/time.dm | 2 +- yogstation/code/modules/spells/cauterize.dm | 2 +- yogstation/code/modules/spells/cluwnecurse.dm | 5 +-- yogstation/code/modules/spells/slip.dm | 2 +- .../code/modules/spells/spell_types/aimed.dm | 4 +- 70 files changed, 309 insertions(+), 201 deletions(-) create mode 100644 code/__DEFINES/spells.dm create mode 100644 code/modules/projectiles/ammunition/reusable/_reusable.dm rename code/modules/projectiles/ammunition/{caseless => reusable}/arrow.dm (89%) rename code/modules/projectiles/ammunition/{caseless => reusable}/foam.dm (100%) create mode 100644 code/modules/spells/spell_types/arrow.dm diff --git a/code/__DEFINES/dcs/signals/signals_mob/signals_mob.dm b/code/__DEFINES/dcs/signals/signals_mob/signals_mob.dm index ff4622c7a168..3b0e66067243 100644 --- a/code/__DEFINES/dcs/signals/signals_mob/signals_mob.dm +++ b/code/__DEFINES/dcs/signals/signals_mob/signals_mob.dm @@ -141,6 +141,10 @@ ///Called on user, from base of /datum/strippable_item/try_(un)equip() (atom/target, obj/item/equipping?) #define COMSIG_TRY_STRIP "try_strip" #define COMPONENT_CANT_STRIP (1<<0) +///Called on user by /mob/verb/quick_equip() (atom/target, obj/item/equipping?) +#define COMSIG_MOB_QUICK_EQUIP "quick_equip" + /// return this if you want to stop the rest of the quick equip logic + #define COMPONENT_BLOCK_QUICK_EQUIP (1<<0) ///From /datum/component/creamed/Initialize() #define COMSIG_MOB_CREAMED "mob_creamed" ///From /obj/item/gun/proc/check_botched() diff --git a/code/__DEFINES/spells.dm b/code/__DEFINES/spells.dm new file mode 100644 index 000000000000..87541bde31f3 --- /dev/null +++ b/code/__DEFINES/spells.dm @@ -0,0 +1,11 @@ +// Invocation Defines +#define SPELL_INVOCATION_NONE 0 // Doesn't have an invocation +#define SPELL_INVOCATION_SAY 1 // Forces the user to say the invocation message +#define SPELL_INVOCATION_WHISPER 2 // Forces the user to whisper the invocation message +#define SPELL_INVOCATION_EMOTE 3 // Forces the user to emote the invocation message +#define SPELL_INVOCATION_MESSAGE 4 // The user creates a visible message, with the invocation being visaible to others and invocation_emote_self being visible to the user + +// Charge Type Defines +#define SPELL_CHARGE_TYPE_RECHARGE 0 // Spell needs to recharge between uses +#define SPELL_CHARGE_TYPE_CHARGES 1 // Spell has a set number of uses +#define SPELL_CHARGE_TYPE_HOLDERVAR 2 // Spell adjusts the users 'holder_var_type' by 'holder_var_amount' on use diff --git a/code/datums/mutations/actions.dm b/code/datums/mutations/actions.dm index a2bf1dc56b4a..2eab0f87ac7f 100644 --- a/code/datums/mutations/actions.dm +++ b/code/datums/mutations/actions.dm @@ -96,7 +96,7 @@ obj/effect/proc_holder/spell/aimed/firebreath/fire_projectile(mob/user) antimagic_allowed = TRUE charge_max = 600 invocation = "DOOOOOOOOOOOOOOOOOOOOM!!!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY action_icon = 'icons/mob/actions/humble/actions_humble.dmi' action_icon_state = "void_magnet" diff --git a/code/game/objects/items/busterarm.dm b/code/game/objects/items/busterarm.dm index 94ef40c28fd0..5972b1f32d09 100644 --- a/code/game/objects/items/busterarm.dm +++ b/code/game/objects/items/busterarm.dm @@ -40,7 +40,6 @@ name = "Wire Snatch" desc = "Extend a wire to your active hand for reeling in foes from a distance. Reeled in targets will be unable to walk for 1.5 seconds. Anchored targets that are hit will\ pull you towards them instead. It can be used 3 times before reeling back into the arm." - invocation_type = "none" include_user = TRUE range = -1 charge_max = 50 diff --git a/code/modules/antagonists/demon/sins/envy.dm b/code/modules/antagonists/demon/sins/envy.dm index aa4ae1aeb7f8..243d5e2dc9a4 100644 --- a/code/modules/antagonists/demon/sins/envy.dm +++ b/code/modules/antagonists/demon/sins/envy.dm @@ -6,7 +6,7 @@ charge_max = 150 clothes_req = FALSE invocation = "ETERNAL FLAMES" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER action_icon = 'icons/mob/actions/actions_changeling.dmi' action_icon_state = "transform" action_background_icon_state = "bg_demon" diff --git a/code/modules/antagonists/demon/sins/gluttony.dm b/code/modules/antagonists/demon/sins/gluttony.dm index 009b61132633..795a568df846 100644 --- a/code/modules/antagonists/demon/sins/gluttony.dm +++ b/code/modules/antagonists/demon/sins/gluttony.dm @@ -5,7 +5,7 @@ charge_max = 150 clothes_req = FALSE invocation = "INDULGE" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY sound = 'sound/magic/forcewall.ogg' action_icon = 'icons/mob/actions/actions_minor_antag.dmi' action_icon_state = "blob" diff --git a/code/modules/antagonists/demon/sins/greed.dm b/code/modules/antagonists/demon/sins/greed.dm index 248f88b7119d..4d795e1b434a 100644 --- a/code/modules/antagonists/demon/sins/greed.dm +++ b/code/modules/antagonists/demon/sins/greed.dm @@ -2,7 +2,7 @@ name = "Summon Slotmachine" desc = "Summon forth a temporary slot machine of greed, allowing you to offer patrons a deadly game where the price is their life (and some money if you'd like) and the possible prize is a one use die of fate." invocation = "Just one game?" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE charge_max = 600 cooldown_min = 200 diff --git a/code/modules/antagonists/demon/sins/pride.dm b/code/modules/antagonists/demon/sins/pride.dm index 1bde7d4bb18a..99a66d1bef2c 100644 --- a/code/modules/antagonists/demon/sins/pride.dm +++ b/code/modules/antagonists/demon/sins/pride.dm @@ -2,7 +2,7 @@ name = "Summon Mirror" desc = "Summon forth a temporary mirror of sin that will allow you and others to change anything they want about themselves." invocation = "Aren't I so amazing?" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE charge_max = 600 cooldown_min = 200 diff --git a/code/modules/antagonists/demon/sins/wrath.dm b/code/modules/antagonists/demon/sins/wrath.dm index 3bd0a042b263..536bb31d300d 100644 --- a/code/modules/antagonists/demon/sins/wrath.dm +++ b/code/modules/antagonists/demon/sins/wrath.dm @@ -17,7 +17,7 @@ charge_max = 600 clothes_req = FALSE invocation = "BURN IN HELL!!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY message = span_notice("You ignite in a flash of hellfire!") cooldown_min = 75 ranged_mousepointer = 'icons/effects/mouse_pointers/throw_target.dmi' @@ -30,7 +30,7 @@ desc = "This spell sets a person on fire from range." school = "transmutation" invocation = "BURN IN HELL!!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY charge_max = 600 clothes_req = FALSE action_icon = 'icons/mob/actions/humble/actions_humble.dmi' diff --git a/code/modules/antagonists/eldritch_cult/eldritch_magic.dm b/code/modules/antagonists/eldritch_cult/eldritch_magic.dm index e96554d6b111..55cdb588dae3 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_magic.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_magic.dm @@ -86,7 +86,7 @@ charge_max = 300 //twice as long as mansus grasp clothes_req = FALSE invocation = "RUST TO RUST" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = 3 action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "corrode" @@ -114,7 +114,7 @@ charge_max = 150 clothes_req = FALSE invocation = "ETERNAL FLAMES" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "blood_siphon" action_background_icon_state = "bg_ecult" @@ -165,7 +165,7 @@ action_icon_state = "rust_wave" action_background_icon_state = "bg_ecult" invocation = "FACE INEVITABILITY" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER /obj/item/projectile/magic/spell/rust_wave name = "Patron's Reach" @@ -212,7 +212,7 @@ charge_max = 350 clothes_req = FALSE invocation = "RIP AND TEAR" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = 9 action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "cleave" @@ -266,7 +266,7 @@ school = "transmutation" charge_max = 150 clothes_req = FALSE - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 2 action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "mad_touch" @@ -299,7 +299,7 @@ desc = "Fires 5 blasts of fire in angles away from you, dealing heavy damage to anything they hit." school = "transmutation" invocation = "IGNITE" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER charge_max = 300 range = 15 clothes_req = FALSE @@ -362,7 +362,7 @@ /obj/effect/proc_holder/spell/targeted/shapeshift/eldritch invocation = "BEND MY FORM" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE action_background_icon_state = "bg_ecult" possible_shapes = list(/mob/living/simple_animal/mouse,\ @@ -376,7 +376,7 @@ /obj/effect/proc_holder/spell/targeted/emplosion/eldritch name = "Entropic Pulse" invocation = "ENTROPIC PULSE" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE action_background_icon_state = "bg_ecult" range = -1 @@ -392,7 +392,7 @@ charge_max = 300 //twice as long as mansus grasp clothes_req = FALSE invocation = "CONFLAGRATE" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 4 action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "fire_ring" @@ -418,7 +418,7 @@ /obj/effect/proc_holder/spell/targeted/telepathy/eldritch invocation = "" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE action_background_icon_state = "bg_ecult" @@ -426,7 +426,7 @@ name = "Oath of Fire" desc = "Engulf yourself in a cloak of flames for a minute. The flames are harmless to you, but dangerous to anyone else." invocation = "FUEL FOR THE FIRE" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY clothes_req = FALSE action_background_icon_state = "bg_ecult" range = -1 @@ -464,7 +464,7 @@ /obj/effect/proc_holder/spell/targeted/worm_contract name = "Force Contract" desc = "Forces all the worm parts to collapse onto a single turf" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = FALSE action_background_icon_state = "bg_ecult" range = -1 @@ -495,7 +495,7 @@ name = "Nightwatcher's Rebirth" desc = "Drains the health of nearby combusting individuals, healing you 10 of each damage type for every victim. If a victim is in critical condition they will be finished off." invocation = "ASHES TO ASHES" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE action_background_icon_state = "bg_ecult" range = -1 @@ -530,7 +530,7 @@ charge_max = 300 clothes_req = FALSE invocation = "HEAR MY VOICE" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = 10 action_icon = 'icons/mob/actions/actions_ecult.dmi' action_icon_state = "mansus_link" @@ -633,7 +633,7 @@ desc = "Spews forth a disorienting plume that causes enemies to strike each other, briefly blinds them(increasing with range) and poisons them(decreasing with range), while also spreading rust in the path of the plume." school = "illusion" invocation = "GUST OF RUST" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER clothes_req = FALSE action_background_icon_state = "bg_ecult" action_icon = 'icons/mob/actions/actions_ecult.dmi' diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index b23219e750f6..867047de5cb4 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -95,7 +95,7 @@ S = new spell_type() var/dat ="" dat += "[initial(S.name)]" - if(S.charge_type == "recharge") + if(S.charge_type == SPELL_CHARGE_TYPE_RECHARGE) dat += " Cooldown:[S.charge_max/10]" dat += " Cost:[cost]
    " dat += "[S.desc][desc]
    " @@ -224,6 +224,11 @@ cost = 3 no_coexistance_typecache = /obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage +/datum/spellbook_entry/magic_arrows + name = "Summon Magic Arrows" + spell_type = /obj/effect/proc_holder/spell/targeted/conjure_item/arrow/magic + cost = 1 + /datum/spellbook_entry/arcane_barrage name = "Arcane Barrage" spell_type = /obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage @@ -309,14 +314,14 @@ /datum/spellbook_entry/item/breakbow name = "Break Bow" - desc = "A bow consisting that can be taken apart to use the blades individualy. Comes with a quiver of unlimited arrows" + desc = "A bow consisting that can be taken apart to use the blades individualy. Comes with a spell to summon arrows" item_path = /obj/item/gun/ballistic/bow/break_bow cost = 1 -/datum/spellbook_entry/item/armor/Buy(mob/living/carbon/human/user,obj/item/spellbook/book) +/datum/spellbook_entry/item/breakbow/Buy(mob/living/carbon/human/user,obj/item/spellbook/book) . = ..() if(.) - new /obj/item/clothing/shoes/sandal/magic(get_turf(user)) //In case they've lost them. + user.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/conjure_item/arrow()) /datum/spellbook_entry/item/staffdoor name = "Staff of Door Creation" diff --git a/code/modules/awaymissions/mission_code/Academy.dm b/code/modules/awaymissions/mission_code/Academy.dm index dae3aafe6ec4..633e383dddbf 100644 --- a/code/modules/awaymissions/mission_code/Academy.dm +++ b/code/modules/awaymissions/mission_code/Academy.dm @@ -373,7 +373,7 @@ charge_max = 100 clothes_req = 0 invocation = "JE VES" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = -1 level_max = 0 //cannot be improved cooldown_min = 100 diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index d2940582e51c..683d81d05bab 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -460,7 +460,7 @@ set hidden = TRUE var/obj/item/I = get_active_held_item() - if (I) + if (!CHECK_BITFIELD(SEND_SIGNAL(src, COMSIG_MOB_QUICK_EQUIP, I), COMPONENT_BLOCK_QUICK_EQUIP) && I) I.equip_to_best_slot(src) //used in code for items usable by both carbon and drones, this gives the proper back slot for each mob.(defibrillator, backpack watertank, ...) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm index c536c55fb915..5c42f7d00c02 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/colossus.dm @@ -741,7 +741,7 @@ Difficulty: Very Hard charge_max = 200 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 summon_type = list( /obj/structure/flora/ausbushes, @@ -881,7 +881,7 @@ Difficulty: Very Hard desc = "Exits the body you are possessing." charge_max = 60 clothes_req = 0 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE max_targets = 1 range = -1 include_user = TRUE diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 64eb236d53fb..fc8eee6246d4 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -847,11 +847,11 @@ for(var/obj/effect/proc_holder/spell/S in spells) if(S.can_be_cast_by(src)) switch(S.charge_type) - if("recharge") + if(SPELL_CHARGE_TYPE_RECHARGE) L[++L.len] = list("[S.panel]", "[S.charge_counter/10.0]/[S.charge_max/10]", S.name, REF(S)) - if("charges") + if(SPELL_CHARGE_TYPE_CHARGES) L[++L.len] = list("[S.panel]", "[S.charge_counter]/[S.charge_max]", S.name, REF(S)) - if("holdervar") + if(SPELL_CHARGE_TYPE_HOLDERVAR) L[++L.len] = list("[S.panel]", "[S.holder_var_type] [S.holder_var_amount]", S.name, REF(S)) return L diff --git a/code/modules/projectiles/ammunition/caseless/_caseless.dm b/code/modules/projectiles/ammunition/caseless/_caseless.dm index 7a9b4506cce2..2021a8f1b16e 100644 --- a/code/modules/projectiles/ammunition/caseless/_caseless.dm +++ b/code/modules/projectiles/ammunition/caseless/_caseless.dm @@ -11,25 +11,3 @@ return TRUE else return FALSE - -/obj/item/ammo_casing/reusable - desc = "A reusable bullet casing." - firing_effect_type = null - heavy_metal = FALSE - live_sprite = FALSE - - /// If the projectile is currently being shot as a projectile - var/in_air = FALSE - -/obj/item/ammo_casing/reusable/ready_proj(atom/target, mob/living/user, quiet, zone_override = "", atom/fired_from) - ..() - var/obj/item/projectile/bullet/reusable/reusable_projectile = BB - if(istype(reusable_projectile)) - reusable_projectile.ammo_type = src - forceMove(BB) - in_air = TRUE - -/obj/item/ammo_casing/reusable/proc/on_land() - BB = new projectile_type(src) - in_air = FALSE - update_icon() diff --git a/code/modules/projectiles/ammunition/reusable/_reusable.dm b/code/modules/projectiles/ammunition/reusable/_reusable.dm new file mode 100644 index 000000000000..d10f75898a87 --- /dev/null +++ b/code/modules/projectiles/ammunition/reusable/_reusable.dm @@ -0,0 +1,29 @@ +// For casing that are dropped when the projectile has hit, usually for casing that are the projectiles like foam darts or arrows. +// They don't get deleted when fire and instead are moved to the projectile until it lands, where it is then dropped. +// Intended to be used with '/obj/item/projectile/bullet/reusable'. +/obj/item/ammo_casing/reusable + desc = "A reusable bullet casing." + firing_effect_type = null + heavy_metal = FALSE + live_sprite = FALSE + + /// If the projectile is currently being shot as a projectile + var/in_air = FALSE + /// How much the projectiles rotation should be adjusted to make this properly line up when it lands, mainly for thing like arrows where the sprite isn't stright up and down. + var/base_rotation = 0 + +/obj/item/ammo_casing/reusable/ready_proj(atom/target, mob/living/user, quiet, zone_override = "", atom/fired_from) + ..() + var/obj/item/projectile/bullet/reusable/reusable_projectile = BB + if(istype(reusable_projectile)) + reusable_projectile.ammo_type = src + forceMove(BB) + in_air = TRUE + +/obj/item/ammo_casing/reusable/proc/on_land(var/obj/item/projectile/old_projectile) + var/matrix/M = matrix(transform) + M.Turn(old_projectile.Angle - base_rotation) + transform = M + newshot() + in_air = FALSE + update_icon() diff --git a/code/modules/projectiles/ammunition/caseless/arrow.dm b/code/modules/projectiles/ammunition/reusable/arrow.dm similarity index 89% rename from code/modules/projectiles/ammunition/caseless/arrow.dm rename to code/modules/projectiles/ammunition/reusable/arrow.dm index ea381259d3cc..33714b899495 100644 --- a/code/modules/projectiles/ammunition/caseless/arrow.dm +++ b/code/modules/projectiles/ammunition/reusable/arrow.dm @@ -5,6 +5,7 @@ caliber = "arrow" icon_state = "arrow" item_state = "arrow" + base_rotation = 45 force = 5 throwforce = 5 //If, if you want to throw the arrow since you don't have a bow? throw_speed = 3 @@ -235,6 +236,47 @@ variance = 5 projectile_type = /obj/item/projectile/bullet/reusable/arrow/glass/plasma +/obj/item/ammo_casing/reusable/arrow/magic + name = "magic arrow" + desc = "An arrow made of magic that can track targets, though it can't track those under the effects of anti-magic. Can make a good throwing weapon in a pinch!" + icon_state = "arrow_magic" + item_state = "arrow_magic" + projectile_type = /obj/item/projectile/bullet/reusable/arrow/magic + force = 12 + throwforce = 20 + embedding = list("embed_chance" = 50, "embedded_fall_chance" = 0) + /// Causes the arrow to become weaker, as I was told to prevent it from being used against wizards + var/dulled = FALSE + +/obj/item/ammo_casing/reusable/arrow/magic/examine(mob/user) + . = ..() + if(dulled) + . += "It appears to be dulled, and the tracking magic has left it." + +/obj/item/ammo_casing/reusable/arrow/magic/ready_proj(atom/target, mob/living/user, quiet, zone_override = "", atom/fired_from) + . = ..() + if(!.) + return + + if(dulled) + BB.damage = 20 + BB.armour_penetration = -25 + var/obj/item/projectile/bullet/reusable/arrow/arrow = BB + if(!istype(arrow)) + arrow.embed_chance = 0 + else + BB.set_homing_target(target) + var/mob/M = target + if(istype(M) && M.anti_magic_check(chargecost = 0)) + BB.homing_away = TRUE // And there it goes! + +/obj/item/ammo_casing/reusable/arrow/magic/on_land(var/obj/item/projectile/old_projectile) + dulled = TRUE + force = 3 + throwforce = 0 + sharpness = SHARP_NONE // It IS dull after all + . = ..() + // Toy // diff --git a/code/modules/projectiles/ammunition/caseless/foam.dm b/code/modules/projectiles/ammunition/reusable/foam.dm similarity index 100% rename from code/modules/projectiles/ammunition/caseless/foam.dm rename to code/modules/projectiles/ammunition/reusable/foam.dm diff --git a/code/modules/projectiles/guns/ballistic/bow.dm b/code/modules/projectiles/guns/ballistic/bow.dm index 0428e094884a..b03dd685480f 100644 --- a/code/modules/projectiles/guns/ballistic/bow.dm +++ b/code/modules/projectiles/guns/ballistic/bow.dm @@ -516,8 +516,13 @@ var/list/choice_list = list() for(var/arrow_type in M.selectable_types) - var/obj/item/ammo_casing/reusable/arrow/energy/arrow = new arrow_type() - choice_list[arrow] = image(arrow) + choice_list[arrow_type] = + available_surgeries[S.name] = S + var/datum/radial_menu_choice/choice = new + choice.image = image(arrow_type.icon, icon_state = ) + choice.info = S.desc + radial_list[S.name] = choice + break var/obj/item/ammo_casing/reusable/arrow/energy/choice = show_radial_menu(user, user, choice_list, tooltips = TRUE) if(!choice || !(choice.type in M.selectable_types)) return diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 7b28397a4f69..81b68011c720 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -76,6 +76,7 @@ //Homing var/homing = FALSE + var/homing_away = FALSE // In case you want it to instead turn away from the target, useful for when the projectile is going haywire! var/atom/homing_target var/homing_turn_speed = 10 //Angle per tick. var/homing_inaccuracy_min = 0 //in pixels for these. offsets are set once when setting target. @@ -561,7 +562,7 @@ PT.x += clamp(homing_offset_x, 1, world.maxx) PT.y += clamp(homing_offset_y, 1, world.maxy) var/angle = closer_angle_difference(Angle, angle_between_points(RETURN_PRECISE_POINT(src), PT)) - setAngle(Angle + clamp(angle, -homing_turn_speed, homing_turn_speed)) + setAngle(Angle + clamp(homing_away ? -angle : angle, -homing_turn_speed, homing_turn_speed)) /obj/item/projectile/proc/set_homing_target(atom/A) if(!A || (!isturf(A) && !isturf(A.loc))) diff --git a/code/modules/projectiles/projectile/reusable/_reusable.dm b/code/modules/projectiles/projectile/reusable/_reusable.dm index b82df60839a2..0800422264dd 100644 --- a/code/modules/projectiles/projectile/reusable/_reusable.dm +++ b/code/modules/projectiles/projectile/reusable/_reusable.dm @@ -23,6 +23,6 @@ if(istype(ammo_type, /obj/item/ammo_casing/reusable)) var/obj/item/ammo_casing/reusable/reusable_to_drop = thing_to_drop - reusable_to_drop.on_land() + reusable_to_drop.on_land(src) dropped = TRUE diff --git a/code/modules/projectiles/projectile/reusable/arrow.dm b/code/modules/projectiles/projectile/reusable/arrow.dm index 8566feb251fa..358d7c28db7d 100644 --- a/code/modules/projectiles/projectile/reusable/arrow.dm +++ b/code/modules/projectiles/projectile/reusable/arrow.dm @@ -118,6 +118,14 @@ damage = 25 armour_penetration = 45 //18.75 damage against elite hardsuit assuming chest shot (and that's a long reload, draw, projectile speed, etc.) +/obj/item/projectile/bullet/reusable/arrow/magic + name = "magic arrow" + desc = "A magic arrow thats probably tracking you, how nice!" + icon_state = "arrow_magic" + damage = 40 + embed_chance = 0.6 + armour_penetration = 0 + // Toy // diff --git a/code/modules/research/xenobiology/crossbreeding/_mobs.dm b/code/modules/research/xenobiology/crossbreeding/_mobs.dm index 66551d9768e9..834f5c1f09f4 100644 --- a/code/modules/research/xenobiology/crossbreeding/_mobs.dm +++ b/code/modules/research/xenobiology/crossbreeding/_mobs.dm @@ -11,7 +11,7 @@ Slimecrossing Mobs action_icon_state = "transformslime" cooldown_min = 0 charge_max = 0 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE shapeshift_type = /mob/living/simple_animal/slime/transformedslime convert_damage = TRUE convert_damage_type = CLONE diff --git a/code/modules/spells/spell.dm b/code/modules/spells/spell.dm index 81a9eba699ed..651cd64889e3 100644 --- a/code/modules/spells/spell.dm +++ b/code/modules/spells/spell.dm @@ -112,14 +112,14 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th var/school = "evocation" //not relevant at now, but may be important later if there are changes to how spells work. the ones I used for now will probably be changed... maybe spell presets? lacking flexibility but with some other benefit? - var/charge_type = "recharge" //can be recharge or charges, see charge_max and charge_counter descriptions; can also be based on the holder's vars now, use "holder_var" for that + var/charge_type = SPELL_CHARGE_TYPE_RECHARGE // See spell defines for a full list of options and what they do - var/charge_max = 10 SECONDS //recharge time in deciseconds if charge_type = "recharge" or starting charges if charge_type = "charges" - var/charge_counter = 0 //can only cast spells if it equals recharge, ++ each decisecond if charge_type = "recharge" or -- each cast if charge_type = "charges" + var/charge_max = 10 SECONDS //recharge time in deciseconds if charge_type = SPELL_CHARGE_TYPE_RECHARGE or starting charges if charge_type = SPELL_CHARGE_TYPE_CHARGES + var/charge_counter = 0 //can only cast spells if it equals recharge, ++ each decisecond if charge_type = SPELL_CHARGE_TYPE_RECHARGE or -- each cast if charge_type = SPELL_CHARGE_TYPE_CHARGES var/still_recharging_msg = span_notice("The spell is still recharging.") var/recharging = TRUE - var/holder_var_type = "bruteloss" //only used if charge_type equals to "holder_var" + var/holder_var_type = "bruteloss" //only used if charge_type equals to SPELL_CHARGE_TYPE_HOLDERVAR var/holder_var_amount = 20 //same. The amount adjusted with the mob's var when the spell is used var/clothes_req = TRUE //see if it requires clothes @@ -131,7 +131,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th var/antimagic_allowed = FALSE // If false, the spell cannot be cast while under the effect of antimagic var/invocation = "HURP DURP" //what is uttered when the wizard casts the spell var/invocation_emote_self = null - var/invocation_type = "none" //can be none, whisper, emote and shout + var/invocation_type = SPELL_INVOCATION_NONE // See spell defines for a full list of options and what they do var/range = 7 //the range of the spell; outer radius for aoe spells var/message = "" //whatever it says to the guy affected by it var/selection_type = "view" //can be "range" or "view" @@ -198,7 +198,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th var/mob/living/carbon/human/H = user - if((invocation_type == "whisper" || invocation_type == "shout") && !H.can_speak_vocal()) + if((invocation_type == SPELL_INVOCATION_SAY || invocation_type == SPELL_INVOCATION_WHISPER) && !H.can_speak_vocal()) to_chat(user, span_notice("You can't get the words out!")) return FALSE @@ -235,11 +235,11 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th if(!skipcharge) switch(charge_type) - if("recharge") + if(SPELL_CHARGE_TYPE_RECHARGE) charge_counter = 0 //doesn't start recharging until the targets selecting ends - if("charges") + if(SPELL_CHARGE_TYPE_CHARGES) charge_counter-- //returns the charge if the targets selecting fails - if("holdervar") + if(SPELL_CHARGE_TYPE_HOLDERVAR) adjust_var(user, holder_var_type, holder_var_amount) if(action) action.UpdateButtonIcon() @@ -247,12 +247,12 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th /obj/effect/proc_holder/spell/proc/charge_check(mob/user, silent = FALSE) switch(charge_type) - if("recharge") + if(SPELL_CHARGE_TYPE_RECHARGE) if(charge_counter < charge_max) if(!silent) to_chat(user, still_recharging_msg) return FALSE - if("charges") + if(SPELL_CHARGE_TYPE_CHARGES) if(!charge_counter) if(!silent) to_chat(user, span_notice("[name] has no charges left.")) @@ -261,17 +261,19 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th /obj/effect/proc_holder/spell/proc/invocation(mob/user = usr) //spelling the spell out and setting it on recharge/reducing charges amount switch(invocation_type) - if("shout") + if(SPELL_INVOCATION_SAY) if(prob(50))//Auto-mute? Fuck that noise user.say(invocation, forced = "spell") else user.say(replacetext(invocation," ","`"), forced = "spell") - if("whisper") + if(SPELL_INVOCATION_WHISPER) if(prob(50)) user.whisper(invocation) else user.whisper(replacetext(invocation," ","`")) - if("emote") + if(SPELL_INVOCATION_EMOTE) + user.emote(invocation) + if(SPELL_INVOCATION_MESSAGE) user.visible_message(invocation, invocation_emote_self) //same style as in mob/living/emote.dm /obj/effect/proc_holder/spell/proc/playMagSound() @@ -307,7 +309,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th recharging = TRUE /obj/effect/proc_holder/spell/process(delta_time) - if(recharging && charge_type == "recharge" && (charge_counter < charge_max)) + if(recharging && charge_type == SPELL_CHARGE_TYPE_RECHARGE && (charge_counter < charge_max)) charge_counter += delta_time * 10 cooldown_overlay?.tick() if(charge_counter >= charge_max) @@ -376,11 +378,11 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th /obj/effect/proc_holder/spell/proc/revert_cast(mob/user = usr) //resets recharge or readds a charge switch(charge_type) - if("recharge") + if(SPELL_CHARGE_TYPE_RECHARGE) charge_counter = charge_max - if("charges") + if(SPELL_CHARGE_TYPE_CHARGES) charge_counter++ - if("holdervar") + if(SPELL_CHARGE_TYPE_HOLDERVAR) adjust_var(user, holder_var_type, -holder_var_amount) QDEL_NULL(cooldown_overlay) if(action) @@ -562,7 +564,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th charge_max = 100 cooldown_min = 50 invocation = "Victus sano!" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER school = "restoration" sound = 'sound/magic/staff_healing.ogg' diff --git a/code/modules/spells/spell_types/aimed.dm b/code/modules/spells/spell_types/aimed.dm index 7464f1078622..33c29cf48a03 100644 --- a/code/modules/spells/spell_types/aimed.dm +++ b/code/modules/spells/spell_types/aimed.dm @@ -22,7 +22,7 @@ return if(active) msg = span_notice("[deactive_msg]") - if(charge_type == "recharge") + if(charge_type == SPELL_CHARGE_TYPE_RECHARGE) var/refund_percent = current_amount/projectile_amount charge_counter = charge_max * refund_percent start_recharge() @@ -95,7 +95,7 @@ charge_max = 100 clothes_req = FALSE invocation = "UN'LTD P'WAH" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY cooldown_min = 30 active_icon_state = "lightning" base_icon_state = "lightning" @@ -113,7 +113,7 @@ charge_max = 60 clothes_req = FALSE invocation = "ONI SOMA" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 20 cooldown_min = 20 //10 deciseconds reduction per rank projectile_type = /obj/item/projectile/magic/aoe/fireball @@ -132,7 +132,7 @@ charge_max = 50 clothes_req = FALSE invocation = "Sigi'lu M'Fan 'Tasia" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 40 cooldown_min = 10 projectile_amount = 5 diff --git a/code/modules/spells/spell_types/area_teleport.dm b/code/modules/spells/spell_types/area_teleport.dm index 9696e1a39ec1..4fe4624f7e51 100644 --- a/code/modules/spells/spell_types/area_teleport.dm +++ b/code/modules/spells/spell_types/area_teleport.dm @@ -16,7 +16,7 @@ revert_cast() return invocation(thearea,user) - if(charge_type == "recharge" && recharge) + if(charge_type == SPELL_CHARGE_TYPE_RECHARGE && recharge) INVOKE_ASYNC(src, .proc/start_recharge) cast(targets,thearea,user) after_cast(targets) @@ -72,21 +72,8 @@ playsound(get_turf(user), sound2, 50,1) /obj/effect/proc_holder/spell/targeted/area_teleport/invocation(area/chosenarea = null,mob/living/user = usr) - if(!invocation_area || !chosenarea) - ..() + if(say_destination && chosenarea) + invocation = "[initial(invocation)] [uppertext(chosenarea.name)]" else - var/words - if(say_destination) - words = "[invocation] [uppertext(chosenarea.name)]" - else - words = "[invocation]" - - switch(invocation_type) - if("shout") - user.say(words, forced = "spell") - if(user.gender==MALE) - playsound(user.loc, pick('sound/misc/null.ogg','sound/misc/null.ogg'), 100, 1) - else - playsound(user.loc, pick('sound/misc/null.ogg','sound/misc/null.ogg'), 100, 1) - if("whisper") - user.whisper(words, forced = "spell") + invocation = initial(invocation) + ..() diff --git a/code/modules/spells/spell_types/arrow.dm b/code/modules/spells/spell_types/arrow.dm new file mode 100644 index 000000000000..6edd3667fd9a --- /dev/null +++ b/code/modules/spells/spell_types/arrow.dm @@ -0,0 +1,32 @@ +/obj/effect/proc_holder/spell/targeted/conjure_item/arrow + name = "Summon Arrow" + desc = "A spell that summons a sharp arrow in the user's hand, ready to be shot out of a bow. Can be quickly casted by pressing the 'quick-equip' key on an empty hand." + invocation_type = SPELL_INVOCATION_EMOTE + invocation = "snap" + item_type = /obj/item/ammo_casing/reusable/arrow + charge_max = 15 SECONDS + cooldown_min = 1 SECONDS + delete_old = FALSE + drop_currently_held = FALSE + +/obj/effect/proc_holder/spell/targeted/conjure_item/arrow/on_gain(mob/living/user) + . = ..() + RegisterSignal(user, COMSIG_MOB_QUICK_EQUIP, PROC_REF(on_quick_equip)) + +/obj/effect/proc_holder/spell/targeted/conjure_item/arrow/on_lose(mob/living/user) + . = ..() + UnregisterSignal(user, COMSIG_MOB_QUICK_EQUIP) + +/obj/effect/proc_holder/spell/targeted/conjure_item/arrow/proc/on_quick_equip(obj/item/held_item) + if(held_item || usr.get_active_held_item()) + return + Click() + if(usr.get_active_held_item()) + return COMPONENT_BLOCK_QUICK_EQUIP + +/obj/effect/proc_holder/spell/targeted/conjure_item/arrow/magic + name = "Summon Magic Arrow" + desc = "A spell that summons a homing arrow in the user's hand, ready to be shot out of a bow that quickly becomes dull after hitting something. Can be quickly casted by pressing the 'quick-equip' key on an empty hand." + item_type = /obj/item/ammo_casing/reusable/arrow/magic + charge_max = 15 SECONDS + cooldown_min = 0.25 SECONDS diff --git a/code/modules/spells/spell_types/barnyard.dm b/code/modules/spells/spell_types/barnyard.dm index 7ae66eeaccbf..1d690086642a 100644 --- a/code/modules/spells/spell_types/barnyard.dm +++ b/code/modules/spells/spell_types/barnyard.dm @@ -2,13 +2,13 @@ name = "Curse of the Barnyard" desc = "This spell dooms an unlucky soul to possess the speech and facial attributes of a barnyard animal." school = "transmutation" - charge_type = "recharge" + charge_type = SPELL_CHARGE_TYPE_RECHARGE charge_max = 150 charge_counter = 0 clothes_req = FALSE stat_allowed = FALSE invocation = "KN'A FTAGHU, PUCK 'BTHNK!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 7 cooldown_min = 30 selection_type = "range" diff --git a/code/modules/spells/spell_types/charge.dm b/code/modules/spells/spell_types/charge.dm index 26d51644616c..a7497158f286 100644 --- a/code/modules/spells/spell_types/charge.dm +++ b/code/modules/spells/spell_types/charge.dm @@ -6,7 +6,7 @@ charge_max = 600 clothes_req = FALSE invocation = "DIRI CEL" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = -1 cooldown_min = 400 //50 deciseconds reduction per rank include_user = TRUE diff --git a/code/modules/spells/spell_types/cone_spells.dm b/code/modules/spells/spell_types/cone_spells.dm index 26dd15798614..519d83f5fc7d 100644 --- a/code/modules/spells/spell_types/cone_spells.dm +++ b/code/modules/spells/spell_types/cone_spells.dm @@ -5,7 +5,7 @@ charge_max = 100 clothes_req = FALSE invocation = "FUKAN NOTHAN" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY sound = 'sound/magic/forcewall.ogg' action_icon_state = "shield" range = -1 diff --git a/code/modules/spells/spell_types/conjure.dm b/code/modules/spells/spell_types/conjure.dm index d466f1713713..0d06e7a24eaa 100644 --- a/code/modules/spells/spell_types/conjure.dm +++ b/code/modules/spells/spell_types/conjure.dm @@ -71,7 +71,7 @@ /obj/effect/proc_holder/spell/targeted/conjure_item name = "Summon weapon" desc = "A generic spell that should not exist. This summons an instance of a specific type of item, or if one already exists, un-summons it. Summons into hand if possible." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 clothes_req = FALSE @@ -80,15 +80,18 @@ school = "conjuration" charge_max = 150 cooldown_min = 10 - var/delete_old = TRUE //TRUE to delete the last summoned object if it's still there, FALSE for infinite item stream weeeee + /// TRUE to delete the last summoned object if it's still there, FALSE for infinite item stream weeeee + var/delete_old = TRUE + /// If the currently held item should be dropped to make way for the new item + var/drop_currently_held = TRUE /obj/effect/proc_holder/spell/targeted/conjure_item/cast(list/targets, mob/user = usr) if (delete_old && item && !QDELETED(item)) QDEL_NULL(item) - else - for(var/mob/living/carbon/C in targets) - if(C.dropItemToGround(C.get_active_held_item())) - C.put_in_hands(make_item(), TRUE) + for(var/mob/living/carbon/C in targets) + if(drop_currently_held) + C.dropItemToGround(C.get_active_held_item()) + C.put_in_hands(make_item(), TRUE) /obj/effect/proc_holder/spell/targeted/conjure_item/Destroy() if(item) diff --git a/code/modules/spells/spell_types/construct_spells.dm b/code/modules/spells/spell_types/construct_spells.dm index d6f507697ad9..b33ab8a8bd3d 100644 --- a/code/modules/spells/spell_types/construct_spells.dm +++ b/code/modules/spells/spell_types/construct_spells.dm @@ -19,7 +19,7 @@ charge_max = 50 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 2 action_icon = 'icons/mob/actions/actions_cult.dmi' action_icon_state = "areaconvert" @@ -39,7 +39,7 @@ charge_max = 20 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 summon_type = list(/turf/open/floor/engine/cult) action_icon = 'icons/mob/actions/actions_cult.dmi' @@ -55,7 +55,7 @@ charge_max = 100 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 action_icon = 'icons/mob/actions/actions_cult.dmi' action_icon_state = "lesserconstruct" @@ -72,7 +72,7 @@ charge_max = 300 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 summon_type = list(/turf/closed/wall/r_wall) @@ -85,7 +85,7 @@ charge_max = 2400 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 action_icon = 'icons/mob/actions/actions_cult.dmi' action_icon_state = "summonsoulstone" @@ -110,7 +110,7 @@ charge_max = 400 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE wall_type = /obj/effect/forcefield/cult action_icon = 'icons/mob/actions/actions_cult.dmi' action_icon_state = "cultforcewall" @@ -126,7 +126,7 @@ charge_max = 250 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 include_user = TRUE jaunt_duration = 50 //in deciseconds @@ -148,7 +148,7 @@ charge_max = 400 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE max_targets = 6 action_icon_state = "magicm" action_background_icon_state = "bg_demon" @@ -178,7 +178,7 @@ charge_max = 200 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 include_user = TRUE cooldown_min = 20 //25 deciseconds reduction per rank @@ -202,7 +202,7 @@ school = "evocation" clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE action_icon = 'icons/mob/actions/actions_cult.dmi' action_background_icon_state = "bg_demon" action_icon_state = "abyssal_gaze" @@ -249,7 +249,7 @@ school = "evocation" clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE action_icon = 'icons/mob/actions/actions_cult.dmi' action_background_icon_state = "bg_demon" action_icon_state = "dominate" diff --git a/code/modules/spells/spell_types/devil.dm b/code/modules/spells/spell_types/devil.dm index 62533f29a5ac..c1439f95fa40 100644 --- a/code/modules/spells/spell_types/devil.dm +++ b/code/modules/spells/spell_types/devil.dm @@ -1,7 +1,7 @@ /obj/effect/proc_holder/spell/targeted/conjure_item/summon_pitchfork name = "Summon Pitchfork" desc = "A devil's weapon of choice. Use this to summon/unsummon your pitchfork." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 clothes_req = FALSE @@ -23,7 +23,7 @@ /obj/effect/proc_holder/spell/targeted/conjure_item/violin item_type = /obj/item/instrument/violin/golden desc = "A devil's instrument of choice. Use this to summon/unsummon your golden violin." - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER invocation = "I aint have this much fun since Georgia." action_icon_state = "golden_violin" name = "Summon golden violin" @@ -33,7 +33,7 @@ /obj/effect/proc_holder/spell/targeted/summon_contract name = "Summon infernal contract" desc = "Skip making a contract by hand, just do it by magic." - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER invocation = "Just sign on the dotted line." include_user = FALSE range = 5 @@ -83,7 +83,7 @@ charge_max = 80 clothes_req = FALSE invocation = "Your very soul will catch fire!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 2 projectile_type = /obj/item/projectile/magic/aoe/fireball/infernal @@ -183,7 +183,7 @@ random_target_priority = TARGET_RANDOM max_targets = 3 invocation = "TASTE SIN AND INDULGE!!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY /obj/effect/proc_holder/spell/targeted/sintouch/ascended name = "Greater sin touch" diff --git a/code/modules/spells/spell_types/devil_boons.dm b/code/modules/spells/spell_types/devil_boons.dm index 0fa7f91dec81..3492446d80fd 100644 --- a/code/modules/spells/spell_types/devil_boons.dm +++ b/code/modules/spells/spell_types/devil_boons.dm @@ -1,7 +1,7 @@ /obj/effect/proc_holder/spell/targeted/summon_wealth name = "Summon wealth" desc = "The reward for selling your soul." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 clothes_req = FALSE @@ -29,7 +29,7 @@ /obj/effect/proc_holder/spell/targeted/view_range name = "Distant vision" desc = "The reward for selling your soul." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 clothes_req = FALSE @@ -48,7 +48,7 @@ /obj/effect/proc_holder/spell/targeted/summon_friend name = "Summon Friend" desc = "The reward for selling your soul." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 clothes_req = FALSE diff --git a/code/modules/spells/spell_types/disguise.dm b/code/modules/spells/spell_types/disguise.dm index 11c8cdefdbec..c71fbd240a4a 100644 --- a/code/modules/spells/spell_types/disguise.dm +++ b/code/modules/spells/spell_types/disguise.dm @@ -2,7 +2,7 @@ name = "Mimicry" desc = "Why fight your foes when you can simply outwit them? Disguises the caster as a random crewmember. The body-covering shell keeps your form as is, and protects you from body-altering effects." invocation = "CONJR DIS GUISE" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER school = "transmutation" charge_max = 30 SECONDS level_max = 2 diff --git a/code/modules/spells/spell_types/ethereal_jaunt.dm b/code/modules/spells/spell_types/ethereal_jaunt.dm index 4433c3d5fbf9..ea5c662c6e6f 100644 --- a/code/modules/spells/spell_types/ethereal_jaunt.dm +++ b/code/modules/spells/spell_types/ethereal_jaunt.dm @@ -6,7 +6,7 @@ charge_max = 300 clothes_req = TRUE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 cooldown_min = 10 SECONDS //5 seconds reduction per rank include_user = TRUE diff --git a/code/modules/spells/spell_types/forcewall.dm b/code/modules/spells/spell_types/forcewall.dm index 2329790525d8..b99218e4a793 100644 --- a/code/modules/spells/spell_types/forcewall.dm +++ b/code/modules/spells/spell_types/forcewall.dm @@ -5,7 +5,7 @@ charge_max = 100 clothes_req = FALSE invocation = "TARCOL MINTI ZHERI" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY sound = 'sound/magic/forcewall.ogg' action_icon = 'icons/mob/actions/humble/actions_humble.dmi' action_icon_state = "shield" diff --git a/code/modules/spells/spell_types/hivemind.dm b/code/modules/spells/spell_types/hivemind.dm index 91a11e273278..adf0fccb4ac7 100644 --- a/code/modules/spells/spell_types/hivemind.dm +++ b/code/modules/spells/spell_types/hivemind.dm @@ -1,6 +1,6 @@ /obj/effect/proc_holder/spell/target_hive panel = "Hivemind Abilities" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE selection_type = "range" action_icon = 'icons/mob/actions/actions_hive.dmi' action_background_icon_state = "bg_hive" @@ -185,7 +185,7 @@ desc = "After a short charging time, we overload the mind of one of our vessels with psionic energy, temporarilly disrupting their sight, hearing, and speech." charge_max = 600 panel = "Hivemind Abilities" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -222,7 +222,7 @@ desc = "We release a pulse to receive information on any enemies we have previously located via Network Invasion, as well as those currently tracking us." panel = "Hivemind Abilities" charge_max = 1800 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -296,7 +296,7 @@ panel = "Hivemind Abilities" charge_max = 600 clothes_req = 0 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE action_icon = 'icons/mob/actions/actions_hive.dmi' action_background_icon_state = "bg_hive" action_icon_state = "drain" @@ -524,7 +524,7 @@ panel = "Hivemind Abilities" charge_max = 600 range = 7 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 max_targets = 0 antimagic_allowed = TRUE @@ -579,7 +579,7 @@ panel = "Hivemind Abilities" charge_max = 600 range = 7 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 max_targets = 0 antimagic_allowed = TRUE @@ -656,7 +656,7 @@ name = "Telekinetic hand" desc = "Makes a telekinetic hand to extend the reach of our unarmed combat. Drop to remove." clothes_req = 0 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE antimagic_allowed = TRUE charge_max = 200 panel = "Hivemind Abilities" @@ -680,7 +680,7 @@ panel = "Hivemind Abilities" charge_max = 600 range = 1 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 max_targets = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -751,7 +751,7 @@ charge_max = 600 range = 1 max_targets = 0 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -795,9 +795,9 @@ name = "Chaos Induction" desc = "A one-use power, we awaken four random vessels within our hive and force them to do our bidding." panel = "Hivemind Abilities" - charge_type = "charges" + charge_type = SPELL_CHARGE_TYPE_CHARGES charge_max = 1 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -840,7 +840,7 @@ desc = "Our ability to assimilate is boosted at the cost of, allowing us to crush the technology shielding the minds of savyy personnel and assimilate them. This power comes at a small price, and we will be immobilized for a few seconds after assimilation." panel = "Hivemind Abilities" charge_max = 600 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -870,7 +870,7 @@ charge_max = 600 clothes_req = 0 human_req = 1 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE action_icon = 'icons/mob/actions/actions_hive.dmi' action_background_icon_state = "bg_hive" action_icon_state = "forcewall" @@ -916,9 +916,9 @@ name = "One Mind" desc = "Our true power... finally within reach." panel = "Hivemind Abilities" - charge_type = "charges" + charge_type = SPELL_CHARGE_TYPE_CHARGES charge_max = 1 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' @@ -974,7 +974,7 @@ desc = "Now that we are free we may finally share our thoughts with our many bretheren." panel = "Hivemind Abilities" charge_max = 100 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE clothes_req = 0 human_req = 1 action_icon = 'icons/mob/actions/actions_hive.dmi' diff --git a/code/modules/spells/spell_types/infinite_guns.dm b/code/modules/spells/spell_types/infinite_guns.dm index ddf292366854..e07b075a48ba 100644 --- a/code/modules/spells/spell_types/infinite_guns.dm +++ b/code/modules/spells/spell_types/infinite_guns.dm @@ -1,7 +1,7 @@ /obj/effect/proc_holder/spell/targeted/infinite_guns name = "Lesser Summon Guns" desc = "Why reload when you have infinite guns? Summons an unending stream of bolt action rifles that deal little damage, but will knock targets down. Requires both hands free to use. Learning this spell makes you unable to learn Arcane Barrage." - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE include_user = TRUE range = -1 diff --git a/code/modules/spells/spell_types/knock.dm b/code/modules/spells/spell_types/knock.dm index beab4da05fc6..f4abbf82e2de 100644 --- a/code/modules/spells/spell_types/knock.dm +++ b/code/modules/spells/spell_types/knock.dm @@ -6,7 +6,7 @@ charge_max = 100 clothes_req = FALSE invocation = "AULIE OXIN FIERA" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = 3 cooldown_min = 20 //20 deciseconds reduction per rank action_icon = 'icons/mob/actions/humble/actions_humble.dmi' diff --git a/code/modules/spells/spell_types/lichdom.dm b/code/modules/spells/spell_types/lichdom.dm index 7c135ac2eb20..6988ba76c3e7 100644 --- a/code/modules/spells/spell_types/lichdom.dm +++ b/code/modules/spells/spell_types/lichdom.dm @@ -11,7 +11,7 @@ clothes_req = FALSE centcom_cancast = FALSE invocation = "NECREM IMORTIUM!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = -1 level_max = 0 //cannot be improved cooldown_min = 10 diff --git a/code/modules/spells/spell_types/lightning.dm b/code/modules/spells/spell_types/lightning.dm index f8f4ec4ec0de..4f7e30a034e5 100644 --- a/code/modules/spells/spell_types/lightning.dm +++ b/code/modules/spells/spell_types/lightning.dm @@ -1,11 +1,11 @@ /obj/effect/proc_holder/spell/targeted/tesla name = "Tesla Blast" desc = "Charge up a tesla arc and release it at a random nearby target! You can move freely while it charges. The arc jumps between targets and can knock them down if they do not have shock protection." - charge_type = "recharge" + charge_type = SPELL_CHARGE_TYPE_RECHARGE charge_max = 200 clothes_req = TRUE invocation = "UN'LTD P'WAH!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 7 cooldown_min = 30 selection_type = "view" diff --git a/code/modules/spells/spell_types/mime.dm b/code/modules/spells/spell_types/mime.dm index 668052b766b0..41a7d89c03e1 100644 --- a/code/modules/spells/spell_types/mime.dm +++ b/code/modules/spells/spell_types/mime.dm @@ -4,7 +4,7 @@ school = "mime" panel = "Mime" summon_type = list(/obj/effect/forcefield/mime) - invocation_type = "emote" + invocation_type = SPELL_INVOCATION_MESSAGE invocation_emote_self = span_notice("You form a wall in front of yourself.") summon_lifespan = 300 charge_max = 300 @@ -29,7 +29,7 @@ return invocation = "[usr.real_name] looks as if a wall is in front of [usr.p_them()]." else - invocation_type ="none" + invocation_type = SPELL_INVOCATION_NONE ..() /obj/effect/proc_holder/spell/aoe_turf/conjure/mime_chair @@ -38,7 +38,7 @@ school = "mime" panel = "Mime" summon_type = list(/obj/structure/chair/mime) - invocation_type = "emote" + invocation_type = SPELL_INVOCATION_MESSAGE invocation_emote_self = span_notice("You conjure an invisible chair and sit down.") summon_lifespan = 250 charge_max = 300 @@ -59,7 +59,7 @@ return invocation = "[usr.real_name] pulls out an invisible chair and sits down." else - invocation_type ="none" + invocation_type = SPELL_INVOCATION_NONE ..() /obj/effect/proc_holder/spell/aoe_turf/conjure/mime_chair/cast(list/targets,mob/user = usr) @@ -76,7 +76,7 @@ school = "mime" panel = "Mime" summon_type = list(/obj/item/storage/box/mime) - invocation_type = "emote" + invocation_type = SPELL_INVOCATION_MESSAGE invocation_emote_self = span_notice("You conjure up an invisible box, large enough to store a few things.") summon_lifespan = 250 charge_max = 300 @@ -106,7 +106,7 @@ return invocation = "[usr.real_name] moves [usr.p_their()] hands in the shape of a cube, pressing a box out of the air." else - invocation_type ="none" + invocation_type = SPELL_INVOCATION_NONE ..() @@ -156,7 +156,7 @@ school = "mime" panel = "Mime" wall_type = /obj/effect/forcefield/mime/advanced - invocation_type = "emote" + invocation_type = SPELL_INVOCATION_MESSAGE invocation_emote_self = span_notice("You form a blockade in front of yourself.") charge_max = 600 sound = null @@ -176,7 +176,7 @@ return invocation = "[usr.real_name] looks as if a blockade is in front of [usr.p_them()]." else - invocation_type ="none" + invocation_type = SPELL_INVOCATION_NONE ..() /obj/effect/proc_holder/spell/aimed/finger_guns @@ -187,7 +187,7 @@ charge_max = 300 clothes_req = FALSE antimagic_allowed = TRUE - invocation_type = "emote" + invocation_type = SPELL_INVOCATION_MESSAGE invocation_emote_self = span_dangers("You fire your finger gun!") range = 20 projectile_type = /obj/item/projectile/bullet/mime @@ -214,7 +214,7 @@ return invocation = "[usr.real_name] fires [usr.p_their()] finger gun!" else - invocation_type ="none" + invocation_type = SPELL_INVOCATION_NONE ..() diff --git a/code/modules/spells/spell_types/mind_transfer.dm b/code/modules/spells/spell_types/mind_transfer.dm index 7d605c8748ad..b9fec8bbcd5d 100644 --- a/code/modules/spells/spell_types/mind_transfer.dm +++ b/code/modules/spells/spell_types/mind_transfer.dm @@ -6,7 +6,7 @@ charge_max = 600 clothes_req = FALSE invocation = "GIN'YU CAPAN" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = 1 cooldown_min = 200 //100 deciseconds reduction per rank var/unconscious_amount_caster = 400 //how much the caster is stunned for after the spell diff --git a/code/modules/spells/spell_types/pointed/blind.dm b/code/modules/spells/spell_types/pointed/blind.dm index 4968b47b3eb4..9aa3d193960c 100644 --- a/code/modules/spells/spell_types/pointed/blind.dm +++ b/code/modules/spells/spell_types/pointed/blind.dm @@ -5,7 +5,7 @@ charge_max = 300 clothes_req = FALSE invocation = "STI KALY" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER message = span_notice("Your eyes cry out in pain!") cooldown_min = 50 //12 deciseconds reduction per rank ranged_mousepointer = 'icons/effects/mouse_pointers/blind_target.dmi' @@ -31,4 +31,4 @@ if(!silent) to_chat(user, span_warning("You can only blind living beings!")) return FALSE - return TRUE \ No newline at end of file + return TRUE diff --git a/code/modules/spells/spell_types/rod_form.dm b/code/modules/spells/spell_types/rod_form.dm index 9829deee73cc..091190cf677a 100644 --- a/code/modules/spells/spell_types/rod_form.dm +++ b/code/modules/spells/spell_types/rod_form.dm @@ -8,7 +8,7 @@ range = -1 include_user = TRUE invocation = "CLANG!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY action_icon_state = "immrod" /obj/effect/proc_holder/spell/targeted/rod_form/cast(list/targets,mob/user = usr) diff --git a/code/modules/spells/spell_types/santa.dm b/code/modules/spells/spell_types/santa.dm index e807f863ba92..ad6673228316 100644 --- a/code/modules/spells/spell_types/santa.dm +++ b/code/modules/spells/spell_types/santa.dm @@ -7,7 +7,7 @@ clothes_req = FALSE antimagic_allowed = TRUE invocation = "HO HO HO" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 3 cooldown_min = 50 diff --git a/code/modules/spells/spell_types/shapeshift.dm b/code/modules/spells/spell_types/shapeshift.dm index c09c7e0fa39b..65e2c0eb59ab 100644 --- a/code/modules/spells/spell_types/shapeshift.dm +++ b/code/modules/spells/spell_types/shapeshift.dm @@ -8,7 +8,7 @@ range = -1 include_user = TRUE invocation = "RAC'WA NO!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY action_icon_state = "shapeshift" var/revert_on_death = TRUE diff --git a/code/modules/spells/spell_types/soultap.dm b/code/modules/spells/spell_types/soultap.dm index be22aac90fb9..830436d74dff 100644 --- a/code/modules/spells/spell_types/soultap.dm +++ b/code/modules/spells/spell_types/soultap.dm @@ -10,7 +10,7 @@ school = "necromancy" //i could see why this wouldn't be necromancy but messing with souls or whatever. ectomancy? charge_max = 10 invocation = "AT ANY COST!" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY level_max = 0 cooldown_min = 10 @@ -30,4 +30,4 @@ for(var/obj/effect/proc_holder/spell/spell in user.mind.spell_list) spell.charge_counter = spell.charge_max spell.recharging = FALSE - spell.update_icon() \ No newline at end of file + spell.update_icon() diff --git a/code/modules/spells/spell_types/summonitem.dm b/code/modules/spells/spell_types/summonitem.dm index 0382ccc81738..a5e4644386e7 100644 --- a/code/modules/spells/spell_types/summonitem.dm +++ b/code/modules/spells/spell_types/summonitem.dm @@ -5,7 +5,7 @@ charge_max = 100 clothes_req = FALSE invocation = "GAR YOK" - invocation_type = "whisper" + invocation_type = SPELL_INVOCATION_WHISPER range = -1 level_max = 0 //cannot be improved cooldown_min = 100 diff --git a/code/modules/spells/spell_types/the_traps.dm b/code/modules/spells/spell_types/the_traps.dm index cc270764fa5d..4bbdb786fd0a 100644 --- a/code/modules/spells/spell_types/the_traps.dm +++ b/code/modules/spells/spell_types/the_traps.dm @@ -7,7 +7,7 @@ clothes_req = TRUE invocation = "CAVERE INSIDIAS" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 3 summon_type = list( diff --git a/code/modules/spells/spell_types/touch_attacks.dm b/code/modules/spells/spell_types/touch_attacks.dm index f9e7e4997632..895178ec9e0a 100644 --- a/code/modules/spells/spell_types/touch_attacks.dm +++ b/code/modules/spells/spell_types/touch_attacks.dm @@ -3,7 +3,7 @@ var/obj/item/melee/touch_attack/attached_hand = null var/drawmessage = "You channel the power of the spell to your hand." var/dropmessage = "You draw the power out of your hand." - invocation_type = "none" //you scream on connecting, not summoning + invocation_type = SPELL_INVOCATION_NONE //you scream on connecting, not summoning include_user = TRUE range = -1 diff --git a/code/modules/spells/spell_types/wizard.dm b/code/modules/spells/spell_types/wizard.dm index 1a911e94c779..5c41a2b17c43 100644 --- a/code/modules/spells/spell_types/wizard.dm +++ b/code/modules/spells/spell_types/wizard.dm @@ -6,7 +6,7 @@ charge_max = 200 clothes_req = TRUE invocation = "FORTI GY AMA" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 7 cooldown_min = 60 //35 deciseconds reduction per rank max_targets = 0 @@ -46,7 +46,7 @@ charge_max = 400 clothes_req = TRUE invocation = "BIRUZ BENNAR" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = -1 include_user = TRUE @@ -67,7 +67,7 @@ charge_max = 120 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 include_user = TRUE cooldown_min = 20 //25 deciseconds reduction per rank @@ -86,7 +86,7 @@ charge_max = 360 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 include_user = TRUE @@ -101,7 +101,7 @@ charge_max = 400 clothes_req = TRUE invocation = "NEC CANTIO" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = -1 include_user = TRUE cooldown_min = 200 //50 deciseconds reduction per rank @@ -118,7 +118,7 @@ charge_max = 20 clothes_req = TRUE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = -1 include_user = TRUE cooldown_min = 5 //4 deciseconds reduction per rank @@ -150,7 +150,7 @@ charge_max = 600 clothes_req = TRUE invocation = "SCYAR NILA" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = -1 include_user = TRUE cooldown_min = 200 //100 deciseconds reduction per rank @@ -173,7 +173,7 @@ charge_max = 500 clothes_req = TRUE invocation = "TOKI WO TOMARE" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 0 cooldown_min = 100 summon_amt = 1 @@ -190,7 +190,7 @@ charge_max = 1200 clothes_req = TRUE invocation = "NOUK FHUNMM SACP RISSKA" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 1 summon_type = list(/mob/living/simple_animal/hostile/carp) @@ -205,7 +205,7 @@ charge_max = 600 clothes_req = FALSE invocation = "none" - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE range = 0 summon_type = list(/obj/structure/constructshell) @@ -222,7 +222,7 @@ charge_max = 1200 clothes_req = FALSE invocation = "IA IA" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY summon_amt = 10 range = 3 @@ -242,7 +242,7 @@ charge_max = 400 clothes_req = TRUE invocation = "GITTAH WEIGH" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY range = 5 cooldown_min = 150 selection_type = "view" @@ -298,7 +298,7 @@ antimagic_allowed = TRUE range = 2 cooldown_min = 150 - invocation_type = "none" + invocation_type = SPELL_INVOCATION_NONE sparkle_path = /obj/effect/temp_visual/dir_setting/tailsweep action_icon = 'icons/mob/actions/actions_xeno.dmi' action_icon_state = "tailsweep" @@ -338,7 +338,7 @@ charge_max = 60 clothes_req = FALSE invocation = "FI'RAN DADISKO" - invocation_type = "shout" + invocation_type = SPELL_INVOCATION_SAY max_targets = 0 range = 6 include_user = TRUE diff --git a/icons/mob/clothing/back.dmi b/icons/mob/clothing/back.dmi index 5240d494ad2c87d713b5cd94f88f588f70aaad87..2e081d87821e9e67797b27dc8a87a8c55b09b9e6 100644 GIT binary patch literal 107729 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